Class NestedCollection

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
com.gentics.api.lib.resolving.NestedCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess

public class NestedCollection extends Vector
This class is just a wrapper aroung a vector. The com.gentics.api.lib.resolving.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.name
 
where users returns a collection of linked objects, the resulting collection is an instance of this class.
Author:
norbert
See Also:
  • Field Details

    • innerCollection

      protected Collection innerCollection
  • Constructor Details

    • NestedCollection

      public NestedCollection()
  • Method Details