|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmeshi.geometry.DistanceList.DistanceIterator
private static class DistanceList.DistanceIterator
| Field Summary | |
|---|---|
private Distance[] |
array
|
private int |
current
|
private int |
size
|
| Constructor Summary | |
|---|---|
DistanceList.DistanceIterator(Distance[] array,
int size)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Distance |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Distance[] array
private int current
private int size
| Constructor Detail |
|---|
public DistanceList.DistanceIterator(Distance[] array,
int size)
| Method Detail |
|---|
public Distance next()
next in interface java.util.Iteratorpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||