org.apache.jetspeed.om.page.impl
Class FragmentPropertyMap.FragmentPropertiesEntry

java.lang.Object
  extended by org.apache.jetspeed.om.page.impl.FragmentPropertyMap.FragmentPropertiesEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
FragmentPropertyMap

private class FragmentPropertyMap.FragmentPropertiesEntry
extends Object
implements Map.Entry


Field Summary
private  Object key
           
private  Object value
           
 
Constructor Summary
FragmentPropertyMap.FragmentPropertiesEntry(Object key, Object value)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object newValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private Object key

value

private Object value
Constructor Detail

FragmentPropertyMap.FragmentPropertiesEntry

public FragmentPropertyMap.FragmentPropertiesEntry(Object key,
                                                   Object value)
Method Detail

getKey

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

getValue

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

setValue

public Object setValue(Object newValue)
Specified by:
setValue in interface Map.Entry

equals

public boolean equals(Object o)
Specified by:
equals in interface Map.Entry
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry
Overrides:
hashCode in class Object


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.