|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Marker interface used by PointArray
implementations to indicate that they support fast
(generally constant time) random access. Most default (flat) arrays implement this interface,
while compressed arrays generally do not implement it.
Method Summary | |
int |
count()
Deprecated. Returns the number of points in this array. |
java.awt.geom.Point2D |
getValue(int index)
Deprecated. Returns the point at the specified index. |
Method Detail |
public int count()
public java.awt.geom.Point2D getValue(int index) throws java.lang.IndexOutOfBoundsException
index
- The index from 0 inclusive to count()
exclusive.
java.lang.IndexOutOfBoundsException
- if index
is out of bounds.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |