weka.filters.unsupervised.attribute
Class StringToWordVector.AlphabeticStringTokenizer

java.lang.Object
  extended byweka.filters.unsupervised.attribute.StringToWordVector.AlphabeticStringTokenizer
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
StringToWordVector

private class StringToWordVector.AlphabeticStringTokenizer
extends java.lang.Object
implements java.util.Enumeration


Field Summary
(package private)  int currentPos
           
private  char[] str
           
 
Constructor Summary
StringToWordVector.AlphabeticStringTokenizer(java.lang.String toTokenize)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

str

private char[] str

currentPos

int currentPos
Constructor Detail

StringToWordVector.AlphabeticStringTokenizer

public StringToWordVector.AlphabeticStringTokenizer(java.lang.String toTokenize)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
                             throws java.util.NoSuchElementException
Specified by:
nextElement in interface java.util.Enumeration
Throws:
java.util.NoSuchElementException