public interface ElementSequencer<T>
| Modifier and Type | Method and Description |
|---|---|
default List<T> |
seqElementsByRatioFunc(List<T> elems,
ToLongFunction<T> ratioFunc) |
int[] |
seqIndexByRatioFunc(List<T> elems,
ToLongFunction<T> ratioFunc) |
int[] |
seqIndexesByRatios(List<T> elems,
List<Long> ratios) |
default String |
sequenceSummary(List<T> elems,
ToLongFunction<T> ratioFunc,
String delim) |
int[] seqIndexByRatioFunc(List<T> elems, ToLongFunction<T> ratioFunc)
default List<T> seqElementsByRatioFunc(List<T> elems, ToLongFunction<T> ratioFunc)
Copyright © 2017. All rights reserved.