Class AdapterIterator<T,U>
java.lang.Object
com.sun.enterprise.module.common_impl.AdapterIterator<T,U>
- All Implemented Interfaces:
Iterator<T>
Iterator
implementation that works as a filter to another iterator.-
Field Details
-
core
-
next
-
-
Constructor Details
-
AdapterIterator
-
-
Method Details
-
next
-
hasNext
public boolean hasNext() -
fetch
private void fetch() -
remove
public void remove() -
adapt
- Returns:
- null to filter out this object. Non-null object will be returned from the iterator to the caller.
-