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