public class LongObjectMap<V> extends AbstractLongMap<LongObjectMap.Entry<V>>
Modifier and Type | Class and Description |
---|---|
static class |
LongObjectMap.Entry<T> |
Constructor and Description |
---|
LongObjectMap() |
Modifier and Type | Method and Description |
---|---|
V |
getValue(long key) |
static void |
main(java.lang.String[] args) |
public V getValue(long key)
public static void main(java.lang.String[] args)