Class Interpolation.MultiIterable

  • All Implemented Interfaces:
    java.lang.Iterable<double[]>
    Enclosing class:
    Interpolation

    public static class Interpolation.MultiIterable
    extends java.lang.Object
    implements java.lang.Iterable<double[]>
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiIterable​(java.lang.Iterable<java.lang.Double>... iterables)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<double[]> iterator()  
      • Methods inherited from class java.lang.Object

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

        forEach, spliterator
    • Constructor Detail

      • MultiIterable

        public MultiIterable​(java.lang.Iterable<java.lang.Double>... iterables)
    • Method Detail

      • iterator

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