JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aspectj.weaver
Interface Iterators.Filter<T>
Enclosing class:
Iterators
public static interface
Iterators.Filter<T>
A filter represents a mapping function from Iterator to Iterator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Iterator
<
T
>
filter
(
Iterator
<
T
> in)
Method Details
filter
Iterator
<
T
>
filter
(
Iterator
<
T
> in)