Class ObjectSortedSets.SynchronizedSortedSet<K>

java.lang.Object
it.unimi.dsi.fastutil.objects.ObjectSets.SynchronizedSet<K>
it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet<K>
All Implemented Interfaces:
ObjectBidirectionalIterable<K>, ObjectCollection<K>, ObjectIterable<K>, ObjectSet<K>, ObjectSortedSet<K>, Serializable, Iterable<K>, Collection<K>, Set<K>, SortedSet<K>
Enclosing class:
ObjectSortedSets

public static class ObjectSortedSets.SynchronizedSortedSet<K> extends ObjectSets.SynchronizedSet<K> implements ObjectSortedSet<K>, Serializable
A synchronized wrapper class for sorted sets.
See Also: