Groovy 2.2.0

org.codehaus.groovy.runtime.metaclass
[Java] Class ConcurrentReaderHashMap.Entry

java.lang.Object
  org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
All Implemented Interfaces:
Map.Entry

protected static class ConcurrentReaderHashMap.Entry

Field Summary
protected int hash

protected Object key

protected Entry next

protected Object value

 
Method Summary
boolean equals(Object o)

Object getKey()

Object getValue()

int hashCode()

Object setValue(Object value)

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

hash

protected final int hash


key

protected final Object key


next

protected final Entry next


value

protected Object value


 
Method Detail

equals

public boolean equals(Object o)


getKey

public Object getKey()


getValue

public Object getValue()


hashCode

public int hashCode()


setValue

public Object setValue(Object value)


toString

public String toString()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.