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

I

id - Variable in class javatools.parsers.RegularExpression.RegExState
Id for toString
idcounter - Static variable in class javatools.parsers.RegularExpression.RegExState
Counts all RegExStates to have an id for each (for toString)
IDGROUP - Static variable in class javatools.database.WordNet
 
IdPriorityQueue - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
IdPriorityQueue(int) - Constructor for class javatools.datatypes.IdPriorityQueue
Constructor with initial capacity
IdPriorityQueue() - Constructor for class javatools.datatypes.IdPriorityQueue
Constructor with capacity 10
Immutable - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
Immutable() - Constructor for class javatools.datatypes.Immutable
 
Immutable.List<E> - Class in javatools.datatypes
 
Immutable.List(List<E>) - Constructor for class javatools.datatypes.Immutable.List
 
Immutable.Set<E> - Class in javatools.datatypes
 
Immutable.Set(Set<E>) - Constructor for class javatools.datatypes.Immutable.Set
 
implode(String[], String) - Static method in class javatools.datatypes.StringModifier
 
implode(Collection<?>, String) - Static method in class javatools.datatypes.StringModifier
 
implodeForDB(Collection<?>, String, Database) - Static method in class javatools.datatypes.StringModifier
 
implodeForDB(Iterator<?>, String, Database) - Static method in class javatools.datatypes.StringModifier
 
implodeForDB(T[], String, Database) - Static method in class javatools.datatypes.StringModifier
 
implodeForDB(Map<?, ?>, String, String, Database, boolean, boolean) - Static method in class javatools.datatypes.StringModifier
Concatenates key value pairs of a Map into a combined String, separating each key from its value by a key-value delimeter and each key-value pair by pair delimeter while optionally applying the database.format function to each key/value
implodeForDB(Iterator<Map.Entry<T, K>>, String, String, Database, boolean, boolean) - Static method in class javatools.datatypes.StringModifier
Concatenates key value pairs of a Map.Entry iterator into a combined String, separating each key from its value by a key-value delimeter and each key-value pair by pair delimeter while optionally applying the database.format function to each key/value
implodeForDBAsConditions(Map<?, ?>, Database) - Static method in class javatools.datatypes.StringModifier
Concatenates key value pairs of a Map into a combined String representing the pairs as independent column conditions for a database query, applying the database.format function to each value
in - Variable in class javatools.filehandlers.ByteFileLines
The stream to read the lines from
in - Variable in class javatools.filehandlers.SimpleInputStreamReader
 
in(char, char, char) - Static method in class javatools.parsers.Char
Tells whether a char is in a range
in(char, String) - Static method in class javatools.parsers.Char
Tells whether a char is in a string
includes(int[], int[]) - Static method in class javatools.parsers.DateParser
TRUE if the first date includes the second, e.g., 1800-##-## includes 1800-05-##
includes(String[], String[]) - Static method in class javatools.parsers.DateParser
 
includes(String, String) - Static method in class javatools.parsers.DateParser
 
includes(int[], int[]) - Static method in class javatools.parsers.DateParser1
TRUE if the first date includes the second, e.g., 1800-##-## includes 1800-05-##
includes(String[], String[]) - Static method in class javatools.parsers.DateParser1
 
includes(String, String) - Static method in class javatools.parsers.DateParser1
 
includeStatements - Static variable in class javatools.util.LatexChecker
Include statements
increase(K) - Method in class javatools.datatypes.DoubleHashMap
Increases a value, true for 'added new key with value 1', false for 'increased existing value'
increase(K) - Method in class javatools.datatypes.IntHashMap
Increases a value, true for 'added new key with value 1', false for 'increased existing value'
increasingKeys() - Method in class javatools.datatypes.DoubleHashMap
returns the keys in increasing order
increasingKeys() - Method in class javatools.datatypes.IntHashMap
returns the keys in increasing order
indent - Static variable in class javatools.administrative.D
Indentation margin.
index - Variable in class javatools.database.DummyDatabase.DummyResultSet
Points to the current row
index(int) - Method in class javatools.datatypes.SparseVector
Returns the index for a dimension (or -1)
indexName(String, String...) - Method in class javatools.database.Database
Creates an index name
indexOf(Object, Object...) - Static method in class javatools.administrative.D
Returns the index of a thing in an array or -1
indexOf(T) - Method in class javatools.datatypes.FinalSet
Returns the position in the array or -1
iniFile - Variable in class javatools.administrative.NonsharedParameters
Holds the filename of the ini-file
iniFile - Static variable in class javatools.administrative.Parameters
Holds the filename of the ini-file
INIPATTERN - Static variable in class javatools.administrative.NonsharedParameters
Holds the pattern used for ini-file-entries
INIPATTERN - Static variable in class javatools.administrative.Parameters
Holds the pattern used for ini-file-entries
init(File) - Method in class javatools.administrative.NonsharedParameters
Initializes the parameters from a file
init(File, boolean) - Method in class javatools.administrative.NonsharedParameters
 
init(String, File...) - Method in class javatools.administrative.NonsharedParameters
Seeks the file in all given folders
init(String) - Method in class javatools.administrative.NonsharedParameters
Initializes the parameters from a file
init(String, boolean) - Method in class javatools.administrative.NonsharedParameters
 
init(File) - Static method in class javatools.administrative.Parameters
Initializes the parameters from a file
init(String, File...) - Static method in class javatools.administrative.Parameters
Seeks the file in all given folders
init(String) - Static method in class javatools.administrative.Parameters
Initializes the parameters from a file
init(NonsharedParameters) - Static method in class javatools.parsers.NameML
 
init(String) - Static method in class javatools.parsers.NameML
If you like to use your own stopword lists etc.
init() - Static method in class javatools.parsers.NameML
Simply call this function to initialize NameML with the default values
initialized - Variable in class javatools.datatypes.PeekIterator
TRUE if next has received its first value
initiateAllClassAttributes(Object) - Method in class javatools.administrative.NonsharedParameters
Checks for all full-upper-case class attributes whether there is a matching parameter and sets its value to the parameter value.
initiateClassAttributes(String, Object) - Method in class javatools.administrative.NonsharedParameters
Checks for all full-upper-case class attributes whether there is a matching parameter and sets its value to the parameter value.
initiateClassAttributes(Object) - Method in class javatools.administrative.NonsharedParameters
Checks for all full-upper-case class attributes whether there is a matching parameter and sets its value to the parameter value.
initTimer() - Static method in class javatools.administrative.Announce
Initiates a numbered timer
inner - Variable in class javatools.filehandlers.MatchReader.MyMatchResult
 
insert(List<Object>) - Method in class javatools.database.Database.Inserter
Inserts a row
insert(Object...) - Method in class javatools.database.Database.Inserter
Inserts a row
insertRow() - Method in class javatools.database.DummyDatabase.DummyResultSet
 
INT - Static variable in class javatools.parsers.NumberParser
An integer as a capturing regex
IntegersWrapper - Static variable in class javatools.database.ResultIterator
ResultWrapper for several Integers.
IntegerWrapper - Static variable in class javatools.database.ResultIterator
ResultWrapper for a single Integer column
internalNext() - Method in class javatools.database.ResultIterator
 
internalNext() - Method in class javatools.datatypes.FilteredIterator.IgnoreErrors
 
internalNext() - Method in class javatools.datatypes.FilteredIterator
 
internalNext() - Method in class javatools.filehandlers.ByteFileLines
 
internalNext() - Method in class javatools.filehandlers.FileLines
Returns next line.
internalNext() - Method in class javatools.filehandlers.MatchReader
Returns the next MatchResult
intersectArrays(int[], int[]) - Static method in class javatools.util.ArrayUtils
Returns the size of the intersection of two SORTED arrays.
intersection(EnumSet<E>, EnumSet<E>) - Static method in class javatools.administrative.D
Returns the intersection of two enumsets
intersection(FrequencyVector<T, ?>) - Method in class javatools.datatypes.FrequencyVector
Computes the common supports
intersectionSize(Collection<T>, Collection<T>) - Static method in class javatools.administrative.D
Returns the size of the intersection
IntHashMap<K> - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
IntHashMap() - Constructor for class javatools.datatypes.IntHashMap
Constructor
IntHashMap(K...) - Constructor for class javatools.datatypes.IntHashMap
Creates an intHashMap with these keys set to 1
IntHashMap(Collection<K>) - Constructor for class javatools.datatypes.IntHashMap
Creates an intHashMap with these keys set to 1
IntHashMap(Map<K, IntHashMap<K>>) - Constructor for class javatools.datatypes.IntHashMap
Creates an intHashMap with the same keys and the sizes
intMarker - Variable in class javatools.database.WordNet.Synset
Public marker
IntSet - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
IntSet(IntSet) - Constructor for class javatools.datatypes.IntSet
Creates a new IntSet by copying the given set
IntSet(BitSet) - Constructor for class javatools.datatypes.IntSet
Creates a new IntSet by copying the given bit set
IntSet() - Constructor for class javatools.datatypes.IntSet
Creates a new IntSet
IntSet(int) - Constructor for class javatools.datatypes.IntSet
Creates a new IntSet with an initial capacity
inverse() - Method in class javatools.parsers.RegularExpression
Returns the inverse of this Regular Expression (expensive)
irregular - Static variable in class javatools.parsers.PlingStemmer
Maps irregular Germanic English plural nouns to their singular form
is(PQRTree.NodeType) - Method in class javatools.datatypes.PQRTree.Node
True if the node is of type t
is(PQRTree.Color) - Method in class javatools.datatypes.PQRTree.Node
True if the node is of color c
isAbbreviation(String) - Static method in class javatools.parsers.Name
Tells whether a string is an abbreviation with high probability
isAbbreviation(String) - Static method in class javatools.parsers.NameML
Tells whether a string is an abbreviation with high probability
isActiveLevel(Announce.Level) - Static method in class javatools.administrative.Announce
Tells whether the given level is within the currently active levels
isAdjective - Static variable in class javatools.parsers.NounGroup
Tells whether a word is an adjective (currently by a simple heuristics
isAfterLast() - Method in class javatools.database.DummyDatabase.DummyResultSet
 
isAlphanumeric(char) - Static method in class javatools.parsers.Char
Tells whether a char is alphanumeric in the sense of URIs
isAttributePrefix(String) - Static method in class javatools.parsers.Name
Says whether this String is an attribute Prefix (like "the" in "Alexander the Great")
isAttributePrefix(String) - Static method in class javatools.parsers.NameML
Says whether this String is an attribute Prefix (like "the" in "Alexander the Great")
isAutoReconnectingOnSelect() - Method in class javatools.database.Database
indicates whether automatic reconnection and requerying is attempted when a broken connection is discovered after an informative (SELECT) query if this is set to false, a ConnectionBrokenSQLException is thrown instead
isAutoReconnectingOnUpdate() - Method in class javatools.database.Database
indicates whether automatic reconnection and requerying is attempted when a broken connection is discovered after an update (INSERT, UPDATE) query if this is set to false, a ConnectionBrokenSQLException is thrown instead
isBeforeFirst() - Method in class javatools.database.DummyDatabase.DummyResultSet
 
isBinary() - Method in class javatools.datatypes.SparseVector
Tells whether this vector is binary
isBlack() - Method in class javatools.datatypes.PQRTree.Node
True if the node is black
isClosed() - Method in class javatools.database.DummyDatabase.DummyResultSet
 
isCompanyName(String) - Static method in class javatools.parsers.Name
Tells if the string is a company name with high probability
isCompanyName(String) - Static method in class javatools.parsers.NameML
Tells if the string is a company name with high probability
isCompanyNameSuffix(String) - Static method in class javatools.parsers.Name
Says whether this String is a company name suffix
isCompanyNameSuffix(String) - Static method in class javatools.parsers.NameML
Says whether this String is a company name suffix
isDate(CharSequence) - Static method in class javatools.parsers.DateParser
Tells whether this string is a normlized date (and nothing else)
isDate(CharSequence) - Static method in class javatools.parsers.DateParser1
Tells whether this string is a normlized date (and nothing else)
isDefined(String) - Method in class javatools.administrative.NonsharedParameters
Tells whether a parameter is defined
isDefined(String) - Static method in class javatools.administrative.Parameters
Tells whether a parameter is defined
isEarlier(int[], int[]) - Static method in class javatools.parsers.DateParser
TRUE if the first date is earlier than the second.
isEarlier(String[], String[]) - Static method in class javatools.parsers.DateParser
TRUE if the first date is earlier than the second.
isEarlier(String, String) - Static method in class javatools.parsers.DateParser
 
isEarlier(int[], int[]) - Static method in class javatools.parsers.DateParser1
TRUE if the first date is earlier than the second.
isEarlier(String[], String[]) - Static method in class javatools.parsers.DateParser1
TRUE if the first date is earlier than the second.
isEarlier(String, String) - Static method in class javatools.parsers.DateParser1
 
isEmpty() - Method in class javatools.datatypes.BitVector
 
isEmpty() - Method in class javatools.datatypes.IntSet
TRUE if the set is empty
isEmpty() - Method in class javatools.datatypes.MultiMap
 
isEmpty() - Method in class javatools.datatypes.Trie
 
isEscaped(String) - Static method in class javatools.parsers.Char
Tells whether a string is escaped in the sense of URIs
isExit(RegularExpression.RegExState) - Method in class javatools.parsers.RegularExpression
Tells whether this RegExState is a valid exit
isFamilyNamePrefix(String) - Static method in class javatools.parsers.Name
Says whether this String is a family name prefix
isFamilyNamePrefix(String) - Static method in class javatools.parsers.NameML
Says whether this String is a family name prefix
isFirst() - Method in class javatools.database.DummyDatabase.DummyResultSet
 
isFloat(String) - Static method in class javatools.parsers.NumberParser
Tells whether this string is a normalized number
isGenDelim(char) - Static method in class javatools.parsers.Char
Tells whether a char is a general delimiter in the sense of URIs
isGray() - Method in class javatools.datatypes.PQRTree.Node
True if the node is gray
isHelp(String) - Static method in class javatools.administrative.Announce
Says whether a command line argument asks for help
isInt(String) - Static method in class javatools.parsers.NumberParser
Tells whether this string is a normalized integer number
isInterned - Variable in class javatools.datatypes.ByteString
is interned
isLanguage(String) - Static method in class javatools.parsers.Name
Returns TRUE for languages
isLanguage(String) - Static method in class javatools.parsers.NameML
Returns TRUE for languages
isLanguageCode(String) - Static method in class javatools.parsers.Name
Returns TRUE for language codes
isLanguageCode(String) - Static method in class javatools.parsers.NameML
Returns TRUE for language codes
isLast() - Method in class javatools.database.DummyDatabase.DummyResultSet
 
isLeaf() - Method in class javatools.datatypes.PQRTree.Node
True if the node is of type LEAF
isLegal(char) - Method in interface javatools.parsers.Char.Legal
 
isName(String) - Static method in class javatools.parsers.Name
Tells whether a String is a name with high probability
isName(String) - Static method in class javatools.parsers.NameML
Tells whether a String is a name with high probability
isNames(String) - Static method in class javatools.parsers.Name
Tells whether a String is a sequence of names with high probability
isNames(String) - Static method in class javatools.parsers.NameML
Tells whether a String is a sequence of names with high probability
isNation(String) - Static method in class javatools.parsers.Name
Returns TRUE for nations
isNation(String) - Static method in class javatools.parsers.NameML
Returns TRUE for nations
isNationality(String) - Static method in class javatools.parsers.Name
Returns TRUE for nationalities
isNationality(String) - Static method in class javatools.parsers.NameML
Returns TRUE for nationalities
isNonNegativeInt(String) - Static method in class javatools.parsers.NumberParser
Tells whether this string is a normalized non-negative integer number
isNumberAndUnit(String) - Static method in class javatools.parsers.NumberParser
Tells whether this string is a normalized number with unit
ISOdate() - Static method in class javatools.parsers.NumberFormatter
Returns an ISO8601 string representation of the current date
ISOdate(Calendar) - Static method in class javatools.parsers.NumberFormatter
Returns an ISO8601 string representation of the time given by the calendar
ISOtime() - Static method in class javatools.parsers.NumberFormatter
Returns an ISO8601 string representation of the current time
ISOtime(Calendar) - Static method in class javatools.parsers.NumberFormatter
Returns an ISO8601 string representation of the time given by the calendar
ISOweekTime() - Static method in class javatools.parsers.NumberFormatter
Returns an ISO8601 string representation of the current time, using a week-oriented representation
ISOweekTime(Calendar) - Static method in class javatools.parsers.NumberFormatter
Returns an ISO8601 string representation of the time given by the calendar, using a week-oriented representation
isP() - Method in class javatools.datatypes.PQRTree.Node
True if the node is of type P
isPchar(char) - Static method in class javatools.parsers.Char
Tells whether a char is a valid path component in the sense of URIs
isPersonName(String) - Static method in class javatools.parsers.Name
Returns true if it is highly probable that the string is a person name.
isPersonName(String, Language) - Static method in class javatools.parsers.NameML
Returns true if it is highly probable that the string is a person name.
isPersonNameSuffix(String) - Static method in class javatools.parsers.Name
Says whether this String is a person name suffix
isPersonNameSuffix(String) - Static method in class javatools.parsers.NameML
Says whether this String is a person name suffix
isPlural(String) - Static method in class javatools.parsers.PlingStemmer
Tells whether a word form is plural.
isPronoun(String) - Method in class javatools.parsers.Language
checks whether a string could be a pronoun of the language ignoring cases
isQ() - Method in class javatools.datatypes.PQRTree.Node
True if the node is of type Q
isR() - Method in class javatools.datatypes.PQRTree.Node
True if the node is of type R
isReserved(char) - Static method in class javatools.parsers.Char
Tells whether a char is reserved in the sense of URIs
isSingular(String) - Static method in class javatools.parsers.PlingStemmer
Tells whether a word form is singular.
isSingularAndPlural(String) - Static method in class javatools.parsers.PlingStemmer
Tells whether a word form is the singular form of one word and at the same time the plural form of another.
isSolveable() - Method in class javatools.datatypes.PQRTree
Says whether the the tree has no R-node
isStopWord(String) - Static method in class javatools.parsers.Name
TRUE for stopwords
isStopWord(String, Language) - Static method in class javatools.parsers.NameML
TRUE for stopwords
isSubDelim(char) - Static method in class javatools.parsers.Char
Tells whether a char is a sub-delimiter in the sense of URIs
isTitle(String) - Static method in class javatools.parsers.Name
Says whether this String is a title
isTitle(String, Language) - Static method in class javatools.parsers.NameML
Says whether this String is a title
isUnreserved(char) - Static method in class javatools.parsers.Char
Tells whether a char is unreserved in the sense of URIs (not the same as !reserved)
isUSState(String) - Static method in class javatools.parsers.Name
Returns TRUE for US States
isUSState(String) - Static method in class javatools.parsers.NameML
Returns TRUE for US States
isUSStateAbbreviation(String) - Static method in class javatools.parsers.Name
Returns TRUE for US State abbreviations
isUSStateAbbreviation(String) - Static method in class javatools.parsers.NameML
Returns TRUE for US State abbreviations
isWhite() - Method in class javatools.datatypes.PQRTree.Node
True if the node is white
isWrapperFor(Class<?>) - Method in class javatools.database.DummyDatabase.DummyResultSet
 
ITALIAN - Static variable in class javatools.parsers.Language
Italian
IterableForIterator<T> - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
IterableForIterator(Iterator<T>) - Constructor for class javatools.datatypes.IterableForIterator
 
iterator() - Method in class javatools.datatypes.ArrayQueue
 
iterator() - Method in class javatools.datatypes.BitVector
 
iterator() - Method in class javatools.datatypes.CombinedIterable
Returns this
iterator() - Method in class javatools.datatypes.CombinedIterator
Returns this
iterator() - Method in class javatools.datatypes.DoubleHashMap
 
iterator() - Method in class javatools.datatypes.Immutable.Set
 
iterator() - Method in class javatools.datatypes.IntHashMap
 
iterator() - Method in class javatools.datatypes.IntSet
 
iterator - Variable in class javatools.datatypes.IterableForIterator
 
iterator() - Method in class javatools.datatypes.IterableForIterator
 
iterator() - Method in class javatools.datatypes.IteratorForEnumeration
 
iterator() - Method in class javatools.datatypes.MappedIterator
 
iterator() - Method in class javatools.datatypes.MultiMap
 
iterator() - Method in class javatools.datatypes.PeekIterator
returns this
iterator - Variable in class javatools.datatypes.PeekIterator.SimplePeekIterator
Wrapped iterator
iterator() - Method in class javatools.datatypes.PQRTree
Iterates over the leaves in the right order
iterator() - Method in class javatools.datatypes.Tree
 
iterator() - Method in class javatools.datatypes.Trie
 
iterator() - Method in class javatools.filehandlers.FileLines
Returns this
iterator() - Method in class javatools.filehandlers.TSVFile
 
iterator() - Method in class javatools.parsers.RegularExpression
Returns an iterator over incarnations of the expression
IteratorForEnumeration<T> - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
IteratorForEnumeration(Enumeration) - Constructor for class javatools.datatypes.IteratorForEnumeration
 

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