Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mitre.cvw
Class CheckVectorEnum  view CheckVectorEnum download CheckVectorEnum.java

java.lang.Object
  extended byorg.mitre.cvw.CheckVectorEnum
All Implemented Interfaces:
java.util.Enumeration

public class CheckVectorEnum
extends java.lang.Object
implements java.util.Enumeration

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:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Returns the next element within the enumeration

Specified by:
nextElement in interface java.util.Enumeration