Uses of Class
Territorio

Uses of Territorio in <Unnamed>
 

Methods in <Unnamed> that return types with arguments of type Territorio
 java.util.ArrayList<Territorio> Continente.getTerritorio()
           
 java.util.ArrayList<Territorio> Tablero.getTerritorio()
           
 

Method parameters in <Unnamed> with type arguments of type Territorio
 void Continente.setTerritorio(java.util.ArrayList<Territorio> val)
           
 void Tablero.setTerritorio(java.util.ArrayList<Territorio> val)