Example usage for org.apache.commons.math3.util Pair subclass-usage

List of usage examples for org.apache.commons.math3.util Pair subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.util Pair subclass-usage.

Usage

From source file ro.hasna.ts.math.type.MeanLastPair.java

/**
 * @since 1.0
 */
public class MeanLastPair extends Pair<Double, Integer> {

    /**

From source file ro.hasna.ts.math.type.MeanSlopePair.java

/**
 * @since 1.0
 */
public class MeanSlopePair extends Pair<Double, Double> {

    /**

From source file ro.hasna.ts.math.type.SaxPair.java

/**
 * @since 1.0
 */
public class SaxPair extends Pair<Integer, Integer> {

    /**