Class DecompressionTable$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable

    public class DecompressionTable$
    extends java.lang.Object
    implements scala.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

        public static final DecompressionTable$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • DecompressionTable$

        public DecompressionTable$()
    • Method Detail

      • DisabledVersion

        public byte DisabledVersion()
      • apply

        public <T> DecompressionTable<T> apply​(long originUid,
                                               byte version,
                                               java.lang.Object table)
      • unapply

        public <T> scala.Option<scala.Tuple3<java.lang.Object,​java.lang.Object,​java.lang.Object>> unapply​(DecompressionTable<T> x$0)