Class IteratedList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
ee.jakarta.tck.ws.rs.spec.client.webtarget.IteratedList<T>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess

public class IteratedList<T> extends ArrayList<T>
A RandomAccess collection of objects upon each a certain method is called creating object of the same type. Created objects are put into the collection after the method is called on each item in the collection
See Also: