JsonReader

object JsonReader
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

final
def toHashCode(cs: Array[Char], len: Int): Int

Calculates hash code value string represented by sequence of characters from beginning of the provided char array up to limit position.

Calculates hash code value string represented by sequence of characters from beginning of the provided char array up to limit position.

Value Params
cs

a char array

len

an exclusive limit

Returns

a hash code value

Throws
ArrayIndexOutOfBoundsException

if the length of cs is less than the provided len

NullPointerException

if the cs is null

Concrete fields

final
final
val bigDecimalMathContext: MathContext
final
final