Class dnx.util.IntIntHashtable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.util.IntIntHashtable

java.lang.Object
   |
   +----dnx.util.IntIntHashtable

public class IntIntHashtable
extends Object
implements Cloneable

Constructor Index

 o IntIntHashtable()

Method Index

 o clear()
 o clone()
 o contains(int)
 o containsKey(int)
 o elements()
 o get(int)
 o isEmpty()
 o keys()
 o put(int, int)
 o rehash()
 o remove(int)
 o size()

Constructors

 o IntIntHashtable
  public IntIntHashtable()

Methods

 o clear
  public synchronized void clear()
 o clone
  public synchronized Object clone()
Overrides:
clone in class Object
 o contains
  public synchronized boolean contains(int value)
 o containsKey
  public synchronized boolean containsKey(int key)
 o elements
  public synchronized IntEnumeration elements()
 o get
  public synchronized int get(int key)
 o isEmpty
  public boolean isEmpty()
 o keys
  public synchronized IntEnumeration keys()
 o put
  public synchronized int put(int key,
                              int value)
 o remove
  public synchronized int remove(int key)
 o size
  public int size()
 o rehash
  protected void rehash()

All Packages  Class Hierarchy  This Package  Previous  Next  Index