Class ShortSortedSets.SynchronizedSortedSet

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortSets.SynchronizedSet
it.unimi.dsi.fastutil.shorts.ShortSortedSets.SynchronizedSortedSet
All Implemented Interfaces:
ShortBidirectionalIterable, ShortCollection, ShortIterable, ShortSet, ShortSortedSet, Serializable, Iterable<Short>, Collection<Short>, Set<Short>, SortedSet<Short>
Enclosing class:
ShortSortedSets

public static class ShortSortedSets.SynchronizedSortedSet extends ShortSets.SynchronizedSet implements ShortSortedSet, Serializable
A synchronized wrapper class for sorted sets.
See Also: