@InterfaceAudience.Public @InterfaceStability.Stable public class ArrayListBackedIterator<X extends Writable> extends ArrayListBackedIterator<X> implements ResetableIterator<X>
ArrayList to store elements
 added to it, replaying them as requested.
 Prefer StreamBackedIterator.| Constructor and Description | 
|---|
ArrayListBackedIterator()  | 
ArrayListBackedIterator(ArrayList<X> data)  | 
public ArrayListBackedIterator()
public ArrayListBackedIterator(ArrayList<X> data)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.