Index

A B C E F G H I J M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values

I

IFleet - Interface in battleship
The interface Fleet.
IGame - Interface in battleship
The interface Game.
IGame.ShotResult - Record Class in battleship
 
IMove - Interface in battleship
IMove
IPosition - Interface in battleship
The interface Position.
isAdjacentTo(IPosition) - Method in interface battleship.IPosition
Is adjacent to boolean.
isAdjacentTo(IPosition) - Method in class battleship.Position
Checks if this position is adjacent to another position.
IShip - Interface in battleship
The interface Ship.
isHit() - Method in interface battleship.IPosition
Is hit boolean.
isHit() - Method in class battleship.Position
Checks if this position has been hit by an attack.
isInside() - Method in interface battleship.IPosition
Checks if the position is inside the board.
isInside() - Method in class battleship.Position
Checks if this position is valid on the game board.
isOccupied() - Method in interface battleship.IPosition
Is occupied boolean.
isOccupied() - Method in class battleship.Position
Checks if this position is occupied by a ship.
A B C E F G H I J M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values