org.jboss.serial.objectmetamodel
Class FieldsContainer.EntryImpl

java.lang.Object
  extended byorg.jboss.serial.objectmetamodel.FieldsContainer.EntryImpl
All Implemented Interfaces:
java.util.Map.Entry
Enclosing class:
FieldsContainer

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


Constructor Summary
FieldsContainer.EntryImpl(java.lang.Object 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

FieldsContainer.EntryImpl

public FieldsContainer.EntryImpl(java.lang.Object 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


JBoss Serialization, a new approach to java-serialization.