|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.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 |
---|
protected final int hash
protected final Object key
protected final Entry next
protected Object value
Method Detail |
---|
public boolean equals(Object o)
public Object getKey()
public Object getValue()
public int hashCode()
public Object setValue(Object value)
public String toString()
Copyright © 2003-2013 The Codehaus. All rights reserved.