|
|||||||
PREV NEXT | FRAMES NO FRAMES |
true
if this map contains a mapping for the
specified key.
Dictionary
class is the abstract parent of any
class, such as Hashtable
, which maps keys to values.Set
view of the mappings in this map.
key
.
equals
method.
index
, and testing for equality using
the equals
method.
index
.
true
if this map contains no key-value mappings.
key
to the specified
value
in this dictionary.
key
to the specified
value
in this hashtable.
key
maps to the given
value
.
key
(and its corresponding
value
) from this dictionary.
key
from this map, if
present.
index
of this
vector to be the specified object.
Stack
class represents a last-in-first-out
(LIFO) stack of objects.Vector
class implements a growable array of
objects.WeakHashMap
with the default
initial capacity and the default load factor, which is
0.75
.
WeakHashMap
with the given
initial capacity and the default load factor, which is
0.75
.
WeakHashMap
with the given
initial capacity and the given load factor.
WeakHashMap
with the same mappings as the
specified Map.
Map
implementation with weak keys.
|
|||||||
PREV NEXT | FRAMES NO FRAMES |