Package | Description |
---|---|
org.infinispan.commons.api.functional |
Commons Functional API package
|
org.infinispan.functional.impl |
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
FunctionalMap<K,V> |
FunctionalMap.withParams(Param<?>... ps)
Tweak functional map executions providing
Param instances. |
Modifier and Type | Class and 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.
|
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.