| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractInt2ObjectMap.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 |
Int2ObjectMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.Singleton.entries |
protected ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.SynchronizedMap.entries |
protected ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectRBTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMap.FastSortedEntrySet.fastIterator(Int2ObjectMap.Entry<V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMap.int2ObjectEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMaps.EmptySortedMap.int2ObjectEntrySet() |
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMaps.Singleton.int2ObjectEntrySet() |
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMaps.SynchronizedSortedMap.int2ObjectEntrySet() |
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMaps.UnmodifiableSortedMap.int2ObjectEntrySet() |
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectAVLTreeMap.int2ObjectEntrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.EmptyMap.int2ObjectEntrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.Singleton.int2ObjectEntrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.SynchronizedMap.int2ObjectEntrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.UnmodifiableMap.int2ObjectEntrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMap.int2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Int2ObjectMap.Entry<V>> |
Int2ObjectRBTreeMap.int2ObjectEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMap.FastSortedEntrySet.fastIterator(Int2ObjectMap.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.