|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectbaseCode.dataStructure.Point
Title:
Description:
Copyright (c) 2004
Institution:: Columbia University
| Constructor Summary | |
Point(int i,
int j)
|
|
| Method Summary | |
int[] |
get()
|
int |
getx()
|
int |
gety()
|
void |
set(int i,
int j)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Point(int i,
int j)
i - j - | Method Detail |
public void set(int i,
int j)
i - j - public int[] get()
public int getx()
public int gety()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||