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

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"
fieldEqual(Field) - Static method in class propel.core.functional.predicates.Reflection
Predicate evaluating to true if given field equals the processed value
fieldNameEquals(String) - Static method in class propel.core.functional.predicates.Reflection
Predicate evaluating to true if a field name matches the given name
fieldNameEquals(String, StringComparison) - Static method in class propel.core.functional.predicates.Reflection
Predicate evaluating to true if a field name matches the given name
FileAttribute - Enum in propel.core.utils
Denotes a file/folder attribute
FILENAME - Static variable in class propel.core.configuration.ConfigurableParamsInput
 
FileNamePropertyMetadata - Class in propel.core.validation.propertyMetadata
Class aiding in validation of file names
FileNamePropertyMetadata(String, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.FileNamePropertyMetadata
Constructor initializes with default constraints
FileNamePropertyMetadata(String, boolean, boolean, Boolean) - Constructor for class propel.core.validation.propertyMetadata.FileNamePropertyMetadata
Constructor initializes with default constraints
FileNamePropertyMetadata(String, int, int, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.FileNamePropertyMetadata
Constructor initializes with custom constraints
FileNamePropertyMetadata(String, int, int, boolean, boolean, Boolean) - Constructor for class propel.core.validation.propertyMetadata.FileNamePropertyMetadata
Constructor initializes with custom constraints
FileNamePropertyMetadata(String, Iterable<Character>, Iterable<Character>, Iterable<Character>, int, int, boolean, boolean, boolean, Boolean) - Constructor for class propel.core.validation.propertyMetadata.FileNamePropertyMetadata
Constructor initializes with fully custom constraints
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.
Functions - Class in propel.core.functional
 
Functions() - Constructor for class propel.core.functional.Functions
 
Functions.Function0<R> - Class in propel.core.functional
Encapsulates a method that has no parameters and returns a value of the type specified by the R parameter.
Functions.Function0() - Constructor for class propel.core.functional.Functions.Function0
 
Functions.Function1<T1,R> - Class in propel.core.functional
Encapsulates a method that has a single parameter and returns a value of the type specified by the R parameter.
Functions.Function1() - Constructor for class propel.core.functional.Functions.Function1
 
Functions.Function2<T1,T2,R> - Class in propel.core.functional
Encapsulates a method that has two parameters and returns a value of the type specified by the R parameter.
Functions.Function2() - Constructor for class propel.core.functional.Functions.Function2
 
Functions.Function3<T1,T2,T3,R> - Class in propel.core.functional
Encapsulates a method that has three parameters and returns a value of the type specified by the R parameter.
Functions.Function3() - Constructor for class propel.core.functional.Functions.Function3
 
Functions.Function4<T1,T2,T3,T4,R> - Class in propel.core.functional
Encapsulates a method that has four parameters and returns a value of the type specified by the R parameter.
Functions.Function4() - Constructor for class propel.core.functional.Functions.Function4
 
Functions.Function5<T1,T2,T3,T4,T5,R> - Class in propel.core.functional
Encapsulates a method that has five parameters and returns a value of the type specified by the R parameter.
Functions.Function5() - Constructor for class propel.core.functional.Functions.Function5
 
Functions.Function6<T1,T2,T3,T4,T5,T6,R> - Class in propel.core.functional
Encapsulates a method that has six parameters and returns a value of the type specified by the R parameter.
Functions.Function6() - Constructor for class propel.core.functional.Functions.Function6
 
Functions.Function7<T1,T2,T3,T4,T5,T6,T7,R> - Class in propel.core.functional
Encapsulates a method that has seven parameters and returns a value of the type specified by the R parameter.
Functions.Function7() - Constructor for class propel.core.functional.Functions.Function7
 
Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> - Class in propel.core.functional
Encapsulates a method that has eight parameters and returns a value of the type specified by the R parameter.
Functions.Function8() - Constructor for class propel.core.functional.Functions.Function8
 
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