org.sablecc.sablecc
Class TypedHashMap.TypedEntry

java.lang.Object
  extended by org.sablecc.sablecc.TypedHashMap.TypedEntry
All Implemented Interfaces:
java.util.Map.Entry
Enclosing class:
TypedHashMap

private class TypedHashMap.TypedEntry
extends java.lang.Object
implements java.util.Map.Entry


Field Summary
private  java.util.Map.Entry entry
           
 
Constructor Summary
TypedHashMap.TypedEntry(java.util.Map.Entry entry)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 java.lang.Object setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Field Detail

entry

private java.util.Map.Entry entry
Constructor Detail

TypedHashMap.TypedEntry

TypedHashMap.TypedEntry(java.util.Map.Entry entry)
Method Detail

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface java.util.Map.Entry

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.util.Map.Entry

setValue

public java.lang.Object setValue(java.lang.Object value)
Specified by:
setValue in interface java.util.Map.Entry