- setFans(int) - Method in interface studentCode.Critiqueable
-
Setter for the number of fans the item currently has.
- setFans(int) - Method in class studentCode.Movie
-
Setter for the number of fans of the Movie.
- setFans(int) - Method in class studentCode.Streaming
-
Setter for the number of fans of the Streaming item.
- setFans(int) - Method in class studentCode.Website
-
Setter for the number of fans of the Website.
- shuffle() - Method in class studentCode.SpoiledVegetablesDeck
-
Shuffles the contents of the deck in the way described here.
- solitaireCritique() - Method in class studentCode.SpoiledVegetablesDeck
-
The method is meant to allow the next two Critiqueable items to be critiqued
against each other, and for the winner to be returned.
- SpoiledVegetablesDeck<T extends Critiqueable> - Class in studentCode
-
A data structure class that stores deep copies of any Critiqueable items
that are sent to be critiqued.
- SpoiledVegetablesDeck() - Constructor for class studentCode.SpoiledVegetablesDeck
-
Standard constructor.
- Streaming - Class in studentCode
-
A mutable class that represents a Streaming item that might be subject
to critique in our game.
- Streaming(String, int) - Constructor for class studentCode.Streaming
-
Standard constructor.
- Streaming(Streaming) - Constructor for class studentCode.Streaming
-
Copy constructor.
- strengthenMediaItem(int) - Method in class studentCode.CritiqueBasket
-
- studentCode - package studentCode
-
- sweepDeck() - Method in class studentCode.SpoiledVegetablesDeck
-
Removes any Critiqueable item currently in the critique deck that have
fewer than three fans left.