T
- The class type of the wrapped bean.public class DelegateList<T extends Collection<?>> extends ObjectList implements Delegate<T>
Collection
where entries in the list can be removed or reordered without affecting the
underlying list.EMPTY_LIST
modCount
Constructor and Description |
---|
DelegateList(ClassMeta<T> classMeta)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ClassMeta<T> |
getClassMeta()
The
ClassMeta of the class of the represented object. |
append, appendAll, appendIfNotEmpty, appendIfNotNull, cast, deleteAt, elements, get, get, getAt, getAt, getBeanSession, getBoolean, getClassMeta, getInt, getList, getList, getLong, getMap, getMap, getObjectList, getObjectMap, getString, isUnmodifiable, modifiable, parse, postAt, putAt, serializeTo, setBeanSession, toString, toString, unmodifiable
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
parallelStream, removeIf, stream
public DelegateList(ClassMeta<T> classMeta)
classMeta
- The data type represented by this delegate.public ClassMeta<T> getClassMeta()
Delegate
ClassMeta
of the class of the represented object.getClassMeta
in interface Delegate<T extends Collection<?>>
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.