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

F

FALSE - Static variable in class java.lang.Boolean
 
FEBRUARY - Static variable in class java.util.Calendar
Constant representing February.
FIELD_COUNT - Static variable in class java.util.Calendar
Number of time fields.
FieldPosition - Class in java.text
FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted output.
FieldPosition(int) - Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field.
FieldPosition(Format.Field) - Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field constant.
FieldPosition(Format.Field, int) - Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field.
File - Class in java.io
Implements a file system using pages of flash memory.
File(String) - Constructor for class java.io.File
Creates a new File object.
FileInputStream - Class in java.io
Reads a stream of bytes from a file.
FileInputStream(String) - Constructor for class java.io.FileInputStream
This method initializes a FileInputStream to read from the specified named file.
FileInputStream(File) - Constructor for class java.io.FileInputStream
 
FilenameFilter - Interface in java.io
This interface has one method which is used for filtering filenames returned in a directory listing.
FileNotFoundException - Exception in java.io
 
FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
 
FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
 
FileOutputStream - Class in java.io
Writes a stream of bytes to a file.
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
This method initializes a FileInputStream to read from the specified named file.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
 
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
create a new OutputStream to write to this file, starting at the beginning of the file.
FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
create a new OutputStream to write to this file
filePageSize - Static variable in class java.io.File
 
FileReader - Class in java.io
This class provides a convenient way to set up a Reader to read from a file.
FileReader(File) - Constructor for class java.io.FileReader
This method initializes a FileReader instance to read from the specified File object.
FileReader(String) - Constructor for class java.io.FileReader
This method initializes a FileReader instance to read from the specified named file.
FileWriter - Class in java.io
This is a convenience class for writing to files.
FileWriter(File) - Constructor for class java.io.FileWriter
This method initializes a new FileWriter object to write to the specified File object.
FileWriter(File, boolean) - Constructor for class java.io.FileWriter
This method initializes a new FileWriter object to write to the specified File object.
FileWriter(String) - Constructor for class java.io.FileWriter
This method intializes a new FileWriter object to write to the specified named file.
FileWriter(String, boolean) - Constructor for class java.io.FileWriter
This method intializes a new FileWriter object to write to the specified named file.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Fill an array with a boolean value.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Fill a range of an array with a boolean value.
fill(byte[], byte) - Static method in class java.util.Arrays
Fill an array with a byte value.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Fill a range of an array with a byte value.
fill(char[], char) - Static method in class java.util.Arrays
Fill an array with a char value.
fill(char[], int, int, char) - Static method in class java.util.Arrays
Fill a range of an array with a char value.
fill(short[], short) - Static method in class java.util.Arrays
Fill an array with a short value.
fill(short[], int, int, short) - Static method in class java.util.Arrays
Fill a range of an array with a short value.
fill(int[], int) - Static method in class java.util.Arrays
Fill an array with an int value.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Fill a range of an array with an int value.
fill(long[], long) - Static method in class java.util.Arrays
Fill an array with a long value.
fill(long[], int, int, long) - Static method in class java.util.Arrays
Fill a range of an array with a long value.
fill(float[], float) - Static method in class java.util.Arrays
Fill an array with a float value.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Fill a range of an array with a float value.
fill(double[], double) - Static method in class java.util.Arrays
Fill an array with a double value.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Fill a range of an array with a double value.
fill(Object[], Object) - Static method in class java.util.Arrays
Fill an array with an Object value.
fill(Object[], int, int, Object) - Static method in class java.util.Arrays
Fill a range of an array with an Object value.
fill(List<? super T>, T) - Static method in class java.util.Collections
Replace every element of a list with a given value.
fillInStackTrace() - Method in class java.lang.Throwable
Capture a stack trace.
FilterInputStream - Class in java.io
This is the common superclass of all standard classes that filter input.
FilterOutputStream - Class in java.io
This class is the common superclass of output stream classes that filter the output they write.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
This method initializes an instance of FilterOutputStream to write to the specified subordinate OutputStream.
FilterReader - Class in java.io
This is the common superclass of all standard classes that filter input.
FilterWriter - Class in java.io
This class is the common superclass of output character stream classes that filter the output they write.
first() - Method in interface java.text.CharacterIterator
Sets the position to getBeginIndex() and returns the character at that position.
first() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.first() for String.
first() - Method in interface java.util.SortedSet
Returns the first (lowest sorted) element in the set.
first() - Method in class java.util.TreeSet
Returns the first (by order) element in this Set.
firstElement() - Method in class java.util.Vector
Returns the first element (index 0) in the Vector.
firstEntry() - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in class java.util.TreeMap
Returns the entry associated with the least or lowest key in the map, or null if the map is empty.
firstKey() - Method in interface java.util.SortedMap
Returns the first (lowest sorted) key in the map.
firstKey() - Method in class java.util.TreeMap
Returns the first (lowest) key in the map.
flip(int) - Method in class java.util.BitSet
Sets the bit at the index to the opposite value.
flip(int, int) - Method in class java.util.BitSet
Sets a range of bits to the opposite value.
Float - Class in java.lang
Minimal Float implementation.
Float(double) - Constructor for class java.lang.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
 
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit representation of a single-float value.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns the bit representation of a single-float value.
floatValue() - Method in class java.lang.Byte
 
floatValue() - Method in class java.lang.Double
 
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
 
floatValue() - Method in class java.lang.Long
 
floatValue() - Method in class java.lang.Number
Return the float value of this Number.
floatValue() - Method in class java.lang.Short
 
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
floor(E) - Method in interface java.util.NavigableSet
Returns the greatest element in this set less than or equal to the given element, or null if there is no such element.
floor(T) - Method in class java.util.TreeSet
Returns the greatest or highest element in the set less than or equal to the given element, or null if there is no such element.
floorEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(K) - Method in class java.util.TreeMap
Returns the entry associated with the greatest or highest key that is less than or equal to the specified key, or null if there is no such key.
floorKey(K) - Method in interface java.util.NavigableMap
Returns the greatest key less than or equal to the given key, or null if there is no such key.
floorKey(K) - Method in class java.util.TreeMap
Returns the the greatest or highest key that is less than or equal to the specified key, or null if there is no such key.
flush() - Method in class java.io.BufferedOutputStream
This method causes any currently buffered bytes to be immediately written to the underlying output stream.
flush() - Method in class java.io.BufferedWriter
Flushes the stream.
flush() - Method in class java.io.CharArrayWriter
This method flushes all buffered chars to the stream.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.FileOutputStream
 
flush() - Method in class java.io.FilterOutputStream
This method attempt to flush all buffered output to be written to the underlying output sink.
flush() - Method in class java.io.FilterWriter
This method attempt to flush all buffered output to be written to the underlying output sink.
flush() - Method in interface java.io.Flushable
Flushes the stream represented by this class, so that any buffered data is written to the stream.
flush() - Method in class java.io.OutputStream
This method forces any data that may have been buffered to be written to the underlying output device.
flush() - Method in class java.io.PipedOutputStream
This method does nothing.
flush() - Method in class java.io.PipedWriter
This method does nothing.
flush() - Method in class java.io.PrintStream
This method flushes any buffered bytes to the underlying stream and then flushes that stream as well.
flush() - Method in class java.io.PrintWriter
This method flushes any buffered chars to the underlying stream and then flushes that stream as well.
flush() - Method in class java.io.StringWriter
Flush the stream.
flush() - Method in class java.io.Writer
This method forces any data that may have been buffered to be written to the underlying output device.
flush() - Method in class java.net.Socket
 
flush() - Method in class java.util.Formatter
Flushes the formatter, writing any cached data to the output stream.
flush() - Method in class tijos.framework.util.logging.StreamHandler
Forces any data that may have been buffered to the underlying output device.
Flushable - Interface in java.io
A Flushable class represents a stream of data, for which internally buffered data can be `flushed'.
forDigit(int, int) - Static method in class java.lang.Character
 
format() - Static method in class java.io.File
Essentially formats the file system by writing TABLE_ID characters to the first page of flash memory.
format(String, Object...) - Method in class java.io.PrintStream
 
format(Locale, String, Object...) - Method in class java.io.PrintStream
 
format(String, Object...) - Method in class java.io.PrintWriter
 
format(String, Object...) - Static method in class java.lang.String
 
format(Object, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
Formats a number and appends the resulting text to the given string buffer.
format(double, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
Formats a double to produce a string.
format(long, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
Format a long to produce a string.
Format - Class in java.text
Format is an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers.
format(Object) - Method in class java.text.Format
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.Format
Formats an object and appends the resulting text to a given string buffer.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Formats a number and appends the resulting text to the given string buffer.
format(double) - Method in class java.text.NumberFormat
Specialization of format.
format(long) - Method in class java.text.NumberFormat
Specialization of format.
format(double, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Specialization of format.
format(long, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Specialization of format.
format(Locale, String, Object...) - Method in class java.util.Formatter
Outputs a formatted string based on the supplied specification, fmt, and its arguments using the specified locale.
format(String, Object...) - Method in class java.util.Formatter
Outputs a formatted string based on the supplied specification, fmt, and its arguments using the formatter's locale.
format() - Method in class tijos.framework.appcenter.TiAPPManager
Format the APP storage area
format(double, String) - Static method in class tijos.framework.util.Formatter
Format double into a string with pattern
format(float, String) - Static method in class tijos.framework.util.Formatter
Format float into a string with pattern
Format.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from Format.formatToCharacterIterator and as field identifiers in FieldPosition.
Formattable - Interface in java.util
The Formattable interface is used to provide customised formatting to arbitrary objects via the Formatter.
FormattableFlags - Class in java.util
This class contains a set of flags used by the Formattable#formatTo() method.
Formatter - Class in java.util
A Java formatter for printf-style format strings, as seen in the C programming language.
Formatter() - Constructor for class java.util.Formatter
Constructs a new Formatter using the default locale and a StringBuilder as the output stream.
Formatter(Locale) - Constructor for class java.util.Formatter
Constructs a new Formatter using the specified locale and a StringBuilder as the output stream.
Formatter(Appendable) - Constructor for class java.util.Formatter
Constructs a new Formatter using the default locale and the specified output stream.
Formatter(Appendable, Locale) - Constructor for class java.util.Formatter
Constructs a new Formatter using the specified locale and the specified output stream.
Formatter(File) - Constructor for class java.util.Formatter
Constructs a new Formatter using the default locale and character set, with the specified file as the output stream.
Formatter(File, String) - Constructor for class java.util.Formatter
Constructs a new Formatter using the default locale, with the specified file as the output stream and the supplied character set.
Formatter(File, String, Locale) - Constructor for class java.util.Formatter
Constructs a new Formatter using the specified file as the output stream with the supplied character set and locale.
Formatter(OutputStream) - Constructor for class java.util.Formatter
Constructs a new Formatter using the default locale and character set, with the specified output stream.
Formatter(OutputStream, String) - Constructor for class java.util.Formatter
Constructs a new Formatter using the default locale, with the specified file output stream and the supplied character set.
Formatter(OutputStream, String, Locale) - Constructor for class java.util.Formatter
Constructs a new Formatter using the specified output stream with the supplied character set and locale.
Formatter(PrintStream) - Constructor for class java.util.Formatter
Constructs a new Formatter using the default locale with the specified output stream.
Formatter(String) - Constructor for class java.util.Formatter
Constructs a new Formatter using the default locale and character set, with the specified file as the output stream.
Formatter(String, String) - Constructor for class java.util.Formatter
Constructs a new Formatter using the default locale, with the specified file as the output stream and the supplied character set.
Formatter(String, String, Locale) - Constructor for class java.util.Formatter
Constructs a new Formatter using the specified file as the output stream with the supplied character set and locale.
Formatter - Class in tijos.framework.util
Double/float output string formatter Support pattern : .####
Formatter() - Constructor for class tijos.framework.util.Formatter
 
formatTo(Formatter, int, int, int) - Method in interface java.util.Formattable
Formats the object using the supplied formatter to the specification provided by the given flags, width and precision.
formatToCharacterIterator(Object) - Method in class java.text.DecimalFormat
Formats an Object producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.Format
Formats an Object producing an AttributedCharacterIterator.
forName(String) - Static method in class java.lang.Class
 
FRACTION - Static variable in class java.text.NumberFormat.Field
Constant identifying the fraction field.
FRACTION_FIELD - Static variable in class java.text.NumberFormat
Field constant used to construct a FieldPosition object.
freeMemory() - Static method in class java.io.File
Returns to total free memory in the flash file system.
freeMemory() - Method in class java.lang.Runtime
Return the amount of free memory.on the heap
frequency(Collection<?>, Object) - Static method in class java.util.Collections
Returns the frequency of the specified object within the supplied collection.
FRIDAY - Static variable in class java.util.Calendar
Constant representing Friday.
fromSlot(int) - Static method in enum tijos.framework.eventcenter.TiEventType
Get event type from hardware
fromString(String) - Static method in class java.util.UUID
Creates a UUID object from a Sting representation.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links