Packages

abstract class ShortBuffer extends Buffer with Comparable[ShortBuffer]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShortBuffer
  2. Comparable
  3. Buffer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def asReadOnlyBuffer(): ShortBuffer
  2. abstract def compact(): ShortBuffer
  3. abstract def duplicate(): ShortBuffer
    Definition Classes
    ShortBufferBuffer
  4. abstract def isDirect(): Boolean
    Definition Classes
    ShortBufferBuffer
  5. abstract def isReadOnly(): Boolean
    Definition Classes
    Buffer
  6. abstract def order(): ByteOrder
  7. abstract def slice(index: Int, length: Int): ShortBuffer
    Definition Classes
    ShortBufferBuffer
  8. abstract def slice(): ShortBuffer
    Definition Classes
    ShortBufferBuffer

Concrete 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. val _capacity: Int
    Definition Classes
    Buffer
  5. val _rawAddress: RawPtr
    Attributes
    protected
    Definition Classes
    Buffer
  6. final def array(): Array[Short]
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  7. final def arrayOffset(): Int
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def capacity(): Int
    Definition Classes
    Buffer
  10. def clear(): ShortBuffer
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def compareTo(that: ShortBuffer): Int
    Definition Classes
    ShortBuffer → Comparable
    Annotations
    @noinline()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean
    Definition Classes
    ShortBuffer → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def flip(): ShortBuffer
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  17. def get(dst: Array[Short]): ShortBuffer
  18. def get(dst: Array[Short], offset: Int, length: Int): ShortBuffer
    Annotations
    @noinline()
  19. def get(index: Int, dst: Array[Short]): ShortBuffer
  20. def get(index: Int, dst: Array[Short], offset: Int, length: Int): ShortBuffer
  21. def get(index: Int): Short
  22. def get(): Short
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def hasArray(): Boolean
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  25. final def hasPointer(): Boolean
    Definition Classes
    Buffer
  26. final def hasRemaining(): Boolean
    Definition Classes
    Buffer
    Annotations
    @inline()
  27. def hashCode(): Int
    Definition Classes
    ShortBuffer → AnyRef → Any
    Annotations
    @noinline()
  28. final def isEmpty(): Boolean
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def limit(newLimit: Int): ShortBuffer
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  31. final def limit(): Int
    Definition Classes
    Buffer
  32. def mark(): ShortBuffer
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def pointer(): Ptr[Byte]
    Definition Classes
    Buffer
  37. def position(newPosition: Int): ShortBuffer
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  38. final def position(): Int
    Definition Classes
    Buffer
  39. final def put(src: Array[Short]): ShortBuffer
  40. def put(src: Array[Short], offset: Int, length: Int): ShortBuffer
    Annotations
    @noinline()
  41. def put(index: Int, src: ShortBuffer, offset: Int, length: Int): ShortBuffer
  42. def put(src: ShortBuffer): ShortBuffer
    Annotations
    @noinline()
  43. def put(index: Int, src: Array[Short]): ShortBuffer
  44. def put(index: Int, src: Array[Short], offset: Int, length: Int): ShortBuffer
  45. def put(index: Int, elem: Short): ShortBuffer
  46. def put(elem: Short): ShortBuffer
  47. final def remaining(): Int
    Definition Classes
    Buffer
    Annotations
    @inline()
  48. def reset(): ShortBuffer
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  49. def rewind(): ShortBuffer
    Definition Classes
    ShortBufferBuffer
    Annotations
    @inline()
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    Buffer → AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Comparable[ShortBuffer]

Inherited from Buffer

Inherited from AnyRef

Inherited from Any

Ungrouped