| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.doubles |
Provides type-specific classes for double elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractDouble2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractDouble2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractDouble2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractDouble2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractDouble2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractDouble2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractDouble2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractDouble2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractDouble2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractDouble2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
class |
AbstractDoubleSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
DoubleAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation.
|
class |
DoubleLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
DoubleLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
DoubleRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation.
|
static class |
DoubleSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
DoubleSortedSets.Singleton
A class representing a singleton sorted set.
|
static class |
DoubleSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets.
|
static class |
DoubleSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected DoubleSortedSet |
Double2ShortLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2DoubleRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2LongLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ShortRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2BooleanLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2CharLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ReferenceLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ReferenceAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2IntLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ByteAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ByteLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ObjectAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2CharAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2IntAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2BooleanAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2CharRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ObjectLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ByteRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2DoubleAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2FloatLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2BooleanRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2DoubleLinkedOpenHashMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2IntRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2FloatAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ObjectRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ReferenceRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2FloatRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2LongAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2LongRBTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
Double2ShortAVLTreeMap.keys
Cached set of keys.
|
protected DoubleSortedSet |
DoubleSortedSets.SynchronizedSortedSet.sortedSet |
protected DoubleSortedSet |
DoubleSortedSets.UnmodifiableSortedSet.sortedSet |
| Modifier and Type | Method and Description |
|---|---|
DoubleSortedSet |
AbstractDouble2ObjectSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
AbstractDouble2ShortSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
DoubleAVLTreeSet.headSet(double to) |
DoubleSortedSet |
AbstractDouble2LongSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
DoubleSortedSets.EmptySet.headSet(double from) |
DoubleSortedSet |
DoubleSortedSets.Singleton.headSet(double to) |
DoubleSortedSet |
DoubleSortedSets.SynchronizedSortedSet.headSet(double to) |
DoubleSortedSet |
DoubleSortedSets.UnmodifiableSortedSet.headSet(double to) |
DoubleSortedSet |
AbstractDouble2ByteSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
DoubleLinkedOpenHashSet.headSet(double to)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
DoubleSortedSet |
AbstractDouble2DoubleSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
AbstractDouble2BooleanSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
DoubleSortedSet.headSet(double toElement)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
DoubleSortedSet |
AbstractDouble2ReferenceSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
AbstractDouble2FloatSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
AbstractDouble2IntSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
DoubleLinkedOpenCustomHashSet.headSet(double to)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
DoubleSortedSet |
DoubleRBTreeSet.headSet(double to) |
DoubleSortedSet |
AbstractDouble2CharSortedMap.KeySet.headSet(double to) |
DoubleSortedSet |
DoubleSortedSets.EmptySet.headSet(Double from)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
DoubleSortedSets.Singleton.headSet(Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
DoubleSortedSets.SynchronizedSortedSet.headSet(Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
DoubleSortedSets.UnmodifiableSortedSet.headSet(Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
default DoubleSortedSet |
DoubleSortedSet.headSet(Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
Double2ShortLinkedOpenHashMap.keySet() |
DoubleSortedSet |
Double2DoubleRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2LongLinkedOpenHashMap.keySet() |
DoubleSortedSet |
Double2FloatSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ByteSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ShortRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
AbstractDouble2ObjectSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
Double2BooleanLinkedOpenHashMap.keySet() |
DoubleSortedSet |
Double2CharSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
AbstractDouble2ShortSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
Double2CharLinkedOpenHashMap.keySet() |
DoubleSortedSet |
Double2ReferenceLinkedOpenHashMap.keySet() |
DoubleSortedSet |
AbstractDouble2LongSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
Double2ReferenceAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
AbstractDouble2ByteSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
AbstractDouble2DoubleSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
Double2IntLinkedOpenHashMap.keySet() |
DoubleSortedSet |
Double2ByteAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ReferenceSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2ReferenceSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2ReferenceSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2ReferenceSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
AbstractDouble2BooleanSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
Double2ByteLinkedOpenHashMap.keySet() |
DoubleSortedSet |
Double2IntSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2IntSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2IntSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2IntSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
Double2LongSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ShortSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
AbstractDouble2ReferenceSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
AbstractDouble2FloatSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
Double2FloatSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2FloatSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2FloatSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2FloatSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
Double2ObjectAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2CharAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2IntAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2LongSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2LongSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2LongSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2LongSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
AbstractDouble2IntSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
Double2CharSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2CharSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2CharSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2CharSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
Double2BooleanAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2CharRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2IntSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ObjectLinkedOpenHashMap.keySet() |
DoubleSortedSet |
Double2ReferenceSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ByteRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2DoubleSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2DoubleSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2DoubleSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2DoubleSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
AbstractDouble2CharSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
DoubleSortedSet |
Double2DoubleAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ByteSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2ByteSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2ByteSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2ByteSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
Double2ObjectSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
Double2FloatLinkedOpenHashMap.keySet() |
DoubleSortedSet |
Double2BooleanRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2DoubleLinkedOpenHashMap.keySet() |
DoubleSortedSet |
Double2IntRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2FloatAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ObjectSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2ObjectSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2ObjectSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2ObjectSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
Double2ShortSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2ShortSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2ShortSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2ShortSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
Double2ObjectRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ReferenceRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2FloatRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2DoubleSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
Double2LongAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2BooleanSortedMaps.EmptySortedMap.keySet() |
DoubleSortedSet |
Double2BooleanSortedMaps.Singleton.keySet() |
DoubleSortedSet |
Double2BooleanSortedMaps.SynchronizedSortedMap.keySet() |
DoubleSortedSet |
Double2BooleanSortedMaps.UnmodifiableSortedMap.keySet() |
DoubleSortedSet |
Double2LongRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
DoubleSortedSet |
Double2BooleanSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
DoubleSortedSet |
Double2ShortAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
static DoubleSortedSet |
DoubleSortedSets.singleton(double element)
Returns a type-specific immutable sorted set containing only the specified element.
|
static DoubleSortedSet |
DoubleSortedSets.singleton(double element,
DoubleComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
|
static DoubleSortedSet |
DoubleSortedSets.singleton(Object element)
Returns a type-specific immutable sorted set containing only the specified element.
|
static DoubleSortedSet |
DoubleSortedSets.singleton(Object element,
DoubleComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
|
DoubleSortedSet |
AbstractDouble2ObjectSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
AbstractDouble2ShortSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
DoubleAVLTreeSet.subSet(double from,
double to) |
DoubleSortedSet |
AbstractDouble2LongSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
DoubleSortedSets.EmptySet.subSet(double from,
double to) |
DoubleSortedSet |
DoubleSortedSets.Singleton.subSet(double from,
double to) |
DoubleSortedSet |
DoubleSortedSets.SynchronizedSortedSet.subSet(double from,
double to) |
DoubleSortedSet |
DoubleSortedSets.UnmodifiableSortedSet.subSet(double from,
double to) |
DoubleSortedSet |
AbstractDouble2ByteSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
DoubleLinkedOpenHashSet.subSet(double from,
double to)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
DoubleSortedSet |
AbstractDouble2DoubleSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
AbstractDouble2BooleanSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
DoubleSortedSet.subSet(double fromElement,
double toElement)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
DoubleSortedSet |
AbstractDouble2ReferenceSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
AbstractDouble2FloatSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
AbstractDouble2IntSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
DoubleLinkedOpenCustomHashSet.subSet(double from,
double to)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
DoubleSortedSet |
DoubleRBTreeSet.subSet(double from,
double to) |
DoubleSortedSet |
AbstractDouble2CharSortedMap.KeySet.subSet(double from,
double to) |
DoubleSortedSet |
DoubleSortedSets.EmptySet.subSet(Double from,
Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
DoubleSortedSets.Singleton.subSet(Double from,
Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
DoubleSortedSets.SynchronizedSortedSet.subSet(Double from,
Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
DoubleSortedSets.UnmodifiableSortedSet.subSet(Double from,
Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
default DoubleSortedSet |
DoubleSortedSet.subSet(Double from,
Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
static DoubleSortedSet |
DoubleSortedSets.synchronize(DoubleSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static DoubleSortedSet |
DoubleSortedSets.synchronize(DoubleSortedSet s,
Object sync)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
|
DoubleSortedSet |
AbstractDouble2ObjectSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
AbstractDouble2ShortSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
DoubleAVLTreeSet.tailSet(double from) |
DoubleSortedSet |
AbstractDouble2LongSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
DoubleSortedSets.EmptySet.tailSet(double to) |
DoubleSortedSet |
DoubleSortedSets.Singleton.tailSet(double from) |
DoubleSortedSet |
DoubleSortedSets.SynchronizedSortedSet.tailSet(double from) |
DoubleSortedSet |
DoubleSortedSets.UnmodifiableSortedSet.tailSet(double from) |
DoubleSortedSet |
AbstractDouble2ByteSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
DoubleLinkedOpenHashSet.tailSet(double from)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
DoubleSortedSet |
AbstractDouble2DoubleSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
AbstractDouble2BooleanSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
DoubleSortedSet.tailSet(double fromElement)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
DoubleSortedSet |
AbstractDouble2ReferenceSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
AbstractDouble2FloatSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
AbstractDouble2IntSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
DoubleLinkedOpenCustomHashSet.tailSet(double from)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
DoubleSortedSet |
DoubleRBTreeSet.tailSet(double from) |
DoubleSortedSet |
AbstractDouble2CharSortedMap.KeySet.tailSet(double from) |
DoubleSortedSet |
DoubleSortedSets.EmptySet.tailSet(Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
DoubleSortedSets.Singleton.tailSet(Double from)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
DoubleSortedSets.SynchronizedSortedSet.tailSet(Double from)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
DoubleSortedSets.UnmodifiableSortedSet.tailSet(Double from)
Deprecated.
Please use the corresponding type-specific method instead.
|
default DoubleSortedSet |
DoubleSortedSet.tailSet(Double from)
Deprecated.
Please use the corresponding type-specific method instead.
|
static DoubleSortedSet |
DoubleSortedSets.unmodifiable(DoubleSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleSortedSet |
DoubleSortedSets.synchronize(DoubleSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static DoubleSortedSet |
DoubleSortedSets.synchronize(DoubleSortedSet 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 DoubleSortedSet |
DoubleSortedSets.unmodifiable(DoubleSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Constructor and Description |
|---|
DoubleAVLTreeSet(DoubleSortedSet s)
Creates a new tree set copying a given type-specific sorted set (and its
Comparator). |
DoubleRBTreeSet(DoubleSortedSet s)
Creates a new tree set copying a given type-specific sorted set (and its
Comparator). |
SynchronizedSortedSet(DoubleSortedSet s) |
SynchronizedSortedSet(DoubleSortedSet s,
Object sync) |
UnmodifiableSortedSet(DoubleSortedSet s) |
Copyright © 2020. All rights reserved.