Interface NumericalList

All Known Implementing Classes:
NumericalList.DoubleList, NumericalList.FloatList, NumericalList.NumberList

public interface NumericalList
Lightweight wrapper for accessing an array of arbitrary numerical type as a double.
Author:
addair1
  • Method Details

    • get

      double get(int i)
    • set

      void set(int i, double value)
    • size

      int size()
    • copy