|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Int2ReferenceMap.Entry | |
---|---|
it.unimi.dsi.fastutil.ints | Provides type-specific classes for integer elements or keys. |
Uses of Int2ReferenceMap.Entry in it.unimi.dsi.fastutil.ints |
---|
Classes in it.unimi.dsi.fastutil.ints that implement Int2ReferenceMap.Entry | |
---|---|
static class |
AbstractInt2ReferenceMap.BasicEntry<V>
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
protected class |
Int2ReferenceMaps.Singleton.SingletonEntry
|
Fields in it.unimi.dsi.fastutil.ints with type parameters of type Int2ReferenceMap.Entry | |
---|---|
protected ObjectSortedSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceAVLTreeMap.entries
Cached set of entries. |
protected ObjectSortedSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceRBTreeMap.entries
Cached set of entries. |
protected ObjectSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMaps.Singleton.entries
|
protected ObjectSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMaps.SynchronizedMap.entries
|
protected ObjectSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMaps.UnmodifiableMap.entries
|
Methods in it.unimi.dsi.fastutil.ints that return types with arguments of type Int2ReferenceMap.Entry | |
---|---|
ObjectIterator<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectBidirectionalIterator<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Int2ReferenceMap.Entry<V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMap.int2ReferenceEntrySet()
Returns a type-specific set view of the mappings contained in this map. |
ObjectSortedSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceAVLTreeMap.int2ReferenceEntrySet()
|
ObjectSortedSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMaps.EmptySortedMap.int2ReferenceEntrySet()
|
ObjectSortedSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMaps.Singleton.int2ReferenceEntrySet()
|
ObjectSortedSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMaps.SynchronizedSortedMap.int2ReferenceEntrySet()
|
ObjectSortedSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMaps.UnmodifiableSortedMap.int2ReferenceEntrySet()
|
ObjectSortedSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceRBTreeMap.int2ReferenceEntrySet()
|
ObjectSortedSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMap.int2ReferenceEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map. |
ObjectSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMaps.EmptyMap.int2ReferenceEntrySet()
|
ObjectSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMaps.Singleton.int2ReferenceEntrySet()
|
ObjectSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMaps.SynchronizedMap.int2ReferenceEntrySet()
|
ObjectSet<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMaps.UnmodifiableMap.int2ReferenceEntrySet()
|
Methods in it.unimi.dsi.fastutil.ints with parameters of type Int2ReferenceMap.Entry | |
---|---|
ObjectBidirectionalIterator<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Int2ReferenceMap.Entry<V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |