| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| 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 |
AbstractIntSet
An abstract class providing basic methods for sets implementing a type-specific interface.
|
class |
AbstractIntSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
IntArraySet
A simple, brute-force implementation of a set based on a backing array.
|
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 |
IntOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
class |
IntOpenHashBigSet
A type-specific hash big set with with a fast, small-footprint implementation.
|
class |
IntOpenHashSet
A type-specific 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 |
IntSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface.
|
static class |
IntSets.Singleton
An immutable class representing a type-specific singleton set.
|
static class |
IntSets.SynchronizedSet
A synchronized wrapper class for sets.
|
static class |
IntSets.UnmodifiableSet
An unmodifiable wrapper class for sets.
|
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 IntSet |
Int2IntOpenHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2ReferenceOpenHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2ReferenceOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2DoubleMaps.Singleton.keys |
protected IntSet |
Int2DoubleMaps.SynchronizedMap.keys |
protected IntSet |
Int2DoubleMaps.UnmodifiableMap.keys |
protected IntSet |
Int2LongMaps.Singleton.keys |
protected IntSet |
Int2LongMaps.SynchronizedMap.keys |
protected IntSet |
Int2LongMaps.UnmodifiableMap.keys |
protected IntSet |
Int2ObjectMaps.Singleton.keys |
protected IntSet |
Int2ObjectMaps.SynchronizedMap.keys |
protected IntSet |
Int2ObjectMaps.UnmodifiableMap.keys |
protected IntSet |
Int2ByteOpenHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2IntOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2FloatMaps.Singleton.keys |
protected IntSet |
Int2FloatMaps.SynchronizedMap.keys |
protected IntSet |
Int2FloatMaps.UnmodifiableMap.keys |
protected IntSet |
Int2ShortMaps.Singleton.keys |
protected IntSet |
Int2ShortMaps.SynchronizedMap.keys |
protected IntSet |
Int2ShortMaps.UnmodifiableMap.keys |
protected IntSet |
Int2CharOpenHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2ReferenceMaps.Singleton.keys |
protected IntSet |
Int2ReferenceMaps.SynchronizedMap.keys |
protected IntSet |
Int2ReferenceMaps.UnmodifiableMap.keys |
protected IntSet |
Int2IntMaps.Singleton.keys |
protected IntSet |
Int2IntMaps.SynchronizedMap.keys |
protected IntSet |
Int2IntMaps.UnmodifiableMap.keys |
protected IntSet |
Int2BooleanOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2CharOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2LongOpenHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2BooleanOpenHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2ByteOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2LongOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2DoubleOpenHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2ShortOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2ByteMaps.Singleton.keys |
protected IntSet |
Int2ByteMaps.SynchronizedMap.keys |
protected IntSet |
Int2ByteMaps.UnmodifiableMap.keys |
protected IntSet |
Int2ObjectOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2FloatOpenHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2FloatOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2ShortOpenHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2DoubleOpenCustomHashMap.keys
Cached set of keys.
|
protected IntSet |
Int2BooleanMaps.Singleton.keys |
protected IntSet |
Int2BooleanMaps.SynchronizedMap.keys |
protected IntSet |
Int2BooleanMaps.UnmodifiableMap.keys |
protected IntSet |
Int2CharMaps.Singleton.keys |
protected IntSet |
Int2CharMaps.SynchronizedMap.keys |
protected IntSet |
Int2CharMaps.UnmodifiableMap.keys |
protected IntSet |
Int2ObjectOpenHashMap.keys
Cached set of keys.
|
| Modifier and Type | Method and Description |
|---|---|
IntSet |
Int2IntOpenHashMap.keySet() |
IntSet |
Int2ReferenceOpenHashMap.keySet() |
IntSet |
Int2ReferenceOpenCustomHashMap.keySet() |
IntSet |
Int2ReferenceArrayMap.keySet() |
IntSet |
Int2CharMap.keySet() |
IntSet |
Int2ObjectMap.keySet() |
IntSet |
AbstractInt2IntMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2DoubleMaps.EmptyMap.keySet() |
IntSet |
Int2DoubleMaps.Singleton.keySet() |
IntSet |
Int2DoubleMaps.SynchronizedMap.keySet() |
IntSet |
Int2DoubleMaps.UnmodifiableMap.keySet() |
IntSet |
AbstractInt2LongMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2CharArrayMap.keySet() |
IntSet |
Int2LongMaps.EmptyMap.keySet() |
IntSet |
Int2LongMaps.Singleton.keySet() |
IntSet |
Int2LongMaps.SynchronizedMap.keySet() |
IntSet |
Int2LongMaps.UnmodifiableMap.keySet() |
IntSet |
Int2ObjectMaps.EmptyMap.keySet() |
IntSet |
Int2ObjectMaps.Singleton.keySet() |
IntSet |
Int2ObjectMaps.SynchronizedMap.keySet() |
IntSet |
Int2ObjectMaps.UnmodifiableMap.keySet() |
IntSet |
AbstractInt2BooleanMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2ByteOpenHashMap.keySet() |
IntSet |
Int2DoubleMap.keySet() |
IntSet |
Int2IntOpenCustomHashMap.keySet() |
IntSet |
Int2FloatMaps.EmptyMap.keySet() |
IntSet |
Int2FloatMaps.Singleton.keySet() |
IntSet |
Int2FloatMaps.SynchronizedMap.keySet() |
IntSet |
Int2FloatMaps.UnmodifiableMap.keySet() |
IntSet |
AbstractInt2ReferenceMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2ShortArrayMap.keySet() |
IntSet |
Int2ShortMaps.EmptyMap.keySet() |
IntSet |
Int2ShortMaps.Singleton.keySet() |
IntSet |
Int2ShortMaps.SynchronizedMap.keySet() |
IntSet |
Int2ShortMaps.UnmodifiableMap.keySet() |
IntSet |
Int2CharOpenHashMap.keySet() |
IntSet |
Int2ReferenceMaps.EmptyMap.keySet() |
IntSet |
Int2ReferenceMaps.Singleton.keySet() |
IntSet |
Int2ReferenceMaps.SynchronizedMap.keySet() |
IntSet |
Int2ReferenceMaps.UnmodifiableMap.keySet() |
IntSet |
AbstractInt2ShortMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2ByteMap.keySet() |
IntSet |
AbstractInt2ByteMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2ObjectArrayMap.keySet() |
IntSet |
Int2IntArrayMap.keySet() |
IntSet |
Int2IntMaps.EmptyMap.keySet() |
IntSet |
Int2IntMaps.Singleton.keySet() |
IntSet |
Int2IntMaps.SynchronizedMap.keySet() |
IntSet |
Int2IntMaps.UnmodifiableMap.keySet() |
IntSet |
Int2BooleanOpenCustomHashMap.keySet() |
IntSet |
AbstractInt2FloatMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2CharOpenCustomHashMap.keySet() |
IntSet |
Int2LongOpenHashMap.keySet() |
IntSet |
AbstractInt2ObjectMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2IntMap.keySet() |
IntSet |
Int2BooleanOpenHashMap.keySet() |
IntSet |
Int2DoubleArrayMap.keySet() |
IntSet |
Int2LongMap.keySet() |
IntSet |
Int2ByteArrayMap.keySet() |
IntSet |
Int2ByteOpenCustomHashMap.keySet() |
IntSet |
Int2ReferenceMap.keySet() |
IntSet |
Int2BooleanMap.keySet() |
IntSet |
Int2LongOpenCustomHashMap.keySet() |
IntSet |
Int2FloatArrayMap.keySet() |
IntSet |
Int2DoubleOpenHashMap.keySet() |
IntSet |
AbstractInt2DoubleMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2ShortOpenCustomHashMap.keySet() |
IntSet |
Int2ByteMaps.EmptyMap.keySet() |
IntSet |
Int2ByteMaps.Singleton.keySet() |
IntSet |
Int2ByteMaps.SynchronizedMap.keySet() |
IntSet |
Int2ByteMaps.UnmodifiableMap.keySet() |
IntSet |
AbstractInt2CharMap.keySet()
Returns a type-specific-set view of the keys of this map.
|
IntSet |
Int2LongArrayMap.keySet() |
IntSet |
Int2BooleanArrayMap.keySet() |
IntSet |
Int2ObjectOpenCustomHashMap.keySet() |
IntSet |
Int2FloatOpenHashMap.keySet() |
IntSet |
Int2FloatOpenCustomHashMap.keySet() |
IntSet |
Int2ShortOpenHashMap.keySet() |
IntSet |
Int2DoubleOpenCustomHashMap.keySet() |
IntSet |
Int2BooleanMaps.EmptyMap.keySet() |
IntSet |
Int2BooleanMaps.Singleton.keySet() |
IntSet |
Int2BooleanMaps.SynchronizedMap.keySet() |
IntSet |
Int2BooleanMaps.UnmodifiableMap.keySet() |
IntSet |
Int2CharMaps.EmptyMap.keySet() |
IntSet |
Int2CharMaps.Singleton.keySet() |
IntSet |
Int2CharMaps.SynchronizedMap.keySet() |
IntSet |
Int2CharMaps.UnmodifiableMap.keySet() |
IntSet |
Int2ObjectOpenHashMap.keySet() |
IntSet |
Int2ShortMap.keySet() |
IntSet |
Int2FloatMap.keySet() |
static IntSet |
IntSets.singleton(int element)
Returns a type-specific immutable set containing only the specified element.
|
static IntSet |
IntSets.singleton(Integer element)
Returns a type-specific immutable set containing only the specified element.
|
static IntSet |
IntSets.synchronize(IntSet s)
Returns a synchronized type-specific set backed by the given type-specific set.
|
static IntSet |
IntSets.synchronize(IntSet s,
Object sync)
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
|
static IntSet |
IntSets.unmodifiable(IntSet s)
Returns an unmodifiable type-specific set backed by the given type-specific set.
|
| Modifier and Type | Method and Description |
|---|---|
static IntSet |
IntSets.synchronize(IntSet s)
Returns a synchronized type-specific set backed by the given type-specific set.
|
static IntSet |
IntSets.synchronize(IntSet s,
Object sync)
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
|
static IntSet |
IntSets.unmodifiable(IntSet s)
Returns an unmodifiable type-specific set backed by the given type-specific set.
|
| Constructor and Description |
|---|
SynchronizedSet(IntSet s) |
SynchronizedSet(IntSet s,
Object sync) |
UnmodifiableSet(IntSet s) |
Copyright © 2020. All rights reserved.