Uses of Interface
com.tangosol.util.SegmentedHashMap.EntryAction
Packages that use SegmentedHashMap.EntryAction
-
Uses of SegmentedHashMap.EntryAction in com.tangosol.util
Subinterfaces of SegmentedHashMap.EntryAction in com.tangosol.utilModifier and TypeInterfaceDescriptionprotected static interface
IterableEntryAction is an EntryAction that is suitable for applying to all keys in a map.Classes in com.tangosol.util that implement SegmentedHashMap.EntryActionModifier and TypeClassDescriptionprotected class
Action support for a conditional remove().protected class
Action support for lock().protected class
Action support for remove().protected static class
Action support for size().protected class
Action support for unlock().protected static class
Action support for containsValue().protected static class
EntryActionAdapter is a convenience class that provides default implementations for the EntryAction and IterableEntryAction interface methods.protected class
Action support for getEntryInternal.protected class
Action support for insert.protected class
Action support for remove().Methods in com.tangosol.util with parameters of type SegmentedHashMap.EntryActionModifier and TypeMethodDescriptionprotected 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.