| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractByte2ObjectMap.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 |
Byte2ObjectMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectRBTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMaps.Singleton.entries |
protected ObjectSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMaps.SynchronizedMap.entries |
protected ObjectSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMaps.UnmodifiableMap.entries |
| Modifier and Type | Method and Description |
|---|---|
ObjectSortedSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectRBTreeMap.byte2ObjectEntrySet() |
ObjectSortedSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectAVLTreeMap.byte2ObjectEntrySet() |
ObjectSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMaps.EmptyMap.byte2ObjectEntrySet() |
ObjectSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMaps.Singleton.byte2ObjectEntrySet() |
ObjectSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMaps.SynchronizedMap.byte2ObjectEntrySet() |
ObjectSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMaps.UnmodifiableMap.byte2ObjectEntrySet() |
ObjectSortedSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMap.byte2ObjectEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMap.byte2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMaps.EmptySortedMap.byte2ObjectEntrySet() |
ObjectSortedSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMaps.Singleton.byte2ObjectEntrySet() |
ObjectSortedSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMaps.SynchronizedSortedMap.byte2ObjectEntrySet() |
ObjectSortedSet<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMaps.UnmodifiableSortedMap.byte2ObjectEntrySet() |
ObjectIterator<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMap.FastSortedEntrySet.fastIterator(Byte2ObjectMap.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<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMap.FastSortedEntrySet.fastIterator(Byte2ObjectMap.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.