Skip navigation links
C E I T 

C

contains(int) - Method in class eecs1022.finala.Interval
Checks if the given value is inside this interval.
copy() - Method in class eecs1022.finala.Interval
Returns a copy of this interval, that is, a new interval with the same minimium and maximum.

E

eecs1022.finala - package eecs1022.finala
 

I

Interval - Class in eecs1022.finala
A class that represents an interval of values on the integer number line.
Interval(int, int) - Constructor for class eecs1022.finala.Interval
Initializes this interval with the given minimum and maximum values.

T

toString() - Method in class eecs1022.finala.Interval
Returns the string representation of this interval.
C E I T 
Skip navigation links