public interface FightInterface<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
FIRST_FIGHT
The fight number for the first fight
|
| Modifier and Type | Method and Description |
|---|---|
T |
determineWinner(T[] players,
int fightNumber)
Make two fighters fight each other
|
static final int FIRST_FIGHT
Copyright © 2015. All rights reserved.