org.granite.client.persistence.collection
Class PersistentBag<E>
java.lang.Object
org.granite.client.persistence.collection.AbstractPersistentCollection<C>
org.granite.client.persistence.collection.AbstractPersistentSimpleCollection<E,List<E>>
org.granite.client.persistence.collection.PersistentList<E>
org.granite.client.persistence.collection.PersistentBag<E>
- All Implemented Interfaces:
- Externalizable, Serializable, Iterable<E>, Collection<E>, List<E>, PersistentCollection
public class PersistentBag<E>
- extends PersistentList<E>
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Methods inherited from class org.granite.client.persistence.collection.PersistentList |
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList, updateFromSnapshot |
| Methods inherited from class org.granite.client.persistence.collection.AbstractPersistentSimpleCollection |
add, addAll, clear, contains, containsAll, createSnapshot, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.List |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
PersistentBag
public PersistentBag()
PersistentBag
public PersistentBag(List<E> collection)
PersistentBag
public PersistentBag(List<E> collection,
boolean clone)