jas.util.encoder
Class IntHashtable
java.lang.Object
java.util.Dictionary
jas.util.encoder.IntHashtable
- All Implemented Interfaces:
- Cloneable
public class IntHashtable
- extends Dictionary
- implements Cloneable
IntHashtable
public IntHashtable(int initialCapacity,
float loadFactor)
IntHashtable
public IntHashtable(int initialCapacity)
IntHashtable
public IntHashtable()
size
public int size()
- Specified by:
size
in class Dictionary
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in class Dictionary
keys
public Enumeration keys()
- Specified by:
keys
in class Dictionary
elements
public Enumeration elements()
- Specified by:
elements
in class Dictionary
contains
public boolean contains(Object value)
containsKey
public boolean containsKey(int key)
get
public Object get(int key)
get
public Object get(Object okey)
- Specified by:
get
in class Dictionary
rehash
protected void rehash()
put
public Object put(int key,
Object value)
put
public Object put(Object okey,
Object value)
- Specified by:
put
in class Dictionary
remove
public Object remove(int key)
remove
public Object remove(Object okey)
- Specified by:
remove
in class Dictionary
clear
public void clear()
clone
public Object clone()
- Overrides:
clone
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2009 FreeHEP. All Rights Reserved.