A B C D E G H I J K L M N O P R S T W 

A

abort() - Method in interface com.rayrobdod.binaryJSON.parser.BSONParseListener
returns whether the parsing can end at this time
abort() - Method in class com.rayrobdod.binaryJSON.parser.listeners.GetSize
returns false
abort() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToArrayList
returns false
abort() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToHashMap
returns false
abort() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
 
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString.ParseAdapter
 
abort() - Method in interface com.rayrobdod.javaScriptObjectNotation.JSONString.ParseListener
called to determine if parsing should end
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
returns false
abort() - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONParseListener
returns whether the parsing can end at this time
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
 
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
 
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
returns false
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
 
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
 
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
returns false.
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
returns false.
abort() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 
add(Object) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
Adds the specified Object to the JSONArray.
add(int, Object) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
Adds the specified element at the specified index
add(Object) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
apply() - Static method in class com.rayrobdod.binaryJSON.parser.listeners.ToArrayList
Creates a ToHashMap using a ToJavaCollectionBSONDecoder decoder
apply(BSONDecoder<E>) - Static method in class com.rayrobdod.binaryJSON.parser.listeners.ToArrayList
 
apply() - Static method in class com.rayrobdod.binaryJSON.parser.listeners.ToHashMap
Creates a ToHashMap using a ToJavaCollectionBSONDecoder decoder
apply(BSONDecoder<E>) - Static method in class com.rayrobdod.binaryJSON.parser.listeners.ToHashMap
 
apply() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection$
Returns a ToScalaCollection using a ToScalaCollectionJSONDecoder
apply(BSONDecoder<A>) - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection$
 
apply() - Static method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
Returns a ToScalaCollection using a ToScalaCollectionJSONDecoder
apply(BSONDecoder<A>) - Static method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
 
apply() - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
Creates a ToHashMap using a ToJavaCollectionJSONDecoder decoder
apply(JSONDecoder<E>) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
 
apply() - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
Creates a ToHashMap using a ToJavaCollectionJSONDecoder decoder
apply(JSONDecoder<E>) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
 
apply() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection$
Returns a ToScalaCollection using a ToScalaCollectionJSONDecoder
apply(JSONDecoder<A>) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection$
 
apply() - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
Returns a ToScalaCollection using a ToScalaCollectionJSONDecoder
apply(JSONDecoder<A>) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 
apply(Number) - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
 
apply(String) - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
 
apply(boolean) - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
 
apply(Seq<JSONEither>) - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
 
apply(Map<String, JSONEither>) - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
 
apply(Number) - Static method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
apply(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
apply(boolean) - Static method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
apply(Seq<JSONEither>) - Static method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
apply(Map<String, JSONEither>) - Static method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 

B

BSONDecoder<RetType> - Interface in com.rayrobdod.binaryJSON.parser
This takes a String that is properly BSON encoded and turns it into a Java Object This is basically used to affect the deep parsing of the listeners.
BSONParseListener - Interface in com.rayrobdod.binaryJSON.parser
A style listener for Parse events.
BSONParser - Class in com.rayrobdod.binaryJSON.parser
This is the class that parses DataInput and calls functions in BSONParseListeners based on what it finds.
BSONWriter - Class in com.rayrobdod.binaryJSON
 

C

charAt(int) - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
 
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
charRead(char) - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString.ParseAdapter
 
charRead(char) - Method in interface com.rayrobdod.javaScriptObjectNotation.JSONString.ParseListener
called each time is character is read
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
does nothing
charRead(int, char) - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONParseListener
A character has been read
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
 
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
 
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
 
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
 
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
 
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.Minifier
Registers a character to recurse over
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
Reads the given character
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
Reads the given character
charRead(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 
clear() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
This removes all the objects in the JSONArray.
clear() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
Removes all of the mappings from this map.
clone() - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
 
com.rayrobdod.binaryJSON - package com.rayrobdod.binaryJSON
The classes in this package are basically the one that couldn't really be placed in any particular subpackage.
com.rayrobdod.binaryJSON.parser - package com.rayrobdod.binaryJSON.parser
These are the specific operations related to processing BSON files.
com.rayrobdod.binaryJSON.parser.decoders - package com.rayrobdod.binaryJSON.parser.decoders
These are classes that either implement BSONDecoder or have a static decode method.
com.rayrobdod.binaryJSON.parser.listeners - package com.rayrobdod.binaryJSON.parser.listeners
These are classes that implement BSONParseListener and do something that seems like a useful, common ability.
com.rayrobdod.javaScriptObjectNotation - package com.rayrobdod.javaScriptObjectNotation
The classes in this package are basically the one that couldn't really be placed in any particular subpackage.
com.rayrobdod.javaScriptObjectNotation.javaCollection - package com.rayrobdod.javaScriptObjectNotation.javaCollection
These are classes that implements the Java Collections Framework, and basically storke an instance of the JSON string and compute all things from that.
com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners - package com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners
 
com.rayrobdod.javaScriptObjectNotation.parser - package com.rayrobdod.javaScriptObjectNotation.parser
These are the specific operations related to processing JSON files.
com.rayrobdod.javaScriptObjectNotation.parser.decoders - package com.rayrobdod.javaScriptObjectNotation.parser.decoders
These are classes that either implement JSONDecoder or have a static decode method.
com.rayrobdod.javaScriptObjectNotation.parser.listeners - package com.rayrobdod.javaScriptObjectNotation.parser.listeners
These are classes that implement JSONParseListener and do something that seems like a useful, common ability.
com.rayrobdod.javaScriptObjectNotation.scalaCollection - package com.rayrobdod.javaScriptObjectNotation.scalaCollection
 
compareTo(JSONString) - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
 

D

decode(byte, DataInput) - Method in interface com.rayrobdod.binaryJSON.parser.BSONDecoder
reads values from input and returns a value
decode(byte, DataInput) - Method in class com.rayrobdod.binaryJSON.parser.decoders.SkipAllBSONDecoder
 
decode(byte, DataInput) - Method in class com.rayrobdod.binaryJSON.parser.decoders.ToJavaCollectionBSONDecoder
 
decode(byte, DataInput) - Method in class com.rayrobdod.binaryJSON.parser.decoders.ToScalaCollectionBSONDecoder$
 
decode(byte, DataInput) - Static method in class com.rayrobdod.binaryJSON.parser.decoders.ToScalaCollectionBSONDecoder
 
decode(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
Deprecated.
decode(String) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToJavaCollectionJSONDecoder
This returns a valid decoding of a CharSequence into a Java Object
decode(String) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToJavaObjectJSONDecoder
This returns a valid decoding of a CharSequence into a Java Object
decode(String) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaCollectionJSONDecoder$
This returns a valid decoding of a CharSequence into a Scala Object
decode(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaCollectionJSONDecoder
This returns a valid decoding of a CharSequence into a Scala Object
decode(String) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaEitherJSONDecoder$
This returns a valid decoding of a CharSequence into a Scala Object
decode(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaEitherJSONDecoder
This returns a valid decoding of a CharSequence into a Scala Object
decode(String) - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONDecoder
This takes a String that is properly JSONEncoded and turns it into a Java Object
decoder(byte, DataInput) - Static method in class com.rayrobdod.binaryJSON.parser.decoders.PrimitiveBSONDecoder
 
decoder() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 

E

elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
does nothing
elemEnded(int, char) - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONParseListener
An element has ended
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
does nothing
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
 
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
increments the number of items counted so far
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
 
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
 
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.Minifier
Writes the current value to the writer.
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
 
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
 
elemEnded(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
does nothing
elemStarted(int, char) - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONParseListener
An element has started
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.Minifier
Registers a character to recurse over, if the char is not ','
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
 
elemStarted(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 
encode(Map<String, ?>) - Static method in class com.rayrobdod.binaryJSON.BSONWriter
 
encode(List<?>) - Static method in class com.rayrobdod.binaryJSON.BSONWriter
 
encode(Object) - Static method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
Encodes the object into an unparsed string TODO: make depreciated somehow.
encode(CharSequence) - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
This is the inverse of parse.
encode(Map<String, ?>) - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONWriter
 
encode(List<?>) - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONWriter
 
ended() - Method in interface com.rayrobdod.binaryJSON.parser.BSONParseListener
Called when the parsing ends.
ended() - Method in class com.rayrobdod.binaryJSON.parser.listeners.GetSize
Stops parsing, and prevents any further parsing events from happening until GetSize.started() is called again.
ended() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToArrayList
Stops parsing, and prevents any further parsing events from happening until ToArrayList.started() is called again.
ended() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToHashMap
Stops parsing, and prevents any further parsing events from happening until ToHashMap.started() is called again.
ended() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
Stops parsing, and prevents any further parsing events from happening until ToScalaCollection.started() is called again.
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
does nothing
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
does nothing
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString.ParseAdapter
 
ended() - Method in interface com.rayrobdod.javaScriptObjectNotation.JSONString.ParseListener
called when parsing ends
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
does nothing
ended() - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONParseListener
Called when the parsing ends.
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
 
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
 
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
Stops parsing, and prevents any further parsing events from happening until GetSize.started() is called again.
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
 
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
 
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
 
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
 
ended() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
does nothing
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
does nothing
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
does nothing
endingBracket(int, char) - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONParseListener
The level has changed
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
does nothing
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
 
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
does nothing
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
 
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
 
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
 
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
 
endingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 
entrySet() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
 
equals(Object) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
equals(Object) - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
 

G

generateParsed(CharSequence) - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
Constructs a JSONString that is equivalent to the given CharSequence.
generateUnparsed(CharSequence) - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
This generates a JSONString from a raw CharSequence.
get(int) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
Returns the element at the specified position in this list.
GetArrayElement - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
A JSONParseListener that extracts the nth item from an array
GetArrayElement(int, JSONDecoder) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
 
GetArrayElement(int) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
Constructs a GetJSONArrayParseListener that finds the specified index
getArrayList() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
returns the generated ArrayList
getCharactersToEscape() - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
returns the map of character it represents to the escape characters.
getColonIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
getColonIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
getCount() - Method in class com.rayrobdod.binaryJSON.parser.listeners.GetSize
returns the current number of items counted
getCount() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
returns the current number of items counted
GetElementBounds - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
This JSONParseListener obtains the bounds (the comma indexes) of an element in a JSON item.
GetElementBounds(int) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
Creates a BoundsJSONParseListener that will find the bounds of the spcified index in the list or object parsed.
getElementEndIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
returns the element's end index
getElementStartIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
returns the element's start index
getEndCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
getEndCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
getEndCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
getEntry(String) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
getEscapeToCharacters() - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
returns the map of escape characters to the character it represents.
getKey() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
getKeyValueSplitIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
returns the element's separation index
getNull() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
 
getNull() - Static method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
getParsedElement() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
getParsedElement() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
this returns the element gotten in its parsed form
getParsedKey() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
getParsedValue() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
getResult() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToArrayList
returns the generated HashMap
getResult() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToHashMap
returns the generated HashMap
getResult() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
returns the generated HashMap
GetSize - Class in com.rayrobdod.binaryJSON.parser.listeners
This will determine the size of a BSONArray or BSONObject when used in a JSONParser.
GetSize() - Constructor for class com.rayrobdod.binaryJSON.parser.listeners.GetSize
 
GetSize - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
This will determine the size of a JSONArray or JSONObject when used in a JSONParser.
GetSize() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
 
getStartCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
getStartCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
getStartCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
getUnparsed() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
returns a charsequence containing the unparsed verion of this array
getUnparsed() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
returns a charsequence containing the unparsed verion of this object
getUnparsedElement() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
getUnparsedElement() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
this returns the element gotten in its unparsed form
getUnparsedKey() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
getUnparsedString() - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
returns the unparsed version of this string
getUnparsedValue() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
getValue() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 

H

hashCode() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
hashCode() - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
 
hasNext() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
hasNext() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectIterator
 
hasPrevious() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 

I

instance - Static variable in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToJavaObjectJSONDecoder
 
isEmpty() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
returns true if the list is empty
isNull() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
isValid(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
Deprecated.
isValid(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
Deprecated.
isValid(CharSequence) - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
Determines if the string is a valid string
isValid - Class in com.rayrobdod.javaScriptObjectNotation.parser.decoders
Methods that determine whether this is a valid item of the specified type
iterator() - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
 

J

JSONArray - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
This is an array in the JSON language.
JSONArray() - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
Creates an empty JSONArray
JSONArray(String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
Creates a JSONArray based on the string
JSONArray(Collection<?>) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
Creates a JSONArray that contains the same objects as the collection
jsonArray(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.isValid
Tests if a string is a valid array using JSONArrayValidator
JSONArrayIterator - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
An Iterator that iterators through JSONArrays.
JSONArrayIterator(String, int) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
JSONArrayIterator(String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
JSONArrayValidator - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
This is a JSONParseListener that when run through the JSONParser will be a strict validator for a JSONArray.
JSONArrayValidator() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
 
JSONDecoder<RetType> - Interface in com.rayrobdod.javaScriptObjectNotation.parser
This takes a String that is properly JSON encoded and turns it into a Java Object This is basically used to affect the deep parsing of the listeners.
JSONEither - Class in com.rayrobdod.javaScriptObjectNotation.scalaCollection
A class which represents any possible value that can be in a JSON entity.
JSONEither() - Constructor for class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
JSONEither$ - Class in com.rayrobdod.javaScriptObjectNotation.scalaCollection
 
JSONEither$() - Constructor for class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
 
JSONObject - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
This is an Object in the JSON language.
JSONObject() - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
This creates an empty JSONObject
JSONObject(Map<JSONString, ?>) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
This creates a JSONObject containing the contents of other.
JSONObject(String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
Creates a JSONObject from an unparsed CharSequence
jsonObject(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.isValid
Tests if a string is a valid object using JSONObjectValidator
JSONObjectEntry - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
An entry in a JSONObject
JSONObjectEntry(int, int, int, String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
JSONObjectIterator - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
An Iterator that iterators through JSONObjects.
JSONObjectIterator(String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectIterator
 
JSONObjectValidator - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
This is a JSONParseListener that when run through the JSONParser will be a strict validator for a JSONObject.
JSONObjectValidator() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
 
JSONParseAdapter - Class in com.rayrobdod.javaScriptObjectNotation.parser
This is an Adapter for JSONParseListener.
JSONParseAdapter() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
 
JSONParseListener - Interface in com.rayrobdod.javaScriptObjectNotation.parser
Modified and extracted ParseListener from JSONArray
JSONParser - Class in com.rayrobdod.javaScriptObjectNotation.parser
This is the class that parses Strings and calls functions in JSONParseListeners based on what it finds.
JSONString - Class in com.rayrobdod.javaScriptObjectNotation
This is a class that parses and encodes JSONStrings.
JSONString(CharSequence) - Constructor for class com.rayrobdod.javaScriptObjectNotation.JSONString
Creates a JSONString from the specified unparsedString
JSONString.ParseAdapter - Class in com.rayrobdod.javaScriptObjectNotation
an implementation of Parselistener that does nothing
JSONString.ParseAdapter() - Constructor for class com.rayrobdod.javaScriptObjectNotation.JSONString.ParseAdapter
 
JSONString.ParseListener - Interface in com.rayrobdod.javaScriptObjectNotation
This is a listener used by JSONString.parse(ParseListener) to notify about interesting events.
JSONWriter - Class in com.rayrobdod.javaScriptObjectNotation
 

K

keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
does nothing
keyValueSeparation(int, char) - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONParseListener
A key has ended and a value has started
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
 
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
 
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
does nothing
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
throws an exception
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
throws an exception
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.Minifier
Writes the current key to the writer, as well as the character parameter.
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
 
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
 
keyValueSeparation(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 

L

length() - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
 
listIterator(int) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
 

M

Minifier - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
A JSONParseListener that will write a minified version of the parsed JSONObject or JSONArray
Minifier(Writer) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.Minifier
Creates a Minifier that will write results to the specified writer
MODULE$ - Static variable in class com.rayrobdod.binaryJSON.parser.decoders.ToScalaCollectionBSONDecoder$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaCollectionJSONDecoder$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaEitherJSONDecoder$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
Static reference to the singleton instance of this Scala object.

N

newKeyValue(byte, String, DataInput) - Method in interface com.rayrobdod.binaryJSON.parser.BSONParseListener
Parses a value of type typeOfValue from reader, treats that as a value, and then does whatever with the key-value pair.
newKeyValue(byte, String, DataInput) - Method in class com.rayrobdod.binaryJSON.parser.listeners.GetSize
 
newKeyValue(byte, String, DataInput) - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToArrayList
 
newKeyValue(byte, String, DataInput) - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToHashMap
 
newKeyValue(byte, String, DataInput) - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
 
next() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
next() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectIterator
 
nextIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
NextJSONArrayParseListener - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners
 
NextJSONArrayParseListener() - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
NextJSONObjectParseListener - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners
 
NextJSONObjectParseListener() - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
NulCharacterInKeyException - Exception in com.rayrobdod.binaryJSON
BSON keys cannot contain '\0'.
NulCharacterInKeyException(String, Throwable) - Constructor for exception com.rayrobdod.binaryJSON.NulCharacterInKeyException
 
NulCharacterInKeyException(String) - Constructor for exception com.rayrobdod.binaryJSON.NulCharacterInKeyException
 
NulCharacterInKeyException() - Constructor for exception com.rayrobdod.binaryJSON.NulCharacterInKeyException
 

O

openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
does nothing
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
does nothing
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
does nothing
openingBracket(int, char) - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONParseListener
Indicates that the initial bracket has been reached
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
does nothing
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
 
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
does nothing
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
 
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
 
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
 
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
 
openingBracket(int, char) - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 

P

parse(BSONParseListener, DataInput) - Static method in class com.rayrobdod.binaryJSON.parser.BSONParser
This starts by firing l's started() method.
parse(JSONString.ParseListener, CharSequence) - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
Parses the specified string
parse(JSONString.ParseListener) - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
Parses the string contained in this
parse(JSONParseListener, String) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParser
Parses a string to a JSONParseListener
parse(JSONParseListener, String, int) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParser
Parses the specified String's contents with the specified ParseListener after skipping the specified number of characters.
parse(JSONParseListener, Reader) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParser
Parses the specified Reader's contents with the specified ParseListener.
parse(JSONParseListener, Reader, int) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParser
This starts by firing l's started() method.
previous() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
previousIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
PrimitiveBSONDecoder - Class in com.rayrobdod.binaryJSON.parser.decoders
A method that turns non-object elements into java objects.
put(JSONString, Object) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
Associates the specified value with the specified key in this map.

R

remove(int) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
 
remove() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
remove() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
remove() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectIterator
 
result() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
Returns the parsed result.
result() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
Returns the parsed result.
resultMap() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
Returns the parsed result converted to a Map.
resultMap() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
Returns the parsed result converted to a Map.
resultSeq() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
Returns the parsed result converted to a Seq.
resultSeq() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
Returns the parsed result converted to a Seq.

S

set(int, Object) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
 
set(Object) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
 
setValue(Object) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
size() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
returns the number of elements in this JSONArray.
size() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
 
SkipAllBSONDecoder - Class in com.rayrobdod.binaryJSON.parser.decoders
Skips all elements, ignoring them.
SkipAllBSONDecoder() - Constructor for class com.rayrobdod.binaryJSON.parser.decoders.SkipAllBSONDecoder
 
started() - Method in interface com.rayrobdod.binaryJSON.parser.BSONParseListener
Called when the parsing starts.
started() - Method in class com.rayrobdod.binaryJSON.parser.listeners.GetSize
restarts the item count
started() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToArrayList
restarts the item count
started() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToHashMap
restarts the item count
started() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
restarts the item count
started() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
 
started() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
 
started() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
does nothing
started() - Method in interface com.rayrobdod.javaScriptObjectNotation.parser.JSONParseListener
Called when the parsing starts.
started() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
 
started() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
 
started() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
restarts the item count
started() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
 
started() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
 
started() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
 
started() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
 
started() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 
subSequence(int, int) - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
 

T

ToArrayList<E> - Class in com.rayrobdod.binaryJSON.parser.listeners
This when run through the BSONParser will result in an ArrayList.
ToArrayList(BSONDecoder<E>) - Constructor for class com.rayrobdod.binaryJSON.parser.listeners.ToArrayList
 
ToArrayList<E> - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
This when run through the JSONParser will result in an ArrayList.
ToArrayList(JSONDecoder<E>) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
 
toBool() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
toDouble() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
ToHashMap<E> - Class in com.rayrobdod.binaryJSON.parser.listeners
This when run through the BSONParser will result in an HashMap.
ToHashMap(BSONDecoder<E>) - Constructor for class com.rayrobdod.binaryJSON.parser.listeners.ToHashMap
 
ToHashMap<E> - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
This when run through the JSONParser will result in an HashMap.
ToHashMap(JSONDecoder<E>) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
 
toInt() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
ToJavaCollectionBSONDecoder - Class in com.rayrobdod.binaryJSON.parser.decoders
This takes a String that is properly JSONEncoded and turns it into a Java Collections object
ToJavaCollectionBSONDecoder() - Constructor for class com.rayrobdod.binaryJSON.parser.decoders.ToJavaCollectionBSONDecoder
 
ToJavaCollectionJSONDecoder - Class in com.rayrobdod.javaScriptObjectNotation.parser.decoders
This takes a String that is properly JSONEncoded and turns it into a Java Collections object
ToJavaCollectionJSONDecoder() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToJavaCollectionJSONDecoder
 
ToJavaObjectJSONDecoder - Class in com.rayrobdod.javaScriptObjectNotation.parser.decoders
This takes a String that is properly JSONEncoded and turns it into a Java Object
ToJavaObjectJSONDecoder() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToJavaObjectJSONDecoder
 
toMap() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
toNumber() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
ToScalaCollection<A> - Class in com.rayrobdod.binaryJSON.parser.listeners
Parses a BSON entity into a Scala collection.
ToScalaCollection(BSONDecoder<A>) - Constructor for class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection
 
ToScalaCollection<A> - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
Parses a JSON entity into a Scala collection.
ToScalaCollection(JSONDecoder<A>) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection
 
ToScalaCollection$ - Class in com.rayrobdod.binaryJSON.parser.listeners
A factory for ToScalaCollections
ToScalaCollection$() - Constructor for class com.rayrobdod.binaryJSON.parser.listeners.ToScalaCollection$
 
ToScalaCollection$ - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
A factory for ToScalaCollections
ToScalaCollection$() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToScalaCollection$
 
ToScalaCollectionBSONDecoder - Class in com.rayrobdod.binaryJSON.parser.decoders
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
ToScalaCollectionBSONDecoder() - Constructor for class com.rayrobdod.binaryJSON.parser.decoders.ToScalaCollectionBSONDecoder
 
ToScalaCollectionBSONDecoder$ - Class in com.rayrobdod.binaryJSON.parser.decoders
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
ToScalaCollectionBSONDecoder$() - Constructor for class com.rayrobdod.binaryJSON.parser.decoders.ToScalaCollectionBSONDecoder$
 
ToScalaCollectionJSONDecoder - Class in com.rayrobdod.javaScriptObjectNotation.parser.decoders
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
ToScalaCollectionJSONDecoder() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaCollectionJSONDecoder
 
ToScalaCollectionJSONDecoder$ - Class in com.rayrobdod.javaScriptObjectNotation.parser.decoders
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
ToScalaCollectionJSONDecoder$() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaCollectionJSONDecoder$
 
ToScalaEitherJSONDecoder - Class in com.rayrobdod.javaScriptObjectNotation.parser.decoders
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
ToScalaEitherJSONDecoder() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaEitherJSONDecoder
 
ToScalaEitherJSONDecoder$ - Class in com.rayrobdod.javaScriptObjectNotation.parser.decoders
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
ToScalaEitherJSONDecoder$() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.decoders.ToScalaEitherJSONDecoder$
 
toSeq() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 
toString() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
 
toString() - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
 
toString() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
 

W

writeValue(byte, DataOutput, Object) - Static method in class com.rayrobdod.binaryJSON.BSONWriter
 
A B C D E G H I J K L M N O P R S T W