类 Views.FlatView<V>

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

    public static class Views.FlatView<V>
    extends java.util.AbstractList<V>
    • 字段概要

      • 从类继承的字段 java.util.AbstractList

        modCount
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      V 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
    • 构造器详细资料

      • FlatView

        public FlatView​(DataFrame df)
    • 方法详细资料

      • get

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

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