com.hp.hpl.mesa.rdf.jena.common.prettywriter
Class Map1Iterator

java.lang.Object
  |
  +--com.hp.hpl.mesa.rdf.jena.common.prettywriter.Map1Iterator
All Implemented Interfaces:
java.util.Iterator

public class Map1Iterator
extends java.lang.Object
implements java.util.Iterator

Convert objects as they are iterated over.

Version:
Release='$Name: $' Revision='$Revision: 1.2 $' Date='$Date: 2001/07/04 17:54:03 $'
Author:
jjc

Constructor Summary
Map1Iterator(Map1 m, java.util.Iterator theDamned)
          Construct a list of the converted.
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
          remove() the unconverted object from the underlying Iterator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Map1Iterator

public Map1Iterator(Map1 m,
                    java.util.Iterator theDamned)
Construct a list of the converted.
Parameters:
m - The conversion to apply.
theDamned - An Iterator over the unconverted.
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
remove() the unconverted object from the underlying Iterator.
Specified by:
remove in interface java.util.Iterator


Copyright © 2001 Hewlett-Packard. All Rights Reserved.