com.hp.hpl.jena.util.iterator
Class MapMany

java.lang.Object
  extended bycom.hp.hpl.jena.util.iterator.NiceIterator
      extended bycom.hp.hpl.jena.util.iterator.MapMany
All Implemented Interfaces:
ClosableIterator, ExtendedIterator, java.util.Iterator

public class MapMany
extends NiceIterator
implements ClosableIterator


Constructor Summary
MapMany(ClosableIterator base, MapFiller sm)
           
 
Method Summary
 void close()
          Close the iterator
 boolean hasNext()
          default hasNext: no elements, return false.
 java.lang.Object next()
          default next: throw an exception.
 
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator
andThen, andThen, filterDrop, filterKeep, mapWith, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
remove
 

Constructor Detail

MapMany

public MapMany(ClosableIterator base,
               MapFiller sm)
Method Detail

close

public void close()
Description copied from interface: ClosableIterator
Close the iterator

Specified by:
close in interface ClosableIterator
Overrides:
close in class NiceIterator

hasNext

public boolean hasNext()
Description copied from class: NiceIterator
default hasNext: no elements, return false.

Specified by:
hasNext in interface java.util.Iterator
Overrides:
hasNext in class NiceIterator

next

public java.lang.Object next()
Description copied from class: NiceIterator
default next: throw an exception.

Specified by:
next in interface java.util.Iterator
Overrides:
next in class NiceIterator


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.