Interface WeightedIntArraySource

All Known Implementing Classes:
Weighted_CrossSection.Integer

public interface WeightedIntArraySource
Used by statistical object to access array of integer values.
  • Method Summary

    Modifier and Type
    Method
    Description
    int @NonNull []
    Return the currently cached array of integer values.
    double @NonNull []
     
  • Method Details

    • getIntArray

      int @NonNull [] getIntArray()
      Return the currently cached array of integer values.
      Returns:
      An array of double or a null pointer if the source is empty.
    • getWeights

      double @NonNull [] getWeights()