|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |