Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

F

F0 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public-exponent value F0 = 3.
F4 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public exponent-value F4 = 65537.
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FEBRUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the second month of the year in the Gregorian and Julian calendars.
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distinct fields recognized by get and set.
File - Class in java.io
 
File(String) - Constructor for class java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, String) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
FileFilter - Interface in java.io
A filter for abstract pathnames.
FileInputStream - Class in java.io
A FileInputStream obtains input bytes from a file in a file system.
FileInputStream(String) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
FilenameFilter - Interface in java.io
Instances of classes that implement this interface are used to filter filenames.
FileNotFoundException - Exception in java.io
 
FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOutputStream - Class in java.io
A file output stream is an output stream for writing data to a File.
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FilePermission - Class in java.io
 
FilePermission(String, String) - Constructor for class java.io.FilePermission
Creates a new FilePermission object with the specified actions.
FilePropertiesServiceLoader - Class in ej.service.loader
Service loader that retrieves services implementations from a property file.
FilePropertiesServiceLoader(String) - Constructor for class ej.service.loader.FilePropertiesServiceLoader
Creates a file properties service loader.
FilePropertyLoader - Class in ej.property.loader
A property loader that searches in a properties file.
FilePropertyLoader(String) - Constructor for class ej.property.loader.FilePropertyLoader
Creates a file property loader.
fillInStackTrace() - Method in class java.lang.Throwable
Fills in the execution stack trace.
FilterInputStream - Class in java.io
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
FilterOutputStream - Class in java.io
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
Firmware - Interface in ej.wadapps
A firmware represents an executable unit.
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the argument converted to type float.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(String) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.
floatToIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout, preserving Not-a-Number (NaN) values.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double object.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in interface java.io.Flushable
Flushes this stream by writing any buffered output to the underlying stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.OutputStreamWriter
Flushes the stream.
flush() - Method in class java.io.PrintStream
Flushes the stream.
flush() - Method in class java.io.Writer
Flushes the stream.
Flushable - Interface in java.io
A Flushable is a destination of data that can be flushed.
forDigit(int, int) - Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name.
freeMemory() - Static method in class ej.bon.Immutables
Returns the amount of free immutable memory still available.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the Java Virtual Machine.
FRIDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Friday.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links