public interface IndirectCollection extends IndirectContainer
| Modifier and Type | Method and Description |
|---|---|
Collection |
getAddedElements()
INTERNAL:
Return if the collection has any elements added that have been deferred to instantiation.
|
Object |
getDelegateObject()
INTERNAL:
Return the real collection object.
|
Collection |
getRemovedElements()
INTERNAL:
Return if the collection has any elements removed that have been deferred to instantiation.
|
boolean |
hasDeferredChanges()
INTERNAL:
Return if the collection has any changes that have been deferred to instantiation.
|
getValueHolder, isInstantiated, setValueHolderboolean hasDeferredChanges()
Collection getAddedElements()
Collection getRemovedElements()
Object getDelegateObject()