Class Views.TransformedSeriesView<V,U>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<U>
-
- org.meteoinfo.data.dataframe.impl.Views.TransformedSeriesView<V,U>
-
- Enclosing class:
- Views
public static class Views.TransformedSeriesView<V,U> extends java.util.AbstractList<U>
-
-
Constructor Summary
Constructors Constructor Description TransformedSeriesView(DataFrame df, Function<V,U> transform, int index, boolean transpose)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uget(int index)intsize()-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
-