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