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

I

in - Variable in class openlist.Queue
Two lists are used.
IncrementalList<Type> - Class in openlist.incremental
An IncrementalList is a special case of OpenList that can be expanded incrementally from the tail forward.
IncrementalList(Type, Growable<Type>) - Constructor for class openlist.incremental.IncrementalList
The constructor for IncrementalList
INFINITY - Static variable in class openlist.examples.WeightedDirectedGraph
a large number used to represent infinity distance
IntegerScaler - Class in openlist.util
A Scaler (not scaler) multiplies its argument by a fixed value, as specified in the constructor.
IntegerScaler(int) - Constructor for class openlist.util.IntegerScaler
Create a Scaler to multiply Integers by a fixed factor.
IntegersFrom - Class in openlist.incremental.util
IntegersFrom uses this Growable
IntegersFrom(int) - Constructor for class openlist.incremental.util.IntegersFrom
Create the Growable for the infinite list of integers from n.
IntegerSquarer - Class in openlist.util
A Squarer squares its argument
IntegerSquarer() - Constructor for class openlist.util.IntegerSquarer
 
intern(String) - Static method in class openlist.Symbol
Intern a String as a symbol.
internalizeNode() - Method in class openlist.examples.WeightedDirectedGraph.Node
Once we have all Nodes collected in raw form, internalize() processes s Node's targets, obtaining the reference to the the targets, as opposed to just the names of the targets.
isEmpty() - Method in class openlist.OpenList
Determine whether or not this OpenList empty.
isEmpty(OpenList<Type>) - Static method in class openlist.OpenList
Determine whether or not the argument is empty.
isEmpty() - Method in class openlist.Queue
Indicate whether or not the Queue is empty
isEmpty() - Method in class openlist.Stack
Indicate whether or not the stack is empty
isWhiteSpace(int) - Method in class openlist.reader.SExpressionReader
Determine whether a character is white space

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