public class CollectionFacetForFreeStandingList extends CollectionFacetAbstract
FacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.Validating| Constructor and Description |
|---|
CollectionFacetForFreeStandingList(FacetHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAdapter> |
collection(ObjectAdapter wrappedObjectList)
Expected to be called with a
ObjectAdapter wrapping a
FreeStandingList. |
ObjectAdapter |
firstElement(ObjectAdapter wrappedInstanceCollectionVector)
Expected to be called with a
ObjectAdapter wrapping a
FreeStandingList. |
void |
init(ObjectAdapter collection,
ObjectAdapter[] initData)
Does nothing.
|
int |
size(ObjectAdapter wrappedInstanceCollectionVector)
Expected to be called with a
ObjectAdapter wrapping a
FreeStandingList. |
contains, getTypeOfFacet, iterable, iteratoralwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toString, toStringValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic CollectionFacetForFreeStandingList(FacetHolder holder)
public List<ObjectAdapter> collection(ObjectAdapter wrappedObjectList)
ObjectAdapter wrapping a
FreeStandingList.public ObjectAdapter firstElement(ObjectAdapter wrappedInstanceCollectionVector)
ObjectAdapter wrapping a
FreeStandingList.public int size(ObjectAdapter wrappedInstanceCollectionVector)
ObjectAdapter wrapping a
FreeStandingList.public void init(ObjectAdapter collection, ObjectAdapter[] initData)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.