Enumerator « Collections Data Structure « Java






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