public class StringCollection extends LegacyCollection implements IstringCollection, Icollection, Iiterable
| Constructor and Description |
|---|
StringCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
__core_collections_StringCollection_constructor__() |
void |
__core_collections_StringCollection_constructor__(object<? extends IstringCollection> _poCollection) |
logical |
add_1(object<? extends LegacyString> _newObject) |
logical |
add(longchar _pcElement) |
logical |
addAll_1(object<? extends IstringCollection> _poCollection) |
logical |
addArray_1(object<? extends LegacyString>[] _poArray) |
logical |
addArray(longchar[] _pcElements) |
logical |
contains_1(object<? extends LegacyString> _checkObject) |
logical |
contains(longchar _pcElement) |
logical |
remove_1(object<? extends LegacyString> _oldObject) |
logical |
remove(longchar _pcElement) |
logical |
removeAll_1(object<? extends IstringCollection> _poCollection) |
logical |
retainAll_1(object<? extends IstringCollection> _poCollection) |
object<? extends LegacyString>[] |
toStringArray() |
__core_collections_LegacyCollection_constructor__, __core_collections_LegacyCollection_constructor__, __core_collections_LegacyCollection_execute__, _find, add, addAll, addArray, clear_, contains, containsAll, findBufferUseObject, getObjects, getSize, isEmpty, iterator, legacyEquals, 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, waitadd, addAll, addArray, clear_, contains, containsAll, getSize, isEmpty, remove, removeAll, retainAll, toArray, toTable__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringpublic void __core_collections_StringCollection_constructor__()
public void __core_collections_StringCollection_constructor__(object<? extends IstringCollection> _poCollection)
public logical add_1(object<? extends LegacyString> _newObject)
add_1 in interface IstringCollectionpublic logical addArray_1(object<? extends LegacyString>[] _poArray)
addArray_1 in interface IstringCollectionpublic logical remove_1(object<? extends LegacyString> _oldObject)
remove_1 in interface IstringCollectionpublic logical addAll_1(object<? extends IstringCollection> _poCollection)
addAll_1 in interface IstringCollectionpublic logical removeAll_1(object<? extends IstringCollection> _poCollection)
removeAll_1 in interface IstringCollectionpublic logical retainAll_1(object<? extends IstringCollection> _poCollection)
retainAll_1 in interface IstringCollectionpublic logical contains_1(object<? extends LegacyString> _checkObject)
contains_1 in interface IstringCollectionpublic object<? extends LegacyString>[] toStringArray()
toStringArray in interface IstringCollectionpublic logical add(longchar _pcElement)
add in interface IstringCollectionpublic logical addArray(longchar[] _pcElements)
addArray in interface IstringCollectionpublic logical contains(longchar _pcElement)
contains in interface IstringCollectionpublic logical remove(longchar _pcElement)
remove in interface IstringCollection