| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Char2LongMap.Entry> |
Char2LongAVLTreeMap.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> |
Char2LongRBTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
Char2LongAVLTreeMap.char2LongEntrySet() |
ObjectSortedSet<Char2LongMap.Entry> |
Char2LongSortedMap.char2LongEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSet<Char2LongMap.Entry> |
Char2LongMap.char2LongEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
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> |
Char2LongRBTreeMap.char2LongEntrySet() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2013. All Rights Reserved.