public final class ArrayTipos
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ORDENADO
Tipo de array ordenado.
|
static int |
SIMPLE
Tipo de array simple.
|
private int |
tipo
El tipo que está elegido.
|
| Constructor and Description |
|---|
ArrayTipos(int tipo)
Inicilizar el tipo.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTipo()
Devolver el tipo.
|
public static final int SIMPLE
public static final int ORDENADO
private final int tipo