Class DoubleSortedSets.SynchronizedSortedSet

java.lang.Object
it.unimi.dsi.fastutil.doubles.DoubleSets.SynchronizedSet
it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
All Implemented Interfaces:
DoubleBidirectionalIterable, DoubleCollection, DoubleIterable, DoubleSet, DoubleSortedSet, Serializable, Iterable<Double>, Collection<Double>, Set<Double>, SortedSet<Double>
Enclosing class:
DoubleSortedSets

public static class DoubleSortedSets.SynchronizedSortedSet extends DoubleSets.SynchronizedSet implements DoubleSortedSet, Serializable
A synchronized wrapper class for sorted sets.
See Also: