org.cytoscape.equations
Class BooleanList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Boolean>
org.cytoscape.equations.BooleanList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Boolean>, Collection<Boolean>, List<Boolean>, RandomAccess
public final class BooleanList
- extends ArrayList<Boolean>
An convenience implementation of ArrayList<Boolean> 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.
Constructor Summary |
BooleanList(boolean... booleans)
Constructor. |
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
BooleanList
public BooleanList(boolean... booleans)
- Constructor.
- Parameters:
booleans
- The values that will initially comprise this list.
Copyright 2011 Cytoscape Consortium. All rights reserved.