Class LongSortedSets.SynchronizedSortedSet

java.lang.Object
it.unimi.dsi.fastutil.longs.LongSets.SynchronizedSet
it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
All Implemented Interfaces:
LongBidirectionalIterable, LongCollection, LongIterable, LongSet, LongSortedSet, Serializable, Iterable<Long>, Collection<Long>, Set<Long>, SortedSet<Long>
Enclosing class:
LongSortedSets

public static class LongSortedSets.SynchronizedSortedSet extends LongSets.SynchronizedSet implements LongSortedSet, Serializable
A synchronized wrapper class for sorted sets.
See Also: