@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) |
Copyright © 2024 Apache Software Foundation. All rights reserved.