get

open fun get(text: CharArray, off: Int, len: Int): V?

returns the value of the mapping of len chars of text starting at off


open fun get(cs: CharSequence): V?

returns the value of the mapping of the chars inside this CharSequence


open operator override fun get(o: Any): V?