A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

add(char) - Method in CharBuf
add(char[]) - Method in Chr
add(MapItemValue) - Method in LazyValueMap
Adds a new MapItemValue to the mapping.
add(Object) - Method in ValueList
add(MapItemValue) - Method in ValueMap
add(MapItemValue) - Method in ValueMapImpl
Add a MapItemValue to the map.
addBigDecimal(BigDecimal) - Method in CharBuf
addBigInteger(BigInteger) - Method in CharBuf
addBoolean(boolean) - Method in CharBuf
addByte(byte) - Method in CharBuf
addChar(char) - Method in CharBuf
addChars(char[]) - Method in CharBuf
addDouble(Double) - Method in CharBuf
addFloat(Float) - Method in CharBuf
addInt(Integer) - Method in CharBuf
addJsonEscapedString(char[]) - Method in CharBuf
addJsonFieldName(char[]) - Method in CharBuf
addLine(CharSequence) - Method in CharBuf
addLong(Long) - Method in CharBuf
addNull() - Method in CharBuf
addQuoted(String) - Method in CharBuf
addShort(short) - Method in CharBuf
addString(String) - Method in CharBuf
ALPHA_0 - Field in BaseJsonParser
ALPHA_1 - Field in BaseJsonParser
ALPHA_2 - Field in BaseJsonParser
ALPHA_3 - Field in BaseJsonParser
ALPHA_4 - Field in BaseJsonParser
ALPHA_5 - Field in BaseJsonParser
ALPHA_6 - Field in BaseJsonParser
ALPHA_7 - Field in BaseJsonParser
ALPHA_8 - Field in BaseJsonParser
ALPHA_9 - Field in BaseJsonParser
array(char) - Method in Chr
ArrayUtils - Class in groovy.json.internal
@author Richard Hightower

B

BaseJsonParser - Class in groovy.json.internal
Base JSON parser.
bigDecimalValue() - Method in CharSequenceValue
bigDecimalValue() - Method in NumberValue
bigDecimalValue() - Method in Value
bigDecimalValue() - Method in ValueContainer
bigIntegerValue() - Method in CharSequenceValue
bigIntegerValue() - Method in NumberValue
bigIntegerValue() - Method in Value
bigIntegerValue() - Method in ValueContainer
booleanValue() - Method in CharSequenceValue
booleanValue() - Method in NumberValue
booleanValue() - Method in Value
booleanValue() - Method in ValueContainer
buffer - Field in CharBuf
bufSize - Field in BaseJsonParser
Byt - Class in groovy.json.internal
@author Richard Hightower
ByteScanner - Class in groovy.json.internal
@author Richard Hightower
byteValue() - Method in CharBuf
byteValue() - Method in CharSequenceValue
byteValue() - Method in NumberValue
byteValue() - Method in Value
byteValue() - Method in ValueContainer

C

Cache - Interface in groovy.json.internal
Cache
CacheType - Enum in groovy.json.internal
@author Rick Hightower
call(Closure) - Method in JsonBuilder
A closure passed to a JSON builder will create a root JSON object
call(Closure) - Method in StreamingJsonBuilder
A closure passed to a JSON builder will create a root JSON object
capacity - Field in CharBuf
CharacterSource - Interface in groovy.json.internal
@author Richard Hightower
charAt(int) - Method in CharBuf
charAt(int) - Method in CharSequenceValue
charAt(int) - Method in ValueContainer
CharBuf - Class in groovy.json.internal
@author Rick Hightower
CharBuf() - Constructor in CharBuf
charDescription(int) - Method in BaseJsonParser
chars(String) - Method in Chr
CharSequenceValue - Class in groovy.json.internal
@author Rick Hightower
CharSequenceValue(boolean, Type, int, int, char[], boolean, boolean) - Constructor in CharSequenceValue
charset - Field in BaseJsonParser
Charsets - Class in groovy.json.internal
@author Rick Hightower
charTo(byte[], char) - Method in Byt
charValue() - Method in CharSequenceValue
charValue() - Method in NumberValue
charValue() - Method in Value
charValue() - Method in ValueContainer
chop() - Method in CharSequenceValue
chop() - Method in NumberValue
chop() - Method in Value
chop() - Method in ValueContainer
chopList() - Method in ValueList
chopMap() - Method in LazyValueMap
Chop this map.
Chr - Class in groovy.json.internal
@author Rick Hightower
clear() - Method in LazyMap
clear() - Method in ValueList
clearAndCopy() - Method in LazyMap
clone() - Method in LazyMap
cloneDelegateAndGetContent(Closure<?>) - Method in JsonDelegate
Factory method for creating JsonDelegates from closures.
close() - Method in CharBuf
CLOSED_BRACKET - Field in BaseJsonParser
CLOSED_CURLY - Field in BaseJsonParser
COLON - Field in BaseJsonParser
COMMA - Field in BaseJsonParser
complain(String) - Method in JsonParserUsingCharacterSource
consumeIfMatch(char[]) - Method in CharacterSource
Useful for finding constants in a string like true, false, etc.
consumeIfMatch(char[]) - Method in ReaderCharacterSource
contains(char[], char, int, int) - Method in Chr
containsKey(Object) - Method in LazyMap
containsValue(Object) - Method in LazyMap
copy(char[], int, int) - Method in Chr
copy(Reader, Writer) - Method in IO
copyLarge(Reader, Writer, char[]) - Method in IO
copyRange(char[], int, int) - Method in ArrayUtils
create(char[]) - Method in CharBuf
createExact(int) - Method in CharBuf
currentChar() - Method in CharacterSource
returns the current character without changing the IO pointer or index.
currentChar() - Method in ReaderCharacterSource
curryDelegateAndGetContent(Closure<?>, Object) - Method in JsonDelegate
Factory method for creating JsonDelegates from closures currying an object argument.

D

Dates - Class in groovy.json.internal
@author Rick Hightower
dateValue() - Method in CharSequenceValue
dateValue() - Method in NumberValue
dateValue() - Method in Value
dateValue() - Method in ValueContainer
DECIMAL_POINT - Field in BaseJsonParser
decode(char[], int, int) - Method in JsonStringDecoder
decodeFalse() - Method in JsonParserUsingCharacterSource
decodeForSure(char[], int, int) - Method in JsonStringDecoder
decodeFromChars(char[]) - Method in JsonFastParser
decodeFromChars(char[]) - Method in JsonParserLax
decodeJsonArray() - Method in JsonParserUsingCharacterSource
decodeJsonObject() - Method in JsonParserUsingCharacterSource
decodeJsonObjectLazyFinalParse() - Method in JsonFastParser
decodeJsonString(char[], int, int) - Method in CharBuf
decodeNull() - Method in JsonParserUsingCharacterSource
decodeNumberLax(boolean) - Method in JsonParserLax
decodeStrings - Field in ValueContainer
decodeTrue() - Method in JsonParserUsingCharacterSource
decodeValue() - Method in JsonFastParser
decodeValue() - Method in JsonParserLax
die(Class<T>, String) - Method in Exceptions
DOUBLE_QUOTE - Field in BaseJsonParser
doubleValue() - Method in CharBuf
doubleValue() - Method in CharSequenceValue
doubleValue() - Method in NumberValue
doubleValue() - Method in Value
doubleValue() - Method in ValueContainer

E

ENABLED - Field in FastStringUtils
encodeByteIntoTwoAsciiCharBytes(int, byte[]) - Method in ByteScanner
Turn a single bytes into two hex character representation.
encodeNibbleToHexAsciiCharByte(int) - Method in ByteScanner
Turns a single nibble into an ascii HEX digit.
entrySet() - Method in LazyMap
entrySet() - Method in LazyValueMap
entrySet() - Method in ValueMapImpl
If the map has not been built yet, then we just return a fake entry set.
equals(Object) - Method in CharSequenceValue
equals(Object) - Method in LazyMap
equals(Object) - Method in NumberValue
errorDetails(String) - Method in CharacterSource
errorDetails(String) - Method in ReaderCharacterSource
ESCAPE - Field in BaseJsonParser
escapeJava(Writer, String) - Method in StringEscapeUtils
Escapes the characters in a String using Java String rules to a Writer.
escapeJavaScript(Writer, String) - Method in StringEscapeUtils
Escapes the characters in a String using JavaScript String rules to a Writer.
exceptionDetails(String) - Method in JsonParserUsingCharacterSource
Exceptions - Class in groovy.json.internal
@author Rick Hightower
Exceptions.JsonInternalException - Class in groovy.json.internal
Exceptions.JsonInternalException(Throwable) - Constructor in Exceptions.JsonInternalException

F

FALSE - Field in JsonParserUsingCharacterSource
FALSE - Field in ValueContainer
FastStringUtils - Class in groovy.json.internal
@author Rick Hightower
FastStringUtils.StringImplementation - Enum in groovy.json.internal
@author Stéphane Landelle
findEndQuote(char[], int) - Method in BaseJsonParser
findNextChar(int, int) - Method in CharacterSource
Used to find strings and their ilk Finds the next non-escaped char
findNextChar(int, int) - Method in ReaderCharacterSource
floatValue() - Method in CharBuf
floatValue() - Method in CharSequenceValue
floatValue() - Method in NumberValue
floatValue() - Method in Value
floatValue() - Method in ValueContainer
flush() - Method in CharBuf
fromISO8601(char[], int, int) - Method in Dates
fromJsonDate(char[], int, int) - Method in Dates

G

get(KEY) - Method in Cache
get(Object) - Method in LazyMap
get(Object) - Method in LazyValueMap
Gets the item by key from the mapping.
get(K) - Method in SimpleCache
get(int) - Method in ValueList
get(Object) - Method in ValueMapImpl
Get the items for the key.
getCause() - Method in Exceptions.JsonInternalException
getContent() - Method in JsonBuilder
getContent() - Method in JsonDelegate
getEndColumn() - Method in JsonToken
getEndLine() - Method in JsonToken
getKey() - Method in MapItemValue
getLabel() - Method in JsonTokenType
getLocalizedMessage() - Method in Exceptions.JsonInternalException
getMaxSizeForInMemory() - Method in JsonSlurper
Max size before Slurper starts to use windowing buffer parser.
getMessage() - Method in Exceptions.JsonInternalException
getReader() - Method in JsonLexer
Underlying reader from which to read the JSON tokens.
getSilent(KEY) - Method in Cache
getSilent(K) - Method in SimpleCache
getStackTrace() - Method in Exceptions.JsonInternalException
getStartColumn() - Method in JsonToken
getStartLine() - Method in JsonToken
getText() - Method in JsonToken
getType() - Method in JsonSlurper
Parser type.
getType() - Method in JsonToken
getValidator() - Method in JsonTokenType
getValue() - Method in JsonToken
Return the value represented by this token (ie. a number, a string, a boolean or null).
getValue() - Method in MapItemValue
grow(char[]) - Method in Chr
grow(V) - Method in LazyMap

H

hadEscape() - Method in CharacterSource
hadEscape() - Method in ReaderCharacterSource
if we are dealing with an escape then see if the escaped char is a match if so, skip it.
handle(String, Throwable) - Method in Exceptions
hasChar() - Method in CharacterSource
Checks to see if there is a next character.
hasChar() - Method in ReaderCharacterSource
hasEscapeChar(char[], int, int[]) - Method in BaseJsonParser
hashCode() - Method in CharSequenceValue
hashCode() - Method in LazyMap
hashCode() - Method in NumberValue
hasNext() - Method in JsonLexer
Iterator method to know if another token follows, or if we've reached the end of the stream.
hydrated() - Method in LazyValueMap
hydrated() - Method in ValueMap
Has the map been hydrated.
hydrated() - Method in ValueMapImpl

I

in(char, int, int, char[]) - Method in Chr
init() - Method in CharBuf
internedKeysCache - Field in BaseJsonParser
internedKeysCache - Field in MapItemValue
internKeys - Field in BaseJsonParser
intValue() - Method in CharBuf
intValue() - Method in CharSequenceValue
intValue() - Method in NumberValue
intValue() - Method in Value
intValue() - Method in ValueContainer
invokeMethod(String, Object) - Method in JsonBuilder
A method call on the JSON builder instance will create a root object with only one key whose name is the name of the method being called.
invokeMethod(String, Object) - Method in JsonDelegate
Intercepts calls for setting a key and value for a JSON object
invokeMethod(String, Object) - Method in StreamingJsonBuilder
A method call on the JSON builder instance will create a root object with only one key whose name is the name of the method being called.
IO - Class in groovy.json.internal
@author Rick Hightower
isCheckDates() - Method in JsonSlurper
Determine if slurper will automatically parse strings it recognizes as dates.
isChop() - Method in JsonSlurper
Turns on buffer chopping for index overlay.
isContainer() - Method in CharSequenceValue
isContainer() - Method in NumberValue
isContainer() - Method in Value
isContainer() - Method in ValueContainer
isDecimalChar(int) - Method in BaseJsonParser
isDelimiter(int) - Method in BaseJsonParser
isDoubleQuote(int) - Method in BaseJsonParser
isEmpty() - Method in LazyMap
isEscape(int) - Method in BaseJsonParser
isISO8601(char[], int, int) - Method in Dates
isISO8601QuickCheck(char[], int, int) - Method in Dates
isJsonDate(char[], int, int) - Method in Dates
isLazyChop() - Method in JsonSlurper
Turns on buffer lazy chopping for index overlay.
isNumberDigit(int) - Method in BaseJsonParser
ISO_8859_1 - Field in Charsets
items() - Method in LazyValueMap
items() - Method in ValueMap
Give me the items in the map without hydrating the map.
items() - Method in ValueMapImpl
iterator() - Method in ValueList

J

JSON_TIME_LENGTH - Field in Dates
JsonBuilder - Class in groovy.json
A builder for creating JSON payloads.
JsonBuilder(Object) - Constructor in JsonBuilder
Instantiates a JSON builder with some existing data structure.
JsonDelegate - Class in groovy.json
Utility class used as delegate of closures representing JSON objects.
JsonException - Class in groovy.json
JsonException is the exception thrown by the JSON builder and slurper classes, whenever a problem occurs when creating or parsing JSON data structures.
JsonException(Throwable) - Constructor in JsonException
JsonFastParser - Class in groovy.json.internal
This works in index overlay mode or chop mode.
JsonFastParser(boolean, boolean, boolean, boolean) - Constructor in JsonFastParser
JsonLexer - Class in groovy.json
The lexer reads JSON tokens in a streaming fashion from the underlying reader.
JsonLexer(Reader) - Constructor in JsonLexer
Instanciates a lexer with a reader from which to read JSON tokens.
JsonOutput - Class in groovy.json
Class responsible for the actual String serialization of the possible values of a JSON structure.
JsonParser - Interface in groovy.json
This is the parser interface that backs the new JsonSlurper.
JsonParserLax - Class in groovy.json.internal
@author Richard Hightower
JsonParserLax(boolean, boolean, boolean, boolean) - Constructor in JsonParserLax
JsonParserType - Enum in groovy.json
Allows selection of parser type for new new JsonSlurper.
JsonParserUsingCharacterSource - Class in groovy.json.internal
Converts an input JSON String into Java objects works with String or char array as input.
JsonSlurper - Class in groovy.json
This has the same interface as the original JsonSlurper written for version 1.8.0, but its implementation has completely changed.
JsonSlurperClassic - Class in groovy.json
This is the original slurper included in case someone relies on its exact behavior.
JsonStringDecoder - Class in groovy.json.internal
@author Richard Hightower
JsonToken - Class in groovy.json
A JSON token, with a type, line / column information, and the text of that token.
JsonTokenType - Enum in groovy.json
The original slurper and lexer use this class.

K

keySet() - Method in LazyMap

L

LazyMap - Class in groovy.json.internal
This maps only builds once you ask for a key for the first time.
LazyMap(int) - Constructor in LazyMap
LazyValueMap - Class in groovy.json.internal
This class is important to the performance of the parser.
LazyValueMap(boolean, int) - Constructor in LazyValueMap
len() - Method in CharBuf
len() - Method in LazyValueMap
len() - Method in ValueMap
Return size w/o hydrating the map.
len() - Method in ValueMapImpl
length() - Method in CharBuf
length() - Method in CharSequenceValue
length() - Method in ValueContainer
LETTER_BIG_E - Field in BaseJsonParser
LETTER_E - Field in BaseJsonParser
list() - Method in ValueList
location() - Method in CharacterSource
This is mostly for debugging and testing.
location - Field in CharBuf
location() - Method in ReaderCharacterSource
longValue() - Method in CharBuf
longValue() - Method in CharSequenceValue
longValue() - Method in NumberValue
longValue() - Method in Value
longValue() - Method in ValueContainer
lpad(char[], int, char) - Method in Chr

M

MapItemValue - Class in groovy.json.internal
This holds a mapping from value key to value value to maximize laziness.
MapItemValue(Value, Value) - Constructor in MapItemValue
matching(String) - Method in JsonTokenType
Tells if an input string matches a token.
MINUS - Field in BaseJsonParser

N

next() - Method in JsonLexer
Iterator method to get the next token of the stream.
nextChar() - Method in CharacterSource
returns the next character moving the file pointer or index to the next location.
nextChar() - Method in ReaderCharacterSource
nextToken() - Method in JsonLexer
@return the next token from the stream
noCopyStringFromChars(char[]) - Method in FastStringUtils
@param chars to shove array into.
noCopyStringFromChars(char[]) - Method in FastStringUtils.StringImplementation
NULL - Field in JsonParserUsingCharacterSource
NULL - Field in ValueContainer
NumberValue - Class in groovy.json.internal
@author Rick Hightower
NumberValue(boolean, Type, int, int, char[]) - Constructor in NumberValue

O

P

parse(File, String) - Method in BaseJsonParser
parse(File, String) - Method in JsonParser
parse(char[]) - Method in JsonParserUsingCharacterSource
parse(Map, URL, String) - Method in JsonSlurper
Parse a JSON data structure from content at a given URL.
parse(Map, URL, String) - Method in JsonSlurperClassic
Parse a JSON data structure from content at a given URL.
parseText(String) - Method in JsonSlurper
Parse a text representation of a JSON data structure
parseText(String) - Method in JsonSlurperClassic
Parse a text representation of a JSON data structure
PLUS - Field in BaseJsonParser
prettyPrint(String) - Method in JsonOutput
Pretty print a JSON payload.
printStackTrace() - Method in Exceptions.JsonInternalException
put(KEY, VALUE) - Method in Cache
put(String, Object) - Method in LazyMap
put(String, Object) - Method in LazyValueMap
put(K, V) - Method in SimpleCache
put(String, Value) - Method in ValueMapImpl
putAll(Map) - Method in LazyMap

Q

R

read(Reader, CharBuf, int) - Method in IO
ReaderCharacterSource - Class in groovy.json.internal
@author Richard Hightower
ReaderCharacterSource(String) - Constructor in ReaderCharacterSource
readForRecycle() - Method in CharBuf
readNumber() - Method in CharacterSource
Reads a number from the character source.
readNumber() - Method in ReaderCharacterSource
recycle() - Method in CharBuf
remove(KEY) - Method in Cache
remove() - Method in JsonLexer
Method not implemented.
remove(Object) - Method in LazyMap
added to avoid hash collision attack.
remove(K) - Method in SimpleCache
removeLastChar() - Method in CharBuf

S

safeNextChar() - Method in CharacterSource
Combines the operations of nextChar and hasChar.
safeNextChar() - Method in ReaderCharacterSource
setCharset(String) - Method in BaseJsonParser
setCheckDates(boolean) - Method in JsonSlurper
Determine if slurper will automatically parse strings it recognizes as dates.
setChop(boolean) - Method in JsonSlurper
Turns on buffer chopping for index overlay.
setEndColumn(long) - Method in JsonToken
setEndLine(long) - Method in JsonToken
setLazyChop(boolean) - Method in JsonSlurper
Turns on buffer lazy chopping for index overlay.
setMaxSizeForInMemory(int) - Method in JsonSlurper
Max size before Slurper starts to use windowing buffer parser.
setStartColumn(long) - Method in JsonToken
setStartLine(long) - Method in JsonToken
setText(String) - Method in JsonToken
setType(JsonParserType) - Method in JsonSlurper
Parser type.
setType(JsonTokenType) - Method in JsonToken
setValue(Value) - Method in MapItemValue
shortValue() - Method in CharBuf
shortValue() - Method in CharSequenceValue
shortValue() - Method in NumberValue
shortValue() - Method in Value
shortValue() - Method in ValueContainer
SimpleCache - Class in groovy.json.internal
@author Richard Hightower
SimpleCache(int) - Method in SimpleCache
size() - Method in Cache
size() - Method in LazyMap
size() - Method in LazyValueMap
size() - Method in SimpleCache
size() - Method in ValueList
size() - Method in ValueMapImpl
Return the size of the map.
skipWhiteSpace() - Method in CharacterSource
Skip white space.
skipWhitespace() - Method in JsonLexer
Skips all the whitespace characters and moves the cursor to the next non-space character.
skipWhiteSpace() - Method in ReaderCharacterSource
sputs(Object) - Method in Exceptions
startingWith(char) - Method in JsonTokenType
Find which JSON value might be starting with a given character
StreamingJsonBuilder - Class in groovy.json
A builder for creating JSON payloads.
StreamingJsonBuilder(Writer, Object) - Constructor in StreamingJsonBuilder
Instantiates a JSON builder, possibly with some existing data structure.
STRING_COUNT_FIELD_OFFSET - Field in FastStringUtils
STRING_IMPLEMENTATION - Field in FastStringUtils
STRING_OFFSET_FIELD_OFFSET - Field in FastStringUtils
STRING_VALUE_FIELD_OFFSET - Field in FastStringUtils
StringEscapeUtils - Class in groovy.json
Escapes and unescapes Strings for Java, Java Script, HTML, XML, and SQL.
StringEscapeUtils() - Constructor in StringEscapeUtils
stringValue() - Method in CharSequenceValue
stringValue() - Method in NumberValue
stringValue() - Method in Value
stringValue() - Method in ValueContainer
stringValueEncoded() - Method in CharSequenceValue
stringValueEncoded() - Method in NumberValue
stringValueEncoded() - Method in Value
stringValueEncoded() - Method in ValueContainer
subSequence(int, int) - Method in CharBuf
subSequence(int, int) - Method in CharSequenceValue
subSequence(int, int) - Method in ValueContainer

T

toCharArray() - Method in CharBuf
toCharArray(CharSequence) - Method in FastStringUtils
@param charSequence to grab array from.
toCharArray(String) - Method in FastStringUtils.StringImplementation
@author Rick Hightower
toDate(TimeZone, int, int, int, int, int, int, int) - Method in Dates
toDebugString() - Method in CharBuf
toEnum(Class<T>, int) - Method in CharSequenceValue
toEnum(Class<T>, int) - Method in NumberValue
toEnum(Class<T>) - Method in Value
toEnum(Class<T>) - Method in ValueContainer
toIntegerWrapper() - Method in CharBuf
toJson(Map) - Method in JsonOutput
@return a JSON object representation for a map
toPrettyString() - Method in JsonBuilder
Pretty-prints and formats the JSON payload.
toString() - Method in CharBuf
toString() - Method in CharSequenceValue
toString(Exception) - Method in Exceptions
toString() - Method in JsonBuilder
Serializes the internal data structure built with the builder to a conformant JSON payload string
toString() - Method in JsonToken
toString() - Method in LazyMap
toString() - Method in LazyValueMap
toString() - Method in NumberValue
toString() - Method in SimpleCache
toString() - Method in ValueContainer
toStringAndRecycle() - Method in CharBuf
toValue() - Method in CharSequenceValue
toValue() - Method in NumberValue
toValue() - Method in Value
toValue() - Method in ValueContainer
TRUE - Field in JsonParserUsingCharacterSource
TRUE - Field in ValueContainer
Type - Enum in groovy.json.internal
@author Richard Hightower
type - Field in ValueContainer

U

unescape(String) - Method in JsonLexer
Replace unicode escape and other control characters with real characters
unescapeJava(Writer, String) - Method in StringEscapeUtils
unescapeJavaScript(Writer, String) - Method in StringEscapeUtils
Unescapes any JavaScript literals found in the String to a Writer.
UNSAFE - Field in FastStringUtils
US_ASCII - Field in Charsets
utc(long) - Method in Dates
UTF_8 - Field in Charsets

V

Value - Interface in groovy.json.internal
@author Rick Hightower
value - Field in ValueContainer
ValueContainer - Class in groovy.json.internal
@author Rick Hightower
ValueContainer(List<Object>) - Constructor in ValueContainer
ValueList - Class in groovy.json.internal
@author Rick Hightower
ValueList(boolean) - Constructor in ValueList
ValueMap - Interface in groovy.json.internal
@author Richard Hightower
ValueMapImpl - Class in groovy.json.internal
This map is for object serialization mainly.
values() - Method in LazyMap
values() - Method in LazyValueMap
added to avoid hash collision attack.
values() - Method in ValueMapImpl
Return a collection of values.

W

write(char[], int, int) - Method in CharBuf
writeTo(Writer) - Method in JsonBuilder
The JSON builder implements the Writable interface, so that you can have the builder serialize itself the JSON payload to a writer.

X

Y

Z

_

_idx(char[], int, byte[], int, int) - Method in Chr
_len(int) - Method in CharBuf
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _