|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Errata
is the 'error data' analog to the
Data
interface. It acts as a map between keys and
Erratum
objects.
Method Summary | |
java.util.Enumeration |
enumerator()
Enumerates over all the the Erratum objects in the
map. |
Erratum |
get(java.lang.Object key)
Returns the Erratum mapped to the given key or
null if the Errata objects does not
contain a mapping for that key. |
boolean |
isEmpty()
Returns true if there are no mappings,
false otherwise. |
int |
size()
Returns the number of key: Erratum mappings in the
object. |
Method Detail |
public java.util.Enumeration enumerator()
Erratum
objects in the
map.public Erratum get(java.lang.Object key)
Erratum
mapped to the given key or
null
if the Errata
objects does not
contain a mapping for that key.public boolean isEmpty()
true
if there are no mappings,
false
otherwise.public int size()
Erratum
mappings in the
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |