- F - Static variable in class propel.core.common.CONSTANT
-
The F letter
- f - Static variable in class propel.core.common.CONSTANT
-
The f letter
- FALSE - Static variable in class propel.core.common.CONSTANT
-
The String value "false"
- FileAttribute - Enum in propel.core.utils
-
Denotes a file/folder attribute
- Files - Class in propel.core.functional.predicates
-
Some common, re-usable predicates for Files
- Files - Class in propel.core.functional.projections
-
Some common, re-usable projections for file manipulation
- FileUtils - Class in propel.core.utils
-
Provides utility functionality for File/Directory related structures
- filterIn(File[], Set<FileAttribute>) - Static method in class propel.core.utils.FileUtils
-
Filters out files/directories which do not have the specified attributes.
- filterOut(File[], Set<FileAttribute>) - Static method in class propel.core.utils.FileUtils
-
Filters out files/directories which have the specified attributes.
- findAllNodes(Node, String) - Static method in class propel.core.utils.XmlUtils
-
Searches for all matching child nodes found under the given Node.
- findAllNodes(Node, String, MatchType, StringComparison) - Static method in class propel.core.utils.XmlUtils
-
Searches for all matching child nodes found under the given Node.
- findAttribute(Node, String) - Static method in class propel.core.utils.XmlUtils
-
Searches for the first matching attribute found on the given Node.
- findAttribute(Node, String, MatchType, StringComparison) - Static method in class propel.core.utils.XmlUtils
-
Searches for the first matching attribute found on the given Node.
- findNode(Node, String) - Static method in class propel.core.utils.XmlUtils
-
Searches for a matching child node found under the given Node.
- findNode(Node, String, int) - Static method in class propel.core.utils.XmlUtils
-
Searches for a matching child node found under the given Node.
- findNode(Node, String, int, MatchType, StringComparison) - Static method in class propel.core.utils.XmlUtils
-
Searches for a matching child node found under the given Node.
- first(Iterable<T>) - Static method in class propel.core.utils.Linq
-
Returns the first element in the provided sequence.
- first(T[]) - Static method in class propel.core.utils.Linq
-
Returns the first element in the provided sequence.
- first(Iterable<T>, Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
-
Returns the first element in the provided sequence that matches a condition.
- first(T[], Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
-
Returns the first element in the provided sequence that matches a condition.
- firstOrDefault(Iterable<T>) - Static method in class propel.core.utils.Linq
-
Returns the first element in the provided sequence.
- firstOrDefault(Iterable<T>, Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
-
Returns the first element in the provided sequence that matches a condition.
- firstOrDefault(T[]) - Static method in class propel.core.utils.Linq
-
Returns the first element in the provided array.
- firstOrDefault(T[], Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
-
Returns the first element in the provided sequence that matches a condition.
- FIVE - Static variable in class propel.core.common.CONSTANT
-
The 5 number
- FixedSizeLongBuffer - Class in propel.core.collections.buffers.primitive
-
Class implementing a fixed-size buffer of Long primitives.
- FixedSizeLongBuffer(long[]) - Constructor for class propel.core.collections.buffers.primitive.FixedSizeLongBuffer
-
Constructor, initialises with the buffer holding initial values
- floatValue() - Method in class propel.core.userTypes.Int128
- floatValue() - Method in class propel.core.userTypes.SignedByte
- floatValue() - Method in class propel.core.userTypes.UnsignedByte
- floatValue() - Method in class propel.core.userTypes.UnsignedInteger
- floatValue() - Method in class propel.core.userTypes.UnsignedLong
- floatValue() - Method in class propel.core.userTypes.UnsignedShort
- flushBase64() - Method in class propel.core.utils.Base64.OutputStream
-
Method added by PHIL.
- forAll(T[], Actions.Action1<T>) - Static method in class propel.core.utils.Linq
-
Executes an action against all elements, returning them
- forAll(Iterable<T>, Actions.Action1<T>) - Static method in class propel.core.utils.Linq
-
Executes an action against all elements, returning them
- FORWARD_SLASH - Static variable in class propel.core.common.CONSTANT
-
The forward slash String "/"
- FORWARD_SLASH_CHAR - Static variable in class propel.core.common.CONSTANT
-
The forward slash char '/'
- FOUR - Static variable in class propel.core.common.CONSTANT
-
The 4 number
- fromAlphanumericToByteArray(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts an alphanumeric string to a byte array
- fromAlphanumericToByteArray(String, int, int) - Static method in class propel.core.utils.ConversionUtils
-
Converts an alphanumeric string to a byte array
- fromAlphanumericToUInt64(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts an alphanumeric back to a ulong
- fromBase64ToByte(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a Base64 back to a byte.
- fromBase64ToByteArray(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a Base64 representation to a byte array.
- fromBase64ToByteArray(String, int, int) - Static method in class propel.core.utils.ConversionUtils
-
Converts a Base64 representation to a byte array.
- fromBase64ToInt16(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a Base64 back to a short.
- fromBase64ToInt32(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a Base64 back to an int.
- fromBase64ToInt64(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a Base64 back to a long.
- fromBase64ToUInt16(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a Base64 back to a ushort.
- fromBase64ToUInt32(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a Base64 back to a uint.
- fromBase64ToUInt64(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a Base64 back to a ulong.
- fromBinaryToByte(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to a byte.
- fromBinaryToByteArray(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to a byte[].
- fromBinaryToByteArray(String, int, int) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to a byte[].
- fromBinaryToInt16(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to a short.
- fromBinaryToInt32(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to an int.
- fromBinaryToInt64(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to a long.
- fromBinaryToUInt16(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to a ushort.
- fromBinaryToUInt32(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to an uint.
- fromBinaryToUInt64(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to a ulong.
- fromBinaryToUInt8(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a binary back to an unsigned byte.
- fromHexToByte(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex back to a byte Hex representations can be endian dependent.
- fromHexToByteArray(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex string to a byte array Hex representations can be endian dependent.
- fromHexToByteArray(String, int, int) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex string to a byte array Hex representations can be endian dependent.
- fromHexToInt16(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex back to a short Hex representations can be endian dependent.
- fromHexToInt32(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex back to an int Hex representations can be endian dependent.
- fromHexToInt64(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex back to a long Hex representations can be endian dependent.
- fromHexToUInt16(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex back to a ushort Hex representations can be endian dependent.
- fromHexToUInt32(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex back to a uint Hex representations can be endian dependent.
- fromHexToUInt64(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex back to a ulong Hex representations can be endian dependent.
- fromHexToUInt8(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a hex back to a ushort Hex representations can be endian dependent.
- fromHtml(String) - Static method in class propel.core.utils.EscapingUtils
-
Unescapes an HTML String e.g.
- fromStringToByte(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a string back to a byte
- fromStringToInt16(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a string back to a short
- fromStringToInt32(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a string back to an int
- fromStringToInt64(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a string back to a long
- fromStringToUInt16(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a string back to a ushort
- fromStringToUInt32(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a string back to a uint
- fromStringToUInt64(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a string back to a ulong
- fromStringToUInt8(String) - Static method in class propel.core.utils.ConversionUtils
-
Converts a string back to an unsigned byte
- fromUrl(String) - Static method in class propel.core.utils.EscapingUtils
-
Unescapes a URL String e.g.
- fromXml(String) - Static method in class propel.core.utils.EscapingUtils
-
Unescapes an XML String e.g.
- fromXMLDuration(Duration) - Static method in class propel.core.utils.ConversionUtils
-
Converts an XML Duration data type to a Joda Duration
- fromXMLGregorianCalendar(XMLGregorianCalendar) - Static method in class propel.core.utils.ConversionUtils
-
Converts an XML Gregorian Calendar data type to a Joda LocalDateTime
- Frozen<T> - Class in propel.core.initialisation
-
Simulates a final object by implementing a generic container of any kind of reference, which can only be set once.
- Frozen() - Constructor for class propel.core.initialisation.Frozen
-
Default constructor, if using this then the object must be set explicitly before getting.
- Frozen(T) - Constructor for class propel.core.initialisation.Frozen
-
Initialises with an object, preventing subsequent overwriting.