Packages

sealed final class ByteUnit extends Enum[ByteUnit]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteUnit
  2. Enum
  3. Serializable
  4. Comparable
  5. Constable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    Enum → AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException])
  6. final def compareTo(arg0: ByteUnit): Int
    Definition Classes
    Enum → Comparable
  7. def convertFrom(d: Long, u: ByteUnit): Long
  8. def convertTo(d: Long, u: ByteUnit): Long
  9. final def describeConstable(): Optional[EnumDesc[ByteUnit]]
    Definition Classes
    Enum → Constable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def equals(arg0: AnyRef): Boolean
    Definition Classes
    Enum → AnyRef → Any
  12. final def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    Enum → AnyRef
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def getDeclaringClass(): Class[ByteUnit]
    Definition Classes
    Enum
  15. final def hashCode(): Int
    Definition Classes
    Enum → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def name(): String
    Definition Classes
    Enum
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def ordinal(): Int
    Definition Classes
    Enum
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toBytes(d: Long): Long
  24. def toGiB(d: Long): Long
  25. def toKiB(d: Long): Long
  26. def toMiB(d: Long): Long
  27. def toPiB(d: Long): Long
  28. def toString(): String
    Definition Classes
    Enum → AnyRef → Any
  29. def toTiB(d: Long): Long
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Inherited from Enum[ByteUnit]

Inherited from Serializable

Inherited from Comparable[ByteUnit]

Inherited from Constable

Inherited from AnyRef

Inherited from Any

Ungrouped