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_LISTmodCount| 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, unmodifiableadd, 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, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subListparallelStream, removeIf, streampublic DelegateList(ClassMeta<T> classMeta)
classMeta - The data type represented by this delegate.public ClassMeta<T> getClassMeta()
DelegateClassMeta of the class of the represented object.getClassMeta in interface Delegate<T extends Collection<?>>Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.