net.sf.bt747.j2se.system
Class J2SEHashtable

java.lang.Object
  extended by net.sf.bt747.j2se.system.J2SEHashtable
All Implemented Interfaces:
BT747Hashtable

public final class J2SEHashtable
extends java.lang.Object
implements BT747Hashtable

Author:
Mario De Weerd

Constructor Summary
J2SEHashtable(int initialCapacity)
           
 
Method Summary
 java.lang.Object get(java.lang.Object arg1)
           
 boolean hasNext()
           
 BT747Hashtable iterator()
           
 java.lang.Object nextKey()
           
 java.lang.Object put(java.lang.Object arg1, java.lang.Object arg2)
           
 void remove(java.lang.Object o)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2SEHashtable

public J2SEHashtable(int initialCapacity)
Parameters:
initialCapacity -
Method Detail

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