|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface CustomConcurrentHashMap.Internals<K,V,E>
Provides access to a map's internal entries.
| Method Summary | |
|---|---|
E |
getEntry(K key)
Returns the internal entry corresponding to the given key from the map. |
boolean |
removeEntry(E entry)
Removes the given entry from the map. |
boolean |
removeEntry(E entry,
V value)
Removes the given entry from the map if the value of the entry in the map matches the given value. |
| Method Detail |
|---|
E getEntry(K key)
key - to retrieve entry for
java.lang.NullPointerException - if key is null
boolean removeEntry(E entry,
V value)
entry - to removevalue - entry must have for the removal to succeed
java.lang.NullPointerException - if entry is nullboolean removeEntry(E entry)
entry - to remove
java.lang.NullPointerException - if entry is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||