public class SplitUtil extends Object
SplitUtil()
static <X> List<List<X>>
split(List<X> input, int numSplits, boolean randomize)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SplitUtil()
public static <X> List<List<X>> split(List<X> input, int numSplits, boolean randomize)
Copyright © 2015 Google. All rights reserved.