| Package | Description |
|---|---|
| org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T,R> java.util.Enumeration<R> |
Enumerations.convert(java.util.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 <T,R> java.util.Enumeration<R> |
Enumerations.filter(java.util.Enumeration<? extends T> en,
Enumerations.Processor<T,R> filter) |
Filters some elements out from the input enumeration.
|
static <T,R> java.util.Enumeration<R> |
Enumerations.queue(java.util.Enumeration<? extends T> en,
Enumerations.Processor<T,R> filter) |
Support for breadth-first enumerating.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.