org.cytoscape.equations
Class StringList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<String>
org.cytoscape.equations.StringList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess
public final class StringList
- extends ArrayList<String>
An convenience implementation of ArrayList<String> that
allows for strong type checking.
- See Also:
- Serialized Form
Cytoscape Backwards Compatibility (Final Class): This class is final and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
StringList
public StringList(String... strings)
- Constructor.
- Parameters:
strings
- The values that will initially comprise this list.
Copyright 2011 Cytoscape Consortium. All rights reserved.