com.jaxfront.core.keyRef
Class KeyContextWrapper

java.lang.Object
  extended by com.jaxfront.core.keyRef.KeyContextWrapper

public class KeyContextWrapper
extends java.lang.Object


Constructor Summary
KeyContextWrapper(Type[] context)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Type[] getContext()
           
 Type getLastContextEntry()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyContextWrapper

public KeyContextWrapper(Type[] context)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getLastContextEntry

public Type getLastContextEntry()

getContext

public Type[] getContext()