- emptyTheBasket() - Method in class studentCode.CritiqueBasket
-
- equals(Object) - Method in class studentCode.Movie
-
The "usual suspect" equals method.
- equals(Object) - Method in class studentCode.Streaming
-
The "usual suspect" equals method.
- equals(Object) - Method in class studentCode.Website
-
The "usual suspect" equals method.
- export2Darray() - Method in class studentCode.SpoiledVegetablesDeck
-
The method will return a ragged 2D structure using the Java array.
- export2Darraylist() - Method in class studentCode.SpoiledVegetablesDeck
-
The method will return a ragged 2D structure using the ArrayList
data type - it will have references to deep copies of the Critiqueable
items currently stored in the SpoiledVegetablesDeck.