public abstract class AbstractTtcollection extends BaseObject implements Icollection
| Modifier and Type | Field and Description |
|---|---|
private handle |
fieldHandle |
private handle |
queryHandle |
private integer |
size |
private handle |
tableHandle |
| Constructor and Description |
|---|
AbstractTtcollection() |
__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyEquals, toLegacyStringprivate integer size
private handle tableHandle
private handle fieldHandle
private handle queryHandle
public void __core_collections_AbstractTtcollection_execute__()
public integer getSize()
getSize in interface Icollectionpublic void __core_collections_AbstractTtcollection_constructor__()
protected void __core_collections_AbstractTtcollection_constructor__(object<? extends Icollection> _p1, handle _p2, character _p3)
protected void __core_collections_AbstractTtcollection_constructor__(handle _p1, character _p2)
protected void __core_collections_AbstractTtcollection_constructor__(handle _p1, handle _p2)
public void __core_collections_AbstractTtcollection_destructor__()
public logical add(object<? extends _BaseObject_> _p1)
add in interface Icollectionpublic logical addArray(object<? extends _BaseObject_>[] _p1)
addArray in interface Icollectionpublic logical addAll(object<? extends Icollection> _p1)
addAll in interface Icollectionpublic void clear_()
clear_ in interface Icollectionpublic logical contains(object<? extends _BaseObject_> _p1)
contains in interface Icollectionpublic logical containsAll(object<? extends Icollection> _p1)
containsAll in interface Icollectionpublic logical isEmpty()
isEmpty in interface Icollectionpublic void toTable(OutputTableHandle _p1)
toTable in interface Icollectionpublic logical remove(object<? extends _BaseObject_> _p1)
remove in interface Icollectionpublic logical removeAll(object<? extends Icollection> _p1)
removeAll in interface Icollectionpublic logical retainAll(object<? extends Icollection> _p1)
retainAll in interface Icollectionpublic object<? extends _BaseObject_>[] toArray()
toArray in interface Icollectionprotected abstract void findBufferUseObject(object<? extends _BaseObject_> _p1)
public object<? extends _BaseObject_> legacyClone()
BaseObjectlegacyClone in interface _BaseObject_legacyClone in class BaseObjectprotected void cloneElements(object<? extends Icollection> _p1)
protected void resize()