All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.util.SortedHashtable
java.lang.Object
|
+----java.util.Dictionary
|
+----java.util.Hashtable
|
+----org.w3c.css.util.SortedHashtable
- public class SortedHashtable
- extends Hashtable
-
SortedHashtable()
- Constructs a new, empty hashtable with a default capacity and load
factor.
-
SortedHashtable(int)
- Constructs a new, empty hashtable with the specified initial capacity
and default load factor.
-
SortedHashtable(int, float)
- Constructs a new, empty hashtable with the specified initial
capacity and the specified load factor.
-
getSortedArray()
-
SortedHashtable
public SortedHashtable(int initialCapacity,
float loadFactor)
- Constructs a new, empty hashtable with the specified initial
capacity and the specified load factor.
- Parameters:
- initialCapacity - the initial capacity of the hashtable.
- loadFactor - a number between 0.0 and 1.0.
- Throws: IllegalArgumentException
- if the initial capacity is less
than or equal to zero, or if the load factor is less than
or equal to zero.
SortedHashtable
public SortedHashtable(int initialCapacity)
- Constructs a new, empty hashtable with the specified initial capacity
and default load factor.
- Parameters:
- initialCapacity - the initial capacity of the hashtable.
SortedHashtable
public SortedHashtable()
- Constructs a new, empty hashtable with a default capacity and load
factor.
getSortedArray
public Object[] getSortedArray()
All Packages Class Hierarchy This Package Previous Next Index