org.gephi.data.attributes.type
Class IntegerList
java.lang.Object
org.gephi.data.attributes.type.AbstractList<T>
org.gephi.data.attributes.type.NumberList<java.lang.Integer>
org.gephi.data.attributes.type.IntegerList
public final class IntegerList
- extends NumberList<java.lang.Integer>
Complex type that define a list of Integer items. Can be created from a int
array, from a Integer 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 |
IntegerList
public IntegerList(int[] primitiveIntArray)
IntegerList
public IntegerList(java.lang.Integer[] wrapperIntArray)
IntegerList
public IntegerList(java.lang.String input)
IntegerList
public IntegerList(java.lang.String input,
java.lang.String separator)