Exemplo n.º 1
0
 public Object next() {
   super.next();
   return getValue();
 }
Exemplo n.º 2
0
 public Object next() {
   super.next();
   return getKey();
 }