Class ConcurrentHashMap.Entry
- java.lang.Object
 - 
- 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
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedEntry(int h, Object k, Object v, ConcurrentHashMap.Entry n)Create new entry. 
 - 
 
- 
- 
Constructor Detail
- 
Entry
protected Entry(int h, Object k, Object v, ConcurrentHashMap.Entry n)Create new entry. 
 - 
 
- 
Method Detail
- 
equals
public boolean equals(Object o)
 
- 
hashCode
public int hashCode()
 
 - 
 
 -