- FloatConsts - Class in sun.misc
-
This class contains additional constants documenting limits of the float
type.
- FloatingDecimal - Class in sun.misc
-
A class for converting between ASCII and decimal representations of a single or double precision floating point
number.
- FloatingDecimal() - Constructor for class sun.misc.FloatingDecimal
-
- FloatingDecimal.BinaryToASCIIConverter - Interface in sun.misc
-
A converter which can process single or double precision floating point values into an ASCII String
representation.
- flush() - Method in class java.util.Formatter
-
Flushes this formatter.
- format(String, Object...) - Method in class java.util.Formatter
-
Writes a formatted string to this object's destination using the specified format string and arguments.
- FormatFlagsConversionMismatchException - Exception in java.util
-
Unchecked exception thrown when a conversion and flag are incompatible.
- FormatFlagsConversionMismatchException(String, char) - Constructor for exception java.util.FormatFlagsConversionMismatchException
-
Constructs an instance of this class with the specified flag and conversion.
- FormattedFloatingDecimal - Class in sun.misc
-
- Formatter - Class in java.util
-
An interpreter for printf-style format strings.
- Formatter() - Constructor for class java.util.Formatter
-
Constructs a new formatter.
- Formatter(Appendable) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified destination.
- Formatter(PrintStream) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified print stream.
- Formatter(OutputStream) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified output stream.
- Formatter(OutputStream, String) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified output stream and charset.
- FormatterClosedException - Exception in java.util
-
Unchecked exception thrown when the formatter has been closed.
- FormatterClosedException() - Constructor for exception java.util.FormatterClosedException
-
Constructs an instance of this class.