Class LongArrayWrapper

java.lang.Object
org.eclipse.nebula.visualization.widgets.datadefinition.LongArrayWrapper
All Implemented Interfaces:
IPrimaryArrayWrapper

public class LongArrayWrapper
extends java.lang.Object
implements IPrimaryArrayWrapper
A wrapper for long[].
  • Constructor Summary

    Constructors 
    Constructor Description
    LongArrayWrapper​(long[] data)  
  • Method Summary

    Modifier and Type Method Description
    double get​(int i)
    Get the array element value at index i.
    int getSize()
    Get size of the array.
    void setData​(long[] data)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait