Constructor and Description |
---|
SamplingIterator(Iterator<? extends T> delegate,
double samplingRate) |
SamplingIterator(RandomWrapper random,
Iterator<? extends T> delegate,
double samplingRate) |
Modifier and Type | Method and Description |
---|---|
protected T |
computeNext() |
public SamplingIterator(RandomWrapper random, Iterator<? extends T> delegate, double samplingRate)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.