- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
- 
PackingIterablepublic PackingIterable(Iterable<T> iterable,
 long targetWeight,
 int lookback,
 Function<T,Long> weightFunc,
 boolean largestBinFirst) 
 
-