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

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

public class ConcatIteratorList
extends NiceIterator


Constructor Summary
ConcatIteratorList(java.util.List L)
           
 
Method Summary
 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, close, filterDrop, filterKeep, mapWith, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcatIteratorList

public ConcatIteratorList(java.util.List L)
Method Detail

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.