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