org.tigris.scarab.util
Class EmptyIteratorWithSize

java.lang.Object
  extended byorg.tigris.scarab.util.EmptyIteratorWithSize
All Implemented Interfaces:
java.util.Iterator, IteratorWithSize

class EmptyIteratorWithSize
extends java.lang.Object
implements IteratorWithSize


Field Summary
 
Fields inherited from interface org.tigris.scarab.util.IteratorWithSize
EMPTY
 
Constructor Summary
(package private) EmptyIteratorWithSize()
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyIteratorWithSize

EmptyIteratorWithSize()
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

remove

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

size

public int size()
Specified by:
size in interface IteratorWithSize


Copyright © 2000-2004 Tigris.org. All Rights Reserved.