org.apache.jackrabbit.commons.flat
Interface SizedIterator<T>

Type Parameters:
T - the type of elements of this iterator
All Superinterfaces:
Iterator<T>, SizedIterator<T>

Deprecated. use SizedIterator

public interface SizedIterator<T>
extends SizedIterator<T>

SizedIterator extends Iterator with a getSize method.


Method Summary
 
Methods inherited from interface org.apache.jackrabbit.commons.iterator.SizedIterator
getSize
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 



Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.