public class MemoryEfficientHashtable<T1,T2> extends Object
Constructor and Description |
---|
MemoryEfficientHashtable(int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(T1 key) |
T2 |
get(T1 key) |
void |
put(T1 key,
T2 value) |
void |
remove(T1 key) |
Copyright © 2017. All rights reserved.