org.gephi.data.attributes.type
Class BooleanList
java.lang.Object
org.gephi.data.attributes.type.AbstractList<java.lang.Boolean>
org.gephi.data.attributes.type.BooleanList
public final class BooleanList
- extends AbstractList<java.lang.Boolean>
Complex type that define a list of Boolean items. Can be created from a boolean
array, from a Boolean array or from single string using either given or default separators.
- Author:
- Martin Ć kurla
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BooleanList
public BooleanList(boolean[] primitiveBooleanArray)
BooleanList
public BooleanList(java.lang.Boolean[] wrapperBooleanArray)
BooleanList
public BooleanList(java.lang.String input)
BooleanList
public BooleanList(java.lang.String input,
java.lang.String separator)