org.inxar.affirm
Interface Errata


public interface Errata

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

enumerator

public java.util.Enumeration enumerator()
Enumerates over all the the Erratum objects in the map.

get

public 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.

isEmpty

public boolean isEmpty()
Returns true if there are no mappings, false otherwise.

size

public int size()
Returns the number of key:Erratum mappings in the object.