org.mindswap.pellet.utils.iterator
Class MultiListIterator

java.lang.Object
  extended by org.mindswap.pellet.utils.iterator.MultiListIterator
All Implemented Interfaces:
java.util.Iterator<aterm.ATermAppl>

public class MultiListIterator
extends java.lang.Object
implements java.util.Iterator<aterm.ATermAppl>


Constructor Summary
MultiListIterator(aterm.ATermList first)
           
 
Method Summary
 void append(aterm.ATermList other)
           
 boolean hasNext()
           
 aterm.ATermAppl next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiListIterator

public MultiListIterator(aterm.ATermList first)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<aterm.ATermAppl>

next

public aterm.ATermAppl next()
Specified by:
next in interface java.util.Iterator<aterm.ATermAppl>

append

public void append(aterm.ATermList other)

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<aterm.ATermAppl>


Copyright © 2004 Evren Sirin. All Rights Reserved.