- integrate(double, double) - Method in class hw2.RatPoly
-
Returns the integral of this RatPoly, integrated from lowerBound to upperBound.
- integrate() - Method in class hw2.RatPolyStack
-
Pops the top element off of the stack, integrates it, and places the result on top of the
stack.
- intValue() - Method in class hw2.RatNum
-
Returns an integer approximation for this.
- isNaN() - Method in class hw2.RatNum
-
Returns true if this is NaN
- isNaN() - Method in class hw2.RatPoly
-
Returns true if this RatPoly is not-a-number.
- isNaN() - Method in class hw2.RatTerm
-
Returns true if this RatTerm is not-a-number.
- isNegative() - Method in class hw2.RatNum
-
Returns true if this is negative.
- isPositive() - Method in class hw2.RatNum
-
Returns true if this is positive.
- isZero() - Method in class hw2.RatTerm
-
Returns true if this RatTerm is equal to 0.
- iterator() - Method in class hw1.BallContainer
-
Implements the Iterable interface for this container.
- iterator() - Method in class hw1.Box
-
Implements the Iterable interface for this box.
- iterator() - Method in class hw2.RatPolyStack
-
Returns an iterator of the elements contained in the stack.