class |
CollectionAddFunction<V,C extends Collection<V>> |
Function that adds an item to a collection.
|
class |
CollectionFunction<V,C extends Collection<V>> |
Function that operates on a collection.
|
class |
CollectionRemoveFunction<V,C extends Collection<V>> |
Function that removes an item from a collection.
|
class |
ConcurrentMapPutFunction<K,V> |
Function that puts an entry into a map within a non-transactional cache.
|
class |
ConcurrentMapRemoveFunction<K,V> |
Function that removes an entry from a map within a non-transactional cache.
|
class |
ConcurrentSetAddFunction<V> |
Function that adds an item to a set within a non-transactional cache.
|
class |
ConcurrentSetRemoveFunction<V> |
Function that removes an item from a set within a non-transactional cache.
|
class |
CopyOnWriteMapPutFunction<K,V> |
Function that puts an entry into a map within a transactional cache.
|
class |
CopyOnWriteMapRemoveFunction<K,V> |
Function that removes an entry from a map within a transactional cache.
|
class |
CopyOnWriteSetAddFunction<V> |
Function that adds an item to a set within a transactional cache.
|
class |
CopyOnWriteSetRemoveFunction<V> |
Function that removes an item from a set within a transactional cache.
|
class |
MapFunction<K,V,T> |
Function that operates on a map.
|
class |
MapPutFunction<K,V> |
Function that puts an entry into a map.
|
class |
MapRemoveFunction<K,V> |
Function that removes an entry from a map.
|
class |
SetAddFunction<V> |
Function that adds an item to a set.
|
class |
SetRemoveFunction<V> |
Function that removes an item from a set.
|