public class StringList extends ListParameter<String>
String
ListParameter.Deserializer<T>, ListParameter.Serializer
modCount
Constructor and Description |
---|
StringList()
Creates a new empty list
|
StringList(Collection<String> items)
Creates a new list from the provided items
|
StringList(String... items)
Creates a new list from the provided items
|
Modifier and Type | Method and Description |
---|---|
String |
addNewInstance()
Adds a new instance of the content class
Override this method for types that cannot be default-constructed
|
getContentClass, getCustomInstanceGenerator, reportValidity, setCustomInstanceGenerator
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
generateValidityReport
containsAll, equals, hashCode
parallelStream, stream
public StringList()
public StringList(String... items)
items
- the items to addpublic StringList(Collection<String> items)
items
- the items to addpublic String addNewInstance()
ListParameter
addNewInstance
in class ListParameter<String>
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.