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

I

ignoreRestOfLine() - Method in class edu.cmu.cs.pattis.cs151xx.TypedBufferReader
Ignores all the remaining tokens on the current line (useful for error processing).
inc() - Method in class edu.cmu.cs.pattis.cs151xx.ModularCounter
Increment this ModularCounter by 1 (with rollover to 0 beyond modulus-1).
inc(int) - Method in class edu.cmu.cs.pattis.cs151xx.ModularCounter
Increment this ModularCounter by delta (with rollover to 0 beyond modulus-1).
isEmpty() - Method in class edu.cmu.cs.pattis.cs151xx.orderedCollections.AbstractOrderedCollection
Returns true if this ordered collection has no elements.
isEmpty() - Method in interface edu.cmu.cs.pattis.cs151xx.orderedCollections.OrderedCollection
Returns true if this ordered collection has no elements.
isEmpty() - Method in class edu.cmu.cs.pattis.cs151xx.SimpleQueue
Returns whether or not this SimpleQueue is empty (stores no references).
isEmpty() - Method in class edu.cmu.cs.pattis.cs151xx.SimpleStack
Returns whether or not this SimpleStack is empty (stores no references).
isOK(Object) - Method in interface edu.cmu.cs.pattis.cs151xx.Decision
Return whether or not o has the desired property.
isZero() - Method in class edu.cmu.cs.pattis.cs151xx.ModularCounter
Returns whether or not this ModularCounter's value is equal to zero (independent of the modulus).
iterator() - Method in class edu.cmu.cs.pattis.cs151xx.orderedCollections.AbstractOrderedCollection
Returns an iterator over the elements in this ordered collection.
iterator() - Method in class edu.cmu.cs.pattis.cs151xx.orderedCollections.ArrayPriorityQueue
Returns an iterator over the elements in this priority queue.
iterator() - Method in class edu.cmu.cs.pattis.cs151xx.orderedCollections.ArrayQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class edu.cmu.cs.pattis.cs151xx.orderedCollections.ArrayStack
Returns an iterator over the elements in this stack.
iterator() - Method in class edu.cmu.cs.pattis.cs151xx.orderedCollections.ArrayUnsortedPriorityQueue
Returns an iterator over the elements in this priority queue.
iterator() - Method in class edu.cmu.cs.pattis.cs151xx.orderedCollections.LinkedQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class edu.cmu.cs.pattis.cs151xx.orderedCollections.LinkedStack
Returns an iterator over the elements in this stack.
iterator() - Method in interface edu.cmu.cs.pattis.cs151xx.orderedCollections.OrderedCollection
Returns an iterator over the elements in this ordered collection.

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