|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Int2ObjectMap.Entry | |
---|---|
it.unimi.dsi.fastutil.ints | Provides type-specific classes for integer elements or keys. |
Uses of Int2ObjectMap.Entry in it.unimi.dsi.fastutil.ints |
---|
Classes in it.unimi.dsi.fastutil.ints that implement Int2ObjectMap.Entry | |
---|---|
static class |
AbstractInt2ObjectMap.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 |
Int2ObjectMaps.Singleton.SingletonEntry
|
Fields in it.unimi.dsi.fastutil.ints with type parameters of type Int2ObjectMap.Entry | |
---|---|
protected ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectAVLTreeMap.entries
Cached set of entries. |
protected ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.Singleton.entries
|
protected ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.SynchronizedMap.entries
|
protected ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.UnmodifiableMap.entries
|
protected ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectRBTreeMap.entries
Cached set of entries. |
Methods in it.unimi.dsi.fastutil.ints that return types with arguments of type Int2ObjectMap.Entry | |
---|---|
ObjectIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMap.FastSortedEntrySet.fastIterator(Int2ObjectMap.Entry<V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectAVLTreeMap.int2ObjectEntrySet()
|
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMap.int2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in this map. |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.EmptyMap.int2ObjectEntrySet()
|
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.Singleton.int2ObjectEntrySet()
|
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.SynchronizedMap.int2ObjectEntrySet()
|
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.UnmodifiableMap.int2ObjectEntrySet()
|
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectRBTreeMap.int2ObjectEntrySet()
|
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMap.int2ObjectEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map. |
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMaps.EmptySortedMap.int2ObjectEntrySet()
|
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMaps.Singleton.int2ObjectEntrySet()
|
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMaps.SynchronizedSortedMap.int2ObjectEntrySet()
|
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMaps.UnmodifiableSortedMap.int2ObjectEntrySet()
|
Methods in it.unimi.dsi.fastutil.ints with parameters of type Int2ObjectMap.Entry | |
---|---|
ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMap.FastSortedEntrySet.fastIterator(Int2ObjectMap.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 |