| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Object2LongSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object2LongMap.FastEntrySet<K> |
Object2LongOpenHashMap.entries
Cached set of entries.
|
protected Object2LongMap.FastEntrySet<K> |
Object2LongOpenCustomHashMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
Object2LongMap.FastEntrySet<K> |
Object2LongOpenHashMap.object2LongEntrySet() |
Object2LongMap.FastEntrySet<K> |
Object2LongOpenCustomHashMap.object2LongEntrySet() |
Object2LongMap.FastEntrySet<K> |
Object2LongArrayMap.object2LongEntrySet() |
Copyright © 2020. All rights reserved.