Packages

object Boxer extends Byte

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def box[T](o: Any): T
    Definition Classes
    ByteBoxer
  6. def clone(a: AnyRef, length: Z, newLength: Z, offset: Z): AnyRef
    Definition Classes
    Boxer
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. def cloneMut(a: AnyRef, length: Z, newLength: Z, offset: Z): AnyRef
    Definition Classes
    Boxer
  9. def copy(src: AnyRef, srcPos: Z, dest: AnyRef, destPos: Z, length: Z): Unit
    Definition Classes
    Boxer
  10. def copyMut(src: AnyRef, srcPos: Index, dest: AnyRef, destPos: Index, length: Index): Unit
    Definition Classes
    ByteBoxer
  11. def create(length: Z): AnyRef
    Definition Classes
    ByteBoxer
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lookup[T](a: AnyRef, i: Z): T
    Definition Classes
    ByteBoxer
  18. def make(o: Byte): N32
    Definition Classes
    BoxerByte
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def size(a: AnyRef): Z
    Definition Classes
    Boxer
  23. def store(a: AnyRef, i: Z, v: Any): Unit
    Definition Classes
    ByteBoxer
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. implicit def toInt(n: Z): Int
    Attributes
    protected
    Definition Classes
    Boxer
  26. implicit def toLong(n: Z): Long
    Attributes
    protected
    Definition Classes
    Boxer
  27. def toString(a: AnyRef, length: Z): scala.Predef.String
    Definition Classes
    Boxer
  28. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  29. def unbox(o: Any): Byte
    Definition Classes
    ByteBoxer
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Byte

Inherited from Boxer

Inherited from AnyRef

Inherited from Any

Ungrouped