T - The type of op or element being sequencedpublic class ConcatSequencer<T> extends Object implements ElementSequencer<T>
| Constructor and Description |
|---|
ConcatSequencer() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
seqIndexByRatioFunc(List<T> elems,
ToLongFunction<T> ratioFunc) |
int[] |
seqIndexesByRatios(List<T> elems,
List<Long> ratios) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitseqElementsByRatioFunc, sequenceSummarypublic int[] seqIndexByRatioFunc(List<T> elems, ToLongFunction<T> ratioFunc)
seqIndexByRatioFunc in interface ElementSequencer<T>public int[] seqIndexesByRatios(List<T> elems, List<Long> ratios)
seqIndexesByRatios in interface ElementSequencer<T>Copyright © 2018. All rights reserved.