Interface IteratorResolver<T1,T2>
- Type Parameters:
T1
- type of the object for which to find an iteratorT2
- type of the objects the returned iterator will iterate through
public interface IteratorResolver<T1,T2>
An interface to find an Iterator
for an object (usually for use in some generic kind of iterator or filtering
method)
- Author:
- agz
-
Method Summary
-
Method Details