Class ByteSortedSets.SynchronizedSortedSet

java.lang.Object
it.unimi.dsi.fastutil.bytes.ByteSets.SynchronizedSet
it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
All Implemented Interfaces:
ByteBidirectionalIterable, ByteCollection, ByteIterable, ByteSet, ByteSortedSet, Serializable, Iterable<Byte>, Collection<Byte>, Set<Byte>, SortedSet<Byte>
Enclosing class:
ByteSortedSets

public static class ByteSortedSets.SynchronizedSortedSet extends ByteSets.SynchronizedSet implements ByteSortedSet, Serializable
A synchronized wrapper class for sorted sets.
See Also: