public class IntInt2DoubleMap extends Object implements Serializable
Constructor and Description |
---|
IntInt2DoubleMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Int2DoubleMap |
get(int x) |
double |
get(int x,
int y) |
void |
printStats() |
void |
put(int x,
int y,
double value) |
void |
setDefaultReturnValue(double val) |
String |
toString() |
public void setDefaultReturnValue(double val)
public double get(int x, int y)
public Int2DoubleMap get(int x)
public void put(int x, int y, double value)
public void clear()
public void printStats()
Copyright © 2017. All rights reserved.