java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
ru.tinkoff.kora.application.graph.internal.AllImpl<T>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, All<T>

public final class AllImpl<T> extends ArrayList<T> implements All<T>
See Also:
  • Constructor Details

    • AllImpl

      public AllImpl(List<T> values)