站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Interface org.openide.util.Enumerations.Processor (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1

Uses of Interface
org.openide.util.Enumerations.Processor

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
<T,R> Enumeration<R>
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
<T,R> Enumeration<R>
Enumerations.filter(Enumeration<? extends T> en, Enumerations.Processor<T,R> filter)
          Filters some elements out from the input enumeration.
static
<T,R> Enumeration<R>
Enumerations.queue(Enumeration<? extends T> en, Enumerations.Processor<T,R> filter)
          Support for breadth-first enumerating.
 


org.openide.util 7.9.0 1

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.