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 

E

E - Static variable in class propel.core.common.CONSTANT
The E letter
e - Static variable in class propel.core.common.CONSTANT
The e letter
EIGHT - Static variable in class propel.core.common.CONSTANT
The 8 number
elementAt(Iterable<T>, int) - Static method in class propel.core.utils.Linq
Returns the element at the given position in the provided sequence.
elementAtOrDefault(Iterable<T>, int) - Static method in class propel.core.utils.Linq
Returns the element at the given position in the provided sequence.
elementAtOrDefault(T[], int) - Static method in class propel.core.utils.Linq
Returns the element at the given position in the provided sequence.
EM_DASH - Static variable in class propel.core.common.CONSTANT
The em dash String "—"
EM_DASH_CHAR - Static variable in class propel.core.common.CONSTANT
The em dash char '—'
empty() - Static method in class propel.core.functional.projections.MiscProjections
Returns an action with an empty body
EMPTY_STRING - Static variable in class propel.core.common.CONSTANT
The String.Empty, as a constant
EMPTY_UUID - Static variable in class propel.core.common.CONSTANT
The Guid.Empty value in .NET
emptyFunc() - Static method in class propel.core.functional.projections.MiscProjections
Returns a no-argument function with an empty body
EN_DASH - Static variable in class propel.core.common.CONSTANT
The en dash String "–"
EN_DASH_CHAR - Static variable in class propel.core.common.CONSTANT
The en dash char '–'
ENCODE - Static variable in class propel.core.utils.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class propel.core.utils.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class propel.core.utils.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class propel.core.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class propel.core.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class propel.core.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class propel.core.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class propel.core.utils.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class propel.core.utils.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class propel.core.utils.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class propel.core.utils.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class propel.core.utils.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class propel.core.utils.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class propel.core.utils.Base64
Convenience method for encoding data to a file.
endsWith(Object, String) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true when the function argument's toString() ends with a suffix
endsWith(Object, String, StringComparison) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true when the function argument's toString() ends with a suffix
endsWith(String, String) - Static method in class propel.core.functional.predicates.Strings
Predicate returning true when the function argument ends with a suffix
endsWith(String, String, StringComparison) - Static method in class propel.core.functional.predicates.Strings
Predicate returning true when the function argument ends with a suffix
endsWith(byte[], byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Returns true if a buffer ends with a value.
endsWith(String, char) - Static method in class propel.core.utils.StringUtils
Returns true if the value ends with a suffix.
endsWith(String, String) - Static method in class propel.core.utils.StringUtils
Returns true if a value ends with a suffix.
endsWith(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if a value ends with a suffix.
endsWith(String, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if a value ends with a suffix.
entries() - Method in interface propel.core.collections.maps.primitive.ILongHashMap
Returns the set of key/value entries contained
entries() - Method in class propel.core.collections.maps.primitive.LongHashMap
Returns the set of key/value entries contained
ENVIRONMENT_NEWLINE - Static variable in class propel.core.common.CONSTANT
An OS-specific new line constant, similar to Environment.Newline constant in .NET.
EnvironmentUtils - Class in propel.core.utils
Class aiding in environment property manipulation
EnvironmentUtils() - Constructor for class propel.core.utils.EnvironmentUtils
 
EOF - Static variable in class propel.core.common.CONSTANT
The "EOF" String
EOF_EXCEPTION_MESSAGE_BYTES - Static variable in class propel.core.utils.StreamUtils
Message used in thrown exception when a stream end is encountered prematurely.
EOF_EXCEPTION_MESSAGE_CHARACTERS - Static variable in class propel.core.utils.StreamUtils
Message used in thrown exception when a stream end is encountered prematurely.
equal(T[], T[]) - Static method in class propel.core.functional.predicates.Arrays
Predicate returning true when the function argument is equal to another array
equal(Iterable, Iterable) - Static method in class propel.core.functional.predicates.Iterables
Predicate returning true when the function argument is equal to another array
equal(Object, Object) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true when the function argument is equal to a value
equal(Method, Method) - Static method in class propel.core.utils.ReflectionUtils
Compares two Method classes and returns true if they appear to be referring to the same signature of a method.
equal(Field, Field) - Static method in class propel.core.utils.ReflectionUtils
Compares two Field classes and returns true if they appear to be referring to the same signature of a field.
equal(Constructor<?>, Constructor<?>) - Static method in class propel.core.utils.ReflectionUtils
Compares two Constructors and returns true if they appear to be referring to the same constructor.
equal(MemberInfo, MemberInfo) - Static method in class propel.core.utils.ReflectionUtils
Compares two class members and returns true if they appear to be referring to the same member.
equal(PropertyInfo, PropertyInfo) - Static method in class propel.core.utils.ReflectionUtils
Compares two Method classes and returns true if they appear to be referring to the same signature of a property.
equal(String, String) - Static method in class propel.core.utils.StringUtils
Returns true if a value equals with another.
equal(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if a value equals with another.
equal(String, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if a value equals with another.
equals(Object) - Method in class propel.core.collections.KeyValuePair
Compares two key/value pairs for equality.
equals(KeyValuePair<? extends TKey, ? extends TValue>) - Method in class propel.core.collections.KeyValuePair
Compares two key/value pairs for equality.
equals(Object) - Method in class propel.core.userTypes.Int128
equals(Object) - Method in class propel.core.userTypes.SignedByte
equals(Object) - Method in class propel.core.userTypes.UnsignedByte
equals(Object) - Method in class propel.core.userTypes.UnsignedInteger
equals(Object) - Method in class propel.core.userTypes.UnsignedLong
equals(Object) - Method in class propel.core.userTypes.UnsignedShort
EQUALS_SIGN - Static variable in class propel.core.common.CONSTANT
The equals sign String "="
EQUALS_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
The equals sign char '='
EscapingUtils - Class in propel.core.utils
Provides utility functionality for escaping and un-escaping text-based data e.g.
EURO_SIGN - Static variable in class propel.core.common.CONSTANT
The euro currency sign String "€"
EURO_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
The euro currency sign char '€'
except(Iterable<T>, Iterable<T>) - Static method in class propel.core.utils.Linq
Returns all distinct values except the specified removed values.
except(Iterable<T>, Iterable<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns all distinct values except the specified removed values.
except(T[], T[]) - Static method in class propel.core.utils.Linq
Returns all distinct values except the specified removed values.
except(T[], T[], Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns all distinct values except the specified removed values.
ExceptionUtils - Class in propel.core.utils
Provides utility functionality for Exception manipulations
EXCLAMATIONMARK - Static variable in class propel.core.common.CONSTANT
The exlamation mark String "!"
EXCLAMATIONMARK_CHAR - Static variable in class propel.core.common.CONSTANT
The exclamation mark char '!'
exists(File) - Static method in class propel.core.functional.predicates.Files
Returns true if the file exists
expire(T) - Method in interface propel.core.collections.volatiles.ISessionStore
Expires the time of a session item.
expire(TKey) - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Expires the time of a session item, i.e.
expire(T) - Method in class propel.core.collections.volatiles.ValueSessionStore
Expires the time of a session item, i.e.
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