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