net.sf.bt747.waba.system
Class WabaHashtable
java.lang.Object
net.sf.bt747.waba.system.WabaHashtable
- All Implemented Interfaces:
- BT747Hashtable
public final class WabaHashtable
- extends java.lang.Object
- implements BT747Hashtable
- Author:
- Mario De Weerd
TODO To change the template for this generated type comment go to Window -
Preferences - Java - Code Style - Code Templates
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WabaHashtable
public WabaHashtable(int initialCapacity)
- Parameters:
initialCapacity -
WabaHashtable
public WabaHashtable(int initialCapacity,
float loadFactor)
- Parameters:
initialCapacity - loadFactor -
iterator
public final BT747Hashtable iterator()
- Specified by:
iterator in interface BT747Hashtable
put
public final java.lang.Object put(java.lang.Object key,
java.lang.Object value)
- Specified by:
put in interface BT747Hashtable
get
public final java.lang.Object get(java.lang.Object key)
- Specified by:
get in interface BT747Hashtable
remove
public final void remove(java.lang.Object o)
- Specified by:
remove in interface BT747Hashtable
hasNext
public final boolean hasNext()
- Specified by:
hasNext in interface BT747Hashtable
nextKey
public final java.lang.Object nextKey()
- Specified by:
nextKey in interface BT747Hashtable
size
public final int size()
- Specified by:
size in interface BT747Hashtable