Example #1
0
 public AdapterIterator(UnsafeIterator <T> iterator)
 {
     this.iterator = iterator;
 }
Example #2
0
 public Map(UnsafeIterator <T> collection, Func <T, U> f)
 {
     this.decoratedCollection = collection;
     this.f = f;
 }