|
|||||||||
| Home >> All >> com >> memoire >> [ fu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.fu
Class FuVectorint.Enumerator

java.lang.Objectcom.memoire.fu.FuVectorint.Enumerator
- Enclosing class:
- FuVectorint
- public static final class FuVectorint.Enumerator
- extends java.lang.Object
| Field Summary | |
private int |
count
|
private FuVectorint |
vector
|
| Constructor Summary | |
(package private) |
FuVectorint.Enumerator(FuVectorint _v)
|
| Method Summary | |
boolean |
hasMoreElements()
|
int |
nextElement()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
vector
private FuVectorint vector
count
private int count
| Constructor Detail |
FuVectorint.Enumerator
FuVectorint.Enumerator(FuVectorint _v)
| Method Detail |
hasMoreElements
public final boolean hasMoreElements()
nextElement
public final int nextElement()
|
|||||||||
| Home >> All >> com >> memoire >> [ fu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.memoire.fu.FuVectorint.Enumerator