Interface IntArraySource

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

public interface IntArraySource
Used by statistical objects to access arrays of integer values.
  • Method Summary

    Modifier and Type
    Method
    Description
    int @NonNull []
    Returns a particular array of integer values.
  • Method Details

    • getIntArray

      int @NonNull [] getIntArray()
      Returns a particular array of integer values.
      Returns:
      an array of integer.