public class Shuffler extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Collection<Writable>> |
records |
| Constructor and Description |
|---|
Shuffler()
We could probably infer this, but I'm lazy
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRecord(Collection<Writable> record) |
boolean |
hasNext() |
Collection<Writable> |
next() |
public List<Collection<Writable>> records
public Shuffler()
nunberRecords - public void addRecord(Collection<Writable> record)
public boolean hasNext()
public Collection<Writable> next()
Copyright © 2015. All rights reserved.