| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractLong2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
class |
AbstractLongSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
static class |
LongSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
LongSortedSets.Singleton
A class representing a singleton sorted set.
|
static class |
LongSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets.
|
static class |
LongSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected LongSortedSet |
Long2ObjectLinkedOpenHashMap.keys
Cached set of keys.
|
protected LongSortedSet |
LongSortedSets.SynchronizedSortedSet.sortedSet |
protected LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.sortedSet |
| Modifier and Type | Method and Description |
|---|---|
LongSortedSet |
LongSortedSets.EmptySet.headSet(long from) |
LongSortedSet |
LongSortedSets.Singleton.headSet(long to) |
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.headSet(long to) |
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.headSet(long to) |
LongSortedSet |
LongSortedSet.headSet(long toElement) |
LongSortedSet |
AbstractLong2ObjectSortedMap.KeySet.headSet(long to) |
LongSortedSet |
LongSortedSets.EmptySet.headSet(Long from) |
LongSortedSet |
LongSortedSets.Singleton.headSet(Long to)
Deprecated.
Please use the corresponding type-specific method instead.
|
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.headSet(Long to) |
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.headSet(Long to) |
LongSortedSet |
LongSortedSet.headSet(Long toElement)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
LongSortedSet |
AbstractLongSortedSet.headSet(Long to)
Deprecated.
Please use the corresponding type-specific method instead.
|
LongSortedSet |
Long2ObjectSortedMaps.EmptySortedMap.keySet() |
LongSortedSet |
Long2ObjectSortedMaps.Singleton.keySet() |
LongSortedSet |
Long2ObjectSortedMaps.SynchronizedSortedMap.keySet() |
LongSortedSet |
Long2ObjectSortedMaps.UnmodifiableSortedMap.keySet() |
LongSortedSet |
Long2ObjectSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map.
|
LongSortedSet |
Long2ObjectLinkedOpenHashMap.keySet() |
LongSortedSet |
AbstractLong2ObjectSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map.
|
static LongSortedSet |
LongSortedSets.singleton(long element)
Returns a type-specific immutable sorted set containing only the specified element.
|
static LongSortedSet |
LongSortedSets.singleton(long element,
LongComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
|
static LongSortedSet |
LongSortedSets.singleton(Object element)
Returns a type-specific immutable sorted set containing only the specified element.
|
static LongSortedSet |
LongSortedSets.singleton(Object element,
LongComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
|
LongSortedSet |
LongSortedSets.EmptySet.subSet(long from,
long to) |
LongSortedSet |
LongSortedSets.Singleton.subSet(long from,
long to) |
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.subSet(long from,
long to) |
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.subSet(long from,
long to) |
LongSortedSet |
LongSortedSet.subSet(long fromElement,
long toElement) |
LongSortedSet |
AbstractLong2ObjectSortedMap.KeySet.subSet(long from,
long to) |
LongSortedSet |
LongSortedSets.EmptySet.subSet(Long from,
Long to) |
LongSortedSet |
LongSortedSets.Singleton.subSet(Long from,
Long to)
Deprecated.
Please use the corresponding type-specific method instead.
|
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.subSet(Long from,
Long to) |
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.subSet(Long from,
Long to) |
LongSortedSet |
LongSortedSet.subSet(Long fromElement,
Long toElement)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
LongSortedSet |
AbstractLongSortedSet.subSet(Long from,
Long to)
Deprecated.
Please use the corresponding type-specific method instead.
|
static LongSortedSet |
LongSortedSets.synchronize(LongSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static LongSortedSet |
LongSortedSets.synchronize(LongSortedSet s,
Object sync)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
|
LongSortedSet |
LongSortedSets.EmptySet.tailSet(long to) |
LongSortedSet |
LongSortedSets.Singleton.tailSet(long from) |
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.tailSet(long from) |
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.tailSet(long from) |
LongSortedSet |
LongSortedSet.tailSet(long fromElement) |
LongSortedSet |
AbstractLong2ObjectSortedMap.KeySet.tailSet(long from) |
LongSortedSet |
LongSortedSets.EmptySet.tailSet(Long to) |
LongSortedSet |
LongSortedSets.Singleton.tailSet(Long from)
Deprecated.
Please use the corresponding type-specific method instead.
|
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.tailSet(Long from) |
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.tailSet(Long from) |
LongSortedSet |
LongSortedSet.tailSet(Long fromElement)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
LongSortedSet |
AbstractLongSortedSet.tailSet(Long from)
Deprecated.
Please use the corresponding type-specific method instead.
|
static LongSortedSet |
LongSortedSets.unmodifiable(LongSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Modifier and Type | Method and Description |
|---|---|
static LongSortedSet |
LongSortedSets.synchronize(LongSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static LongSortedSet |
LongSortedSets.synchronize(LongSortedSet 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 LongSortedSet |
LongSortedSets.unmodifiable(LongSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Constructor and Description |
|---|
SynchronizedSortedSet(LongSortedSet s) |
SynchronizedSortedSet(LongSortedSet s,
Object sync) |
UnmodifiableSortedSet(LongSortedSet s) |
Copyright © 2016. All rights reserved.