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 

C

C - Static variable in class propel.core.common.CONSTANT
The C letter
c - Static variable in class propel.core.common.CONSTANT
The c letter
canExecute(File) - Static method in class propel.core.functional.predicates.Files
Returns true if the file can be executed
canRead(File) - Static method in class propel.core.functional.predicates.Files
Returns true if the file can be read
canWrite(File) - Static method in class propel.core.functional.predicates.Files
Returns true if the file can be written to
capacity() - Method in interface propel.core.collections.maps.primitive.ILongHashMap
Returns the map capacity
capacity() - Method in class propel.core.collections.maps.primitive.LongHashMap
Returns the map capacity
cast(Iterable<TSource>, Class<TDest>) - Static method in class propel.core.utils.Linq
Casts a sequence of values of a certain type to a sequence of values of another type.
cast(TSource[], Class<TDest>) - Static method in class propel.core.utils.Linq
Casts an array of values of a certain type to an array of values of another type.
cast(Iterable<TSource>, Class<TDest>, InvalidCastBehaviour) - Static method in class propel.core.utils.Linq
Casts a sequence of values of a certain type to a sequence of values of another type, using the specified behaviour upon the event of a cast failure.
cast(TSource[], Class<TDest>, InvalidCastBehaviour) - Static method in class propel.core.utils.Linq
Casts an array of values of a certain type to an array of values of another type, using the specified behaviour upon the event of a cast failure.
CENT_SIGN - Static variable in class propel.core.common.CONSTANT
The dollar currency cent sign String "¢"
CENT_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
The dollar currency cent sign char '¢'
changeType(Object, Class<T>) - Static method in class propel.core.utils.ConversionUtils
.NET-style Convert.ChangeType functionality.
charAt(String, int) - Static method in class propel.core.functional.projections.Strings
Returns the character at specified index
charRange(char, char) - Static method in class propel.core.utils.StringUtils
Returns a character range from start (inclusive) to end (exclusive).
charRange(int, int) - Static method in class propel.core.utils.StringUtils
Returns a character range from start (inclusive) to end (exclusive).
CircularBuffer<T> - Class in propel.core.collections.buffers
A type-aware circular buffer of limited size.
CircularBuffer() - Constructor for class propel.core.collections.buffers.CircularBuffer
Default constructor.
CircularBuffer(Class<?>) - Constructor for class propel.core.collections.buffers.CircularBuffer
Constructor for initializing with the generic type parameter
CircularBuffer(int) - Constructor for class propel.core.collections.buffers.CircularBuffer
Initializes the buffer with the buffer size.
CircularBuffer(int, Class<?>) - Constructor for class propel.core.collections.buffers.CircularBuffer
Constructor initializes with the buffer size and a generic type parameter.
CircularBuffer(ReifiedIterable<T>) - Constructor for class propel.core.collections.buffers.CircularBuffer
Constructor initializes from another reified collection
CircularBuffer(Iterable<? extends T>) - Constructor for class propel.core.collections.buffers.CircularBuffer
Constructor initializes from another collection
CircularBuffer(Iterable<? extends T>, Class<?>) - Constructor for class propel.core.collections.buffers.CircularBuffer
Constructor initializes from another collection and a generic type parameter
CIRCUMFLEX - Static variable in class propel.core.common.CONSTANT
The circumflex String "^"
CIRCUMFLEX_CHAR - Static variable in class propel.core.common.CONSTANT
The circumflex char '^'
clear() - Method in class propel.core.collections.buffers.CircularBuffer
Empties the buffer.
clear() - Method in interface propel.core.collections.buffers.IBuffer
Empties the buffer.
clear() - Method in class propel.core.collections.buffers.LRUBuffer
Empties the buffer.
clear() - Method in class propel.core.collections.buffers.SharedBuffer
Empties the buffer.
clear() - Method in interface propel.core.collections.IKeyValueStore
Clears the collection
clear() - Method in interface propel.core.collections.IValueStore
Clears the collection
clear() - Method in class propel.core.collections.lists.ReifiedArrayList
Empties the list and re-creates the internal buffer with a default size.
clear() - Method in class propel.core.collections.lists.SharedList
Empties the list and re-creates the internal buffer with a default size.
clear() - Method in class propel.core.collections.maps.avl.AvlHashtable
Removes all elements from this AVL hash table.
clear() - Method in class propel.core.collections.maps.avl.KeyCollection
Deprecated.
clear() - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Removes all keys and values.
clear() - Method in class propel.core.collections.maps.avl.ValueCollection
Deprecated.
clear() - Method in class propel.core.collections.maps.bi.AvlBiMap
Removes all elements.
clear() - Method in interface propel.core.collections.maps.bi.IBiMap
Removes all elements
clear() - Method in class propel.core.collections.maps.combinational.AvlTreeList
Removes all keys and values.
clear() - Method in interface propel.core.collections.maps.combinational.IListMap
Removes all keys and values.
clear() - Method in class propel.core.collections.maps.combinational.ListMap
Clears the collection.
clear() - Method in interface propel.core.collections.maps.IHashtable
Removes all elements from this hash table.
clear() - Method in interface propel.core.collections.maps.ISharedHashtable
Removes all keys and values.
clear() - Method in interface propel.core.collections.maps.multi.IMapMultimap
Clears the entire multimap
clear() - Method in class propel.core.collections.maps.multi.MapMultimap
Clears the entire multimap
clear() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Clears the entire multimap
clear() - Method in class propel.core.collections.maps.primitive.LongHashMap
Clears the contents.
clear() - Method in interface propel.core.collections.queues.ISharedQueue
Clears the queue
clear() - Method in class propel.core.collections.queues.SharedQueue
Clears the queue.
clear() - Method in class propel.core.collections.sets.AvlTreeSet
Clears the collection.
clear() - Method in class propel.core.collections.sets.SharedAvlTreeSet
Clears the collection.
clear() - Method in interface propel.core.collections.stacks.ISharedStack
Clears the stack
clear() - Method in class propel.core.collections.stacks.SharedStack
Clears the stack.
clear() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Clears the collection.
clear() - Method in class propel.core.collections.volatiles.ValueSessionStore
Clears the collection.
clear() - Method in interface propel.core.transactional.ITransactionManager
Re-initializes the manager to allow for re-use
clear() - Method in class propel.core.transactional.TransactionManager
Re-initializes the manager to allow for re-use
clear(T[]) - Static method in class propel.core.utils.ArrayUtils
Clears an array with the default Type T value, i.e.
clear(T[], T) - Static method in class propel.core.utils.ArrayUtils
Clears an array with the provided value
clear(byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Sets all elements to 0
clone() - Method in class propel.core.userTypes.Int128
clone() - Method in class propel.core.userTypes.SignedByte
clone() - Method in class propel.core.userTypes.UnsignedByte
clone() - Method in class propel.core.userTypes.UnsignedInteger
clone() - Method in class propel.core.userTypes.UnsignedLong
clone() - Method in class propel.core.userTypes.UnsignedShort
clone(T[]) - Static method in class propel.core.utils.ArrayUtils
Clones the given array
cloneFile(File, String) - Static method in class propel.core.utils.FileUtils
Copies a file from source to destination while preserving the file's Last Modified date.
cloneFile(String, String) - Static method in class propel.core.utils.FileUtils
Copies a file from source to destination while preserving the file's Last Modified date.
close() - Method in class propel.core.utils.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
CLOSE_PARENTHESIS - Static variable in class propel.core.common.CONSTANT
The close parenthesis String ")"
CLOSE_PARENTHESIS_CHAR - Static variable in class propel.core.common.CONSTANT
The close parenthesis char ')'
ClosureVariableWrapper<T> - Class in propel.core.functional.closure
A generic object wrapper that can be used for capturing values used across multiple closure constructs e.g.
ClosureVariableWrapper(T) - Constructor for class propel.core.functional.closure.ClosureVariableWrapper
Initializes with the encapsulated item.
ClosureVariableWrapper(T, Class<?>) - Constructor for class propel.core.functional.closure.ClosureVariableWrapper
Initializes with the encapsulated item.
COLON - Static variable in class propel.core.common.CONSTANT
The colon String ":"
COLON_CHAR - Static variable in class propel.core.common.CONSTANT
The colon char ':'
combinePath(String, String) - Static method in class propel.core.utils.FileUtils
Combines two paths, appending a directory separator after the first path, if needed.
COMMA - Static variable in class propel.core.common.CONSTANT
The comma String ","
COMMA_CHAR - Static variable in class propel.core.common.CONSTANT
The comma char ','
commit() - Method in interface propel.core.transactional.ITransactionManager
Executes all actions, starting at the beginning.
commit() - Method in class propel.core.transactional.TransactionManager
Executes all actions, starting at the beginning.
commitWithRollback() - Method in interface propel.core.transactional.ITransactionManager
Executes all actions, starting at the beginning.
commitWithRollback() - Method in class propel.core.transactional.TransactionManager
Executes all actions, starting at the beginning.
compact(String) - Static method in class propel.core.utils.XmlUtils
Compacts an XML text string, by removing CR, LF, TAB and double WHITESPACE characters.
compare(String, String) - Static method in class propel.core.utils.StringUtils
Compares two Strings using a CurrentLocale string comparison.
compare(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Compares two Strings using the specified string comparison.
compare(String, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Comparison function, uses higher performance locale-aware comparison, uses existing collator to avoid creating one every time.
compareExchange(T, T) - Method in class propel.core.threading.primitives.SharedData
Compares and replaces the encapsulated (old) value with the newValue if it is equal to the comparand.
compareExchangeNotEqual(T, T) - Method in class propel.core.threading.primitives.SharedData
Compares and replaces the encapsulated (old) value with the newValue if it is not equal to the comparand.
compareExchangePredicate(T, Predicates.Predicate1<T>) - Method in class propel.core.threading.primitives.SharedData
Compares and replaces the encapsulated (old) value with the newValueif the given predicate returns true.
compareTo(Int128) - Method in class propel.core.userTypes.Int128
compareTo(SignedByte) - Method in class propel.core.userTypes.SignedByte
compareTo(UnsignedByte) - Method in class propel.core.userTypes.UnsignedByte
compareTo(UnsignedInteger) - Method in class propel.core.userTypes.UnsignedInteger
compareTo(UnsignedLong) - Method in class propel.core.userTypes.UnsignedLong
compareTo(UnsignedShort) - Method in class propel.core.userTypes.UnsignedShort
compareTo(MemberInfo) - Method in class propel.core.utils.MemberInfo
compareTo(PropertyInfo) - Method in class propel.core.utils.PropertyInfo
concat(Iterable<? extends T>...) - Static method in class propel.core.utils.Linq
Concatenates two or more sequences
concat(T[]...) - Static method in class propel.core.utils.Linq
Concatenates two or more arrays
concat(Iterable<String>) - Static method in class propel.core.utils.StringUtils
Concatenates a collection of strings into a single string.
concat(Iterable<String>, String) - Static method in class propel.core.utils.StringUtils
Concatenates a collection of strings into a single string.
concat(String[]) - Static method in class propel.core.utils.StringUtils
Concatenates a collection of strings into a single string.
concat(String[], String) - Static method in class propel.core.utils.StringUtils
Concatenates a collection of strings into a single string.
concat(char[]) - Static method in class propel.core.utils.StringUtils
Concatenates the given chars.
concat(char[]...) - Static method in class propel.core.utils.StringUtils
Concatenates the given chars.
CONSTANT - Class in propel.core.common
Defines a wide range of constants
CONSTANT() - Constructor for class propel.core.common.CONSTANT
 
containedBy(Object, Iterable) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true if an element is contained in the function argument (Iterable)
containedIn(T, T[]) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true if an element is contained in the function argument (Array)
contains(T) - Method in class propel.core.collections.buffers.CircularBuffer
Checks if an object is contained in the buffer.
contains(T) - Method in interface propel.core.collections.buffers.IBuffer
Checks if an object is contained in the buffer.
contains(T) - Method in class propel.core.collections.buffers.LRUBuffer
Returns true if an object is contained in the buffer.
contains(T) - Method in class propel.core.collections.buffers.SharedBuffer
Checks if an object is contained in the buffer.
contains(T) - Method in interface propel.core.collections.IValueStore
Checks if an item exists.
contains(Object) - Method in class propel.core.collections.lists.ReifiedArrayList
Scans the collection linearly and returns true if the specified element is found.
contains(Object) - Method in class propel.core.collections.lists.SharedList
Scans the collection linearly and returns true if the specified element is found.
contains(KeyValuePair<? extends TKey, ? extends TValue>) - Method in class propel.core.collections.maps.avl.AvlHashtable
Returns true if a key exists in the key collection.
contains(Object) - Method in class propel.core.collections.maps.avl.KeyCollection
Returns true if this collection contains the specified element.
contains(TKey) - Method in class propel.core.collections.maps.avl.KeyCollection
Returns true if this collection contains the specified element.
contains(TKey) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Returns the value of a key, if found.
contains(Object) - Method in class propel.core.collections.maps.avl.ValueCollection
Returns true if this collection contains the specified element.
contains(TKey) - Method in class propel.core.collections.maps.combinational.AvlTreeList
Returns true if a key is found.
contains(TKey) - Method in interface propel.core.collections.maps.combinational.IListMap
Returns true if the given key is contained in the collection.
contains(TKey) - Method in class propel.core.collections.maps.combinational.ListMap
Returns true if the given key is contained in the collection.
contains(KeyValuePair<? extends TKey, ? extends TValue>) - Method in interface propel.core.collections.maps.IHashtable
Returns true if the key of the key/value pair exists in the key collection
contains(TKey) - Method in interface propel.core.collections.maps.ISharedHashtable
Returns the value of a key, if found.
contains(T, K) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns true if the map contains a key
contains(T, K) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns true if the map contains a key
contains(T, K) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns true if the map contains a key
contains(T) - Method in class propel.core.collections.sets.AvlTreeSet
Returns true if an item is contained in the collection.
contains(T) - Method in class propel.core.collections.sets.SharedAvlTreeSet
Returns true if an item is contained in the collection.
contains(T) - Method in class propel.core.collections.volatiles.ValueSessionStore
Returns true if an item is contained in the collection.
contains(T[], T) - Static method in class propel.core.functional.predicates.Arrays
Predicate returning true when the function argument contains an item
contains(Iterable, Object) - Static method in class propel.core.functional.predicates.Iterables
Predicate returning true when the function argument contains an item
contains(Object, String) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true when the function argument's toString() contains some string
contains(Object, String, StringComparison) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true when the function argument's toString() contains some string
contains(String, String) - Static method in class propel.core.functional.predicates.Strings
Predicate returning true when the function argument contains some string
contains(String, String, StringComparison) - Static method in class propel.core.functional.predicates.Strings
Predicate returning true when the function argument contains some string
contains(Iterable<T>, T) - Static method in class propel.core.utils.Linq
Returns true if an item is contained in a sequence.
contains(Iterable<T>, T, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns true if an item is contained in a sequence.
contains(T[], T) - Static method in class propel.core.utils.Linq
Returns true if an item is contained in a sequence.
contains(T[], T, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns true if an item is contained in a sequence.
contains(char[], char) - Static method in class propel.core.utils.StringUtils
Returns true if a char sequence contains a character
contains(String, char) - Static method in class propel.core.utils.StringUtils
Returns true if a string contains a character
contains(String, String) - Static method in class propel.core.utils.StringUtils
Returns true if the part is contained in the value.
contains(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if the part is contained in the value.
contains(String, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if the part is contained in the value.
contains(Iterable<String>, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if the value is contained in the collection of values.
contains(Iterable<String>, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if the value is contained in the collection of values.
contains(String[], String, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if the value is contained in the collection of values.
contains(String[], String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if the value is contained in the collection of values.
containsAll(Collection<?>) - Method in class propel.core.collections.lists.ReifiedArrayList
Returns true if all elements in the provided collection are contained in this collection.
containsAll(Collection<?>) - Method in class propel.core.collections.lists.SharedList
Returns true if all elements in the provided collection are contained in this collection.
containsAll(Collection<?>) - Method in class propel.core.collections.maps.avl.KeyCollection
Returns true if this collection contains all the specified elements.
containsAll(Collection<?>) - Method in class propel.core.collections.maps.avl.ValueCollection
Deprecated.
containsAll(T[], T[]) - Static method in class propel.core.functional.predicates.Arrays
Predicate returning true when the function argument contains all items
containsAll(Iterable, Iterable) - Static method in class propel.core.functional.predicates.Iterables
Predicate returning true when the function argument contains all items
containsAll(Iterable<T>, Iterable<T>) - Static method in class propel.core.utils.Linq
Returns true if all of the items are contained in the given values.
containsAll(Iterable<T>, Iterable<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns true if all of the items are contained in the given values.
containsAll(T[], T[]) - Static method in class propel.core.utils.Linq
Returns true if all of the items are contained in the given values.
containsAll(T[], T[], Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns true if all of the items are contained in the given values.
containsAll(String, char[]) - Static method in class propel.core.utils.StringUtils
Returns true if all characters are contained in a string.
containsAll(String, Iterable<String>) - Static method in class propel.core.utils.StringUtils
Returns true if all strings specified are contained in the value string.
containsAll(String, Iterable<String>, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if all strings specified are contained in the value string.
containsAll(String, Iterable<String>, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if all strings specified are contained in the value string.
containsAll(Iterable<String>, Iterable<String>) - Static method in class propel.core.utils.StringUtils
Returns true if all items are contained in the values string collection.
containsAll(Iterable<String>, Iterable<String>, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if all items are contained in the values string collection.
containsAll(Iterable<String>, Iterable<String>, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if all items in items are contained in the values string collection.
containsAny(T[], T[]) - Static method in class propel.core.functional.predicates.Arrays
Predicate returning true when the function argument contains any of the given items
containsAny(Iterable, Iterable) - Static method in class propel.core.functional.predicates.Iterables
Predicate returning true when the function argument contains any of the given items
containsAny(Iterable<T>, Iterable<T>) - Static method in class propel.core.utils.Linq
Returns true if any of the items are contained in the given values.
containsAny(Iterable<T>, Iterable<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns true if any of the items are contained in the given values.
containsAny(T[], T[]) - Static method in class propel.core.utils.Linq
Returns true if any of the items are contained in the given values.
containsAny(T[], T[], Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns true if any of the items are contained in the given values.
containsAny(String, char[]) - Static method in class propel.core.utils.StringUtils
Returns true if all characters are contained in a string.
containsAny(String, Iterable<String>) - Static method in class propel.core.utils.StringUtils
Returns true if any of the strings are contained in a string.
containsAny(String, Iterable<String>, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if any of the strings are contained in a string.
containsAny(String, Iterable<String>, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if any of the strings are contained in a string.
containsAny(Iterable<String>, Iterable<String>, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if any item in items is contained in the values string collection.
containsAny(Iterable<String>, Iterable<String>, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if any item in items is contained in the values string collection.
containsKey(TKey) - Method in interface propel.core.collections.IKeyValueStore
Checks if a key exists.
containsKey(TKey) - Method in class propel.core.collections.maps.avl.AvlHashtable
Returns true if the key of the key/value pair exists in the key collection.
containsKey(TKey) - Method in class propel.core.collections.maps.bi.AvlBiMap
Returns true if a given key exists, false otherwise.
containsKey(TKey) - Method in interface propel.core.collections.maps.bi.IBiMap
Returns true if a given key exists, false otherwise
containsKey(TKey) - Method in interface propel.core.collections.maps.IHashtable
Returns true if the key of the key/value pair exists in the key collection
containsKey(T) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns true if the map contains a key
containsKey(T) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns true if the map contains a key
containsKey(T) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns true if the map contains a key
containsKey(long) - Method in interface propel.core.collections.maps.primitive.ILongHashMap
Returns true if the given key exists
containsKey(long) - Method in class propel.core.collections.maps.primitive.LongHashMap
Returns true if the given key exists
containsKey(TKey) - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Returns true if the given key is contained in the collection.
containsSubkey(K) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns true if the map contains a sub-key
containsSubkey(K) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns true if the map contains a sub-key
containsSubkey(K) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns true if the map contains a sub-key
containsValue(TValue) - Method in class propel.core.collections.maps.bi.AvlBiMap
Returns true if a given value exists, false otherwise This is an O(log2(n)) operation.
containsValue(TValue) - Method in interface propel.core.collections.maps.bi.IBiMap
Returns true if a given value exists, false otherwise.
containsValue(V) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns true if the map contains a value
containsValue(V) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns true if the map contains a value
containsValue(V) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns true if the map contains a value
containsValue(V) - Method in interface propel.core.collections.maps.primitive.ILongHashMap
Returns the key/value pair, if the given value exists, otherwise returns null
containsValue(V) - Method in class propel.core.collections.maps.primitive.LongHashMap
Returns the key/value pair, if the given value exists, otherwise returns null
ConversionUtils - Class in propel.core.utils
Class aiding in casting, encoding/decoding and converting
copy(InputStream, OutputStream, long) - Static method in class propel.core.utils.StreamUtils
Copies data from one stream to another.
copy(String, int, int) - Static method in class propel.core.utils.StringUtils
Similar to String.Substring
copyFile(File, String) - Static method in class propel.core.functional.projections.Files
Action that copies a file from an absolute file path to another
copyFile(File, String) - Static method in class propel.core.utils.FileUtils
Copies a file from source to destination
copyFile(String, String) - Static method in class propel.core.utils.FileUtils
Copies a file from source to destination
COPYRIGHT - Static variable in class propel.core.common.CONSTANT
The copyright String "©"
COPYRIGHT_CHAR - Static variable in class propel.core.common.CONSTANT
The copyright char '©'
count(String, String, StringComparison) - Static method in class propel.core.functional.projections.Strings
Returns the number of occurrences of a string within a string
count(Object) - Static method in class propel.core.utils.ArrayUtils
Returns the length of any array (primitive or object array).
count(byte[], byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Returns the number of occurences of a byte in a byte sequence.
count(byte[], int, byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Returns the number of occurences of a byte sequence within a byte sequence.
count(byte[], byte) - Static method in class propel.core.utils.ByteArrayUtils
Returns the number of occurences of a byte in a byte sequence.
count(byte[], int, byte) - Static method in class propel.core.utils.ByteArrayUtils
Returns the number of occurences of a byte in a byte sequence, starting at the given offset.
count(Iterable<T>) - Static method in class propel.core.utils.Linq
Counts an Iterable in the most efficient manner possible.
count(T[]) - Static method in class propel.core.utils.Linq
Returns the array length.
count(Iterable<T>, T) - Static method in class propel.core.utils.Linq
Returns the number of occurrences of an object in a sequence.
count(Iterable<T>, T, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns the number of occurrences of an object in a sequence.
count(T[], T) - Static method in class propel.core.utils.Linq
Returns the number of occurrences of an object in a sequence.
count(T[], T, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns the number of occurrences of an object in a sequence.
count(char[], char) - Static method in class propel.core.utils.StringUtils
Returns the number of occurences of a character in a character array.
count(String, char) - Static method in class propel.core.utils.StringUtils
Returns the number of occurences of a character in a string value.
count(String, String) - Static method in class propel.core.utils.StringUtils
Returns the number of occurences of a string element in a string value, using the CurrentLocale StringComparison.
count(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns the number of occurences of a string element in a string value, using the specified string comparison type.
count(String, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns the number of occurences of a string element in a string value, using the specified string comparison type.
countChars(char[], char) - Static method in class propel.core.functional.projections.Strings
Returns the number of occurrences of a character within a character array
countWhere(Iterable<? extends T>, Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
Returns the number of occurrences that satisfy the given condition.
countWhere(T[], Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
Returns the number of occurrences that satisfy the given condition.
CR - Static variable in class propel.core.common.CONSTANT
The carriage return String "\r"
CR_CHAR - Static variable in class propel.core.common.CONSTANT
The carriage return char '\r'
create(Class<?>, int) - Static method in class propel.core.utils.ArrayUtils
Creates a generic array
create(T, int) - Static method in class propel.core.utils.ArrayUtils
Creates a 1-dimensional array populated with the specified element in all places
create(T, int, int) - Static method in class propel.core.utils.ArrayUtils
Creates a 2-dimensional array populated with the specified element's reference in all places
createApplicationShortcut(String, String) - Static method in class propel.core.utils.FileUtils
On Win32/Linux, creates a shortcut to a file or folder (use overloaded version for linking to an application).
createApplicationShortcut(String, String, String) - Static method in class propel.core.utils.FileUtils
On Win32/Linux, creates a shortcut to a file, folder or application (if an application working dir is specified).
createDirectory(File) - Static method in class propel.core.utils.FileUtils
Creates a directory if it does not already exist (if there are subdirectories there are created too).
createDirectory(String) - Static method in class propel.core.utils.FileUtils
Creates a directory if it does not already exist (if there are subdirectories there are created too).
createInternetShortcut(String, String) - Static method in class propel.core.utils.FileUtils
Creates a URL shortcut.
CRLF - Static variable in class propel.core.common.CONSTANT
The Carriage Return Line Feed String "\r\n"
CRLF_BYTES - Static variable in class propel.core.common.CONSTANT
The Carriage Return Line Feed string "\r\n"
CRLF_CHARS - Static variable in class propel.core.common.CONSTANT
The Carriage Return Line Feed String "\r\n"
crop(String, char[]) - Static method in class propel.core.functional.projections.Strings
Crops all characters from the start/end of the given string, until an except character is encountered
crop(String, char) - Static method in class propel.core.utils.StringUtils
Performs a cropStart and cropEnd, returning the result
crop(String, char[]) - Static method in class propel.core.utils.StringUtils
Performs a cropStart and cropEnd, returning the result
cropEnd(String, char[]) - Static method in class propel.core.functional.projections.Strings
Crops all characters from the end of the given string, until an except character is encountered
cropEnd(String, char) - Static method in class propel.core.utils.StringUtils
Crops all characters from the end of the given string, until the except character is encountered
cropEnd(String, char[]) - Static method in class propel.core.utils.StringUtils
Crops all characters from the end of the given string, until a character is encountered which exists in the given exception array
cropStart(String, char[]) - Static method in class propel.core.functional.projections.Strings
Crops all characters from the start of the given string, until an except character is encountered
cropStart(String, char) - Static method in class propel.core.utils.StringUtils
Crops all characters from the start of the given string, until the except character is encountered
cropStart(String, char[]) - Static method in class propel.core.utils.StringUtils
Crops all characters from the start of the given string, until a character is encountered which exists in the given exception array
CUBED - Static variable in class propel.core.common.CONSTANT
The cubed String "³"
CUBED_CHAR - Static variable in class propel.core.common.CONSTANT
The cubed char '³'
CURRENT_LOCALE - Static variable in class propel.core.utils.StringUtils
The current locale of the JVM
CURRENT_LOCALE_COLLATOR - Static variable in class propel.core.utils.StringUtils
The current locale's collator
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