Interface WeightedLongArraySource

All Known Implementing Classes:
Weighted_CrossSection.Long

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

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

    • getLongArray

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

      double @NonNull [] getWeights()