예제 #1
0
 public boolean hasMoreElements() {
   return (!stack.empty() && stack.peek().hasMoreElements());
 }