예제 #1
0
 // Our iterator then simply walks over that list.
 public Iterator<T> iterator() {
   return filteredItems.iterator();
 }