Package org.apache.beam.sdk.fn.data
Class WeightedList<T>
java.lang.Object
org.apache.beam.sdk.fn.data.WeightedList<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccumulateWeight(long weight) voidvoidvoidaddAll(WeightedList<T> values) longbooleanisEmpty()intsize()
-
Constructor Details
-
WeightedList
-
-
Method Details
-
getBacking
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getWeight
public long getWeight() -
add
-
addAll
-
addAll
-
accumulateWeight
public void accumulateWeight(long weight)
-