Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- invokeBlind(Method, Object, Object...) - Static method in class com.blackrook.json.struct.Utils
-
Blindly invokes a method, only throwing a
RuntimeException
if something goes wrong. - isArray() - Method in class com.blackrook.json.JSONObject
-
Checks if this is Object-typed and is an array.
- isArray(Class<?>) - Static method in class com.blackrook.json.struct.Utils
-
Tests if a class is actually an array type.
- isArray(Object) - Static method in class com.blackrook.json.struct.Utils
-
Tests if an object is actually an array type.
- isCommentEndDelimiterStart(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if this is a (or the start of a) block-comment-ending delimiter character.
- isDelimiterStart(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if this is a (or the start of a) delimiter character.
- isDigit(char) - Method in class com.blackrook.json.struct.Lexer
-
Convenience method for
Character.isDigit(char)
. - isEmpty() - Method in class com.blackrook.json.struct.Lexer.ReaderStack
- isEmpty(Object) - Static method in class com.blackrook.json.struct.Utils
-
Checks if a value is "empty." The following is considered "empty": Null references.
- isExponent(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if char is the exponent character in a number.
- isExponentSign(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if char is the exponent sign character in a number.
- isHexDigit(char) - Method in class com.blackrook.json.struct.Lexer
-
Returns true if this is a hex digit (0-9, A-F, a-f).
- isIgnored(Field) - Method in interface com.blackrook.json.struct.TypeProfileFactory.MemberPolicy
-
Checks if a field is ignored by the profile generator.
- isIgnored(Method) - Method in interface com.blackrook.json.struct.TypeProfileFactory.MemberPolicy
-
Checks if a method is ignored by the profile generator.
- isLetter(char) - Method in class com.blackrook.json.struct.Lexer
-
Convenience method for
Character.isLetter(char)
. - isLexerEnd(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if a char equals
Lexer.END_OF_LEXER
. - isMap() - Method in class com.blackrook.json.struct.TypeProfileFactory.Profile.FieldInfo
- isMap() - Method in class com.blackrook.json.struct.TypeProfileFactory.Profile.MethodInfo
- isNewline(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if a char equals
Lexer.NEWLINE
. - isNull() - Method in class com.blackrook.json.JSONObject
-
Checks if this is a null object.
- isNull(T, T) - Static method in class com.blackrook.json.struct.Utils
-
Returns the first object if it is not null, otherwise returns the second.
- isObject() - Method in class com.blackrook.json.JSONObject
-
Checks if this is Object-typed.
- isOmittingNullMembers() - Method in class com.blackrook.json.JSONWriter.Options
- isPoint(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if a character is a decimal point (depends on locale/kernel).
- isRawStringStart(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if this is a character that starts a multiline String.
- isSpace(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if a char is a space.
- isStreamEnd(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if a char equals
Lexer.END_OF_STREAM
. - isStringEnd(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if this is a character that ends a String.
- isStringEscape(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if this is a character that is a String escape character.
- isStringStart(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if this is a character that starts a String.
- isTab(char) - Method in class com.blackrook.json.struct.Lexer
-
Checks if a char is a tab.
- isUndefined() - Method in class com.blackrook.json.JSONObject
-
Checks if this is UNDEFINED.
- isUnderscore(char) - Method in class com.blackrook.json.struct.Lexer
-
Convenience method for
c == '_'
. - isWhitespace(char) - Method in class com.blackrook.json.struct.Lexer
-
Convenience method for
Character.isWhitespace(char)
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form