opendap.crawler
Class URLGroup.URLs

java.lang.Object
  extended by opendap.crawler.URLGroup.URLs
All Implemented Interfaces:
java.lang.Iterable<ParsedURL>
Enclosing class:
URLGroup

public class URLGroup.URLs
extends java.lang.Object
implements java.lang.Iterable<ParsedURL>


Constructor Summary
URLGroup.URLs()
           
 
Method Summary
 ParsedURL get(int j)
           
 java.util.Iterator<ParsedURL> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLGroup.URLs

public URLGroup.URLs()
Method Detail

iterator

public java.util.Iterator<ParsedURL> iterator()
Specified by:
iterator in interface java.lang.Iterable<ParsedURL>

get

public ParsedURL get(int j)

size

public int size()