All Known Implementing Classes:
PermissionsEnumerator, MultiUIDefaultsEnumerator, StringTokenizer, SingletonEnumeration, HashEnumIterator, NameConverterEnumeration, KeyIterator, ValueIterator, NamingEnumeration, BasicNamingEnumeration, MetaEnumeration, MuxingAttributeNameEnumeration
Preferably an Iterator should be used. {@code Iterator} replaces the enumeration interface and adds a way to remove elements from a collection.
1.0 - | Method from java.util.Enumeration Summary: |
|---|
| hasMoreElements, nextElement |
| Method from java.util.Enumeration Detail: |
|---|
|
|