Uses of Interface
org.infinispan.functional.FunctionalMap
Packages that use FunctionalMap
-
Uses of FunctionalMap in org.infinispan.functional
Subinterfaces of FunctionalMap in org.infinispan.functionalModifier and TypeInterfaceDescriptionstatic interface
Exposes read-only operations that can be executed against the functional map.static interface
Exposes read-write operations that can be executed against the functional map.static interface
Exposes write-only operations that can be executed against the functional map.Methods in org.infinispan.functional that return FunctionalMapModifier and TypeMethodDescriptionFunctionalMap.withParams
(Param<?>... ps) Tweak functional map executions providingParam
instances. -
Uses of FunctionalMap in org.infinispan.functional.impl
Classes in org.infinispan.functional.impl that implement FunctionalMapModifier and TypeClassDescriptionfinal class
FunctionalMapImpl<K,
V> Functional map implementation.final class
ReadOnlyMapImpl<K,
V> Read-only map implementation.final class
ReadWriteMapImpl<K,
V> Read-write map implementation.final class
WriteOnlyMapImpl<K,
V> Write-only map implementation.