| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
protected static interface  | 
SegmentedHashMap.IterableEntryAction
IterableEntryAction is an EntryAction that is suitable for applying to
 all keys in a map. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
SegmentedConcurrentMap.ConditionalRemoveAction
Action support for a conditional remove(). 
 | 
protected class  | 
SegmentedConcurrentMap.DumpHeldLocksAction
Action support for dumping held locks for a NearCache key/events control map. 
 | 
protected class  | 
SegmentedConcurrentMap.LockAction
Action support for lock(). 
 | 
protected class  | 
SegmentedConcurrentMap.RemoveAction
Action support for remove(). 
 | 
protected static class  | 
SegmentedConcurrentMap.SizeAction
Action support for size(). 
 | 
protected class  | 
SegmentedConcurrentMap.TruncateAction
Action support for truncate() for a NearCache key/events control map. 
 | 
protected class  | 
SegmentedConcurrentMap.UnlockAction
Action support for unlock(). 
 | 
protected static class  | 
SegmentedHashMap.ContainsValueAction
Action support for containsValue(). 
 | 
protected static class  | 
SegmentedHashMap.EntryActionAdapter
EntryActionAdapter is a convenience class that provides default
 implementations for the EntryAction and IterableEntryAction interface
 methods. 
 | 
protected class  | 
SegmentedHashMap.GetEntryAction
Action support for getEntryInternal. 
 | 
protected class  | 
SegmentedHashMap.InsertAction
Action support for insert. 
 | 
protected class  | 
SegmentedHashMap.RemoveAction
Action support for remove(). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
SegmentedHashMap.invokeOnKey(Object oKey,
           Object oContext,
           boolean fLock,
           SegmentedHashMap.EntryAction action)
Perform an action on the specified key. 
 | 
protected Object | 
SegmentedHashMap.removeInternal(Object oKey,
              SegmentedHashMap.EntryAction actionRemove,
              Object oContext)
Removes the mapping for this key from this map if present. 
 |