public interface IntObjectMap
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsInt(int num) |
Object |
get(int num) |
int |
getSize() |
IntEnumeration |
ints() |
void |
put(int num,
Object value) |
boolean |
putNoReplace(int num,
Object value) |
Object |
remove(int num) |
Object get(int num)
void put(int num, Object value)
boolean putNoReplace(int num, Object value)
Object remove(int num)
boolean containsInt(int num)
int getSize()
void clear()
IntEnumeration ints()