|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.FastVector.FastVectorEnumeration
public class FastVector.FastVectorEnumeration
Class for enumerating the vector's elements.
| Constructor Summary | |
|---|---|
FastVector.FastVectorEnumeration(FastVector vector)
Constructs an enumeration. |
|
FastVector.FastVectorEnumeration(FastVector vector,
int special)
Constructs an enumeration with a special element. |
|
| Method Summary | |
|---|---|
java.lang.String |
getRevision()
Returns the revision string. |
boolean |
hasMoreElements()
Tests if there are any more elements to enumerate. |
java.lang.Object |
nextElement()
Returns the next element. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FastVector.FastVectorEnumeration(FastVector vector)
vector - the vector which is to be enumerated
public FastVector.FastVectorEnumeration(FastVector vector,
int special)
vector - the vector which is to be enumeratedspecial - the index of the special element| Method Detail |
|---|
public final boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic final java.lang.Object nextElement()
nextElement in interface java.util.Enumerationpublic java.lang.String getRevision()
getRevision in interface RevisionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||