public static class TransactionalStateType.TransactionalStateWrapper
extends java.util.AbstractList
| Constructor and Description |
|---|
TransactionalStateWrapper(TransactionalState transactionalState) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic TransactionalStateWrapper(TransactionalState transactionalState)
public java.lang.Object get(int index)
get in interface java.util.Listget in class java.util.AbstractListpublic int size()
size in interface java.util.Collectionsize in interface java.util.Listsize in class java.util.AbstractCollection