| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractByte2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
class |
AbstractByteSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
ByteAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation.
|
class |
ByteLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
ByteLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
ByteRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation.
|
static class |
ByteSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
ByteSortedSets.Singleton
A class representing a singleton sorted set.
|
static class |
ByteSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets.
|
static class |
ByteSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteSortedSet |
Byte2BooleanLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2DoubleAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ShortAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2FloatRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ShortLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2LongAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2DoubleLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ByteLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ReferenceRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ByteAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ShortRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ReferenceAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2CharAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ReferenceLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2IntLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ObjectRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2IntAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2FloatLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ByteRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ObjectAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2FloatAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2LongRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2DoubleRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2IntRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2CharRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2CharLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2LongLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2BooleanAVLTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2BooleanRBTreeMap.keys
Cached set of keys.
|
protected ByteSortedSet |
Byte2ObjectLinkedOpenHashMap.keys
Cached set of keys.
|
protected ByteSortedSet |
ByteSortedSets.SynchronizedSortedSet.sortedSet |
protected ByteSortedSet |
ByteSortedSets.UnmodifiableSortedSet.sortedSet |
| Modifier and Type | Method and Description |
|---|---|
ByteSortedSet |
ByteSortedSets.EmptySet.headSet(byte from) |
ByteSortedSet |
ByteSortedSets.Singleton.headSet(byte to) |
ByteSortedSet |
ByteSortedSets.SynchronizedSortedSet.headSet(byte to) |
ByteSortedSet |
ByteSortedSets.UnmodifiableSortedSet.headSet(byte to) |
ByteSortedSet |
AbstractByte2LongSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
AbstractByte2DoubleSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
AbstractByte2IntSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
AbstractByte2ReferenceSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
ByteAVLTreeSet.headSet(byte to) |
ByteSortedSet |
AbstractByte2ShortSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
ByteSortedSet.headSet(byte toElement)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
ByteSortedSet |
ByteLinkedOpenHashSet.headSet(byte to)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
ByteSortedSet |
AbstractByte2ObjectSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
AbstractByte2FloatSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
ByteRBTreeSet.headSet(byte to) |
ByteSortedSet |
AbstractByte2ByteSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
AbstractByte2CharSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
AbstractByte2BooleanSortedMap.KeySet.headSet(byte to) |
ByteSortedSet |
ByteLinkedOpenCustomHashSet.headSet(byte to)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
ByteSortedSet |
ByteSortedSets.EmptySet.headSet(Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
ByteSortedSets.Singleton.headSet(Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
ByteSortedSets.SynchronizedSortedSet.headSet(Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
ByteSortedSets.UnmodifiableSortedSet.headSet(Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
default ByteSortedSet |
ByteSortedSet.headSet(Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
Byte2BooleanLinkedOpenHashMap.keySet() |
ByteSortedSet |
AbstractByte2LongSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
Byte2DoubleAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ReferenceSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ShortAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
AbstractByte2DoubleSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
Byte2FloatRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ShortLinkedOpenHashMap.keySet() |
ByteSortedSet |
Byte2LongAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2DoubleSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2DoubleSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2DoubleSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2DoubleSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2FloatSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
Byte2DoubleLinkedOpenHashMap.keySet() |
ByteSortedSet |
AbstractByte2IntSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
AbstractByte2ReferenceSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
AbstractByte2ShortSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
Byte2IntSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2IntSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2IntSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2IntSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2DoubleSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ByteLinkedOpenHashMap.keySet() |
ByteSortedSet |
Byte2LongSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
Byte2FloatSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2FloatSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2FloatSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2FloatSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2ReferenceRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ByteAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2BooleanSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ShortRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ReferenceAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2CharAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2IntSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
Byte2LongSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2LongSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2LongSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2LongSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2CharSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ShortSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ReferenceLinkedOpenHashMap.keySet() |
ByteSortedSet |
Byte2ReferenceSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2ReferenceSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2ReferenceSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2ReferenceSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2ByteSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
AbstractByte2ObjectSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
Byte2IntLinkedOpenHashMap.keySet() |
ByteSortedSet |
Byte2ShortSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2ShortSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2ShortSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2ShortSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2ObjectRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
AbstractByte2FloatSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
Byte2CharSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2CharSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2CharSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2CharSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2IntAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2FloatLinkedOpenHashMap.keySet() |
ByteSortedSet |
AbstractByte2ByteSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
Byte2ByteRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ObjectAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2FloatAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
AbstractByte2CharSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
Byte2ObjectSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2ObjectSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2ObjectSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2ObjectSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2ByteSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2ByteSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2ByteSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2ByteSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2LongRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
AbstractByte2BooleanSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteSortedSet |
Byte2DoubleRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2IntRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2CharRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2CharLinkedOpenHashMap.keySet() |
ByteSortedSet |
Byte2LongLinkedOpenHashMap.keySet() |
ByteSortedSet |
Byte2BooleanAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2BooleanSortedMaps.EmptySortedMap.keySet() |
ByteSortedSet |
Byte2BooleanSortedMaps.Singleton.keySet() |
ByteSortedSet |
Byte2BooleanSortedMaps.SynchronizedSortedMap.keySet() |
ByteSortedSet |
Byte2BooleanSortedMaps.UnmodifiableSortedMap.keySet() |
ByteSortedSet |
Byte2BooleanRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ObjectSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ByteSortedSet |
Byte2ObjectLinkedOpenHashMap.keySet() |
static ByteSortedSet |
ByteSortedSets.singleton(byte element)
Returns a type-specific immutable sorted set containing only the specified element.
|
static ByteSortedSet |
ByteSortedSets.singleton(byte element,
ByteComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
|
static ByteSortedSet |
ByteSortedSets.singleton(Object element)
Returns a type-specific immutable sorted set containing only the specified element.
|
static ByteSortedSet |
ByteSortedSets.singleton(Object element,
ByteComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
|
ByteSortedSet |
ByteSortedSets.EmptySet.subSet(byte from,
byte to) |
ByteSortedSet |
ByteSortedSets.Singleton.subSet(byte from,
byte to) |
ByteSortedSet |
ByteSortedSets.SynchronizedSortedSet.subSet(byte from,
byte to) |
ByteSortedSet |
ByteSortedSets.UnmodifiableSortedSet.subSet(byte from,
byte to) |
ByteSortedSet |
AbstractByte2LongSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
AbstractByte2DoubleSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
AbstractByte2IntSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
AbstractByte2ReferenceSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
ByteAVLTreeSet.subSet(byte from,
byte to) |
ByteSortedSet |
AbstractByte2ShortSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
ByteSortedSet.subSet(byte fromElement,
byte toElement)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
ByteSortedSet |
ByteLinkedOpenHashSet.subSet(byte from,
byte to)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
ByteSortedSet |
AbstractByte2ObjectSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
AbstractByte2FloatSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
ByteRBTreeSet.subSet(byte from,
byte to) |
ByteSortedSet |
AbstractByte2ByteSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
AbstractByte2CharSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
AbstractByte2BooleanSortedMap.KeySet.subSet(byte from,
byte to) |
ByteSortedSet |
ByteLinkedOpenCustomHashSet.subSet(byte from,
byte to)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
ByteSortedSet |
ByteSortedSets.EmptySet.subSet(Byte from,
Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
ByteSortedSets.Singleton.subSet(Byte from,
Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
ByteSortedSets.SynchronizedSortedSet.subSet(Byte from,
Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
ByteSortedSets.UnmodifiableSortedSet.subSet(Byte from,
Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
default ByteSortedSet |
ByteSortedSet.subSet(Byte from,
Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
static ByteSortedSet |
ByteSortedSets.synchronize(ByteSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static ByteSortedSet |
ByteSortedSets.synchronize(ByteSortedSet s,
Object sync)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
|
ByteSortedSet |
ByteSortedSets.EmptySet.tailSet(byte to) |
ByteSortedSet |
ByteSortedSets.Singleton.tailSet(byte from) |
ByteSortedSet |
ByteSortedSets.SynchronizedSortedSet.tailSet(byte from) |
ByteSortedSet |
ByteSortedSets.UnmodifiableSortedSet.tailSet(byte from) |
ByteSortedSet |
AbstractByte2LongSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
AbstractByte2DoubleSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
AbstractByte2IntSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
AbstractByte2ReferenceSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
ByteAVLTreeSet.tailSet(byte from) |
ByteSortedSet |
AbstractByte2ShortSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
ByteSortedSet.tailSet(byte fromElement)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
ByteSortedSet |
ByteLinkedOpenHashSet.tailSet(byte from)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
ByteSortedSet |
AbstractByte2ObjectSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
AbstractByte2FloatSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
ByteRBTreeSet.tailSet(byte from) |
ByteSortedSet |
AbstractByte2ByteSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
AbstractByte2CharSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
AbstractByte2BooleanSortedMap.KeySet.tailSet(byte from) |
ByteSortedSet |
ByteLinkedOpenCustomHashSet.tailSet(byte from)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
ByteSortedSet |
ByteSortedSets.EmptySet.tailSet(Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
ByteSortedSets.Singleton.tailSet(Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
ByteSortedSets.SynchronizedSortedSet.tailSet(Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
ByteSortedSets.UnmodifiableSortedSet.tailSet(Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
default ByteSortedSet |
ByteSortedSet.tailSet(Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
static ByteSortedSet |
ByteSortedSets.unmodifiable(ByteSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteSortedSet |
ByteSortedSets.synchronize(ByteSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static ByteSortedSet |
ByteSortedSets.synchronize(ByteSortedSet s,
Object sync)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
|
static ByteSortedSet |
ByteSortedSets.unmodifiable(ByteSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Constructor and Description |
|---|
ByteAVLTreeSet(ByteSortedSet s)
Creates a new tree set copying a given type-specific sorted set (and its
Comparator). |
ByteRBTreeSet(ByteSortedSet s)
Creates a new tree set copying a given type-specific sorted set (and its
Comparator). |
SynchronizedSortedSet(ByteSortedSet s) |
SynchronizedSortedSet(ByteSortedSet s,
Object sync) |
UnmodifiableSortedSet(ByteSortedSet s) |
Copyright © 2020. All rights reserved.