opendap.crawler
Class URLProcessedComponents.Lexemes

java.lang.Object
  extended by opendap.crawler.URLProcessedComponents.Lexemes
All Implemented Interfaces:
java.util.Enumeration<URLProcessedComponents.Lexeme>
Enclosing class:
URLProcessedComponents

public class URLProcessedComponents.Lexemes
extends java.lang.Object
implements java.util.Enumeration<URLProcessedComponents.Lexeme>


Constructor Summary
URLProcessedComponents.Lexemes()
           
 
Method Summary
 boolean hasMoreElements()
           
 URLProcessedComponents.Lexeme nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLProcessedComponents.Lexemes

public URLProcessedComponents.Lexemes()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration<URLProcessedComponents.Lexeme>

nextElement

public URLProcessedComponents.Lexeme nextElement()
Specified by:
nextElement in interface java.util.Enumeration<URLProcessedComponents.Lexeme>