Class ByteSortedSets.UnmodifiableSortedSet

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

public static class ByteSortedSets.UnmodifiableSortedSet extends ByteSets.UnmodifiableSet implements ByteSortedSet, Serializable
An unmodifiable wrapper class for sorted sets.
See Also: