public class ImmutableLongMap<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(long index) |
T |
get(long index) |
Set<Long> |
keySet() |
int |
size() |
Collection<T> |
values() |
public T get(long index)
public Collection<T> values()
public boolean containsKey(long index)
public int size()
Copyright © 2018. All rights reserved.