public class MemorySetState<T> extends TransactionalMemoryMapState<Set<T>> implements SetState<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
MemorySetState.Factory |
TransactionalMemoryMapState.MemoryMapStateBacking<T>| Constructor and Description |
|---|
MemorySetState(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T e) |
boolean |
addAll(Collection<? extends T> c) |
void |
clear() |
Set<T> |
get() |
beginCommit, commit, getTuples, multiGet, multiPut, multiUpdate, set, updatepublic MemorySetState(String id)
public boolean addAll(Collection<? extends T> c)
Copyright © 2013. All Rights Reserved.