Class FloatSortedSets.SynchronizedSortedSet

java.lang.Object
it.unimi.dsi.fastutil.floats.FloatSets.SynchronizedSet
it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
All Implemented Interfaces:
FloatBidirectionalIterable, FloatCollection, FloatIterable, FloatSet, FloatSortedSet, Serializable, Iterable<Float>, Collection<Float>, Set<Float>, SortedSet<Float>
Enclosing class:
FloatSortedSets

public static class FloatSortedSets.SynchronizedSortedSet extends FloatSets.SynchronizedSet implements FloatSortedSet, Serializable
A synchronized wrapper class for sorted sets.
See Also: