|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mitre.cvw
Class CheckVectorEnum

java.lang.Objectorg.mitre.cvw.CheckVectorEnum
- All Implemented Interfaces:
- java.util.Enumeration
- public class CheckVectorEnum
- extends java.lang.Object
- implements java.util.Enumeration
- extends java.lang.Object
This class provides a way of creating an Enumeration from a CheckVector
- Version:
- 1
| Field Summary | |
(package private) CheckVector |
check_vector
|
(package private) int |
element_count
|
(package private) int |
position
|
| Constructor Summary | |
CheckVectorEnum(CheckVector new_check_vector,
boolean co_enum)
Constructor |
|
| Method Summary | |
boolean |
hasMoreElements()
Signals whether more elements exist within the enumeration |
java.lang.Object |
nextElement()
Returns the next element within the enumeration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
position
int position
element_count
int element_count
check_vector
CheckVector check_vector
| Constructor Detail |
CheckVectorEnum
public CheckVectorEnum(CheckVector new_check_vector, boolean co_enum)
- Constructor
| Method Detail |
hasMoreElements
public boolean hasMoreElements()
- Signals whether more elements exist within the enumeration
- Specified by:
hasMoreElementsin interfacejava.util.Enumeration
nextElement
public java.lang.Object nextElement()
- Returns the next element within the enumeration
- Specified by:
nextElementin interfacejava.util.Enumeration
|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mitre.cvw.CheckVectorEnum