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