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 

R

R - Static variable in class propel.core.common.CONSTANT
The R letter
r - Static variable in class propel.core.common.CONSTANT
The r letter
RandomUtils - Class in propel.core.utils
Provides utility functionality for obtaining random data.
range(Iterable<T>, int, int) - Static method in class propel.core.utils.Linq
Returns a range from the provided sequence.
range(T[], int, int) - Static method in class propel.core.utils.Linq
Returns a range from the provided sequence.
range(T, T, Functions.Function1<T, T>) - Static method in class propel.core.utils.Linq
Returns a range of values, from start to end (exclusive).
range(T, Predicates.Predicate1<? super T>, Functions.Function1<T, T>) - Static method in class propel.core.utils.Linq
Returns a range of values, by using a step function, until the predicate returns false
read() - Method in class propel.core.utils.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class propel.core.utils.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
readAllCharacters(InputStream) - Static method in class propel.core.utils.StreamUtils
Blocks until all bytes are read from the stream, returns the decoded data using the UTF8 encoding.
readAllCharacters(InputStream, Charset) - Static method in class propel.core.utils.StreamUtils
Blocks until all bytes are read from the stream, returns the decoded data using the specified encoding.
readAllCharacters(Reader) - Static method in class propel.core.utils.StreamUtils
Reads all characters from a stream, returning a string.
readCharacter(InputStream) - Static method in class propel.core.utils.StreamUtils
Reads the next character, if any, from a UTF8-encoded byte-stream,decoding bytes UTF8 format.
readCharacter(InputStream, Charset) - Static method in class propel.core.utils.StreamUtils
Reads the next character from a byte-stream, if any, decoding bytes into the specified encoding's decoder e.g.
readCharacter(Reader) - Static method in class propel.core.utils.StreamUtils
Reads the next stream character, if any.
readCharacters(InputStream, int) - Static method in class propel.core.utils.StreamUtils
Reads the next characters, if any, from a ,decoding bytes using the UTF8 decoder.
readCharacters(InputStream, Charset, int) - Static method in class propel.core.utils.StreamUtils
Reads the next characters, if any, from a , decoding bytes using the specified decoder.
readCharacters(Reader, int) - Static method in class propel.core.utils.StreamUtils
Reads the next stream characters, if any.
readFileInMemory(File) - Static method in class propel.core.utils.FileUtils
Reads the entire contents of a file to a byte[] and returns it.
readFileInMemory(String) - Static method in class propel.core.utils.FileUtils
Reads the entire contents of a file to a byte[] and returns it.
readFilePerBlock(File, int) - Static method in class propel.core.utils.FileUtils
Enumerates the contents of a file line by line (reads the entire contents of a file in memory to do so).
readFilePerBlock(String, int) - Static method in class propel.core.utils.FileUtils
Enumerates the contents of a file line by line (reads the entire contents of a file in memory to do so).
readFilePerLine(File) - Static method in class propel.core.utils.FileUtils
Enumerates the contents of a file line by line (reads the entire contents of a file in memory to do so).
readFilePerLine(String) - Static method in class propel.core.utils.FileUtils
Enumerates the contents of a file line by line.
readFileToEnd(File) - Static method in class propel.core.utils.FileUtils
Reads the entire contents of a file to a string and returns it.
readFileToEnd(String) - Static method in class propel.core.utils.FileUtils
Reads the entire contents of a file to a string and returns it.
readFully(InputStream, byte[], long) - Static method in class propel.core.utils.StreamUtils
Blocks until a specified amount of bytes is read from a stream.
readFully(InputStream, long) - Static method in class propel.core.utils.StreamUtils
Blocks until a specified amount of bytes is read from a stream.
readFully(InputStream, byte[], long, int) - Static method in class propel.core.utils.StreamUtils
Blocks until a specified amount of bytes is read from a stream.
readFully(InputStream, long, int) - Static method in class propel.core.utils.StreamUtils
Blocks until a specified amount of bytes is read from a stream.
readFully(Reader, int) - Static method in class propel.core.utils.StreamUtils
Reads a specified number of characters from the stream.
ReadOnlyArrayIterator<T> - Class in propel.core.collections.arrays
Reified list iterator, does not allow modifications.
ReadOnlyArrayIterator(T[]) - Constructor for class propel.core.collections.arrays.ReadOnlyArrayIterator
Initializes with the array and the starting and ending position.
ReadOnlyArrayIterator(T[], int, int) - Constructor for class propel.core.collections.arrays.ReadOnlyArrayIterator
Initializes with the array and the starting and ending position.
ReadOnlyListIterator<T> - Class in propel.core.collections.lists
Read-only list iterator, does not allow modifications.
ReadOnlyListIterator(List<T>) - Constructor for class propel.core.collections.lists.ReadOnlyListIterator
Initializes with the list and the starting and ending position.
ReadOnlyListIterator(List<T>, int, int) - Constructor for class propel.core.collections.lists.ReadOnlyListIterator
Initializes with the list and the starting and ending position.
readUntil(InputStream, char) - Static method in class propel.core.utils.StreamUtils
Reads a string from the UTF8-encoded byte-stream until a terminator character is found.
readUntil(InputStream, char, Charset) - Static method in class propel.core.utils.StreamUtils
Reads a string from the stream until a terminator character is found.
readUntil(InputStream, String) - Static method in class propel.core.utils.StreamUtils
Reads a string from the UTF8-encoded byte-stream until a terminator string is found.
readUntil(InputStream, String, Charset) - Static method in class propel.core.utils.StreamUtils
Reads a string from the byte-stream with the specified encoding until a terminator string is found.
readUntil(InputStream, byte) - Static method in class propel.core.utils.StreamUtils
Reads data from the stream until a terminator byte is found.
readUntil(InputStream, byte[]) - Static method in class propel.core.utils.StreamUtils
Reads data from the byte-stream until a terminator string is found.
readUntil(InputStream, byte[], Charset) - Static method in class propel.core.utils.StreamUtils
Reads a string from the byte-stream with the specified encoding until a terminator string is found.
readUntil(Reader, char) - Static method in class propel.core.utils.StreamUtils
Reads a string from the stream until a terminator character is found.
readUntil(Reader, String) - Static method in class propel.core.utils.StreamUtils
Reads a string from the stream until a terminator string is found.
readUntilPeeking(Reader, char) - Static method in class propel.core.utils.StreamUtils
Reads a string from the stream until a terminator character is found.
Reflection - Class in propel.core.functional.predicates
Some common, re-usable predicates for run-time reflection
ReflectionUtils - Class in propel.core.utils
Provides utility functionality for reflective manipulations
refresh(T) - Method in interface propel.core.collections.volatiles.ISessionStore
Renews the session expiration time for an item.
refresh(TKey) - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Renews the session expiration time for an item.
refresh(T) - Method in class propel.core.collections.volatiles.ValueSessionStore
Renews the session expiration time for an item.
REGISTERED - Static variable in class propel.core.common.CONSTANT
The registered trademark String "®"
REGISTERED_CHAR - Static variable in class propel.core.common.CONSTANT
The registered trademark char '®'
ReifiedArray<T> - Class in propel.core.collections.arrays
Encapsulates a primitive or object array.
ReifiedArray(Object) - Constructor for class propel.core.collections.arrays.ReifiedArray
 
ReifiedArrayIterator<T> - Class in propel.core.collections.arrays
 
ReifiedArrayIterator(Object, int) - Constructor for class propel.core.collections.arrays.ReifiedArrayIterator
 
ReifiedArrayList<T> - Class in propel.core.collections.lists
A type-aware array-backed list that uses similar semantics and strategy to the java.util.ArrayList.
ReifiedArrayList() - Constructor for class propel.core.collections.lists.ReifiedArrayList
Default constructor
ReifiedArrayList(Class<?>) - Constructor for class propel.core.collections.lists.ReifiedArrayList
Constructor for initializing with the generic type parameter
ReifiedArrayList(int) - Constructor for class propel.core.collections.lists.ReifiedArrayList
Constructor initializes with an initial collection size.
ReifiedArrayList(int, Class<?>) - Constructor for class propel.core.collections.lists.ReifiedArrayList
Constructor initializes with an initial collection size and a generic type parameter.
ReifiedArrayList(ReifiedIterable<T>) - Constructor for class propel.core.collections.lists.ReifiedArrayList
Constructor initializes from another reified collection
ReifiedArrayList(Iterable<? extends T>) - Constructor for class propel.core.collections.lists.ReifiedArrayList
Constructor initializes with an initial collection and this class's generic type parameter
ReifiedArrayList(Iterable<? extends T>, Class<?>) - Constructor for class propel.core.collections.lists.ReifiedArrayList
Constructor initializes with an initial collection and this class's generic type parameter
ReifiedArrayList(T[]) - Constructor for class propel.core.collections.lists.ReifiedArrayList
Initializes with an array.
ReifiedIterable<T> - Interface in propel.core.collections
Interface of a type-aware Iterable
ReifiedLinkedList<T> - Class in propel.core.collections.lists
A type-aware linked list.
ReifiedLinkedList() - Constructor for class propel.core.collections.lists.ReifiedLinkedList
Default constructor.
ReifiedLinkedList(Class<?>) - Constructor for class propel.core.collections.lists.ReifiedLinkedList
Constructor for initializing with the generic type parameter
ReifiedLinkedList(ReifiedIterable<T>) - Constructor for class propel.core.collections.lists.ReifiedLinkedList
Constructor initializes from another reified collection
ReifiedLinkedList(Iterable<? extends T>) - Constructor for class propel.core.collections.lists.ReifiedLinkedList
Constructor initializes from another collection
ReifiedLinkedList(Iterable<? extends T>, Class<?>) - Constructor for class propel.core.collections.lists.ReifiedLinkedList
Constructor initializes from another collection and a generic type parameter
ReifiedLinkedList(T[]) - Constructor for class propel.core.collections.lists.ReifiedLinkedList
Constructor initializes from an array
ReifiedList<T> - Interface in propel.core.collections.lists
A type-aware list interface
ReifiedMap<TKey,TValue> - Interface in propel.core.collections.maps
Interface of a type-aware map
ReifiedMultimap<T,K,V> - Interface in propel.core.collections.maps.multi
 
ReifiedSet<T extends java.lang.Comparable<T>> - Interface in propel.core.collections.sets
The interface of a type-aware set
remove() - Method in class propel.core.collections.arrays.ReadOnlyArrayIterator
Deprecated.
remove() - Method in class propel.core.collections.arrays.ReifiedArrayIterator
Deprecated.
remove(TKey) - Method in interface propel.core.collections.IKeyValueStore
Removes an item from the collection.
remove(T) - Method in interface propel.core.collections.IValueStore
Removes an item from the collection.
remove() - Method in class propel.core.collections.lists.ReadOnlyListIterator
Deprecated.
remove(Object) - Method in class propel.core.collections.lists.ReifiedArrayList
Removes the first occurrence of an element.
remove(int) - Method in class propel.core.collections.lists.ReifiedArrayList
Removes the element at the specified position.
remove(Object) - Method in class propel.core.collections.lists.SharedList
Removes the first occurrence of an element.
remove(int) - Method in class propel.core.collections.lists.SharedList
Removes the element at the specified position.
remove() - Method in class propel.core.collections.maps.avl.AscendingOrderKeyValuePairIterator
Deprecated.
remove() - Method in class propel.core.collections.maps.avl.AscendingOrderValueIterator
Deprecated.
remove(KeyValuePair<? extends TKey, ? extends TValue>) - Method in class propel.core.collections.maps.avl.AvlHashtable
Removes a key/value pair based on its key.
remove(TKey) - Method in class propel.core.collections.maps.avl.AvlHashtable
Removes the value associated with the specified key.
remove(Object) - Method in class propel.core.collections.maps.avl.KeyCollection
Deprecated.
remove(TKey) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Removes a value by its key.
remove(Object) - Method in class propel.core.collections.maps.avl.ValueCollection
Deprecated.
remove(TKey) - Method in class propel.core.collections.maps.combinational.AvlTreeList
Removes an item from the collection.
remove(TKey) - Method in interface propel.core.collections.maps.combinational.IListMap
Removes an item from the collection.
remove(TKey) - Method in class propel.core.collections.maps.combinational.ListMap
Removes an item from the collection.
remove(KeyValuePair<? extends TKey, ? extends TValue>) - Method in interface propel.core.collections.maps.IHashtable
Removes a key/value pair based on its key.
remove(TKey) - Method in interface propel.core.collections.maps.IHashtable
Removes the value associated with the specified key.
remove(TKey) - Method in interface propel.core.collections.maps.ISharedHashtable
Removes a value by its key.
remove(T, K) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Removes a key/sub-key tuple value.
remove(T, K) - Method in class propel.core.collections.maps.multi.MapMultimap
Removes a key/sub-key tuple value.
remove(T, K) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Removes a key/sub-key tuple value.
remove(T) - Method in class propel.core.collections.sets.AvlTreeSet
Removes an item from the collection.
remove(T) - Method in class propel.core.collections.sets.SharedAvlTreeSet
Removes an item from the collection.
remove(TKey) - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Removes an item from the collection.
remove(T) - Method in class propel.core.collections.volatiles.ValueSessionStore
Removes an item from the collection.
remove(T[], T) - Static method in class propel.core.utils.ArrayUtils
Removes the first encounter of element from the given array, returning an new array if found.
remove(T[], int) - Static method in class propel.core.utils.ArrayUtils
Removes the element at the given position from the given array.
removeAll(Collection<?>) - Method in class propel.core.collections.lists.ReifiedArrayList
Removes all items in the provided collection from this list.
removeAll(Collection<?>) - Method in class propel.core.collections.lists.SharedList
Removes all items in the provided collection from this list.
removeAll(Iterable<? extends T>) - Method in class propel.core.collections.lists.SharedList
Removes a number of items from the collection.
removeAll(Collection<?>) - Method in class propel.core.collections.maps.avl.KeyCollection
Deprecated.
removeAll(Collection<?>) - Method in class propel.core.collections.maps.avl.ValueCollection
Deprecated.
removeAll(T[], T) - Static method in class propel.core.utils.ArrayUtils
Removes all occurences of element from the given array, returning an new array if found.
removeAndGet(TKey) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
If the key is contained, the key/value pair is removed and the value returned.
removeAndGet(TKey, TValue) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
If the key is contained, the key/value pair is removed and the value returned.
removeAndGet(TKey, TValue) - Method in interface propel.core.collections.maps.ISharedHashtable
Removes a value by its key and returns it.
removeAt(int) - Method in class propel.core.collections.maps.combinational.AvlTreeList
Removes an item from the collection.
removeAt(int) - Method in interface propel.core.collections.maps.combinational.IListMap
Removes an item from the collection.
removeAt(int) - Method in class propel.core.collections.maps.combinational.ListMap
Removes an item from the collection.
removeByKey(TKey) - Method in class propel.core.collections.maps.bi.AvlBiMap
Removes an element by its key, returns true if successful.
removeByKey(TKey) - Method in interface propel.core.collections.maps.bi.IBiMap
Removes an element by its key, returns true if successful.
removeByValue(TValue) - Method in class propel.core.collections.maps.bi.AvlBiMap
Removes an element by its value, returns true if successful.
removeByValue(TValue) - Method in interface propel.core.collections.maps.bi.IBiMap
Removes an element by its value, returns true if successful.
removeKey(T) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Removes a key's sub-key->value map.
removeKey(T) - Method in class propel.core.collections.maps.multi.MapMultimap
Removes a key's sub-key->value map.
removeKey(T) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Removes a key's sub-key->value map.
removeRange(Iterable<? extends TKey>) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Removes a number of elements by key.
removeRange(Iterable<? extends TKey>) - Method in interface propel.core.collections.maps.ISharedHashtable
Removes a number of elements by key.
removeSubKey(K) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Removes the first occurrence of a sub-key.
removeSubKey(K) - Method in class propel.core.collections.maps.multi.MapMultimap
Removes the first occurrence of a sub-key.
removeSubKey(K) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Removes the first occurrence of a sub-key.
removeSubKeys(K) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Removes all occurrences of a sub-key.
removeSubKeys(K) - Method in class propel.core.collections.maps.multi.MapMultimap
Removes all occurrences of a sub-key.
removeSubKeys(K) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Removes all occurrences of a sub-key.
repeat(T, int) - Static method in class propel.core.utils.Linq
Returns a collection of specified size
repeat(char, int) - Static method in class propel.core.utils.StringUtils
Returns a number of ToString() result concatenations of the given character.
repeat(String, int) - Static method in class propel.core.utils.StringUtils
Returns a number of ToString() result concatenations of the given string value.
replace(TKey, TValue) - Method in interface propel.core.collections.IKeyValueStore
Replaces a key's value with the specified new value.
replace(TKey, TValue) - Method in class propel.core.collections.maps.avl.AvlHashtable
Replaces a key's value with the specified value.
replace(TKey, TValue) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Replaces a key's value, returning true if this was successful.
replace(TKey, TValue) - Method in class propel.core.collections.maps.combinational.AvlTreeList
Replaces a key's value with the specified new value.
replace(TKey, TValue) - Method in interface propel.core.collections.maps.combinational.IListMap
Replaces a key's value with the specified new value.
replace(TKey, TValue) - Method in class propel.core.collections.maps.combinational.ListMap
Replaces a key's value with the specified new value.
replace(TKey, TValue) - Method in interface propel.core.collections.maps.IHashtable
Replaces a key's value with the specified value.
replace(TKey, TValue) - Method in interface propel.core.collections.maps.ISharedHashtable
Replaces a key's value, returning true if this was successful.
replace(TKey, TValue) - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Replaces a key's value with the given new value.
replace(String, String, StringComparison) - Static method in class propel.core.functional.projections.Strings
Returns the string after some text replacement
replace(String, String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Replaces text in a value with the specified replacement text, using the given string comparison type.
replace(String, String, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Replaces text in a value with the specified replacement text, using the given string comparison type.
replace(StringBuilder, String, String) - Static method in class propel.core.utils.StringUtils
Replace method working on a string builder, for more efficient replacement.
replaceAll(Collection<? extends T>) - Method in class propel.core.collections.lists.SharedList
Clears the list and puts all given elements.
replaceAll(Iterable<? extends TKey>, Iterable<? extends TValue>) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Clears the hashtable and bulk adds key/value pairs to avoid locking/unlocking continuously.
replaceAll(Iterable<? extends TKey>, Iterable<? extends TValue>) - Method in interface propel.core.collections.maps.ISharedHashtable
Clears the hashtable and bulk adds key/value pairs to avoid locking/unlocking continuously.
replaceAll(Collection<? extends T>) - Method in class propel.core.collections.sets.SharedAvlTreeSet
Clears the set and bulk adds the specified items to avoid locking/unlocking continuously.
replaceAt(int, TValue) - Method in class propel.core.collections.maps.combinational.AvlTreeList
Sets a value at the specified index.
replaceAt(int, TValue) - Method in interface propel.core.collections.maps.combinational.IListMap
Sets a value at the specified index.
replaceAt(int, TValue) - Method in class propel.core.collections.maps.combinational.ListMap
Sets a value at the specified index.
replaceByKey(TKey, TValue) - Method in class propel.core.collections.maps.bi.AvlBiMap
Replaces an element's value, searching for it by key, returns true if successful.
replaceByKey(TKey, TValue) - Method in interface propel.core.collections.maps.bi.IBiMap
Replaces an element's value, searching for it by key, returns true if successful.
replaceByValue(TValue, TKey) - Method in class propel.core.collections.maps.bi.AvlBiMap
Replaces an element's key, searching for it by value, returns true if successful.
replaceByValue(TValue, TKey) - Method in interface propel.core.collections.maps.bi.IBiMap
Replaces an element's key, searching for it by value, returns true if successful.
reset() - Method in interface propel.core.counters.ICounter
Resets the counter to the minimum value
reset() - Method in interface propel.core.counters.IModuloIndexer
Resets to the initial value
reset() - Method in class propel.core.counters.ModuloCounter
Resets the counter to the minimum value
reset() - Method in class propel.core.counters.SharedModuloCounter
Resets the counter to the minimum value
reset() - Method in class propel.core.counters.SharedModuloCounterLight
Resets the counter to the minimum value
reset() - Method in class propel.core.counters.SharedModuloIndexer
Resets to the initial value
reset() - Method in class propel.core.counters.SharedModuloIndexerLight
Resets to the initial value
reset() - Method in class propel.core.tracing.Stopwatch
Resets the total nanosecond count.
resize(int) - Method in class propel.core.collections.maps.primitive.LongHashMap
Resizes the hash map.
resize(T[], int) - Static method in class propel.core.utils.ArrayUtils
Re-sizes an array to the specified size.
resize(byte[], int) - Static method in class propel.core.utils.ByteArrayUtils
Re-sizes an array to the specified size.
restart() - Method in class propel.core.tracing.Stopwatch
Restarts the stop watch
RestrictedEdgesI18NStringPropertyMetadata - Class in propel.core.validation.propertyMetadata
Class aiding in validation of internationalised (i18n) strings, limiting the content from containing certain characters and disallowing certain characters from being at the beginning or end of the string.
RestrictedEdgesI18NStringPropertyMetadata(String, Iterable<Character>, Iterable<Character>, Iterable<Character>, int, int, boolean, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.RestrictedEdgesI18NStringPropertyMetadata
Constructor initializes with custom constraints
RestrictedEdgesI18NStrippedStringPropertyMetadata - Class in propel.core.validation.propertyMetadata
Class aiding in validation of internationalised (i18n) strings, stripping from content certain characters and disallowing certain characters from being at the beginning or end of the string.
RestrictedEdgesI18NStrippedStringPropertyMetadata(String, Iterable<Character>, Iterable<Character>, Iterable<Character>, int, int, boolean, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.RestrictedEdgesI18NStrippedStringPropertyMetadata
Constructor initializes with custom constraints
RestrictedEdgesStringPropertyMetadata - Class in propel.core.validation.propertyMetadata
Class aiding in validation of strings, limiting the content from containing certain characters and disallowing certain characters from being at the beginning or end of the string.
RestrictedEdgesStringPropertyMetadata(String, Iterable<Character>, Iterable<Character>, Iterable<Character>, int, int, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.RestrictedEdgesStringPropertyMetadata
Constructor initializes with custom constraints
RestrictedStringPropertyMetadata - Class in propel.core.validation.propertyMetadata
Class aiding in validation of strings, preventing certain characters from appearing in the string
RestrictedStringPropertyMetadata(String, Iterable<Character>, int, int, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.RestrictedStringPropertyMetadata
Constructor initializes with specified constraints
resumeCommit() - Method in interface propel.core.transactional.ITransactionManager
Executes all actions, starting at the execution index until the end.
resumeCommit() - Method in class propel.core.transactional.TransactionManager
Executes all actions, starting at the execution index until the end.
resumeEncoding() - Method in class propel.core.utils.Base64.OutputStream
Resumes encoding of the stream.
resumeRollback() - Method in interface propel.core.transactional.ITransactionManager
Rolls back all actions, starting at the last failed action index until the first action.
resumeRollback() - Method in class propel.core.transactional.TransactionManager
Rolls back all actions, starting at the last failed action index until the first action.
retainAll(Collection<?>) - Method in class propel.core.collections.lists.ReifiedArrayList
Removes from this list all items not contained in the given collection.
retainAll(Collection<?>) - Method in class propel.core.collections.lists.SharedList
Removes from this list all items not contained in the given collection.
retainAll(Collection<?>) - Method in class propel.core.collections.maps.avl.KeyCollection
Deprecated.
retainAll(Collection<?>) - Method in class propel.core.collections.maps.avl.ValueCollection
Deprecated.
reverse(T[]) - Static method in class propel.core.utils.ArrayUtils
Reverses an array (in place)
reverse(byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Reverses an array (in place)
reverse(List<T>) - Static method in class propel.core.utils.Linq
Returns a reversed version of the provided sequence
reverse(Iterable<T>) - Static method in class propel.core.utils.Linq
Returns a reversed version of the provided sequence
reverse(ReifiedIterable<T>) - Static method in class propel.core.utils.Linq
Returns a reversed version of the provided sequence
reverse(T[]) - Static method in class propel.core.utils.Linq
Returns a reversed version of the provided array
reverse(String) - Static method in class propel.core.utils.StringUtils
Reverses a string.
reverseCopy(T[]) - Static method in class propel.core.utils.ArrayUtils
Reverses an array (creates a new copy)
reverseCopy(byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Reverses an array (creates a new copy)
rollback() - Method in interface propel.core.transactional.ITransactionManager
Rolls back transactions from the point where they were left.
rollback() - Method in class propel.core.transactional.TransactionManager
Rolls back transactions from the point where they were left.
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