Uses of Class
com.espertech.esper.common.internal.collection.SortedDoubleVector
Packages that use SortedDoubleVector
Package
Description
Internal collection classes
-
Uses of SortedDoubleVector in com.espertech.esper.common.internal.collection
Methods in com.espertech.esper.common.internal.collection that return SortedDoubleVectorModifier and TypeMethodDescriptionstatic SortedDoubleVector
SortedDoubleVector.readPoints
(DataInput input) NOTE: Code-generation-invoked method, method name and parameter order mattersMethods in com.espertech.esper.common.internal.collection with parameters of type SortedDoubleVectorModifier and TypeMethodDescriptionstatic void
SortedDoubleVector.writePoints
(DataOutput output, SortedDoubleVector vector) NOTE: Code-generation-invoked method, method name and parameter order matters -
Uses of SortedDoubleVector in com.espertech.esper.common.internal.epl.agg.method.median
Methods in com.espertech.esper.common.internal.epl.agg.method.median with parameters of type SortedDoubleVectorModifier and TypeMethodDescriptionstatic Object
AggregatorMedian.medianCompute
(SortedDoubleVector vector) NOTE: Code-generation-invoked method, method name and parameter order matters