JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.khelekore.prtree
Interface NodeFilter<T>
Type Parameters:
T
- the node type
public interface
NodeFilter<T>
A node object filterer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
accept
(
T
t)
Check if the given node object is accepted
Method Detail
accept
boolean accept(
T
t)
Check if the given node object is accepted
Parameters:
t
- the node user data
Returns:
True if the node is accepted, false otherwise
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method