| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Long2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration.
|
| Modifier and Type | Field and Description |
|---|---|
protected Long2ObjectMap.FastEntrySet<V> |
Long2ObjectOpenHashMap.entries
Cached set of entries.
|
protected Long2ObjectMap.FastEntrySet<V> |
Long2ObjectOpenCustomHashMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
Long2ObjectMap.FastEntrySet<V> |
Long2ObjectOpenHashMap.long2ObjectEntrySet() |
Long2ObjectMap.FastEntrySet<V> |
Long2ObjectOpenCustomHashMap.long2ObjectEntrySet() |
Long2ObjectMap.FastEntrySet<V> |
Long2ObjectArrayMap.long2ObjectEntrySet() |
Copyright © 2020. All rights reserved.