Uses of Class
Ocean
- 
Uses of Ocean in Unnamed PackageMethods in Unnamed Package with parameters of type OceanModifier and TypeMethodDescriptionbooleanShip.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.voidShip.placeShipAt(int row, int column, boolean horizontal, Ocean ocean) Puts the Ship in the Ocean.