public class StringList extends ArrayList<String>
modCount
Constructor and Description |
---|
StringList() |
StringList(Collection<String> list) |
StringList(int size) |
StringList(String[] ar) |
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 size)
public StringList(String[] ar)
public StringList(Collection<String> list)
Copyright © 2018 Nuxeo. All rights reserved.