|
org.openide.util 7.9.0 1 | |||||||||
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
|
Enumerations.convert(Enumeration<? extends T> en,
Enumerations.Processor<T,R> processor)
For each element of the input enumeration en asks the
Enumerations.Processor to provide a replacement. |
|
static
|
Enumerations.filter(Enumeration<? extends T> en,
Enumerations.Processor<T,R> filter)
Filters some elements out from the input enumeration. |
|
static
|
Enumerations.queue(Enumeration<? extends T> en,
Enumerations.Processor<T,R> filter)
Support for breadth-first enumerating. |
|
org.openide.util 7.9.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |