org.apache.openjpa.lib.util.concurrent
Class ConcurrentHashMap.Entry
java.lang.Object
   org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
- All Implemented Interfaces: 
- Map.Entry
- Enclosing class:
- ConcurrentHashMap
- protected static class ConcurrentHashMap.Entry 
- extends Object- implements Map.Entry
 
 
 
 
key
final Object key
value
Object value
hash
final int hash
next
ConcurrentHashMap.Entry next
ConcurrentHashMap.Entry
protected ConcurrentHashMap.Entry(int h,
                                  Object k,
                                  Object v,
                                  ConcurrentHashMap.Entry n)
- Create new entry.
 
getKey
public Object getKey()
- 
- Specified by:
- getKeyin interface- Map.Entry
 
- 
 
getValue
public Object getValue()
- 
- Specified by:
- getValuein interface- Map.Entry
 
- 
 
setValue
public Object setValue(Object newValue)
- 
- Specified by:
- setValuein interface- Map.Entry
 
- 
 
equals
public boolean equals(Object o)
- 
- Specified by:
- equalsin interface- Map.Entry
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- Map.Entry
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
clone
protected Object clone()
- 
- Overrides:
- clonein class- Object
 
- 
 
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.