plp.orientadaAspectos1.memoria.colecao
Class HashValorObjeto

java.lang.Object
  extended by plp.orientadaAspectos1.memoria.colecao.HashGenerica<ValorRef,Objeto>
      extended by plp.orientadaAspectos1.memoria.colecao.HashValorObjeto
All Implemented Interfaces:
java.lang.Iterable<ValorRef>

public class HashValorObjeto
extends HashGenerica<ValorRef,Objeto>

Tabela hash cujas chaves são valores de referência (ValorRef) e os valores são Objeto.


Constructor Summary
HashValorObjeto()
           
 
Method Summary
 
Methods inherited from class plp.orientadaAspectos1.memoria.colecao.HashGenerica
change, get, iterator, keys, put
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashValorObjeto

public HashValorObjeto()