|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.datafuel.analysis.util.IntMap
DOCUMENT ME!
| Constructor Summary | |
IntMap()
Creates a new instance of IntMap |
|
IntMap(int ic)
Creates a new IntMap object. |
|
| Method Summary | |
int |
get(int a)
|
static void |
main(java.lang.String[] args)
|
void |
put(int a,
int b)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntMap()
public IntMap(int ic)
ic - .| Method Detail |
public int get(int a)
a - .
public int size()
public static void main(java.lang.String[] args)
args - .
public void put(int a,
int b)
a - .b - .
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||