org.erights.e.elang.syntax
Class Assoc

java.lang.Object
  |
  +--org.erights.e.elang.syntax.Assoc

class Assoc
extends Object


Field Summary
private  Object myKey
           
private  Object myValue
           
 
Constructor Summary
Assoc(Object key, Object value)
           
 
Method Summary
 Object key()
           
 Object value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myKey

private final Object myKey

myValue

private final Object myValue
Constructor Detail

Assoc

public Assoc(Object key,
             Object value)
Method Detail

key

public Object key()

value

public Object value()


comments?