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