public class ArrayIntMap extends Object implements Serializable
| Constructor and Description |
|---|
ArrayIntMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clear the map
|
boolean |
containsAll(ArrayIntMap c) |
boolean |
containsKey(int o) |
boolean |
equals(Object obj) |
int |
get(int key) |
int |
hashCode() |
int |
keySet(int i) |
void |
put(int e,
int v) |
int |
remove(int o) |
int |
removeAt(int i) |
int |
size() |
String |
toString() |
public void put(int e,
int v)
e - ev - vpublic void clear()
public boolean containsKey(int o)
o - opublic boolean containsAll(ArrayIntMap c)
c - cpublic int remove(int o)
o - opublic int size()
public int removeAt(int i)
i - ipublic int get(int key)
key - keypublic int keySet(int i)
i - iCopyright © 2016 The University of Manchester. All rights reserved.