org.inxar.affirm
Interface Datum


public interface Datum

A Datum is the pair (key, value). Datum are like java.util.Map.Entry objects that carry 'good' data.


Method Summary
 java.lang.Object getKey()
          Returns the key to which this data is associated.
 java.lang.Object getValue()
          Returns the value under the stated key.
 

Method Detail

getKey

public java.lang.Object getKey()
Returns the key to which this data is associated.

getValue

public java.lang.Object getValue()
Returns the value under the stated key.