Package com.idautomation.qrcode.encoder
Class IntHashtable
java.lang.Object
java.util.Dictionary
com.idautomation.qrcode.encoder.IntHashtable
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionIntHashtable
(int initialCapacity) IntHashtable
(int initialCapacity, float loadFactor) -
Method Summary
-
Constructor Details
-
IntHashtable
public IntHashtable(int initialCapacity, float loadFactor) -
IntHashtable
public IntHashtable(int initialCapacity) -
IntHashtable
public IntHashtable()
-
-
Method Details
-
size
public int size()- Specified by:
size
in classDictionary
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in classDictionary
-
keys
- Specified by:
keys
in classDictionary
-
elements
- Specified by:
elements
in classDictionary
-
contains
-
containsKey
public boolean containsKey(int key) -
get
-
get
- Specified by:
get
in classDictionary
-
put
-
put
- Specified by:
put
in classDictionary
-
remove
-
remove
- Specified by:
remove
in classDictionary
-
clear
public void clear() -
clone
-
toString
-