JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
eve.util
Interface ObjectFinder
All Known Implementing Classes:
ComparerObjectFinder
public interface
ObjectFinder
A utility interface used for searching/sorting etc.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
lookingFor
(
Object
obj)
This should return true if the object is one we are looking for.
Method Detail
lookingFor
boolean lookingFor(
Object
obj)
This should return true if the object is one we are looking for.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method