public class EntrySet extends MapBackedCollection implements Iset
| Constructor and Description |
|---|
EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
__core_collections_EntrySet_constructor__(object<? extends Imap> _p1,
handle _p2,
character _p3) |
void |
__core_collections_EntrySet_execute__() |
logical |
contains(object<? extends _BaseObject_> _p1) |
logical |
containsAll(object<? extends Icollection> _p1) |
object<? extends Iiterator> |
iterator() |
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, toArray, toTable__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addAll, addArray, clear_, getSize, isEmpty, toArray, toTable__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringpublic void __core_collections_EntrySet_execute__()
public void __core_collections_EntrySet_constructor__(object<? extends Imap> _p1, handle _p2, character _p3)
public object<? extends Iiterator> iterator()
iterator in interface Iiterableiterator in class MapBackedCollectionpublic 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