Class

com.tencent.angel.ml.lda.algo.structures

S2BTraverseMap

Related Doc: package structures

Permalink

class S2BTraverseMap extends TraverseHashMap

Linear Supertypes
TraverseHashMap, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S2BTraverseMap
  2. TraverseHashMap
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S2BTraverseMap(expected: Int)

    Permalink
  2. new S2BTraverseMap(expected: Byte)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bytes(): Int

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dec(k: Int): Short

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  8. def dec(k: Short): Short

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(k: Int): Short

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  13. def get(k: Short): Short

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getKey(idx: Int): Short

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  16. def getVal(idx: Int): Int

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def idx(pos: Int): Int

    Permalink
    Attributes
    protected[com.tencent.angel.ml.lda.algo.structures]
    Definition Classes
    TraverseHashMap
  19. def inc(k: Int): Short

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  20. def inc(k: Short): Short

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def poss(pos: Int): Int

    Permalink
    Attributes
    protected[com.tencent.angel.ml.lda.algo.structures]
    Definition Classes
    TraverseHashMap
  26. def put(k: Short, v: Byte): Unit

    Permalink
  27. def put(k: Short, v: Short): Unit

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  28. def rehash(): Unit

    Permalink
    Definition Classes
    S2BTraverseMapTraverseHashMap
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def used(pos: Int): Boolean

    Permalink
    Attributes
    protected[com.tencent.angel.ml.lda.algo.structures]
    Definition Classes
    TraverseHashMap
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TraverseHashMap

Inherited from AnyRef

Inherited from Any

Ungrouped