@Internal public class BinPacking extends Object
static <T> List<List<T>>
pack(Iterable<T> items, java.util.function.Function<T,Long> weightFunc, long targetWeight)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> List<List<T>> pack(Iterable<T> items, java.util.function.Function<T,Long> weightFunc, long targetWeight)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.