예제 #1
0
 public Object next() {
   super.next();
   return getValue();
 }
예제 #2
0
 public Object next() {
   super.next();
   return getKey();
 }