net.sf.bt747.j2se.system
Class J2SEHashtable
java.lang.Object
net.sf.bt747.j2se.system.J2SEHashtable
- All Implemented Interfaces:
- BT747Hashtable
public final class J2SEHashtable
- extends java.lang.Object
- implements BT747Hashtable
- Author:
- Mario De Weerd
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2SEHashtable
public J2SEHashtable(int initialCapacity)
- Parameters:
initialCapacity
-
get
public final java.lang.Object get(java.lang.Object arg1)
- Specified by:
get
in interface BT747Hashtable
put
public final java.lang.Object put(java.lang.Object arg1,
java.lang.Object arg2)
- Specified by:
put
in interface BT747Hashtable
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface BT747Hashtable
iterator
public BT747Hashtable iterator()
- Specified by:
iterator
in interface BT747Hashtable
nextKey
public java.lang.Object nextKey()
- Specified by:
nextKey
in interface BT747Hashtable
remove
public void remove(java.lang.Object o)
- Specified by:
remove
in interface BT747Hashtable
size
public int size()
- Specified by:
size
in interface BT747Hashtable