Beispiel #1
0
 /**
  * Allow the usage of java for-each syntax with question.
  *
  * @return a valid iterator for question
  */
 public final Iterator<AbstractQuestion> iterator() {
   return questions.iterator();
 }