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