com.vinculumtech.platform.util
Class TypeMap.Entry

java.lang.Object
  extended bycom.vinculumtech.platform.util.TypeMap.Entry
All Implemented Interfaces:
java.util.Map.Entry
Enclosing class:
TypeMap

public static class TypeMap.Entry
extends java.lang.Object
implements java.util.Map.Entry


Field Summary
protected  java.lang.Class key
           
protected  TypeMap.Entry next
           
protected  TypeMap.Entry prev
           
protected  java.lang.Object value
           
 
Constructor Summary
TypeMap.Entry(java.lang.Class key, java.lang.Object value)
           
 
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

key

protected java.lang.Class key

value

protected java.lang.Object value

prev

protected TypeMap.Entry prev

next

protected TypeMap.Entry next
Constructor Detail

TypeMap.Entry

public TypeMap.Entry(java.lang.Class key,
                     java.lang.Object value)
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


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.