Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Java Tutorial
Language
Data Type
Operators
Statement Control
Class Definition
Development
Reflection
Regular Expressions
Collections
Thread
File
Generics
I18N
Swing
Swing Event
2D Graphics
SWT
SWT 2D Graphics
Network
Database
Hibernate
JPA
JSP
JSTL
Servlet
Web Services SOA
EJB3
Spring
PDF
Email
J2ME
J2EE Application
XML
Design Pattern
Log
Security
Apache Common
Ant
JUnit
Enumeration Interface « Collections « Java Tutorial
Java Tutorial
Collections
Enumeration Interface
9.35.Enumeration Interface
9.35.1.
The Enumeration Interface
9.35.2.
If you prefer a for-loop
9.35.3.
Where do we get the enumeration from?
9.35.4.
The SequenceInputStream Class
9.35.5.
Concatenates the content of two enumerations into one.
9.35.6.
Filters enumeration to contain each of the provided elements just once.
9.35.7.
Filters some elements out from the input enumeration.
9.35.8.
For each element of the input enumeration asks the Processor to provide a replacement
9.35.9.
Removes all nulls from the input enumeration.
9.35.10.
Returns an enumeration that iterates over provided array.
9.35.11.
Support for breadth-first enumerating.
9.35.12.
Serializable Enumeration
9.35.13.
An enumeration that iterates over an array.
9.35.14.
Creating Custom Enumerations