com.ibm.commons.iloader.node.lookups
Class FilteredLookup.PrefixFilter

java.lang.Object
  extended by com.ibm.commons.iloader.node.lookups.FilteredLookup.PrefixFilter
All Implemented Interfaces:
FilteredLookup.Filter
Enclosing class:
FilteredLookup

public static class FilteredLookup.PrefixFilter
extends java.lang.Object
implements FilteredLookup.Filter


Constructor Summary
FilteredLookup.PrefixFilter(java.lang.String prefix, boolean ignoreCase)
           
 
Method Summary
 boolean accept(ILookup lookup, int index)
          Determines if the code at the given index should be filtered or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteredLookup.PrefixFilter

public FilteredLookup.PrefixFilter(java.lang.String prefix,
                                   boolean ignoreCase)
Method Detail

accept

public boolean accept(ILookup lookup,
                      int index)
Description copied from interface: FilteredLookup.Filter
Determines if the code at the given index should be filtered or not.

Specified by:
accept in interface FilteredLookup.Filter
Returns: