org.mindswap.pellet.utils
Class MultiListIterator

java.lang.Object
  extended by org.mindswap.pellet.utils.MultiListIterator
All Implemented Interfaces:
java.util.Iterator

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


Constructor Summary
MultiListIterator(aterm.ATermList first)
           
 
Method Summary
 void append(aterm.ATermList other)
           
 boolean hasNext()
           
 java.lang.Object 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

next

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

append

public void append(aterm.ATermList other)

remove

public void remove()
Specified by:
remove in interface java.util.Iterator


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.