[
all packages
] [
class hierarchy
] [
index
]
package gj.util
public interface
Enumeration
<A>
(
pure interface
)
The Enumeration interface specifies a set of methods that may be used to enumerate, or
public abstract class
Dictionary
<A, B>
(
pure interface
)
The Dictionary class is the abstract parent of Hashtable, which maps keys to values
public class
Hashtable
<A, B>
(
pure interface
)
Hashtable class
public class
Stack
<A>
(
pure interface
)
A Last-In-First-Out(LIFO) stack of objects.
public class
Vector
<A>
(
pure interface
)
Vector class (a growable array).
[
all packages
] [
class hierarchy
] [
index
]
gj.util.html