Packages

abstract class IntBuffer extends Buffer with Comparable[IntBuffer]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntBuffer
  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(): IntBuffer
  2. abstract def compact(): IntBuffer
  3. abstract def duplicate(): IntBuffer
    Definition Classes
    IntBufferBuffer
  4. abstract def isDirect(): Boolean
    Definition Classes
    IntBufferBuffer
  5. abstract def isReadOnly(): Boolean
    Definition Classes
    Buffer
  6. abstract def order(): ByteOrder
  7. abstract def slice(index: Int, length: Int): IntBuffer
    Definition Classes
    IntBufferBuffer
  8. abstract def slice(): IntBuffer
    Definition Classes
    IntBufferBuffer

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[Int]
    Definition Classes
    IntBufferBuffer
    Annotations
    @inline()
  7. final def arrayOffset(): Int
    Definition Classes
    IntBufferBuffer
    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def capacity(): Int
    Definition Classes
    Buffer
  10. def clear(): IntBuffer
    Definition Classes
    IntBufferBuffer
    Annotations
    @inline()
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def compareTo(that: IntBuffer): Int
    Definition Classes
    IntBuffer → Comparable
    Annotations
    @noinline()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean
    Definition Classes
    IntBuffer → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def flip(): IntBuffer
    Definition Classes
    IntBufferBuffer
    Annotations
    @inline()
  17. def get(dst: Array[Int]): IntBuffer
  18. def get(dst: Array[Int], offset: Int, length: Int): IntBuffer
    Annotations
    @noinline()
  19. def get(index: Int, dst: Array[Int]): IntBuffer
  20. def get(index: Int, dst: Array[Int], offset: Int, length: Int): IntBuffer
  21. def get(index: Int): Int
  22. def get(): Int
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def hasArray(): Boolean
    Definition Classes
    IntBufferBuffer
    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
    IntBuffer → AnyRef → Any
    Annotations
    @noinline()
  28. final def isEmpty(): Boolean
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def limit(newLimit: Int): IntBuffer
    Definition Classes
    IntBufferBuffer
    Annotations
    @inline()
  31. final def limit(): Int
    Definition Classes
    Buffer
  32. def mark(): IntBuffer
    Definition Classes
    IntBufferBuffer
    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): IntBuffer
    Definition Classes
    IntBufferBuffer
    Annotations
    @inline()
  38. final def position(): Int
    Definition Classes
    Buffer
  39. final def put(src: Array[Int]): IntBuffer
  40. def put(src: Array[Int], offset: Int, length: Int): IntBuffer
    Annotations
    @noinline()
  41. def put(index: Int, src: IntBuffer, offset: Int, length: Int): IntBuffer
  42. def put(src: IntBuffer): IntBuffer
    Annotations
    @noinline()
  43. def put(index: Int, src: Array[Int]): IntBuffer
  44. def put(index: Int, src: Array[Int], offset: Int, length: Int): IntBuffer
  45. def put(index: Int, elem: Int): IntBuffer
  46. def put(elem: Int): IntBuffer
  47. final def remaining(): Int
    Definition Classes
    Buffer
    Annotations
    @inline()
  48. def reset(): IntBuffer
    Definition Classes
    IntBufferBuffer
    Annotations
    @inline()
  49. def rewind(): IntBuffer
    Definition Classes
    IntBufferBuffer
    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[IntBuffer]

Inherited from Buffer

Inherited from AnyRef

Inherited from Any

Ungrouped