Uses of Interface
com.tangosol.util.SegmentedHashMap.EntryAction
-
Packages that use SegmentedHashMap.EntryAction Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedHashMap.EntryAction in com.tangosol.util
Subinterfaces of SegmentedHashMap.EntryAction in com.tangosol.util Modifier and Type Interface Description protected static interfaceSegmentedHashMap.IterableEntryActionIterableEntryAction is an EntryAction that is suitable for applying to all keys in a map.Classes in com.tangosol.util that implement SegmentedHashMap.EntryAction Modifier and Type Class Description protected classSegmentedConcurrentMap.ConditionalRemoveActionAction support for a conditional remove().protected classSegmentedConcurrentMap.LockActionAction support for lock().protected classSegmentedConcurrentMap.RemoveActionAction support for remove().protected static classSegmentedConcurrentMap.SizeActionAction support for size().protected classSegmentedConcurrentMap.UnlockActionAction support for unlock().protected static classSegmentedHashMap.ContainsValueActionAction support for containsValue().protected static classSegmentedHashMap.EntryActionAdapterEntryActionAdapter is a convenience class that provides default implementations for the EntryAction and IterableEntryAction interface methods.protected classSegmentedHashMap.GetEntryActionAction support for getEntryInternal.protected classSegmentedHashMap.InsertActionAction support for insert.protected classSegmentedHashMap.RemoveActionAction support for remove().Methods in com.tangosol.util with parameters of type SegmentedHashMap.EntryAction Modifier and Type Method Description protected ObjectSegmentedHashMap. invokeOnKey(Object oKey, Object oContext, boolean fLock, SegmentedHashMap.EntryAction action)Perform an action on the specified key.protected ObjectSegmentedHashMap. removeInternal(Object oKey, SegmentedHashMap.EntryAction actionRemove, Object oContext)Removes the mapping for this key from this map if present.
-