|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionalList<E>
Transactional implementation of IList
.
Method Summary | |
---|---|
boolean |
add(E e)
Adds a new item to the transactional list. |
boolean |
remove(E e)
Remove item from the transactional list |
int |
size()
Returns the size of the list |
Methods inherited from interface com.hazelcast.core.DistributedObject |
---|
destroy, getId, getName, getPartitionKey, getServiceName |
Method Detail |
---|
boolean add(E e)
e
- the new item added to the transactional list
boolean remove(E e)
e
- item to remove the transactional list
int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |