public class LegacySet extends LegacyCollection implements Iset
| Constructor and Description |
|---|
LegacySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
__core_collections_LegacySet_constructor__() |
void |
__core_collections_LegacySet_constructor__(object<? extends Iset> _p1) |
void |
__core_collections_LegacySet_execute__() |
logical |
add(object<? extends _BaseObject_> _p1) |
logical |
addAll(object<? extends Icollection> _p1) |
logical |
legacyEquals(object<? extends _BaseObject_> _p1)
Check if this reference matches the given one.
|
__core_collections_LegacyCollection_constructor__, __core_collections_LegacyCollection_constructor__, __core_collections_LegacyCollection_execute__, _find, addArray, clear_, contains, containsAll, findBufferUseObject, getObjects, getSize, isEmpty, iterator, remove, removeAll, resize, retainAll, toArray, toTable__core_collections_AbstractTtcollection_constructor__, __core_collections_AbstractTtcollection_constructor__, __core_collections_AbstractTtcollection_constructor__, __core_collections_AbstractTtcollection_constructor__, __core_collections_AbstractTtcollection_destructor__, __core_collections_AbstractTtcollection_execute__, cloneElements, legacyClone__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArray, clear_, contains, containsAll, getSize, isEmpty, remove, removeAll, retainAll, toArray, toTable__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, toLegacyStringpublic void __core_collections_LegacySet_execute__()
public void __core_collections_LegacySet_constructor__()
public void __core_collections_LegacySet_constructor__(object<? extends Iset> _p1)
public logical add(object<? extends _BaseObject_> _p1)
add in interface Icollectionadd in class LegacyCollectionpublic logical addAll(object<? extends Icollection> _p1)
addAll in interface IcollectionaddAll in class LegacyCollectionpublic logical legacyEquals(object<? extends _BaseObject_> _p1)
BaseObjectlegacyEquals in interface _BaseObject_legacyEquals in class LegacyCollection_p1 - The other reference.true if the other reference is not unknown value and if the reference
is the same as this object's reference.