Package org.xbib.metrics.common
Class WeightedSnapshot.WeightedSample
- java.lang.Object
-
- org.xbib.metrics.common.WeightedSnapshot.WeightedSample
-
- Enclosing class:
- WeightedSnapshot
public static class WeightedSnapshot.WeightedSample extends java.lang.ObjectA single sample item with value and its weights forWeightedSnapshot.
-
-
Constructor Summary
Constructors Constructor Description WeightedSample(long value, double weight)
-