| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractChar2ObjectMap.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 |
Char2ObjectMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSet<Char2ObjectMap.Entry<V>> |
Char2ObjectMaps.Singleton.entries |
protected ObjectSet<Char2ObjectMap.Entry<V>> |
Char2ObjectMaps.SynchronizedMap.entries |
protected ObjectSet<Char2ObjectMap.Entry<V>> |
Char2ObjectMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Char2ObjectMap.Entry<V>> |
Char2ObjectRBTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Char2ObjectMap.Entry<V>> |
Char2ObjectAVLTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectSortedSet<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMaps.EmptySortedMap.char2ObjectEntrySet() |
ObjectSortedSet<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMaps.Singleton.char2ObjectEntrySet() |
ObjectSortedSet<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMaps.SynchronizedSortedMap.char2ObjectEntrySet() |
ObjectSortedSet<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMaps.UnmodifiableSortedMap.char2ObjectEntrySet() |
ObjectSet<Char2ObjectMap.Entry<V>> |
Char2ObjectMap.char2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSet<Char2ObjectMap.Entry<V>> |
Char2ObjectMaps.EmptyMap.char2ObjectEntrySet() |
ObjectSet<Char2ObjectMap.Entry<V>> |
Char2ObjectMaps.Singleton.char2ObjectEntrySet() |
ObjectSet<Char2ObjectMap.Entry<V>> |
Char2ObjectMaps.SynchronizedMap.char2ObjectEntrySet() |
ObjectSet<Char2ObjectMap.Entry<V>> |
Char2ObjectMaps.UnmodifiableMap.char2ObjectEntrySet() |
ObjectSortedSet<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMap.char2ObjectEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Char2ObjectMap.Entry<V>> |
Char2ObjectRBTreeMap.char2ObjectEntrySet() |
ObjectSortedSet<Char2ObjectMap.Entry<V>> |
Char2ObjectAVLTreeMap.char2ObjectEntrySet() |
ObjectIterator<Char2ObjectMap.Entry<V>> |
Char2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMap.FastSortedEntrySet.fastIterator(Char2ObjectMap.Entry<V> 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<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMap.FastSortedEntrySet.fastIterator(Char2ObjectMap.Entry<V> 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.