|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Enumerations.Processor | |
org.openide.util | A set of utility classes covering a few general infrastructure points in the Open APIs. |
Uses of Enumerations.Processor in org.openide.util |
Methods in org.openide.util with parameters of type Enumerations.Processor | |
static Enumeration |
Enumerations.convert(Enumeration en,
Enumerations.Processor processor)
For each element of the input enumeration en asks the
Enumerations.Processor to provide a replacement. |
static Enumeration |
Enumerations.filter(Enumeration en,
Enumerations.Processor filter)
Filters some elements out from the input enumeration. |
static Enumeration |
Enumerations.queue(Enumeration en,
Enumerations.Processor filter)
Support for breadth-first enumerating. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |