Package microsim.statistics.weighted
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 TypeMethodDescriptionlong @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()
-