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

E

eatAmpersand(String, int[]) - Static method in class javatools.parsers.Char
Eats an HTML ampersand code from a String
eatBackslash(String, int[]) - Static method in class javatools.parsers.Char
Eats a backslash sequence from a String
eatPercentage(String, int[]) - Static method in class javatools.parsers.Char
Eats a String of the form "%xx" from a string, where xx is a hexadecimal code.
eatUtf8(String, int[]) - Static method in class javatools.parsers.Char
Eats a UTF8 code from a String.
emphasize - Variable in class javatools.filehandlers.FigureProducer.ColumnDescriptor
 
empty() - Method in class javatools.datatypes.SmallStack
 
emptyIterator() - Static method in class javatools.datatypes.PeekIterator
returns a constant empty iterator
encodeAmpersand(char) - Static method in class javatools.parsers.Char
Encodes a character to an HTML-Ampersand code (if necessary)
encodeAmpersand(String) - Static method in class javatools.parsers.Char
Replaces non-normal characters in a String by HTML Ampersand codes
encodeAmpersandToAlphanumeric(char) - Static method in class javatools.parsers.Char
Encodes a character to an HTML-Ampersand code (if necessary)
encodeAmpersandToAlphanumeric(String) - Static method in class javatools.parsers.Char
Replaces non-normal characters in a String by HTML Ampersand codes
encodeBackslash(CharSequence, Char.Legal) - Static method in class javatools.parsers.Char
Encodes with backslash all illegal characters
encodeBackslash(char) - Static method in class javatools.parsers.Char
Encodes a character to a backslash code (if necessary)
encodeBackslash(String) - Static method in class javatools.parsers.Char
Replaces non-normal characters in a String by Backslash codes
encodeBackslashToAlphanumeric(char) - Static method in class javatools.parsers.Char
Encodes a character to a backslash code (if not alphanumeric)
encodeBackslashToAlphanumeric(String) - Static method in class javatools.parsers.Char
Replaces non-normal characters in a String by Backslash codes (if not alphanumeric)
encodeBackslashToASCII(char) - Static method in class javatools.parsers.Char
Encodes a character to a backslash code (if not ASCII)
encodeBackslashToASCII(String) - Static method in class javatools.parsers.Char
Replaces non-normal characters in a String by Backslash codes (if not ASCII)
encodeHex(String) - Static method in class javatools.parsers.Char
Replaces special characters in the string by hex codes (cannot be undone)
encodePercentage(char) - Static method in class javatools.parsers.Char
Encodes a character to an Percentage code (if necessary).
encodePercentage(String) - Static method in class javatools.parsers.Char
Replaces non-normal characters in a String by Percentage codes.
encodeURIPathComponent(char) - Static method in class javatools.parsers.Char
Encodes a char to percentage code, if it is not a path character in the sense of URIs
encodeURIPathComponent(String) - Static method in class javatools.parsers.Char
Encodes a char to percentage code, if it is not a path character in the sense of URIs
encodeURIPathComponentXML(String) - Static method in class javatools.parsers.Char
Encodes a char to percentage code, if it is not a path character in the sense of XMLs
encodeUTF8(int) - Static method in class javatools.parsers.Char
Encodes a character to UTF8 (if necessary)
encodeUTF8(String) - Static method in class javatools.parsers.Char
Encodes a String to UTF8
encodeXmlAttribute(String) - Static method in class javatools.parsers.Char
Encodes a String with reserved XML characters into a valid xml string for attributes.
end() - Method in class javatools.filehandlers.MatchReader.MyMatchResult
 
end(int) - Method in class javatools.filehandlers.MatchReader.MyMatchResult
 
endsWith(CharSequence, String) - Static method in class javatools.parsers.Char
TRUE if the Charsequence ends with the string
endTransaction() - Method in class javatools.database.Database
executes the transaction and switches back from transaction mode into autocommit mode
endTransaction(boolean) - Method in class javatools.database.Database
Deprecated. 
enforceCaseSensitivity(boolean) - Method in class javatools.database.MySQLDatabase
allows to make sure VARCHAR column field based queries are case-sensitive even when the underlying table has a case-insensitive collation
ENGLISH - Static variable in class javatools.parsers.Language
Modern English
enhancedBy(IntSet) - Method in class javatools.datatypes.IntSet
Adds all elements, returns THIS
enhancedBy(int) - Method in class javatools.datatypes.IntSet
Adds addMe, returns THIS
ensureParameters(String...) - Method in class javatools.administrative.NonsharedParameters
Reports an error message and aborts if the parameters are undefined.
ensureParameters(String...) - Static method in class javatools.administrative.Parameters
Reports an error message and aborts if the parameters are undefined.
entries - Variable in class javatools.parsers.RegularExpression
RegExStates with which the RegularExpression starts
enumerator - Variable in class javatools.datatypes.IteratorForEnumeration
Holds the enumeration object
equal(E, E) - Static method in class javatools.administrative.D
Returns true if two things are equal, including NULL
equal(int[], int[]) - Static method in class javatools.parsers.DateParser
TRUE if the dates are exactly equal, including '#'
equal(String[], String[]) - Static method in class javatools.parsers.DateParser
 
equal(String, String) - Static method in class javatools.parsers.DateParser
 
equal(int[], int[]) - Static method in class javatools.parsers.DateParser1
TRUE if the dates are exactly equal, including '#'
equal(String[], String[]) - Static method in class javatools.parsers.DateParser1
 
equal(String, String) - Static method in class javatools.parsers.DateParser1
 
equalPairs(Object...) - Static method in class javatools.administrative.D
Compares pairs of comparable things (a1,a2,b1,b2,...) for equality, including NULL
equals(Object) - Method in class javatools.administrative.CallStack
Returns TRUE if the two call stacks have the same elements
equals(Object) - Method in class javatools.database.WordNet.Synset
Tells wether the ids are the same
equals(Object) - Method in class javatools.datatypes.ByteString
 
equals(Object) - Method in class javatools.datatypes.CompressedString
Tells whether the argument (any CharSequence) is in the equivalence class of this CompressedString
equals(Object) - Method in class javatools.datatypes.DirectedGraph.Node
 
equals(Object) - Method in class javatools.datatypes.DoubleHashMap
 
equals(Object) - Method in class javatools.datatypes.FrequencyVector
 
equals(Object) - Method in class javatools.datatypes.IntHashMap
 
equals(Object) - Method in class javatools.datatypes.Pair
 
equals(Object) - Method in class javatools.datatypes.SmallStack
 
equals(Object) - Method in class javatools.datatypes.Triple
 
equals(Object) - Method in class javatools.parsers.BloomFilter
Compares the contents of two instances to see if they are equal.
equals(Object) - Method in class javatools.parsers.Language
 
equals(Object) - Method in class javatools.parsers.NounGroup
Checks if the originals match
equals(Object) - Method in class javatools.parsers.RegularExpression.RegExState
 
error(Object...) - Static method in class javatools.administrative.Announce
Prints an error message and aborts by exiting (aborts even if log level is mute)
error(Exception) - Static method in class javatools.administrative.Announce
Prints an exception and aborts by exiting (aborts even if log level is mute)
errorException(Object...) - Static method in class javatools.administrative.Announce
Prints an error message and aborts by throwing a RuntimeException (aborts even if log level is mute)
errorException(String, Exception) - Static method in class javatools.administrative.Announce
Prints an error message and aborts by throwing a RuntimeException (aborts even if log level is mute)
errorException(Exception) - Static method in class javatools.administrative.Announce
Prints an exception and aborts by throwing a RuntimeException (aborts even if log level is mute)
eucledianDistance - Static variable in class javatools.datatypes.SparseVector
Computes the eucledian distance
eucledianDistance(SparseVector) - Method in class javatools.datatypes.SparseVector
Returns the distance to another vector
execute(String, File) - Static method in class javatools.administrative.D
Executes a command
executeUpdate(CharSequence) - Method in class javatools.database.Database
Executes an SQL update query, returns the number of rows added/deleted
executeUpdate(CharSequence) - Method in class javatools.database.DummyDatabase
Executes an SQL update query, returns the number of rows added/deleted
exists(CharSequence) - Method in class javatools.database.Database
Returns TRUE if the resultset is not empty
existsTable(String) - Method in class javatools.database.Database
checks if a table with the given name exists (or rather whether it can be accessed).
exit() - Static method in class javatools.administrative.D
Exits with error code 0
exits - Variable in class javatools.parsers.RegularExpression
Valid exit states of this RegularExpression
expectedFalsePositiveProbability() - Method in class javatools.parsers.BloomFilter
Calculates the expected probability of false positives based on the number of expected filter elements and the size of the Bloom filter.
extension(File) - Static method in class javatools.filehandlers.FileSet
Returns the extension of a filename
extension(String) - Static method in class javatools.filehandlers.FileSet
Returns the extension of a filename with dot
extensions - Static variable in class javatools.util.LatexChecker
Extensions to consider

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