Class StatisticsDataFrame.TableIterable

  • All Implemented Interfaces:
    java.lang.Iterable<Row>
    Enclosing class:
    StatisticsDataFrame<Row,​C>

    protected class StatisticsDataFrame.TableIterable
    extends java.lang.Object
    implements java.lang.Iterable<Row>
    • Constructor Summary

      Constructors 
      Constructor Description
      TableIterable​(int from, int to)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean condition​(Row row)  
      java.util.Iterator<Row> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • TableIterable

        public TableIterable​(int from,
                             int to)
    • Method Detail

      • condition

        public boolean condition​(Row row)
      • iterator

        public java.util.Iterator<Row> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Row>