Interface ElementSequencer<T>
- All Known Implementing Classes:
BucketSequencer,ConcatSequencer,IntervalSequencer
public interface ElementSequencer<T>
-
Method Summary
Modifier and TypeMethodDescriptionseqElementsByRatioFunc(List<T> elems, ToLongFunction<T> ratioFunc) int[]seqIndexByRatioFunc(List<T> elems, ToLongFunction<T> ratioFunc) int[]seqIndexesByRatios(List<T> elems, List<Long> ratios) default StringsequenceSummary(List<T> elems, ToLongFunction<T> ratioFunc, String delim)
-
Method Details
-
seqIndexByRatioFunc
-
seqIndexesByRatios
-
seqElementsByRatioFunc
-
sequenceSummary
-