ariba.util.core
Class ReadOnlyMap.Entry<K,V>

java.lang.Object
  extended by ariba.util.core.ReadOnlyMap.Entry<K,V>
Enclosing class:
ReadOnlyMap<K,V>

public class ReadOnlyMap.Entry<K,V>
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object anObject)
           
 K getKey()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object anObject)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getKey

public K getKey()

getValue

public java.lang.Object getValue()


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.