Packages

abstract class CharBuffer extends Buffer with Comparable[CharBuffer] with CharSequence with Appendable with Readable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CharBuffer
  2. Readable
  3. Appendable
  4. CharSequence
  5. Comparable
  6. Buffer
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def asReadOnlyBuffer(): CharBuffer
  2. abstract def compact(): CharBuffer
  3. abstract def duplicate(): CharBuffer
    Definition Classes
    CharBufferBuffer
  4. abstract def isDirect(): Boolean
    Definition Classes
    CharBufferBuffer
  5. abstract def isReadOnly(): Boolean
    Definition Classes
    Buffer
  6. abstract def order(): ByteOrder
  7. abstract def slice(index: Int, length: Int): CharBuffer
    Definition Classes
    CharBufferBuffer
  8. abstract def slice(): CharBuffer
    Definition Classes
    CharBufferBuffer
  9. abstract def subSequence(start: Int, end: Int): CharSequence
    Definition Classes
    CharBufferCharSequence

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. def append(c: Char): CharBuffer
    Definition Classes
    CharBufferAppendable
  7. def append(csq: CharSequence, start: Int, end: Int): CharBuffer
    Definition Classes
    CharBufferAppendable
  8. def append(csq: CharSequence): CharBuffer
    Definition Classes
    CharBufferAppendable
  9. final def array(): Array[Char]
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  10. final def arrayOffset(): Int
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. final def capacity(): Int
    Definition Classes
    Buffer
  13. final def charAt(index: Int): Char
    Definition Classes
    CharBufferCharSequence
  14. def chars(): IntStream
    Definition Classes
    CharSequence
  15. def clear(): CharBuffer
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. def codePoints(): IntStream
    Definition Classes
    CharSequence
  18. def compareTo(that: CharBuffer): Int
    Definition Classes
    CharBuffer → Comparable
    Annotations
    @noinline()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(that: Any): Boolean
    Definition Classes
    CharBuffer → AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def flip(): CharBuffer
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  23. def get(dst: Array[Char]): CharBuffer
  24. def get(dst: Array[Char], offset: Int, length: Int): CharBuffer
    Annotations
    @noinline()
  25. def get(index: Int, dst: Array[Char]): CharBuffer
  26. def get(index: Int, dst: Array[Char], offset: Int, length: Int): CharBuffer
  27. def get(index: Int): Char
  28. def get(): Char
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def hasArray(): Boolean
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  31. final def hasPointer(): Boolean
    Definition Classes
    Buffer
  32. final def hasRemaining(): Boolean
    Definition Classes
    Buffer
    Annotations
    @inline()
  33. def hashCode(): Int
    Definition Classes
    CharBuffer → AnyRef → Any
    Annotations
    @noinline()
  34. final def isEmpty(): Boolean
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def length(): Int
    Definition Classes
    CharBufferCharSequence
  37. def limit(newLimit: Int): CharBuffer
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  38. final def limit(): Int
    Definition Classes
    Buffer
  39. def mark(): CharBuffer
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def pointer(): Ptr[Byte]
    Definition Classes
    Buffer
  44. def position(newPosition: Int): CharBuffer
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  45. final def position(): Int
    Definition Classes
    Buffer
  46. final def put(src: String): CharBuffer
  47. def put(src: String, start: Int, end: Int): CharBuffer
  48. final def put(src: Array[Char]): CharBuffer
  49. def put(src: Array[Char], offset: Int, length: Int): CharBuffer
    Annotations
    @noinline()
  50. def put(index: Int, src: CharBuffer, offset: Int, length: Int): CharBuffer
  51. def put(src: CharBuffer): CharBuffer
    Annotations
    @noinline()
  52. def put(index: Int, src: Array[Char]): CharBuffer
  53. def put(index: Int, src: Array[Char], offset: Int, length: Int): CharBuffer
  54. def put(index: Int, elem: Char): CharBuffer
  55. def put(elem: Char): CharBuffer
  56. def read(target: CharBuffer): Int
    Definition Classes
    CharBufferReadable
  57. final def remaining(): Int
    Definition Classes
    Buffer
    Annotations
    @inline()
  58. def reset(): CharBuffer
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  59. def rewind(): CharBuffer
    Definition Classes
    CharBufferBuffer
    Annotations
    @inline()
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    CharBufferCharSequenceBuffer → AnyRef → Any
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Readable

Inherited from Appendable

Inherited from CharSequence

Inherited from Comparable[CharBuffer]

Inherited from Buffer

Inherited from AnyRef

Inherited from Any

Ungrouped