Package | Description |
---|---|
java.io | |
java.lang | |
java.net | |
java.security | |
java.security.acl | |
java.sql | |
java.util | |
java.util.jar | |
java.util.zip |
Constructor and Description |
---|
SequenceInputStream(Enumeration e) |
Modifier and Type | Method and Description |
---|---|
protected Enumeration |
ClassLoader.findResources(String resname)
findResources returns an empty Enumeration: real resource-aware
ClassLoaders override this method.
|
Enumeration |
ClassLoader.getResources(String resname)
getResources retrieves all the resource matching "name" in a
responsibly delegating manner.
|
static Enumeration |
ClassLoader.getSystemResources(String resname)
Get all resources using the system class loader.
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
URLClassLoader.findResources(String name) |
Enumeration |
NetworkInterface.getInetAddresses() |
static Enumeration |
NetworkInterface.getNetworkInterfaces() |
Modifier and Type | Method and Description |
---|---|
Enumeration |
KeyStore.aliases() |
abstract Enumeration |
PermissionCollection.elements() |
Enumeration |
Permissions.elements() |
abstract Enumeration |
KeyStoreSpi.engineAliases() |
abstract Enumeration |
IdentityScope.identities()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
Acl.entries() |
Enumeration |
Acl.getPermissions(Principal user) |
Enumeration |
Group.members() |
Enumeration |
AclEntry.permissions() |
Modifier and Type | Method and Description |
---|---|
static Enumeration |
DriverManager.getDrivers() |
Modifier and Type | Class and Description |
---|---|
class |
StringTokenizer
Breaks a string into tokens; new code should probably use
String#split . |
Modifier and Type | Method and Description |
---|---|
abstract Enumeration |
Dictionary.elements() |
Enumeration |
Hashtable.elements()
Returns an enumeration on the values of this
Hashtable . |
Enumeration |
Vector.elements() |
static Enumeration |
Collections.enumeration(Collection collection)
Returns an
Enumeration on the specified collection. |
Enumeration |
ListResourceBundle.getKeys()
This method should not be overridden by subclasses.
|
Enumeration |
PropertyResourceBundle.getKeys() |
abstract Enumeration |
ResourceBundle.getKeys() |
abstract Enumeration |
Dictionary.keys() |
Enumeration |
Hashtable.keys()
Returns an enumeration on the keys of this
Hashtable instance. |
Enumeration |
Properties.propertyNames() |
Modifier and Type | Method and Description |
---|---|
static ArrayList |
Collections.list(Enumeration enumeration)
Returns an
ArrayList with all the elements in the enumeration . |
Modifier and Type | Method and Description |
---|---|
Enumeration |
JarFile.entries()
Return an enumeration containing the JarEntrys contained in this JarFile.
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
ZipFile.entries() |