|
|||||||||
| 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 FuVectorlong.Enumerator

java.lang.Objectcom.memoire.fu.FuVectorlong.Enumerator
- Enclosing class:
- FuVectorlong
- public static final class FuVectorlong.Enumerator
- extends java.lang.Object
| Field Summary | |
private int |
count
|
private FuVectorlong |
vector
|
| Constructor Summary | |
(package private) |
FuVectorlong.Enumerator(FuVectorlong _v)
|
| Method Summary | |
boolean |
hasMoreElements()
|
long |
nextElement()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
vector
private FuVectorlong vector
count
private int count
| Constructor Detail |
FuVectorlong.Enumerator
FuVectorlong.Enumerator(FuVectorlong _v)
| Method Detail |
hasMoreElements
public final boolean hasMoreElements()
nextElement
public final long 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.FuVectorlong.Enumerator