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

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

public class NullIterator
extends NiceIterator

An Iteration of nothing.

Version:
Release='$Name: $' Revision='$Revision: 1.5 $' Date='$Date: 2003/12/09 13:01:08 $'
Author:
jjc, ijd: updated to be an ExtendedIterator

Field Summary
static NullIterator instance
           
 
Constructor Summary
NullIterator()
           
 
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator
andThen, andThen, close, filterDrop, filterKeep, hasNext, mapWith, next, remove, removeNext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static NullIterator instance
Constructor Detail

NullIterator

public NullIterator()


Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.