- All Superinterfaces:
Cloneable,Collection<String>,DOMStringList,Iterable<String>,List<String>,SequencedCollection<String>
- All Known Implementing Classes:
ArrayStringList,LinkedStringList,WrapperStringList
Combines
List and DOMStringList.-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.w3c.dom.DOMStringList
contains, getLength, itemMethods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
clone
StringList clone()Returns a shallow copy of thisStringListinstance. (The elements themselves are not copied.)- Returns:
- a clone of this
StringList.
-