| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractInt2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractInt2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractInt2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractInt2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractInt2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractInt2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractInt2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractInt2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractInt2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractInt2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
class |
AbstractIntSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
IntAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation.
|
class |
IntLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
IntLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
IntRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation.
|
static class |
IntSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
IntSortedSets.Singleton
A class representing a singleton sorted set.
|
static class |
IntSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets.
|
static class |
IntSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected IntSortedSet |
Int2LongRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ReferenceRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2DoubleLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2LongLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ByteLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2CharAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ByteRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2IntAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ShortRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ReferenceAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2IntRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2DoubleRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2FloatRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ShortAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2BooleanLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2BooleanRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ObjectRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2LongAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ObjectLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ReferenceLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2CharRBTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2FloatAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2BooleanAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2CharLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2DoubleAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ByteAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2FloatLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ShortLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2ObjectAVLTreeMap.keys
Cached set of keys.
|
protected IntSortedSet |
Int2IntLinkedOpenHashMap.keys
Cached set of keys.
|
protected IntSortedSet |
IntSortedSets.SynchronizedSortedSet.sortedSet |
protected IntSortedSet |
IntSortedSets.UnmodifiableSortedSet.sortedSet |
| Modifier and Type | Method and Description |
|---|---|
IntSortedSet |
AbstractInt2IntSortedMap.KeySet.headSet(int to) |
IntSortedSet |
AbstractInt2ObjectSortedMap.KeySet.headSet(int to) |
IntSortedSet |
IntAVLTreeSet.headSet(int to) |
IntSortedSet |
IntLinkedOpenHashSet.headSet(int to)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
IntSortedSet |
IntRBTreeSet.headSet(int to) |
IntSortedSet |
AbstractInt2ByteSortedMap.KeySet.headSet(int to) |
IntSortedSet |
IntSortedSets.EmptySet.headSet(int from) |
IntSortedSet |
IntSortedSets.Singleton.headSet(int to) |
IntSortedSet |
IntSortedSets.SynchronizedSortedSet.headSet(int to) |
IntSortedSet |
IntSortedSets.UnmodifiableSortedSet.headSet(int to) |
IntSortedSet |
AbstractInt2LongSortedMap.KeySet.headSet(int to) |
IntSortedSet |
AbstractInt2FloatSortedMap.KeySet.headSet(int to) |
IntSortedSet |
IntSortedSet.headSet(int toElement)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
IntSortedSet |
AbstractInt2ShortSortedMap.KeySet.headSet(int to) |
IntSortedSet |
AbstractInt2BooleanSortedMap.KeySet.headSet(int to) |
IntSortedSet |
AbstractInt2DoubleSortedMap.KeySet.headSet(int to) |
IntSortedSet |
AbstractInt2ReferenceSortedMap.KeySet.headSet(int to) |
IntSortedSet |
IntLinkedOpenCustomHashSet.headSet(int to)
Returns a view of the portion of this sorted set whose elements are strictly less than
toElement. |
IntSortedSet |
AbstractInt2CharSortedMap.KeySet.headSet(int to) |
IntSortedSet |
IntSortedSets.EmptySet.headSet(Integer from)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
IntSortedSets.Singleton.headSet(Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
IntSortedSets.SynchronizedSortedSet.headSet(Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
IntSortedSets.UnmodifiableSortedSet.headSet(Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
default IntSortedSet |
IntSortedSet.headSet(Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
AbstractInt2IntSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
AbstractInt2ObjectSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
Int2LongRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2ReferenceRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2ObjectSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2LongSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2ByteSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2FloatSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2FloatSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2FloatSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2FloatSortedMaps.UnmodifiableSortedMap.keySet() |
IntSortedSet |
Int2CharSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2CharSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2CharSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2CharSortedMaps.UnmodifiableSortedMap.keySet() |
IntSortedSet |
AbstractInt2ByteSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
Int2DoubleLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2FloatSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2LongLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2ByteSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2ByteSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2ByteSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2ByteSortedMaps.UnmodifiableSortedMap.keySet() |
IntSortedSet |
Int2ByteLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2CharAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2ReferenceSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2ObjectSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2ObjectSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2ObjectSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2ObjectSortedMaps.UnmodifiableSortedMap.keySet() |
IntSortedSet |
Int2ByteRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2ShortSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2IntSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2IntAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2ShortRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2ShortSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2ShortSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2ShortSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2ShortSortedMaps.UnmodifiableSortedMap.keySet() |
IntSortedSet |
Int2ReferenceAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2DoubleSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2DoubleSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2DoubleSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2DoubleSortedMaps.UnmodifiableSortedMap.keySet() |
IntSortedSet |
Int2IntRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
AbstractInt2LongSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
Int2ReferenceSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2ReferenceSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2ReferenceSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2ReferenceSortedMaps.UnmodifiableSortedMap.keySet() |
IntSortedSet |
AbstractInt2FloatSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
Int2DoubleRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2DoubleSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2LongSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2LongSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2LongSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2LongSortedMaps.UnmodifiableSortedMap.keySet() |
IntSortedSet |
Int2FloatRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2ShortAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2BooleanLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2BooleanRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
AbstractInt2ShortSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
Int2CharSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2ObjectRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
AbstractInt2BooleanSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
Int2LongAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
AbstractInt2DoubleSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
Int2ObjectLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2ReferenceLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2CharRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2FloatAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2BooleanAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
AbstractInt2ReferenceSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
Int2CharLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2DoubleAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2ByteAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
Int2BooleanSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2BooleanSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2BooleanSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2BooleanSortedMaps.UnmodifiableSortedMap.keySet() |
IntSortedSet |
Int2FloatLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2BooleanSortedMap.keySet()
Returns a type-specific sorted-set view of the keys contained in this map.
|
IntSortedSet |
Int2ShortLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2ObjectAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map.
|
IntSortedSet |
AbstractInt2CharSortedMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSortedSet |
Int2IntLinkedOpenHashMap.keySet() |
IntSortedSet |
Int2IntSortedMaps.EmptySortedMap.keySet() |
IntSortedSet |
Int2IntSortedMaps.Singleton.keySet() |
IntSortedSet |
Int2IntSortedMaps.SynchronizedSortedMap.keySet() |
IntSortedSet |
Int2IntSortedMaps.UnmodifiableSortedMap.keySet() |
static IntSortedSet |
IntSortedSets.singleton(int element)
Returns a type-specific immutable sorted set containing only the specified element.
|
static IntSortedSet |
IntSortedSets.singleton(int element,
IntComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
|
static IntSortedSet |
IntSortedSets.singleton(Object element)
Returns a type-specific immutable sorted set containing only the specified element.
|
static IntSortedSet |
IntSortedSets.singleton(Object element,
IntComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
|
IntSortedSet |
IntSortedSets.EmptySet.subSet(Integer from,
Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
IntSortedSets.Singleton.subSet(Integer from,
Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
IntSortedSets.SynchronizedSortedSet.subSet(Integer from,
Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
IntSortedSets.UnmodifiableSortedSet.subSet(Integer from,
Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
default IntSortedSet |
IntSortedSet.subSet(Integer from,
Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
AbstractInt2IntSortedMap.KeySet.subSet(int from,
int to) |
IntSortedSet |
AbstractInt2ObjectSortedMap.KeySet.subSet(int from,
int to) |
IntSortedSet |
IntAVLTreeSet.subSet(int from,
int to) |
IntSortedSet |
IntLinkedOpenHashSet.subSet(int from,
int to)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
IntSortedSet |
IntRBTreeSet.subSet(int from,
int to) |
IntSortedSet |
AbstractInt2ByteSortedMap.KeySet.subSet(int from,
int to) |
IntSortedSet |
IntSortedSets.EmptySet.subSet(int from,
int to) |
IntSortedSet |
IntSortedSets.Singleton.subSet(int from,
int to) |
IntSortedSet |
IntSortedSets.SynchronizedSortedSet.subSet(int from,
int to) |
IntSortedSet |
IntSortedSets.UnmodifiableSortedSet.subSet(int from,
int to) |
IntSortedSet |
AbstractInt2LongSortedMap.KeySet.subSet(int from,
int to) |
IntSortedSet |
AbstractInt2FloatSortedMap.KeySet.subSet(int from,
int to) |
IntSortedSet |
IntSortedSet.subSet(int fromElement,
int toElement)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
IntSortedSet |
AbstractInt2ShortSortedMap.KeySet.subSet(int from,
int to) |
IntSortedSet |
AbstractInt2BooleanSortedMap.KeySet.subSet(int from,
int to) |
IntSortedSet |
AbstractInt2DoubleSortedMap.KeySet.subSet(int from,
int to) |
IntSortedSet |
AbstractInt2ReferenceSortedMap.KeySet.subSet(int from,
int to) |
IntSortedSet |
IntLinkedOpenCustomHashSet.subSet(int from,
int to)
Returns a view of the portion of this sorted set whose elements range from
fromElement, inclusive, to toElement, exclusive. |
IntSortedSet |
AbstractInt2CharSortedMap.KeySet.subSet(int from,
int to) |
static IntSortedSet |
IntSortedSets.synchronize(IntSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static IntSortedSet |
IntSortedSets.synchronize(IntSortedSet s,
Object sync)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
|
IntSortedSet |
AbstractInt2IntSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
AbstractInt2ObjectSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
IntAVLTreeSet.tailSet(int from) |
IntSortedSet |
IntLinkedOpenHashSet.tailSet(int from)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
IntSortedSet |
IntRBTreeSet.tailSet(int from) |
IntSortedSet |
AbstractInt2ByteSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
IntSortedSets.EmptySet.tailSet(int to) |
IntSortedSet |
IntSortedSets.Singleton.tailSet(int from) |
IntSortedSet |
IntSortedSets.SynchronizedSortedSet.tailSet(int from) |
IntSortedSet |
IntSortedSets.UnmodifiableSortedSet.tailSet(int from) |
IntSortedSet |
AbstractInt2LongSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
AbstractInt2FloatSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
IntSortedSet.tailSet(int fromElement)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
IntSortedSet |
AbstractInt2ShortSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
AbstractInt2BooleanSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
AbstractInt2DoubleSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
AbstractInt2ReferenceSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
IntLinkedOpenCustomHashSet.tailSet(int from)
Returns a view of the portion of this sorted set whose elements are greater than or equal to
fromElement. |
IntSortedSet |
AbstractInt2CharSortedMap.KeySet.tailSet(int from) |
IntSortedSet |
IntSortedSets.EmptySet.tailSet(Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
IntSortedSets.Singleton.tailSet(Integer from)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
IntSortedSets.SynchronizedSortedSet.tailSet(Integer from)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
IntSortedSets.UnmodifiableSortedSet.tailSet(Integer from)
Deprecated.
Please use the corresponding type-specific method instead.
|
default IntSortedSet |
IntSortedSet.tailSet(Integer from)
Deprecated.
Please use the corresponding type-specific method instead.
|
static IntSortedSet |
IntSortedSets.unmodifiable(IntSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Modifier and Type | Method and Description |
|---|---|
static IntSortedSet |
IntSortedSets.synchronize(IntSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
|
static IntSortedSet |
IntSortedSets.synchronize(IntSortedSet 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 IntSortedSet |
IntSortedSets.unmodifiable(IntSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
|
| Constructor and Description |
|---|
IntAVLTreeSet(IntSortedSet s)
Creates a new tree set copying a given type-specific sorted set (and its
Comparator). |
IntRBTreeSet(IntSortedSet s)
Creates a new tree set copying a given type-specific sorted set (and its
Comparator). |
SynchronizedSortedSet(IntSortedSet s) |
SynchronizedSortedSet(IntSortedSet s,
Object sync) |
UnmodifiableSortedSet(IntSortedSet s) |
Copyright © 2020. All rights reserved.