| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Int2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration.
|
| Modifier and Type | Field and Description |
|---|---|
protected Int2ObjectMap.FastEntrySet<V> |
Int2ObjectOpenCustomHashMap.entries
Cached set of entries.
|
protected Int2ObjectMap.FastEntrySet<V> |
Int2ObjectOpenHashMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
Int2ObjectMap.FastEntrySet<V> |
Int2ObjectArrayMap.int2ObjectEntrySet() |
Int2ObjectMap.FastEntrySet<V> |
Int2ObjectOpenCustomHashMap.int2ObjectEntrySet() |
Int2ObjectMap.FastEntrySet<V> |
Int2ObjectOpenHashMap.int2ObjectEntrySet() |
Copyright © 2020. All rights reserved.