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