|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectCollection | |
---|---|
it.unimi.dsi.fastutil.bytes | Provides type-specific classes for byte elements or keys. |
it.unimi.dsi.fastutil.chars | Provides type-specific classes for character elements or keys. |
it.unimi.dsi.fastutil.doubles | Provides type-specific classes for double elements or keys. |
it.unimi.dsi.fastutil.floats | Provides type-specific classes for float elements or keys. |
it.unimi.dsi.fastutil.ints | Provides type-specific classes for integer elements or keys. |
it.unimi.dsi.fastutil.longs | Provides type-specific classes for long elements or keys. |
it.unimi.dsi.fastutil.objects | Provides type-specific classes for object elements or keys. |
it.unimi.dsi.fastutil.shorts | Provides type-specific classes for short elements or keys. |
Uses of ObjectCollection in it.unimi.dsi.fastutil.bytes |
---|
Subinterfaces of ObjectCollection in it.unimi.dsi.fastutil.bytes | |
---|---|
static interface |
Byte2BooleanMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Byte2BooleanSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Byte2ByteMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Byte2ByteSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Byte2CharMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Byte2CharSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Byte2DoubleMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Byte2DoubleSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Byte2FloatMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Byte2FloatSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Byte2IntMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Byte2IntSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Byte2LongMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Byte2LongSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Byte2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Byte2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Byte2ReferenceMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Byte2ReferenceSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Byte2ShortMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Byte2ShortSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
Classes in it.unimi.dsi.fastutil.bytes that implement ObjectCollection | |
---|---|
protected class |
AbstractByte2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
class |
ByteArrayFrontCodedList
Compact storage of lists of arrays using front coding. |
Fields in it.unimi.dsi.fastutil.bytes declared as ObjectCollection | |
---|---|
protected ObjectCollection<V> |
Byte2ObjectMaps.Singleton.values
|
protected ObjectCollection<V> |
Byte2ObjectMaps.SynchronizedMap.values
|
protected ObjectCollection<V> |
Byte2ObjectMaps.UnmodifiableMap.values
|
protected ObjectCollection<V> |
Byte2ObjectLinkedOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Byte2ObjectRBTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Byte2ObjectOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Byte2ObjectAVLTreeMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.bytes that return ObjectCollection | |
---|---|
ObjectCollection<V> |
Byte2ObjectSortedMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
Byte2ObjectMaps.EmptyMap.values()
|
ObjectCollection<V> |
Byte2ObjectMaps.Singleton.values()
|
ObjectCollection<V> |
Byte2ObjectMaps.SynchronizedMap.values()
|
ObjectCollection<V> |
Byte2ObjectMaps.UnmodifiableMap.values()
|
ObjectCollection<V> |
Byte2ObjectLinkedOpenHashMap.values()
|
ObjectCollection<V> |
Byte2ObjectRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
AbstractByte2ObjectMap.values()
Returns a type-specific-set view of the values of this map. |
ObjectCollection<V> |
Byte2ObjectMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
Byte2ObjectOpenHashMap.values()
|
ObjectCollection<V> |
Byte2ObjectAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
AbstractByte2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Byte2ObjectArrayMap.values()
|
Uses of ObjectCollection in it.unimi.dsi.fastutil.chars |
---|
Subinterfaces of ObjectCollection in it.unimi.dsi.fastutil.chars | |
---|---|
static interface |
Char2BooleanMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Char2BooleanSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Char2ByteMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Char2ByteSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Char2CharMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Char2CharSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Char2DoubleMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Char2DoubleSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Char2FloatMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Char2FloatSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Char2IntMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Char2IntSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Char2LongMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Char2LongSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Char2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Char2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Char2ReferenceMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Char2ReferenceSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Char2ShortMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Char2ShortSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
Classes in it.unimi.dsi.fastutil.chars that implement ObjectCollection | |
---|---|
protected class |
AbstractChar2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
class |
CharArrayFrontCodedList
Compact storage of lists of arrays using front coding. |
Fields in it.unimi.dsi.fastutil.chars declared as ObjectCollection | |
---|---|
protected ObjectCollection<V> |
Char2ObjectAVLTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Char2ObjectOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Char2ObjectRBTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Char2ObjectMaps.Singleton.values
|
protected ObjectCollection<V> |
Char2ObjectMaps.SynchronizedMap.values
|
protected ObjectCollection<V> |
Char2ObjectMaps.UnmodifiableMap.values
|
protected ObjectCollection<V> |
Char2ObjectLinkedOpenHashMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.chars that return ObjectCollection | |
---|---|
ObjectCollection<V> |
Char2ObjectAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Char2ObjectOpenHashMap.values()
|
ObjectCollection<V> |
Char2ObjectSortedMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
Char2ObjectRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Char2ObjectMaps.EmptyMap.values()
|
ObjectCollection<V> |
Char2ObjectMaps.Singleton.values()
|
ObjectCollection<V> |
Char2ObjectMaps.SynchronizedMap.values()
|
ObjectCollection<V> |
Char2ObjectMaps.UnmodifiableMap.values()
|
ObjectCollection<V> |
AbstractChar2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Char2ObjectMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
AbstractChar2ObjectMap.values()
Returns a type-specific-set view of the values of this map. |
ObjectCollection<V> |
Char2ObjectLinkedOpenHashMap.values()
|
ObjectCollection<V> |
Char2ObjectArrayMap.values()
|
Uses of ObjectCollection in it.unimi.dsi.fastutil.doubles |
---|
Subinterfaces of ObjectCollection in it.unimi.dsi.fastutil.doubles | |
---|---|
static interface |
Double2BooleanMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Double2BooleanSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Double2ByteMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Double2ByteSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Double2CharMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Double2CharSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Double2DoubleMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Double2DoubleSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Double2FloatMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Double2FloatSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Double2IntMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Double2IntSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Double2LongMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Double2LongSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Double2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Double2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Double2ReferenceMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Double2ReferenceSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Double2ShortMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Double2ShortSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
Classes in it.unimi.dsi.fastutil.doubles that implement ObjectCollection | |
---|---|
protected class |
AbstractDouble2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Fields in it.unimi.dsi.fastutil.doubles declared as ObjectCollection | |
---|---|
protected ObjectCollection<V> |
Double2ObjectOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Double2ObjectAVLTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Double2ObjectLinkedOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Double2ObjectMaps.Singleton.values
|
protected ObjectCollection<V> |
Double2ObjectMaps.SynchronizedMap.values
|
protected ObjectCollection<V> |
Double2ObjectMaps.UnmodifiableMap.values
|
protected ObjectCollection<V> |
Double2ObjectRBTreeMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.doubles that return ObjectCollection | |
---|---|
ObjectCollection<V> |
Double2ObjectOpenHashMap.values()
|
ObjectCollection<V> |
Double2ObjectArrayMap.values()
|
ObjectCollection<V> |
Double2ObjectSortedMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
Double2ObjectAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
AbstractDouble2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
AbstractDouble2ObjectMap.values()
Returns a type-specific-set view of the values of this map. |
ObjectCollection<V> |
Double2ObjectLinkedOpenHashMap.values()
|
ObjectCollection<V> |
Double2ObjectMaps.EmptyMap.values()
|
ObjectCollection<V> |
Double2ObjectMaps.Singleton.values()
|
ObjectCollection<V> |
Double2ObjectMaps.SynchronizedMap.values()
|
ObjectCollection<V> |
Double2ObjectMaps.UnmodifiableMap.values()
|
ObjectCollection<V> |
Double2ObjectRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Double2ObjectMap.values()
Returns a set view of the values contained in this map. |
Uses of ObjectCollection in it.unimi.dsi.fastutil.floats |
---|
Subinterfaces of ObjectCollection in it.unimi.dsi.fastutil.floats | |
---|---|
static interface |
Float2BooleanMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Float2BooleanSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Float2ByteMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Float2ByteSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Float2CharMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Float2CharSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Float2DoubleMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Float2DoubleSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Float2FloatMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Float2FloatSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Float2IntMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Float2IntSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Float2LongMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Float2LongSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Float2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Float2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Float2ReferenceMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Float2ReferenceSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Float2ShortMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Float2ShortSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
Classes in it.unimi.dsi.fastutil.floats that implement ObjectCollection | |
---|---|
protected class |
AbstractFloat2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Fields in it.unimi.dsi.fastutil.floats declared as ObjectCollection | |
---|---|
protected ObjectCollection<V> |
Float2ObjectRBTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Float2ObjectLinkedOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Float2ObjectOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Float2ObjectMaps.Singleton.values
|
protected ObjectCollection<V> |
Float2ObjectMaps.SynchronizedMap.values
|
protected ObjectCollection<V> |
Float2ObjectMaps.UnmodifiableMap.values
|
protected ObjectCollection<V> |
Float2ObjectAVLTreeMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.floats that return ObjectCollection | |
---|---|
ObjectCollection<V> |
Float2ObjectSortedMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
Float2ObjectMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
Float2ObjectRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Float2ObjectLinkedOpenHashMap.values()
|
ObjectCollection<V> |
Float2ObjectOpenHashMap.values()
|
ObjectCollection<V> |
AbstractFloat2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
AbstractFloat2ObjectMap.values()
Returns a type-specific-set view of the values of this map. |
ObjectCollection<V> |
Float2ObjectArrayMap.values()
|
ObjectCollection<V> |
Float2ObjectMaps.EmptyMap.values()
|
ObjectCollection<V> |
Float2ObjectMaps.Singleton.values()
|
ObjectCollection<V> |
Float2ObjectMaps.SynchronizedMap.values()
|
ObjectCollection<V> |
Float2ObjectMaps.UnmodifiableMap.values()
|
ObjectCollection<V> |
Float2ObjectAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
Uses of ObjectCollection in it.unimi.dsi.fastutil.ints |
---|
Subinterfaces of ObjectCollection in it.unimi.dsi.fastutil.ints | |
---|---|
static interface |
Int2BooleanMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Int2BooleanSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Int2ByteMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Int2ByteSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Int2CharMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Int2CharSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Int2DoubleMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Int2DoubleSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Int2FloatMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Int2FloatSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Int2IntMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Int2IntSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Int2LongMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Int2LongSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Int2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Int2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Int2ReferenceMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Int2ReferenceSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Int2ShortMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Int2ShortSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
Classes in it.unimi.dsi.fastutil.ints that implement ObjectCollection | |
---|---|
protected class |
AbstractInt2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
class |
IntArrayFrontCodedList
Compact storage of lists of arrays using front coding. |
Fields in it.unimi.dsi.fastutil.ints declared as ObjectCollection | |
---|---|
protected ObjectCollection<V> |
Int2ObjectAVLTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Int2ObjectOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Int2ObjectMaps.Singleton.values
|
protected ObjectCollection<V> |
Int2ObjectMaps.SynchronizedMap.values
|
protected ObjectCollection<V> |
Int2ObjectMaps.UnmodifiableMap.values
|
protected ObjectCollection<V> |
Int2ObjectLinkedOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Int2ObjectRBTreeMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.ints that return ObjectCollection | |
---|---|
ObjectCollection<V> |
Int2ObjectAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
AbstractInt2ObjectMap.values()
Returns a type-specific-set view of the values of this map. |
ObjectCollection<V> |
Int2ObjectArrayMap.values()
|
ObjectCollection<V> |
AbstractInt2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Int2ObjectMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
Int2ObjectOpenHashMap.values()
|
ObjectCollection<V> |
Int2ObjectMaps.EmptyMap.values()
|
ObjectCollection<V> |
Int2ObjectMaps.Singleton.values()
|
ObjectCollection<V> |
Int2ObjectMaps.SynchronizedMap.values()
|
ObjectCollection<V> |
Int2ObjectMaps.UnmodifiableMap.values()
|
ObjectCollection<V> |
Int2ObjectLinkedOpenHashMap.values()
|
ObjectCollection<V> |
Int2ObjectRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Int2ObjectSortedMap.values()
Returns a set view of the values contained in this map. |
Uses of ObjectCollection in it.unimi.dsi.fastutil.longs |
---|
Subinterfaces of ObjectCollection in it.unimi.dsi.fastutil.longs | |
---|---|
static interface |
Long2BooleanMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Long2BooleanSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Long2ByteMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Long2ByteSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Long2CharMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Long2CharSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Long2DoubleMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Long2DoubleSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Long2FloatMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Long2FloatSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Long2IntMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Long2IntSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Long2LongMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Long2LongSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Long2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Long2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Long2ReferenceMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Long2ReferenceSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Long2ShortMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Long2ShortSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
Classes in it.unimi.dsi.fastutil.longs that implement ObjectCollection | |
---|---|
protected class |
AbstractLong2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
class |
LongArrayFrontCodedList
Compact storage of lists of arrays using front coding. |
Fields in it.unimi.dsi.fastutil.longs declared as ObjectCollection | |
---|---|
protected ObjectCollection<V> |
Long2ObjectMaps.Singleton.values
|
protected ObjectCollection<V> |
Long2ObjectMaps.SynchronizedMap.values
|
protected ObjectCollection<V> |
Long2ObjectMaps.UnmodifiableMap.values
|
protected ObjectCollection<V> |
Long2ObjectLinkedOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Long2ObjectOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Long2ObjectAVLTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Long2ObjectRBTreeMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.longs that return ObjectCollection | |
---|---|
ObjectCollection<V> |
AbstractLong2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Long2ObjectMaps.EmptyMap.values()
|
ObjectCollection<V> |
Long2ObjectMaps.Singleton.values()
|
ObjectCollection<V> |
Long2ObjectMaps.SynchronizedMap.values()
|
ObjectCollection<V> |
Long2ObjectMaps.UnmodifiableMap.values()
|
ObjectCollection<V> |
Long2ObjectLinkedOpenHashMap.values()
|
ObjectCollection<V> |
AbstractLong2ObjectMap.values()
Returns a type-specific-set view of the values of this map. |
ObjectCollection<V> |
Long2ObjectOpenHashMap.values()
|
ObjectCollection<V> |
Long2ObjectAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Long2ObjectSortedMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
Long2ObjectRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Long2ObjectArrayMap.values()
|
ObjectCollection<V> |
Long2ObjectMap.values()
Returns a set view of the values contained in this map. |
Uses of ObjectCollection in it.unimi.dsi.fastutil.objects |
---|
Subinterfaces of ObjectCollection in it.unimi.dsi.fastutil.objects | |
---|---|
static interface |
Object2BooleanMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Object2BooleanSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Object2ByteMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Object2ByteSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Object2CharMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Object2CharSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Object2DoubleMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Object2DoubleSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Object2FloatMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Object2FloatSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Object2IntMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Object2IntSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Object2LongMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Object2LongSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Object2ObjectMap.FastEntrySet<K,V>
An entry set providing fast iteration. |
static interface |
Object2ObjectSortedMap.FastSortedEntrySet<K,V>
A sorted entry set providing fast iteration. |
static interface |
Object2ReferenceMap.FastEntrySet<K,V>
An entry set providing fast iteration. |
static interface |
Object2ReferenceSortedMap.FastSortedEntrySet<K,V>
A sorted entry set providing fast iteration. |
static interface |
Object2ShortMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Object2ShortSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
interface |
ObjectBigList<K>
A type-specific BigList ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
ObjectList<K>
A type-specific List ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
ObjectSet<K>
A type-specific Set ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
ObjectSortedSet<K>
A type-specific SortedSet ; provides some additional methods that use polymorphism to avoid (un)boxing. |
static interface |
Reference2BooleanMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Reference2BooleanSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Reference2ByteMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Reference2ByteSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Reference2CharMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Reference2CharSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Reference2DoubleMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Reference2DoubleSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Reference2FloatMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Reference2FloatSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Reference2IntMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Reference2IntSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Reference2LongMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Reference2LongSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
static interface |
Reference2ObjectMap.FastEntrySet<K,V>
An entry set providing fast iteration. |
static interface |
Reference2ObjectSortedMap.FastSortedEntrySet<K,V>
A sorted entry set providing fast iteration. |
static interface |
Reference2ReferenceMap.FastEntrySet<K,V>
An entry set providing fast iteration. |
static interface |
Reference2ReferenceSortedMap.FastSortedEntrySet<K,V>
A sorted entry set providing fast iteration. |
static interface |
Reference2ShortMap.FastEntrySet<K>
An entry set providing fast iteration. |
static interface |
Reference2ShortSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration. |
Classes in it.unimi.dsi.fastutil.objects that implement ObjectCollection | |
---|---|
protected class |
AbstractObject2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractObject2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractObject2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractObject2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractObject2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractObject2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractObject2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractObject2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractObject2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
protected class |
AbstractObject2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractObject2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
class |
AbstractObjectBigList<K>
An abstract class providing basic methods for big lists implementing a type-specific big list interface. |
static class |
AbstractObjectBigList.ObjectSubList<K>
|
class |
AbstractObjectCollection<K>
An abstract class providing basic methods for collections implementing a type-specific interface. |
class |
AbstractObjectList<K>
An abstract class providing basic methods for lists implementing a type-specific list interface. |
static class |
AbstractObjectList.ObjectSubList<K>
|
class |
AbstractObjectSet<K>
An abstract class providing basic methods for sets implementing a type-specific interface. |
class |
AbstractObjectSortedSet<K>
An abstract class providing basic methods for sorted sets implementing a type-specific interface. |
protected class |
AbstractReference2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
class |
ObjectArrayList<K>
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing. |
class |
ObjectArraySet<K>
A simple, brute-force implementation of a set based on a backing array. |
class |
ObjectAVLTreeSet<K>
A type-specific AVL tree set with a fast, small-footprint implementation. |
class |
ObjectBigArrayBigList<K>
A type-specific big-array-based big list; provides some additional methods that use polymorphism to avoid (un)boxing. |
static class |
ObjectBigLists.EmptyBigList<K>
An immutable class representing an empty type-specific big list. |
static class |
ObjectBigLists.ListBigList<K>
A class exposing a list as a big list. |
static class |
ObjectBigLists.Singleton<K>
An immutable class representing a type-specific singleton big list. |
static class |
ObjectBigLists.SynchronizedBigList<K>
A synchronized wrapper class for big lists. |
static class |
ObjectBigLists.UnmodifiableBigList<K>
An unmodifiable wrapper class for big lists. |
static class |
ObjectCollections.EmptyCollection<K>
An immutable class representing an empty type-specific collection. |
static class |
ObjectCollections.IterableCollection<K>
A collection wrapper class for iterables. |
static class |
ObjectCollections.SynchronizedCollection<K>
A synchronized wrapper class for collections. |
static class |
ObjectCollections.UnmodifiableCollection<K>
An unmodifiable wrapper class for collections. |
class |
ObjectLinkedOpenCustomHashSet<K>
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ObjectLinkedOpenHashSet<K>
A type-specific linked hash set with with a fast, small-footprint implementation. |
static class |
ObjectLists.EmptyList<K>
An immutable class representing an empty type-specific list. |
static class |
ObjectLists.Singleton<K>
An immutable class representing a type-specific singleton list. |
static class |
ObjectLists.SynchronizedList<K>
A synchronized wrapper class for lists. |
static class |
ObjectLists.UnmodifiableList<K>
An unmodifiable wrapper class for lists. |
class |
ObjectOpenCustomHashSet<K>
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
ObjectOpenHashBigSet<K>
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
ObjectOpenHashSet<K>
A type-specific hash set with with a fast, small-footprint implementation. |
class |
ObjectRBTreeSet<K>
A type-specific red-black tree set with a fast, small-footprint implementation. |
static class |
ObjectSets.EmptySet<K>
An immutable class representing the empty set and implementing a type-specific set interface. |
static class |
ObjectSets.Singleton<K>
An immutable class representing a type-specific singleton set. |
static class |
ObjectSets.SynchronizedSet<K>
A synchronized wrapper class for sets. |
static class |
ObjectSets.UnmodifiableSet<K>
An unmodifiable wrapper class for sets. |
static class |
ObjectSortedSets.EmptySet<K>
An immutable class representing the empty sorted set and implementing a type-specific set interface. |
static class |
ObjectSortedSets.Singleton<K>
A class representing a singleton sorted set. |
static class |
ObjectSortedSets.SynchronizedSortedSet<K>
A synchronized wrapper class for sorted sets. |
static class |
ObjectSortedSets.UnmodifiableSortedSet<K>
An unmodifiable wrapper class for sorted sets. |
Fields in it.unimi.dsi.fastutil.objects declared as ObjectCollection | |
---|---|
protected ObjectCollection<K> |
ObjectCollections.SynchronizedCollection.collection
|
protected ObjectCollection<K> |
ObjectCollections.UnmodifiableCollection.collection
|
protected ObjectCollection<V> |
Object2ObjectOpenCustomHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Object2ObjectLinkedOpenCustomHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Reference2ObjectLinkedOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Object2ObjectOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Object2ObjectLinkedOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Object2ObjectMaps.Singleton.values
|
protected ObjectCollection<V> |
Object2ObjectMaps.SynchronizedMap.values
|
protected ObjectCollection<V> |
Object2ObjectMaps.UnmodifiableMap.values
|
protected ObjectCollection<V> |
Object2ObjectAVLTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Reference2ObjectMaps.Singleton.values
|
protected ObjectCollection<V> |
Reference2ObjectMaps.SynchronizedMap.values
|
protected ObjectCollection<V> |
Reference2ObjectMaps.UnmodifiableMap.values
|
protected ObjectCollection<V> |
Reference2ObjectOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Object2ObjectRBTreeMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.objects that return ObjectCollection | ||
---|---|---|
static
|
ObjectCollections.asCollection(ObjectIterable<K> iterable)
Returns an unmodifiable collection backed by the specified iterable. |
|
static
|
ObjectCollections.synchronize(ObjectCollection<K> c)
Returns a synchronized collection backed by the specified collection. |
|
static
|
ObjectCollections.synchronize(ObjectCollection<K> c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize. |
|
static
|
ObjectCollections.unmodifiable(ObjectCollection<K> c)
Returns an unmodifiable collection backed by the specified collection. |
|
ObjectCollection<V> |
Object2ObjectOpenCustomHashMap.values()
|
|
ObjectCollection<V> |
Object2ObjectArrayMap.values()
|
|
ObjectCollection<V> |
Reference2ObjectSortedMap.values()
Returns a set view of the values contained in this map. |
|
ObjectCollection<V> |
Object2ObjectLinkedOpenCustomHashMap.values()
|
|
ObjectCollection<V> |
Reference2ObjectLinkedOpenHashMap.values()
|
|
ObjectCollection<V> |
Object2ObjectSortedMap.values()
Returns a set view of the values contained in this map. |
|
ObjectCollection<V> |
AbstractObject2ObjectMap.values()
Returns a type-specific-set view of the values of this map. |
|
ObjectCollection<V> |
Object2ObjectOpenHashMap.values()
|
|
ObjectCollection<V> |
Object2ObjectLinkedOpenHashMap.values()
|
|
ObjectCollection<V> |
AbstractReference2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
|
ObjectCollection<V> |
AbstractReference2ObjectMap.values()
Returns a type-specific-set view of the values of this map. |
|
ObjectCollection<V> |
Object2ObjectMaps.EmptyMap.values()
|
|
ObjectCollection<V> |
Object2ObjectMaps.Singleton.values()
|
|
ObjectCollection<V> |
Object2ObjectMaps.SynchronizedMap.values()
|
|
ObjectCollection<V> |
Object2ObjectMaps.UnmodifiableMap.values()
|
|
ObjectCollection<V> |
Object2ObjectMap.values()
Returns a set view of the values contained in this map. |
|
ObjectCollection<V> |
Object2ObjectAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
|
ObjectCollection<V> |
Reference2ObjectArrayMap.values()
|
|
ObjectCollection<V> |
Reference2ObjectMaps.EmptyMap.values()
|
|
ObjectCollection<V> |
Reference2ObjectMaps.Singleton.values()
|
|
ObjectCollection<V> |
Reference2ObjectMaps.SynchronizedMap.values()
|
|
ObjectCollection<V> |
Reference2ObjectMaps.UnmodifiableMap.values()
|
|
ObjectCollection<V> |
Reference2ObjectMap.values()
Returns a set view of the values contained in this map. |
|
ObjectCollection<V> |
Reference2ObjectOpenHashMap.values()
|
|
ObjectCollection<V> |
AbstractObject2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
|
ObjectCollection<V> |
Object2ObjectRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
Methods in it.unimi.dsi.fastutil.objects with parameters of type ObjectCollection | ||
---|---|---|
boolean |
ObjectBigLists.ListBigList.addAll(long index,
ObjectCollection<K> c)
|
|
boolean |
ObjectBigLists.ListBigList.addAll(ObjectCollection<K> c)
|
|
boolean |
ObjectBigLists.ListBigList.containsAll(ObjectCollection<K> c)
|
|
static
|
ObjectIterators.pour(Iterator<K> i,
ObjectCollection<? super K> s)
Pours an iterator into a type-specific collection. |
|
static
|
ObjectIterators.pour(Iterator<K> i,
ObjectCollection<? super K> s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements. |
|
boolean |
ObjectBigLists.ListBigList.removeAll(ObjectCollection<K> c)
|
|
boolean |
ObjectBigLists.ListBigList.retainAll(ObjectCollection<K> c)
|
|
static
|
ObjectCollections.synchronize(ObjectCollection<K> c)
Returns a synchronized collection backed by the specified collection. |
|
static
|
ObjectCollections.synchronize(ObjectCollection<K> c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize. |
|
static
|
ObjectCollections.unmodifiable(ObjectCollection<K> c)
Returns an unmodifiable collection backed by the specified collection. |
|
static
|
ObjectIterators.unwrap(Iterator<K> i,
ObjectCollection<? super K> c)
Unwraps an iterator into a type-specific collection. |
|
static
|
ObjectIterators.unwrap(Iterator<K> i,
ObjectCollection<? super K> c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements. |
Constructors in it.unimi.dsi.fastutil.objects with parameters of type ObjectCollection | |
---|---|
ObjectArrayList(ObjectCollection<? extends K> c)
Creates a new array list and fills it with a given type-specific collection. |
|
ObjectArraySet(ObjectCollection<K> c)
Creates a new array set copying the contents of a given collection. |
|
ObjectAVLTreeSet(ObjectCollection<? extends K> c)
Creates a new tree set copying a given type-specific collection. |
|
ObjectBigArrayBigList(ObjectCollection<? extends K> c)
Creates a new big-array big list and fills it with a given type-specific collection. |
|
ObjectCollections.SynchronizedCollection(ObjectCollection<K> c)
|
|
ObjectCollections.SynchronizedCollection(ObjectCollection<K> c,
Object sync)
|
|
ObjectCollections.UnmodifiableCollection(ObjectCollection<K> c)
|
|
ObjectLinkedOpenCustomHashSet(ObjectCollection<? extends K> c,
float f,
Hash.Strategy<K> strategy)
Creates a new hash set copying a given type-specific collection. |
|
ObjectLinkedOpenCustomHashSet(ObjectCollection<? extends K> c,
Hash.Strategy<K> strategy)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
ObjectLinkedOpenHashSet(ObjectCollection<? extends K> c)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
ObjectLinkedOpenHashSet(ObjectCollection<? extends K> c,
float f)
Creates a new hash set copying a given type-specific collection. |
|
ObjectOpenCustomHashSet(ObjectCollection<? extends K> c,
float f,
Hash.Strategy<K> strategy)
Creates a new hash set copying a given type-specific collection. |
|
ObjectOpenCustomHashSet(ObjectCollection<? extends K> c,
Hash.Strategy<K> strategy)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
ObjectOpenHashBigSet(ObjectCollection<? extends K> c)
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
ObjectOpenHashBigSet(ObjectCollection<? extends K> c,
float f)
Creates a new hash big set copying a given type-specific collection. |
|
ObjectOpenHashSet(ObjectCollection<? extends K> c)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
ObjectOpenHashSet(ObjectCollection<? extends K> c,
float f)
Creates a new hash set copying a given type-specific collection. |
|
ObjectRBTreeSet(ObjectCollection<? extends K> c)
Creates a new tree set copying a given type-specific collection. |
Uses of ObjectCollection in it.unimi.dsi.fastutil.shorts |
---|
Subinterfaces of ObjectCollection in it.unimi.dsi.fastutil.shorts | |
---|---|
static interface |
Short2BooleanMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Short2BooleanSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Short2ByteMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Short2ByteSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Short2CharMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Short2CharSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Short2DoubleMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Short2DoubleSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Short2FloatMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Short2FloatSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Short2IntMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Short2IntSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Short2LongMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Short2LongSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
static interface |
Short2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Short2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Short2ReferenceMap.FastEntrySet<V>
An entry set providing fast iteration. |
static interface |
Short2ReferenceSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration. |
static interface |
Short2ShortMap.FastEntrySet
An entry set providing fast iteration. |
static interface |
Short2ShortSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration. |
Classes in it.unimi.dsi.fastutil.shorts that implement ObjectCollection | |
---|---|
protected class |
AbstractShort2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
class |
ShortArrayFrontCodedList
Compact storage of lists of arrays using front coding. |
Fields in it.unimi.dsi.fastutil.shorts declared as ObjectCollection | |
---|---|
protected ObjectCollection<V> |
Short2ObjectAVLTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Short2ObjectRBTreeMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Short2ObjectMaps.Singleton.values
|
protected ObjectCollection<V> |
Short2ObjectMaps.SynchronizedMap.values
|
protected ObjectCollection<V> |
Short2ObjectMaps.UnmodifiableMap.values
|
protected ObjectCollection<V> |
Short2ObjectOpenHashMap.values
Cached collection of values. |
protected ObjectCollection<V> |
Short2ObjectLinkedOpenHashMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.shorts that return ObjectCollection | |
---|---|
ObjectCollection<V> |
Short2ObjectAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Short2ObjectArrayMap.values()
|
ObjectCollection<V> |
Short2ObjectRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
AbstractShort2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
ObjectCollection<V> |
Short2ObjectMaps.EmptyMap.values()
|
ObjectCollection<V> |
Short2ObjectMaps.Singleton.values()
|
ObjectCollection<V> |
Short2ObjectMaps.SynchronizedMap.values()
|
ObjectCollection<V> |
Short2ObjectMaps.UnmodifiableMap.values()
|
ObjectCollection<V> |
Short2ObjectMap.values()
Returns a set view of the values contained in this map. |
ObjectCollection<V> |
AbstractShort2ObjectMap.values()
Returns a type-specific-set view of the values of this map. |
ObjectCollection<V> |
Short2ObjectOpenHashMap.values()
|
ObjectCollection<V> |
Short2ObjectLinkedOpenHashMap.values()
|
ObjectCollection<V> |
Short2ObjectSortedMap.values()
Returns a set view of the values contained in this map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |