public class StringList extends ArrayList<String>
modCount
Constructor and Description |
---|
StringList() |
StringList(Collection<?> objects) |
StringList(int initialCapacity) |
StringList(Object[] objects) |
StringList(String paramStr) |
StringList(String[] strings) |
Modifier and Type | Method and Description |
---|---|
void |
addAll(String[] strings) |
boolean |
containsValue(String value) |
static StringList |
fromXml(String value) |
String[] |
toStringArray() |
String |
toXml() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public StringList()
public StringList(int initialCapacity)
public StringList(String[] strings)
public StringList(Object[] objects)
public StringList(Collection<?> objects)
public StringList(String paramStr)
public void addAll(String[] strings)
public String[] toStringArray()
public static StringList fromXml(String value) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public String toXml()
public boolean containsValue(String value)
Copyright © 2019. All Rights Reserved.