| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractReference2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractReference2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractReference2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractReference2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractReference2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractReference2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractReference2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractReference2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractReference2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractReference2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
class |
AbstractReferenceSortedSet<K>
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
ReferenceLinkedOpenHashSet<K>
A type-specific linked hash set with with a fast, small-footprint implementation.
|
static class |
ReferenceSortedSets.EmptySet<K>
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
ReferenceSortedSets.Singleton<K>
A class representing a singleton sorted set.
|
static class |
ReferenceSortedSets.SynchronizedSortedSet<K>
A synchronized wrapper class for sorted sets.
|
static class |
ReferenceSortedSets.UnmodifiableSortedSet<K>
An unmodifiable wrapper class for sorted sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceSortedSet<K> |
Reference2FloatLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
Reference2LongLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
Reference2ShortLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
Reference2ObjectLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
Reference2ByteLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
Reference2DoubleLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
Reference2BooleanLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
Reference2IntLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
Reference2ReferenceLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
Reference2CharLinkedOpenHashMap.keys
Cached set of keys.
|
protected ReferenceSortedSet<K> |
ReferenceSortedSets.SynchronizedSortedSet.sortedSet |
protected ReferenceSortedSet<K> |
ReferenceSortedSets.UnmodifiableSortedSet.sortedSet |
| Modifier and Type | Method and Description |
|---|---|
ReferenceSortedSet<K> |
AbstractReference2LongSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
AbstractReference2ShortSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
AbstractReference2ReferenceSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
AbstractReference2BooleanSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
AbstractReference2DoubleSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
AbstractReference2FloatSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
AbstractReference2ObjectSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
AbstractReference2ByteSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
AbstractReference2IntSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
AbstractReference2CharSortedMap.KeySet.headSet(K to) |
ReferenceSortedSet<K> |
ReferenceSortedSets.EmptySet.headSet(K from) |
ReferenceSortedSet<K> |
ReferenceSortedSets.Singleton.headSet(K to) |
ReferenceSortedSet<K> |
ReferenceSortedSets.SynchronizedSortedSet.headSet(K to) |
ReferenceSortedSet<K> |
ReferenceSortedSets.UnmodifiableSortedSet.headSet(K to) |
ReferenceSortedSet<K> |
ReferenceSortedSet.headSet(K toElement)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
ReferenceSortedSet<K> |
ReferenceLinkedOpenHashSet.headSet(K to)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
ReferenceSortedSet<K> |
Reference2ShortSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ReferenceSortedSet<K> |
AbstractReference2LongSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
Reference2ObjectSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ReferenceSortedSet<K> |
Reference2FloatLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
AbstractReference2ShortSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
Reference2BooleanSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ReferenceSortedSet<K> |
Reference2LongSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ReferenceSortedSet<K> |
AbstractReference2ReferenceSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
AbstractReference2BooleanSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
Reference2IntSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2IntSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2IntSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2IntSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ObjectSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ObjectSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2ObjectSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ObjectSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2CharSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2CharSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2CharSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2CharSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2IntSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ReferenceSortedSet<K> |
AbstractReference2DoubleSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
Reference2FloatSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2FloatSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2FloatSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2FloatSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
AbstractReference2FloatSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
Reference2ByteSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ByteSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2ByteSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ByteSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
AbstractReference2ObjectSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
Reference2FloatSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ReferenceSortedSet<K> |
Reference2LongLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
Reference2BooleanSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2BooleanSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2BooleanSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2BooleanSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ShortLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
Reference2ObjectLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
Reference2ByteLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
AbstractReference2ByteSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
Reference2ShortSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ShortSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2ShortSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ShortSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ReferenceSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ReferenceSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2ReferenceSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ReferenceSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2ByteSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ReferenceSortedSet<K> |
Reference2LongSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2LongSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2LongSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2LongSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2DoubleLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
AbstractReference2IntSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
Reference2CharSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ReferenceSortedSet<K> |
Reference2BooleanLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
Reference2DoubleSortedMaps.EmptySortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2DoubleSortedMaps.Singleton.keySet() |
ReferenceSortedSet<K> |
Reference2DoubleSortedMaps.SynchronizedSortedMap.keySet() |
ReferenceSortedSet<K> |
Reference2DoubleSortedMaps.UnmodifiableSortedMap.keySet() |
ReferenceSortedSet<K> |
AbstractReference2CharSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceSortedSet<K> |
Reference2ReferenceSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
ReferenceSortedSet<K> |
Reference2IntLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
Reference2ReferenceLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
Reference2CharLinkedOpenHashMap.keySet() |
ReferenceSortedSet<K> |
Reference2DoubleSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
static <K> ReferenceSortedSet<K> |
ReferenceSortedSets.singleton(K element)
Returns a type-specific immutable sorted set containing only the specified element.
|
static <K> ReferenceSortedSet<K> |
ReferenceSortedSets.singleton(K element,
Comparator<? super K> comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
|
ReferenceSortedSet<K> |
AbstractReference2LongSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
AbstractReference2ShortSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
AbstractReference2ReferenceSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
AbstractReference2BooleanSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
AbstractReference2DoubleSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
AbstractReference2FloatSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
AbstractReference2ObjectSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
AbstractReference2ByteSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
AbstractReference2IntSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
AbstractReference2CharSortedMap.KeySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
ReferenceSortedSets.EmptySet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
ReferenceSortedSets.Singleton.subSet(K from,
K to) |
ReferenceSortedSet<K> |
ReferenceSortedSets.SynchronizedSortedSet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
ReferenceSortedSets.UnmodifiableSortedSet.subSet(K from,
K to) |
ReferenceSortedSet<K> |
ReferenceSortedSet.subSet(K fromElement,
K toElement)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
ReferenceSortedSet<K> |
ReferenceLinkedOpenHashSet.subSet(K from,
K to)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
static <K> ReferenceSortedSet<K> |
ReferenceSortedSets.synchronize(ReferenceSortedSet<K> s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static <K> ReferenceSortedSet<K> |
ReferenceSortedSets.synchronize(ReferenceSortedSet<K> s,
Object sync)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
|
ReferenceSortedSet<K> |
AbstractReference2LongSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
AbstractReference2ShortSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
AbstractReference2ReferenceSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
AbstractReference2BooleanSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
AbstractReference2DoubleSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
AbstractReference2FloatSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
AbstractReference2ObjectSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
AbstractReference2ByteSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
AbstractReference2IntSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
AbstractReference2CharSortedMap.KeySet.tailSet(K from) |
ReferenceSortedSet<K> |
ReferenceSortedSets.EmptySet.tailSet(K to) |
ReferenceSortedSet<K> |
ReferenceSortedSets.Singleton.tailSet(K from) |
ReferenceSortedSet<K> |
ReferenceSortedSets.SynchronizedSortedSet.tailSet(K from) |
ReferenceSortedSet<K> |
ReferenceSortedSets.UnmodifiableSortedSet.tailSet(K from) |
ReferenceSortedSet<K> |
ReferenceSortedSet.tailSet(K fromElement)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
ReferenceSortedSet<K> |
ReferenceLinkedOpenHashSet.tailSet(K from)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
static <K> ReferenceSortedSet<K> |
ReferenceSortedSets.unmodifiable(ReferenceSortedSet<K> s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> ReferenceSortedSet<K> |
ReferenceSortedSets.synchronize(ReferenceSortedSet<K> s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static <K> ReferenceSortedSet<K> |
ReferenceSortedSets.synchronize(ReferenceSortedSet<K> 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 <K> ReferenceSortedSet<K> |
ReferenceSortedSets.unmodifiable(ReferenceSortedSet<K> s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Constructor and Description |
|---|
SynchronizedSortedSet(ReferenceSortedSet<K> s) |
SynchronizedSortedSet(ReferenceSortedSet<K> s,
Object sync) |
UnmodifiableSortedSet(ReferenceSortedSet<K> s) |
Copyright © 2020. All rights reserved.