Index

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 
All Classes and Interfaces|All Packages|Serialized Form

J

J - Class in drawing.letters.alphabet
This is the object "J" which implements the Letter class.
J() - Constructor for class drawing.letters.alphabet.J
The constructor assigns the letter "J" to character.
jade - package jade
 
JadeConversionException - Exception Class in jade
The JadeConversionException occurs when trying to convert a JadeObect to another object.
JadeConversionException() - Constructor for exception class jade.JadeConversionException
Simple JadeConversionException where it is initialises its superclass with a generic message.
JadeConversionException(String) - Constructor for exception class jade.JadeConversionException
Simple JadeConversionException where it is initialises its superclass with a specialised message.
JadeDeserializer - Class in jade
The JadeDeserializer is used to convert the contents of a file or a string to a new JadeObject.
JadeDeserializer() - Constructor for class jade.JadeDeserializer
Empty JadeDeserializer constructor, it has no variables that require initialises.
JadeEmptyObjectException - Exception Class in jade
The JadeEmptyObjectException is used in the case of a method being used on an empty JadeObject.
JadeEmptyObjectException() - Constructor for exception class jade.JadeEmptyObjectException
Simple JadeEmptyObjectException where it is initialises its superclass with a generic message.
JadeEmptyObjectException(String) - Constructor for exception class jade.JadeEmptyObjectException
Simple JadeEmptyObjectException where it is initialises its superclass with a specialised message.
JadeEmptyPairException - Exception Class in jade
The JadeEmptyPairException is used in the case of a method being used on an empty JadePair.
JadeEmptyPairException() - Constructor for exception class jade.JadeEmptyPairException
Simple JadeEmptyPairException where it is initialises its superclass with a generic message.
JadeEmptyPairException(String) - Constructor for exception class jade.JadeEmptyPairException
Simple JadeEmptyPairException where it is initialises its superclass with a specialised message.
JadeException - Exception Class in jade
The JadeException is a generic exception that inherits from type exception.
JadeException(String) - Constructor for exception class jade.JadeException
The constructor of the base Jade Exception takes in a parameter of an error message and initialises the superclass Exception.
JadeObject - Class in jade
The JadeObject class implements the object JadeObject which stores an array of JadePairs.
JadeObject(JadePair[]) - Constructor for class jade.JadeObject
Constructor of the Jade Object, initialises args.
JadePair - Class in jade
The JadePair acts like a tuple, it stores both a String value of first and second.
JadePair() - Constructor for class jade.JadePair
Takes in no parameters and initialises a null instance of JadePair.
JadePair(String, String) - Constructor for class jade.JadePair
Takes in two string parameters and initialises the object.
JadePrimitivePair<T,V> - Class in jade
Stores a pair of primitives for Jade.
JadePrimitivePair() - Constructor for class jade.JadePrimitivePair
Constructor for the JadePrimitivePair that assigns both first and second to null.
JadePrimitivePair(T, V) - Constructor for class jade.JadePrimitivePair
Takes in to generically typed parameters and assigns them to first and second.
JadeSerializer - Class in jade
The JadeSerializer is used to convert an existing JadeObject to either a string or file.
JadeSerializer() - Constructor for class jade.JadeSerializer
Constructor of the JadeSerializer, it initializes the value of pretty printing to false.
JadeValidationException - Exception Class in jade
The JadeValidationException occurs when trying to validate a JadeObject.
JadeValidationException() - Constructor for exception class jade.JadeValidationException
Simple JadeValidationException where it is initialises its superclass with a generic message.
JadeValidationException(String) - Constructor for exception class jade.JadeValidationException
Simple JadeValidationException where it is initialises its superclass with a generic message.
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 
All Classes and Interfaces|All Packages|Serialized Form