public class ValueCollection extends MapBackedCollection
| Constructor and Description |
|---|
ValueCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
__core_collections_ValueCollection_constructor__(object<? extends Imap> _p1,
handle _p2,
character _p3) |
void |
__core_collections_ValueCollection_execute__() |
logical |
contains(object<? extends _BaseObject_> _p1) |
logical |
containsAll(object<? extends Icollection> _p1) |
logical |
remove(object<? extends _BaseObject_> _p1) |
logical |
removeAll(object<? extends Icollection> _p1) |
logical |
retainAll(object<? extends Icollection> _p1) |
__core_collections_MapBackedCollection_constructor__, __core_collections_MapBackedCollection_execute__, add, addAll, addArray, clear_, getCollection, getKeyField, getMap, getOwningBuffer, getOwningMap, getSize, isEmpty, iterator, toArray, toTable__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringpublic void __core_collections_ValueCollection_execute__()
public void __core_collections_ValueCollection_constructor__(object<? extends Imap> _p1, handle _p2, character _p3)
public logical contains(object<? extends _BaseObject_> _p1)
contains in interface Icollectioncontains in class MapBackedCollectionpublic logical containsAll(object<? extends Icollection> _p1)
containsAll in interface IcollectioncontainsAll in class MapBackedCollectionpublic logical remove(object<? extends _BaseObject_> _p1)
remove in interface Icollectionremove in class MapBackedCollectionpublic logical removeAll(object<? extends Icollection> _p1)
removeAll in interface IcollectionremoveAll in class MapBackedCollectionpublic logical retainAll(object<? extends Icollection> _p1)
retainAll in interface IcollectionretainAll in class MapBackedCollection