public class ArrayIntMap extends Object
| Constructor and Description |
|---|
ArrayIntMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsAll(ArrayIntMap c) |
boolean |
containsKey(int o) |
boolean |
containsValue(int value) |
boolean |
equals(Object obj) |
int |
get(int key) |
int |
hashCode() |
boolean |
isEmpty() |
int[] |
keySet() |
int |
keySet(int i) |
void |
put(int e,
int v) |
void |
remove(int o) |
void |
removeAt(int i) |
int |
size() |
String |
toString() |
int[] |
values() |
public void put(int e,
int v)
public void clear()
public boolean containsKey(int o)
public boolean containsAll(ArrayIntMap c)
public boolean isEmpty()
public void remove(int o)
public int size()
public void removeAt(int i)
public boolean containsValue(int value)
public int[] values()
public int get(int key)
public int[] keySet()
public int keySet(int i)
Copyright © 2013 The University of Manchester. All Rights Reserved.