JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aspectj.weaver
Iterators
Getter
Contents
Description
Method Summary
Method Details
get(A)
Hide sidebar
Show sidebar
Interface Iterators.Getter<
A
,
B
>
Enclosing class:
Iterators
public static interface
Iterators.Getter<A,
B>
A getter represents a mapping function from Object to Iterator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Iterator
<
B
>
get
(
A
target)
Method Details
get
Iterator
<
B
>
get
(
A
target)