org.jboss.xb.binding.sunday.unmarshalling.impl.runtime
Class MapEntry

java.lang.Object
  extended by org.jboss.xb.binding.sunday.unmarshalling.impl.runtime.MapEntry

public class MapEntry
extends Object

Version:
$Revision: 1.1.2.3 $
Author:
Alexey Loubyansky

Constructor Summary
MapEntry()
           
 
Method Summary
 boolean equals(Object o)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 void setKey(Object key)
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapEntry

public MapEntry()
Method Detail

getKey

public Object getKey()

setKey

public void setKey(Object key)

getValue

public Object getValue()

setValue

public void setValue(Object value)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.