public class VectorTuple extends Object
While it does implement hashcode, don't use it as a key as the hashcode is data dependent.
Modifier and Type | Field and Description |
---|---|
static double |
DELTA |
int |
index |
double |
value |
Constructor and Description |
---|
VectorTuple() |
VectorTuple(int index,
int value) |
public static final double DELTA
public int index
public double value
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.