- returnClone() - Method in interface studentCode.Critiqueable
-
Method to create an independent copy of the item.
- returnClone() - Method in class studentCode.Movie
-
Method to create an independent copy of the Movie.
- returnClone() - Method in class studentCode.Streaming
-
Method to create an independent copy of the Streaming item.
- returnClone() - Method in class studentCode.Website
-
Method to create an independent copy of the Website.
- rottenDown(int) - Method in class studentCode.SpoiledVegetablesDeck
-
Goes through each item in the SpoiledVegetablesDeck and deducts the
specified number of fans from every Critiqueable item it contains.