Uses of Interface
org.kalmeo.util.Filter

Packages that use Filter
org.kalmeo.util   
 

Uses of Filter in org.kalmeo.util
 

Methods in org.kalmeo.util with parameters of type Filter
 LinkedList.LinkedListEnumeration LinkedList.enumerate(Filter filter)
          Return the LinkedList.LinkedListEnumeration
 LinkedListItem LinkedList.find(Filter filter)
          Returns the best occurence of the corresponding LinkedListItem witch is acceptable by the filter
 java.util.Vector LinkedList.findAll(Filter filter)
          Returns a Vector that contains the list of LinkedListItem witch iare acceptable by the filter
 void LinkedList.LinkedListEnumeration.reset(Filter filter)
          Reset the enumaration with a new Filter.
 



Copyright © 2007-2008 Kalmeo. All Rights Reserved.