• Home
  • Java
  • 2D Graphics GUI
  • 3D
  • Advanced Graphics
  • Ant
  • Apache Common
  • Chart
  • Class
  • Collections Data Structure
  • Data Type
  • Database SQL JDBC
  • Design Pattern
  • Development Class
  • EJB3
  • Email
  • Event
  • File Input Output
  • Game
  • Generics
  • GWT
  • Hibernate
  • I18N
  • J2EE
  • J2ME
  • JavaFX
  • JDK 6
  • JDK 7
  • JNDI LDAP
  • JPA
  • JSP
  • JSTL
  • Language Basics
  • Network Protocol
  • PDF RTF
  • Reflection
  • Regular Expressions
  • Scripting
  • Security
  • Servlets
  • Spring
  • Swing Components
  • Swing JFC
  • SWT JFace Eclipse
  • Threads
  • Tiny Application
  • Velocity
  • Web Services SOA
  • XML

Enumerator « Collections Data Structure « Java






  1. Java
  2. Collections Data Structure
  3. Enumerator
1.Wrapping an Iterator around an Enumeration
2.A GOF Adapter to make instances of old Enumeration interface behave like new Iterator interface
3.A more robust enumeration systemA more robust enumeration system
4.ListOfFiles implements Enumeration
5.Treat an Enumeration as an Iterable
6.Support for breadth-first enumerating.
7.Empty Enumeration
8.Single Item Enumeration
9.Enumeration interface which enumerates the items of an arrayEnumeration interface which enumerates the items of an array








10.Filtering Enumeration
11.An enumeration that iterates over an array.An enumeration that iterates over an array.
12.Concatenates the content of two enumerations into one.
13.Removes all nulls from the input enumeration.
14.Filters some elements out from the input enumeration.
15.For each element of the input enumeration asks the Processor to provide a replacement

java2s.com  | © Demo Source and Support. All rights reserved.