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