- Rectangle - Class in shapes
-
- Rectangle() - Constructor for class shapes.Rectangle
-
Construct a Rectangle object using the default size
for its dimensions.
- Rectangle(double, double) - Constructor for class shapes.Rectangle
-
Construct a Rectangle object using the arguments.
- Rectangle(Rectangle) - Constructor for class shapes.Rectangle
-
This is the copy constructor.
- RectanglePrism - Class in shapes
-
- RectanglePrism() - Constructor for class shapes.RectanglePrism
-
Construct a Cube object using the default size
for its length, height and depth.
- RectanglePrism(double, double, double) - Constructor for class shapes.RectanglePrism
-
Construct a Cube object using the arguments.
- RectanglePrism(RectanglePrism) - Constructor for class shapes.RectanglePrism
-
This is the copy constructor.
- Recursion - Class in myUtil
-
This Class contains some typical recursive functions.
- Recursion() - Constructor for class myUtil.Recursion
-
- remove() - Method in class myUtil.AQueue
-
- remove() - Method in class myUtil.LQueue
-
- remove(int) - Method in class myUtil.MyArrayList
-
- remove(int) - Method in class myUtil.MyDLinkedList
-
Put remove(int a) here
- remove() - Method in class myUtil.MyLinkedList.MyListIterator
-
- remove(int) - Method in class myUtil.MyLinkedList
-
- remove(int) - Method in interface myUtil.MyList
-
Remove the item at the ith position from this MyArrayList.
- remove(int) - Method in class myUtil.MySLinkedList
-
- remove() - Method in class myUtil.NodeAndIterators.MyListIterator
-
- remove() - Method in interface myUtil.Queue
-
Remove the item from the Queue at the front end.
- remove(T) - Method in interface myUtil.Set
-
Remove e from this Set.
- remove(Set<T>) - Method in interface myUtil.Set
-
Remove every element in Set S from this Set.
- removeOne() - Method in interface myUtil.Set
-
Remove and return the first element from this Set, where the meaning of "first" is open
to the implementation.
- reverse() - Method in class myUtil.MyLinkedList
-
This method reverses the contents of the list.
- reverse(String) - Static method in class myUtil.Recursion
-
- rpdf(double) - Method in class simulation.NormalDistribution
-
The reverse function of the density function (pdf)