类 Views.TransformedView<V,​U>

  • 所有已实现的接口:
    java.lang.Iterable<java.util.List<U>>, java.util.Collection<java.util.List<U>>, java.util.List<java.util.List<U>>
    封闭类:
    Views

    public static class Views.TransformedView<V,​U>
    extends java.util.AbstractList<java.util.List<U>>
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      protected DataFrame df  
      protected Function<V,​U> transform  
      protected boolean transpose  
      • 从类继承的字段 java.util.AbstractList

        modCount
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.util.List<U> get​(int index)  
      int size()  
      • 从类继承的方法 java.util.AbstractList

        add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
      • 从类继承的方法 java.util.AbstractCollection

        addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
      • 从类继承的方法 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • 从接口继承的方法 java.util.Collection

        parallelStream, removeIf, stream, toArray
      • 从接口继承的方法 java.lang.Iterable

        forEach
      • 从接口继承的方法 java.util.List

        addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
    • 字段详细资料

      • transform

        protected final Function<V,​U> transform
      • transpose

        protected final boolean transpose
    • 构造器详细资料

      • TransformedView

        public TransformedView​(DataFrame df,
                               Function<V,​U> transform,
                               boolean transpose)
    • 方法详细资料

      • get

        public java.util.List<U> get​(int index)
        指定者:
        get 在接口中 java.util.List<V>
        指定者:
        get 在类中 java.util.AbstractList<java.util.List<U>>
      • size

        public int size()
        指定者:
        size 在接口中 java.util.Collection<V>
        指定者:
        size 在接口中 java.util.List<V>
        指定者:
        size 在类中 java.util.AbstractCollection<java.util.List<U>>