A C D E F G H I L M N P Q R S T U V

I

indexArray(String, int[]) - Method in class finiteAutomata.Alphabet
Converts each character in the given String to its position in this Alphabet.
indexOf(char) - Method in class finiteAutomata.Alphabet
Determines the position of a given character in this Alphabet.
indexOf(Object, int) - Method in class finiteAutomata.Hashtable
Returns the index, relative to the Vector table[hash], of the Association with the given key.
indexOf(int) - Method in class finiteAutomata.IntSet
Returns index (position) of a given integer in this IntSet.
insert(Object, Object) - Method in class finiteAutomata.Hashtable
Inserts an Association.
intLogTwo(int) - Static method in class finiteAutomata.Util
Returns the nearest integer to log-base-2 of the given integer.
IntSet - Class in finiteAutomata
Finite set of integers, used to represent sets of states in finite automata.
IntSet() - Constructor for class finiteAutomata.IntSet
0-parameter constructor.
IntSet(int) - Constructor for class finiteAutomata.IntSet
1-parameter constructor.
IntSet(IntSet) - Constructor for class finiteAutomata.IntSet
Copy constructor.
intValue() - Method in class finiteAutomata.IntSet
Returns a unique non-negative integer (bijection from finite subsets of W to W) determined by this set of non-negative integers.
intValueDialog() - Method in class finiteAutomata.IntSet
Prints the intValue of this IntSet.
isEmpty() - Method in class finiteAutomata.Hashtable
True if no Associations are stored.
isEmpty() - Method in class finiteAutomata.IntSet
Returns true if this IntSet is empty.
isFinal - Variable in class finiteAutomata.DFA
boolean array to designate final states
isFinal - Variable in class finiteAutomata.NFA
to indicate final states
isValidVariable(int) - Method in class finiteAutomata.CNF
Tests whether a given integer is a valid variable number.

A C D E F G H I L M N P Q R S T U V