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