gnu.mapping

Class KeyPair

public class KeyPair extends Object implements EnvironmentKey

A simple concrete implemementation of EnvironmentKey.
Constructor Summary
KeyPair(Symbol name, Object property)
Method Summary
booleanequals(Object x)
ObjectgetKeyProperty()
SymbolgetKeySymbol()
inthashCode()
booleanmatches(EnvironmentKey key)
booleanmatches(Symbol symbol, Object property)
StringtoString()

Constructor Detail

KeyPair

public KeyPair(Symbol name, Object property)

Method Detail

equals

public boolean equals(Object x)

getKeyProperty

public Object getKeyProperty()

getKeySymbol

public Symbol getKeySymbol()

hashCode

public int hashCode()

matches

public final boolean matches(EnvironmentKey key)

matches

public final boolean matches(Symbol symbol, Object property)

toString

public String toString()