abstract class CharBuffer extends Buffer with Comparable[CharBuffer] with CharSequence with Appendable with Readable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CharBuffer
- Readable
- Appendable
- CharSequence
- Comparable
- Buffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def asReadOnlyBuffer(): CharBuffer
- abstract def compact(): CharBuffer
- abstract def duplicate(): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- abstract def isDirect(): Boolean
- Definition Classes
- CharBuffer → Buffer
- abstract def isReadOnly(): Boolean
- Definition Classes
- Buffer
- abstract def order(): ByteOrder
- abstract def slice(index: Int, length: Int): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- abstract def slice(): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- abstract def subSequence(start: Int, end: Int): CharSequence
- Definition Classes
- CharBuffer → CharSequence
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _capacity: Int
- Definition Classes
- Buffer
- val _rawAddress: RawPtr
- Attributes
- protected
- Definition Classes
- Buffer
- def append(c: Char): CharBuffer
- Definition Classes
- CharBuffer → Appendable
- def append(csq: CharSequence, start: Int, end: Int): CharBuffer
- Definition Classes
- CharBuffer → Appendable
- def append(csq: CharSequence): CharBuffer
- Definition Classes
- CharBuffer → Appendable
- final def array(): Array[Char]
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- final def arrayOffset(): Int
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def capacity(): Int
- Definition Classes
- Buffer
- final def charAt(index: Int): Char
- Definition Classes
- CharBuffer → CharSequence
- def chars(): IntStream
- Definition Classes
- CharSequence
- def clear(): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def codePoints(): IntStream
- Definition Classes
- CharSequence
- def compareTo(that: CharBuffer): Int
- Definition Classes
- CharBuffer → Comparable
- Annotations
- @noinline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- CharBuffer → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flip(): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- def get(dst: Array[Char]): CharBuffer
- def get(dst: Array[Char], offset: Int, length: Int): CharBuffer
- Annotations
- @noinline()
- def get(index: Int, dst: Array[Char]): CharBuffer
- def get(index: Int, dst: Array[Char], offset: Int, length: Int): CharBuffer
- def get(index: Int): Char
- def get(): Char
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def hasArray(): Boolean
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- final def hasPointer(): Boolean
- Definition Classes
- Buffer
- final def hasRemaining(): Boolean
- Definition Classes
- Buffer
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- CharBuffer → AnyRef → Any
- Annotations
- @noinline()
- final def isEmpty(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def length(): Int
- Definition Classes
- CharBuffer → CharSequence
- def limit(newLimit: Int): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- final def limit(): Int
- Definition Classes
- Buffer
- def mark(): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def pointer(): Ptr[Byte]
- Definition Classes
- Buffer
- def position(newPosition: Int): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- final def position(): Int
- Definition Classes
- Buffer
- final def put(src: String): CharBuffer
- def put(src: String, start: Int, end: Int): CharBuffer
- final def put(src: Array[Char]): CharBuffer
- def put(src: Array[Char], offset: Int, length: Int): CharBuffer
- Annotations
- @noinline()
- def put(index: Int, src: CharBuffer, offset: Int, length: Int): CharBuffer
- def put(src: CharBuffer): CharBuffer
- Annotations
- @noinline()
- def put(index: Int, src: Array[Char]): CharBuffer
- def put(index: Int, src: Array[Char], offset: Int, length: Int): CharBuffer
- def put(index: Int, elem: Char): CharBuffer
- def put(elem: Char): CharBuffer
- def read(target: CharBuffer): Int
- Definition Classes
- CharBuffer → Readable
- final def remaining(): Int
- Definition Classes
- Buffer
- Annotations
- @inline()
- def reset(): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- def rewind(): CharBuffer
- Definition Classes
- CharBuffer → Buffer
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- CharBuffer → CharSequence → Buffer → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()