Iterable<V>, Collection<V>, List<V>public static class Views.TransformedView<V,U> extends AbstractList<List<U>>
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected DataFrame |
df |
|
protected Function<V,U> |
transform |
|
protected boolean |
transpose |
modCount| 构造器 | 说明 |
|---|---|
TransformedView(DataFrame df,
Function<V,U> transform,
boolean transpose) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<U> |
get(int index) |
|
int |
size() |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListparallelStream, removeIf, streamprotected final DataFrame df
protected final boolean transpose
Copyright © 2019. All rights reserved.