Uses of Class
Ocean
-
Uses of Ocean in Unnamed Package
Modifier and TypeMethodDescriptionboolean
Ship.okToPlaceShipAt
(int row, int column, boolean horizontal, Ocean ocean) Determines whether or not this is represents a valid placement configuration for this Ship in this Ocean.void
Ship.placeShipAt
(int row, int column, boolean horizontal, Ocean ocean) Puts the Ship in the Ocean.