IM Profile

Uses of Interface
java.util.Enumeration

Packages that use Enumeration
com.siemens.icm.io.file   
java.util Contains the collection classes, and the date and time facilities. 
 

Uses of Enumeration in com.siemens.icm.io.file
 

Methods in com.siemens.icm.io.file that return Enumeration
static Enumeration FileSystemRegistry.listRoots()
          This method returns the currently mounted root file systems on a device as String objects in an Enumeration.
 Enumeration FileConnection.list()
          Gets a list of all files and directories contained in a directory.
 Enumeration FileConnection.list(String filter, boolean includeHidden)
          Gets a filtered list of files and directories contained in a directory.
 

Uses of Enumeration in java.util
 

Methods in java.util that return Enumeration
 Enumeration Vector.elements()
          Returns an enumeration of the components of this vector.
 Enumeration Hashtable.keys()
          Returns an enumeration of the keys in this hashtable.
 Enumeration Hashtable.elements()
          Returns an enumeration of the values in this hashtable.
 


IM Profile

Submit a comment or suggestion Version 2.0 of IM Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.