com.ibm.commons.iloader.node.lookups
Interface FilteredLookup.Filter

All Known Implementing Classes:
FilteredLookup.PrefixFilter
Enclosing class:
FilteredLookup

public static interface FilteredLookup.Filter

A filter interface that determines whether an item at a certain index should be accepted or not.


Method Summary
 boolean accept(ILookup lookup, int index)
          Determines if the code at the given index should be filtered or not.
 

Method Detail

accept

boolean accept(ILookup lookup,
               int index)
Determines if the code at the given index should be filtered or not.

Parameters:
lookup -
index -
Returns: