org.openrdf.sesame.sail
Interface LiteralIterator

All Superinterfaces:
ValueIterator
All Known Implementing Classes:
EmptyLiteralIterator, MemLiteralIterator, RdbmsLiteralIterator

public interface LiteralIterator
extends ValueIterator

An extension of ValueIterator offering a utility method for retrieving the values as Literals.

Version:
$Revision: 1.4.4.2 $
Author:
Arjohn Kampman

Method Summary
 Literal nextLiteral()
          Gets the next Literal.
 
Methods inherited from interface org.openrdf.sesame.sail.ValueIterator
close, hasNext, next
 

Method Detail

nextLiteral

public Literal nextLiteral()
Gets the next Literal.

Returns:
the next Literal
Throws:
NoSuchElementException - If the iterator has no more results
See Also:
ValueIterator.next()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.