@Internal public class BinPacking extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> List<List<T>> |
pack(Iterable<T> items,
Function<T,Long> weightFunc,
long targetWeight) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.