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

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

public class MapEntry
extends Object

Version:
$Revision: 1.1.2.2 $
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)

hashCode

public int hashCode()

toString

public String toString()


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