public class IntObjectHash extends Object implements IntObjectMap
| Constructor and Description |
|---|
IntObjectHash() |
IntObjectHash(int init_capacity,
float load_factor) |
| 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 obj) |
boolean |
putNoReplace(int num,
Object obj) |
protected void |
rehash() |
Object |
remove(int num) |
public IntObjectHash(int init_capacity,
float load_factor)
public IntObjectHash()
public Object get(int num)
get in interface IntObjectMappublic void put(int num,
Object obj)
put in interface IntObjectMappublic boolean putNoReplace(int num,
Object obj)
putNoReplace in interface IntObjectMappublic int getSize()
getSize in interface IntObjectMappublic boolean containsInt(int num)
containsInt in interface IntObjectMappublic Object remove(int num)
remove in interface IntObjectMappublic void clear()
clear in interface IntObjectMappublic IntEnumeration ints()
ints in interface IntObjectMapprotected void rehash()