Index
All Classes and Interfaces|All Packages
A
- accumulator() - Method in class com.ggalmazor.ltdownsampling.tools.SlidingCollector
-
Returns a function that folds a value into a mutable result container.
C
- centerBetween(Point, Point) - Static method in interface com.ggalmazor.ltdownsampling.Point
-
Computes the geometric center point of the segment linking the provided
aandbpoints. - characteristics() - Method in class com.ggalmazor.ltdownsampling.tools.SlidingCollector
-
Returns a
SetofCollector.Characteristicsindicating the characteristics of this Collector. - com.ggalmazor.ltdownsampling - package com.ggalmazor.ltdownsampling
- com.ggalmazor.ltdownsampling.tools - package com.ggalmazor.ltdownsampling.tools
- combiner() - Method in class com.ggalmazor.ltdownsampling.tools.SlidingCollector
-
Returns a function that accepts two partial results and merges them.
- CustomCollectors - Class in com.ggalmazor.ltdownsampling.tools
-
Utility class to wire in the sliding window collector defined by
SlidingCollector. - CustomCollectors() - Constructor for class com.ggalmazor.ltdownsampling.tools.CustomCollectors
D
- DoublePoint - Class in com.ggalmazor.ltdownsampling
-
Basic
Pointimplementation backed bydoublevalues, for use withLTThreeBuckets.sorted(java.util.List<T>, int). - DoublePoint(double, double) - Constructor for class com.ggalmazor.ltdownsampling.DoublePoint
F
- finisher() - Method in class com.ggalmazor.ltdownsampling.tools.SlidingCollector
-
Performs the final transformation from the intermediate accumulation type
Ato the final result typeR.
G
- getX() - Method in class com.ggalmazor.ltdownsampling.DoublePoint
-
Returns the x horizontal (time) value of this point.
- getX() - Method in interface com.ggalmazor.ltdownsampling.Point
-
Returns the x horizontal (time) value of this point.
- getY() - Method in class com.ggalmazor.ltdownsampling.DoublePoint
-
Returns the y vertical value of this point.
- getY() - Method in interface com.ggalmazor.ltdownsampling.Point
-
Returns the y vertical value of this point.
L
- LTThreeBuckets - Class in com.ggalmazor.ltdownsampling
-
The LTThreeBuckets class is the main entry point to this library.
O
- of(Number, Number) - Static method in class com.ggalmazor.ltdownsampling.DoublePoint
-
Utility factory for
DoublePointthat accepts abstractNumbervalues.
P
- Point - Interface in com.ggalmazor.ltdownsampling
-
Defines the properties of points that can be processed by
LTThreeBuckets.
S
- sliding(int) - Static method in class com.ggalmazor.ltdownsampling.tools.CustomCollectors
-
Collects a
Streaminto lists of consecutive elements in groups of the providedsizewithout overlaps or gaps. - sliding(int, int) - Static method in class com.ggalmazor.ltdownsampling.tools.CustomCollectors
-
Collects a
Streaminto lists of consecutive elements in groups of the providedsize, advancingstepelements between each group. - SlidingCollector<T> - Class in com.ggalmazor.ltdownsampling.tools
-
Implements a sliding window collector for
Streamstreams. - SlidingCollector(int, int) - Constructor for class com.ggalmazor.ltdownsampling.tools.SlidingCollector
-
Creates a new
SlidingCollectorinstance with the provided configuration. - sorted(List<T>, int) - Static method in class com.ggalmazor.ltdownsampling.LTThreeBuckets
-
Returns a downsampled version of the provided
inputlist. - sorted(List<T>, int, int) - Static method in class com.ggalmazor.ltdownsampling.LTThreeBuckets
-
Returns a downsampled version of the provided
inputlist. - supplier() - Method in class com.ggalmazor.ltdownsampling.tools.SlidingCollector
-
Returns a function that creates and returns a new mutable result container.
T
- toString() - Method in class com.ggalmazor.ltdownsampling.DoublePoint
-
Returns the text representation of this point.
All Classes and Interfaces|All Packages