public class NestedCollection extends Vector
PropertyResolver
might return instances
of this class for property paths that contain collections of objects on the
way to the resolved attribute (but not the last part of the property path).
Example:
When resolving the property
object.users.namewhere users returns a collection of linked objects, the resulting collection is an instance of this class.
Modifier and Type | Field and Description |
---|---|
protected Collection |
innerCollection |
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
NestedCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
Object element) |
boolean |
add(Object o) |
boolean |
addAll(Collection c) |
boolean |
addAll(int index,
Collection c) |
void |
addElement(Object obj) |
void |
clear() |
Collection |
getInnerCollection()
Get the inner collection (unmodifiable)
|
capacity, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
protected Collection innerCollection
public void add(int index, Object element)
public boolean add(Object o)
public boolean addAll(Collection c)
public boolean addAll(int index, Collection c)
public void addElement(Object obj)
addElement
in class Vector
public void clear()
public Collection getInnerCollection()
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.