Class IntSortedSets.SynchronizedSortedSet

java.lang.Object
it.unimi.dsi.fastutil.ints.IntSets.SynchronizedSet
it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
All Implemented Interfaces:
IntBidirectionalIterable, IntCollection, IntIterable, IntSet, IntSortedSet, Serializable, Iterable<Integer>, Collection<Integer>, Set<Integer>, SortedSet<Integer>
Enclosing class:
IntSortedSets

public static class IntSortedSets.SynchronizedSortedSet extends IntSets.SynchronizedSet implements IntSortedSet, Serializable
A synchronized wrapper class for sorted sets.
See Also: