Exemplo n.º 1
0
 public IteradorDeConjunto(Iterable conjunto)
 {
     this.conjunto = (Conjunto)conjunto;
     this.indice   = 0;
 }
Exemplo n.º 2
0
 public Diccionario()
 {
     diccionario = new Conjunto();
 }