Пример #1
0
 RelationListIterator(RelationList<?, X> list) {
   this.list = list;
   this.iter = list.elementSet().iterator();
 }