|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectRedes.Ethernet.Puertos
| Field Summary | |
(package private) java.util.Vector |
key
Clave |
(package private) java.util.Vector |
value
Valor |
| Constructor Summary | |
Puertos()
Constructor |
|
| Method Summary | |
Objeto |
get(Direccion direccion)
Devuelve el Objeto asociado a la direccion especificada |
void |
put(Direccion direccion,
Objeto valor)
Inserta un elemento en el vector, sin repetir |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.util.Vector key
java.util.Vector value
| Constructor Detail |
public Puertos()
| Method Detail |
public Objeto get(Direccion direccion)
direccion - Direccion
public void put(Direccion direccion,
Objeto valor)
direccion - Clavevalor - Valor asociado a la clave
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||