JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Interface Searcher<E>
All Known Implementing Classes:
LinearSearcher
interface
Searcher<E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
search
(
E
element)
Searcher
<
E
>
takeList
(
List
<
E
> list)
Method Details
takeList
Searcher
<
E
>
takeList
(
List
<
E
> list)
search
int
search
(
E
element)