Class PrefixSpan.Prefix$

Object
org.apache.spark.mllib.fpm.PrefixSpan.Prefix$
All Implemented Interfaces:
Serializable, scala.Serializable
Enclosing class:
PrefixSpan

public static class PrefixSpan.Prefix$ extends Object implements scala.Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PrefixSpan.Prefix$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.spark.mllib.fpm.PrefixSpan.Prefix
    An empty PrefixSpan.Prefix instance.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final PrefixSpan.Prefix$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Prefix$

      public Prefix$()
  • Method Details

    • empty

      public org.apache.spark.mllib.fpm.PrefixSpan.Prefix empty()
      An empty PrefixSpan.Prefix instance.