Uses of Interface
org.infinispan.functional.FunctionalMap
-
Packages that use FunctionalMap Package Description org.infinispan.functional Functional API packageorg.infinispan.functional.impl -
-
Uses of FunctionalMap in org.infinispan.functional
Subinterfaces of FunctionalMap in org.infinispan.functional Modifier and Type Interface Description static interface
FunctionalMap.ReadOnlyMap<K,V>
Exposes read-only operations that can be executed against the functional map.static interface
FunctionalMap.ReadWriteMap<K,V>
Exposes read-write operations that can be executed against the functional map.static interface
FunctionalMap.WriteOnlyMap<K,V>
Exposes write-only operations that can be executed against the functional map.Methods in org.infinispan.functional that return FunctionalMap Modifier and Type Method Description FunctionalMap<K,V>
FunctionalMap. 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 FunctionalMap Modifier and Type Class Description class
FunctionalMapImpl<K,V>
Functional map implementation.class
ReadOnlyMapImpl<K,V>
Read-only map implementation.class
ReadWriteMapImpl<K,V>
Read-write map implementation.class
WriteOnlyMapImpl<K,V>
Write-only map implementation.
-