Class FlatMapIntList

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.spark.api.java.function.FlatMapFunction<java.lang.Integer,​java.lang.Integer>

    public class FlatMapIntList
    extends java.lang.Object
    implements org.apache.spark.api.java.function.FlatMapFunction<java.lang.Integer,​java.lang.Integer>
    Converts an Integer into a list of integers.
    Author:
    Anthony Bradley
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatMapIntList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<java.lang.Integer> call​(java.lang.Integer t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatMapIntList

        public FlatMapIntList()
    • Method Detail

      • call

        public java.util.Iterator<java.lang.Integer> call​(java.lang.Integer t)
                                                   throws java.lang.Exception
        Specified by:
        call in interface org.apache.spark.api.java.function.FlatMapFunction<java.lang.Integer,​java.lang.Integer>
        Throws:
        java.lang.Exception