Interface LongArraySource

All Known Implementing Classes:
CrossSection.Long, Series.Long

public interface LongArraySource
Used by statistical object to access array of long values.
  • Method Summary

    Modifier and Type
    Method
    Description
    long @NonNull []
    Returns the currently cached array of long values.
  • Method Details

    • getLongArray

      long @NonNull [] getLongArray()
      Returns the currently cached array of long values.
      Returns:
      An array of long or a null pointer if the source is empty.