weka.core.parser.JFlex
Class CharSetEnumerator

java.lang.Object
  extended by weka.core.parser.JFlex.CharSetEnumerator

public final class CharSetEnumerator
extends java.lang.Object

Enumerator for the elements of a CharSet. Does not implement java.util.Enumeration, but supports the same protocol.

Version:
JFlex 1.4.1, $Revision: 1.1 $, $Date: 2008-05-09 09:14:11 $
Author:
Gerwin Klein

Constructor Summary
CharSetEnumerator(CharSet characters)
           
 
Method Summary
 boolean hasMoreElements()
           
 int nextElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharSetEnumerator

public CharSetEnumerator(CharSet characters)
Method Detail

hasMoreElements

public boolean hasMoreElements()

nextElement

public int nextElement()