org.apache.solr.util
Class IteratorChain<E>

java.lang.Object
  extended by org.apache.solr.common.util.IteratorChain<E>
      extended by org.apache.solr.util.IteratorChain<E>
All Implemented Interfaces:
Iterator<E>

Deprecated. Use org.apache.solr.common.util.IteratorChain.

@Deprecated
public class IteratorChain<E>
extends IteratorChain<E>

This class is scheduled for deletion. Please update your code to the moved package.


Constructor Summary
IteratorChain()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.solr.common.util.IteratorChain
addIterator, hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorChain

public IteratorChain()
Deprecated. 


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.