Class BeamCalcRel.WrappedList<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<T>
-
- org.apache.beam.sdk.extensions.sql.impl.rel.BeamCalcRel.WrappedList<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,java.util.Collection<T>,java.util.List<T>
- Enclosing class:
- BeamCalcRel
public abstract static class BeamCalcRel.WrappedList<T> extends java.util.AbstractList<T>WrappedList translatesListon access.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWrappedList(java.util.List<java.lang.Object> values)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tget(int index)intsize()protected abstract Tvalue(java.lang.Object value)-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-