- A - Static variable in class propel.core.common.CONSTANT
-
The A letter
- a - Static variable in class propel.core.common.CONSTANT
-
The a letter
- AbstractConfigSectionHandler - Class in propel.core.configuration
-
An abstract configuration handler implementation providing facilities for the more specialized handlers that are implemented
- AbstractConfigSectionHandler() - Constructor for class propel.core.configuration.AbstractConfigSectionHandler
-
- AbstractPropertyMetadata<T> - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation
- Actions - Class in propel.core.functional
-
Collection of action templates.
- Actions() - Constructor for class propel.core.functional.Actions
-
- Actions.Action0 - Class in propel.core.functional
-
Encapsulates a method that has no parameters and does not return a value
- Actions.Action0() - Constructor for class propel.core.functional.Actions.Action0
-
- Actions.Action1<T1> - Class in propel.core.functional
-
Encapsulates a method that has a single parameter and does not return a value.
- Actions.Action1() - Constructor for class propel.core.functional.Actions.Action1
-
- Actions.Action2<T1,T2> - Class in propel.core.functional
-
Encapsulates a method that has two parameters and does not return a value.
- Actions.Action2() - Constructor for class propel.core.functional.Actions.Action2
-
- Actions.Action3<T1,T2,T3> - Class in propel.core.functional
-
Encapsulates a method that has three parameters and does not return a value.
- Actions.Action3() - Constructor for class propel.core.functional.Actions.Action3
-
- Actions.Action4<T1,T2,T3,T4> - Class in propel.core.functional
-
Encapsulates a method that has four parameters and does not return a value.
- Actions.Action4() - Constructor for class propel.core.functional.Actions.Action4
-
- Actions.Action5<T1,T2,T3,T4,T5> - Class in propel.core.functional
-
Encapsulates a method that has five parameters and does not return a value.
- Actions.Action5() - Constructor for class propel.core.functional.Actions.Action5
-
- Actions.Action6<T1,T2,T3,T4,T5,T6> - Class in propel.core.functional
-
Encapsulates a method that has six parameters and does not return a value.
- Actions.Action6() - Constructor for class propel.core.functional.Actions.Action6
-
- Actions.Action7<T1,T2,T3,T4,T5,T6,T7> - Class in propel.core.functional
-
Encapsulates a method that has seven parameters and does not return a value.
- Actions.Action7() - Constructor for class propel.core.functional.Actions.Action7
-
- Actions.Action8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in propel.core.functional
-
Encapsulates a method that has eight parameters and does not return a value.
- Actions.Action8() - Constructor for class propel.core.functional.Actions.Action8
-
- activate(Class<T>) - Static method in class propel.core.utils.ReflectionUtils
-
Activates an object from the type.
- activate(Class<T>, Object[]) - Static method in class propel.core.utils.ReflectionUtils
-
Activates an object from the class given, using the specified constructor arguments.
- activate(String) - Static method in class propel.core.utils.ReflectionUtils
-
Activates an object from the class name given.
- activate(String, Object[]) - Static method in class propel.core.utils.ReflectionUtils
-
Activates an object from the class name given.
- add(T) - Method in class propel.core.collections.arrays.ReadOnlyArrayIterator
-
Deprecated.
- add(TKey, TValue) - Method in interface propel.core.collections.IKeyValueStore
-
Adds an item to the collection.
- add(T) - Method in interface propel.core.collections.IValueStore
-
Adds an item to the collection.
- add(T) - Method in class propel.core.collections.lists.ReadOnlyListIterator
-
Deprecated.
- add(T) - Method in class propel.core.collections.lists.ReifiedArrayList
-
Adds an element to the collection.
- add(int, T) - Method in class propel.core.collections.lists.ReifiedArrayList
-
Inserts the specified element at the specified position in this list.
- add(T) - Method in class propel.core.collections.lists.SharedList
-
Adds an element to the collection.
- add(int, T) - Method in class propel.core.collections.lists.SharedList
-
Inserts the specified element at the specified position in this list.
- add(KeyValuePair<? extends TKey, ? extends TValue>) - Method in class propel.core.collections.maps.avl.AvlHashtable
-
Adds an element represented by the provided key/value pair if the key is not already present.
- add(TKey, TValue) - Method in class propel.core.collections.maps.avl.AvlHashtable
-
Adds the provided key/value pair if the key is not already present.
- add(TKey) - Method in class propel.core.collections.maps.avl.KeyCollection
-
Deprecated.
- add(TKey, TValue) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
-
Adds a new key/value pair.
- add(TValue) - Method in class propel.core.collections.maps.avl.ValueCollection
-
Deprecated.
- add(TKey, TValue) - Method in class propel.core.collections.maps.bi.AvlBiMap
-
Adds a key/value pair in the BiMap, returning true if succeeded.
- add(TKey, TValue) - Method in interface propel.core.collections.maps.bi.IBiMap
-
Adds a key/value pair in the AvlBiMap, returning true if succeeded.
- add(TKey, TValue) - Method in class propel.core.collections.maps.combinational.AvlTreeList
-
Adds a new key/value pair.
- add(KeyValuePair<? extends TKey, ? extends TValue>) - Method in class propel.core.collections.maps.combinational.AvlTreeList
-
Adds a new key/value pair.
- add(TKey, TValue) - Method in interface propel.core.collections.maps.combinational.IListMap
-
Adds a new key/value pair.
- add(KeyValuePair<? extends TKey, ? extends TValue>) - Method in interface propel.core.collections.maps.combinational.IListMap
-
Adds a new key/value pair.
- add(TKey, TValue) - Method in class propel.core.collections.maps.combinational.ListMap
-
Adds an item to the collection.
- add(KeyValuePair<? extends TKey, ? extends TValue>) - Method in class propel.core.collections.maps.combinational.ListMap
-
Adds an item to the collection.
- add(KeyValuePair<? extends TKey, ? extends TValue>) - Method in interface propel.core.collections.maps.IHashtable
-
Adds an element represented by the provided key/value pair if the key is not already present.
- add(TKey, TValue) - Method in interface propel.core.collections.maps.IHashtable
-
Adds the provided key/value pair if the key is not already present.
- add(TKey, TValue) - Method in interface propel.core.collections.maps.ISharedHashtable
-
Adds a new key/value pair.
- add(T) - Method in class propel.core.collections.sets.AvlTreeSet
-
Adds an item to the collection This is an O(log2(n)) operation.
- add(T) - Method in class propel.core.collections.sets.SharedAvlTreeSet
-
Adds an item to the collection This is an O(log2(n)) operation.
- add(TKey, TValue) - Method in class propel.core.collections.volatiles.KeyValueSessionStore
-
Adds an item to the collection Returns true if successful.
- add(T) - Method in class propel.core.collections.volatiles.ValueSessionStore
-
Adds an item to the collection Returns true if successful.
- add(Actions.Action0) - Method in interface propel.core.transactional.ITransactionManager
-
Adds an action without a corresponding rollback action.
- add(Actions.Action0, Actions.Action0) - Method in interface propel.core.transactional.ITransactionManager
-
Adds an action and the corresponding rollback action.
- add(Actions.Action0) - Method in class propel.core.transactional.TransactionManager
-
Adds an action without a corresponding rollback action.
- add(Actions.Action0, Actions.Action0) - Method in class propel.core.transactional.TransactionManager
-
Adds an action and the corresponding rollback action.
- add(T[], T) - Static method in class propel.core.utils.ArrayUtils
-
Adds an element to the given array
- addAction(Predicates.Predicate1<T>, Actions.Action1<T>) - Method in class propel.core.utils.Matcher
-
Adds a predicate and a function.
- addAll(Collection<? extends T>) - Method in class propel.core.collections.lists.ReifiedArrayList
-
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified
collection's Iterator.
- addAll(T[]) - Method in class propel.core.collections.lists.ReifiedArrayList
-
Appends all of the elements in the specified array to the end of this list, in the order that they are ordered.
- addAll(int, Collection<? extends T>) - Method in class propel.core.collections.lists.ReifiedArrayList
-
Inserts the specified elements at the specified position in this list.
- addAll(T[]) - Method in class propel.core.collections.lists.ReifiedLinkedList
-
Appends all of the elements in the specified array to the end of this list, in the order that they are ordered.
- addAll(T[]) - Method in interface propel.core.collections.lists.ReifiedList
-
Appends all of the elements in the specified array to the end of this list, in the order that they are ordered.
- addAll(Collection<? extends T>) - Method in class propel.core.collections.lists.SharedList
-
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified
collection's Iterator.
- addAll(int, Collection<? extends T>) - Method in class propel.core.collections.lists.SharedList
-
Inserts the specified elements at the specified position in this list.
- addAll(Collection<? extends TKey>) - Method in class propel.core.collections.maps.avl.KeyCollection
-
Deprecated.
- addAll(Collection<? extends TValue>) - Method in class propel.core.collections.maps.avl.ValueCollection
-
Deprecated.
- addFunction(Predicates.Predicate1<T>, Functions.Function1<T, TResult>) - Method in class propel.core.utils.Matcher
-
Adds a predicate and a function.
- addFunction(Predicates.Predicate1<T>) - Method in class propel.core.utils.Matcher
-
Adds a predicate and an identity function (F(x)=>x).
- addIfAbsent(T) - Method in interface propel.core.collections.lists.ISharedList
-
Adds an element if it does not exist.
- addIfAbsent(T) - Method in class propel.core.collections.lists.SharedList
-
Adds an element if it does not exist.
- addRange(Iterable<? extends TKey>, Iterable<? extends TValue>) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
-
Bulk add key/value pairs to avoid locking/unlocking continuously.
- addRange(Iterable<? extends TKey>, Iterable<? extends TValue>) - Method in interface propel.core.collections.maps.ISharedHashtable
-
Bulk add key/value pairs to avoid locking/unlocking continuously.
- aggregate(Iterable<TSource>, TAccumulate, Functions.Function2<TAccumulate, ? super TSource, TAccumulate>) - Static method in class propel.core.utils.Linq
-
Applies an accumulator function over a sequence.
- aggregate(TSource[], TAccumulate, Functions.Function2<TAccumulate, ? super TSource, TAccumulate>) - Static method in class propel.core.utils.Linq
-
Applies an accumulator function over a sequence.
- aggregate(Iterable<TSource>, TAccumulate, Functions.Function2<TAccumulate, ? super TSource, TAccumulate>, Functions.Function1<TAccumulate, TResult>) - Static method in class propel.core.utils.Linq
-
Applies an accumulator function over a sequence.
- aggregate(TSource[], TAccumulate, Functions.Function2<TAccumulate, ? super TSource, TAccumulate>, Functions.Function1<TAccumulate, TResult>) - Static method in class propel.core.utils.Linq
-
Applies an accumulator function over a sequence.
- all(Iterable<T>, Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
-
Returns true if a condition is true for all items in a sequence.
- all(T[], Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
-
Returns true if a condition is true for all items in a sequence.
- ALPHABET - Static variable in class propel.core.common.CONSTANT
-
English alphabet (uppercase and lowercase)
- ALPHABET_LOWERCASE - Static variable in class propel.core.common.CONSTANT
-
English alphabet (lowercase)
- ALPHABET_UPPERCASE - Static variable in class propel.core.common.CONSTANT
-
English alphabet (uppercase)
- ALPHANUMERIC_DIGITS - Static variable in class propel.core.common.CONSTANT
-
For 62-based numbering schemes
- AMPERSAND - Static variable in class propel.core.common.CONSTANT
-
The ampersand String "&"
- AMPERSAND_CHAR - Static variable in class propel.core.common.CONSTANT
-
The ampersand char '&'
- ANGLE_CLOSE - Static variable in class propel.core.common.CONSTANT
-
The angle close String ">"
- ANGLE_CLOSE_CHAR - Static variable in class propel.core.common.CONSTANT
-
The angle close char '>'
- ANGLE_OPEN - Static variable in class propel.core.common.CONSTANT
-
The angle open String "<"
- ANGLE_OPEN_CHAR - Static variable in class propel.core.common.CONSTANT
-
The angle open char '<'
- any(Iterable<T>, Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
-
Returns true if a condition is true for any of the items in a sequence.
- any(T[], Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
-
Returns true if a condition is true for any of the items in a sequence.
- append(String) - Static method in class propel.core.functional.projections.Strings
-
Returns the string with some appended text
- appendData(File, byte[], int, int) - Static method in class propel.core.utils.FileUtils
-
Appends some binary data to a file.
- appendData(String, byte[], int, int) - Static method in class propel.core.utils.FileUtils
-
Appends some binary data to a file in the specified path.
- appendLineToFile(String) - Static method in class propel.core.functional.projections.Files
-
Action that appends some text data to a file.
- appendText(File, String) - Static method in class propel.core.utils.FileUtils
-
Appends some text to a file.
- appendText(String, String) - Static method in class propel.core.utils.FileUtils
-
Appends some text to a file in the specified path.
- appendText(File, String, String) - Static method in class propel.core.utils.FileUtils
-
Appends some text to a file in the specified path.
- appendText(String, String, String) - Static method in class propel.core.utils.FileUtils
-
Appends some text to a file in the specified path.
- appendTextLine(File, String) - Static method in class propel.core.utils.FileUtils
-
Appends some text to a file and then appends Environment.NewLine.
- appendTextLine(String, String) - Static method in class propel.core.utils.FileUtils
-
Appends some text to a file in the specified path and then appends Environment.NewLine.
- appendToFile(String) - Static method in class propel.core.functional.projections.Files
-
Action that appends some text data to a file.
- apply() - Method in class propel.core.functional.Actions.Action0
-
- apply(T1) - Method in class propel.core.functional.Actions.Action1
-
- apply(T1, T2) - Method in class propel.core.functional.Actions.Action2
-
- apply(T1, T2, T3) - Method in class propel.core.functional.Actions.Action3
-
- apply(T1, T2, T3, T4) - Method in class propel.core.functional.Actions.Action4
-
- apply(T1, T2, T3, T4, T5) - Method in class propel.core.functional.Actions.Action5
-
- apply(T1, T2, T3, T4, T5, T6) - Method in class propel.core.functional.Actions.Action6
-
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in class propel.core.functional.Actions.Action7
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class propel.core.functional.Actions.Action8
-
- apply() - Method in class propel.core.functional.Functions.Function0
-
- apply(T1) - Method in class propel.core.functional.Functions.Function1
-
- apply(T1, T2) - Method in class propel.core.functional.Functions.Function2
-
- apply(T1, T2, T3) - Method in class propel.core.functional.Functions.Function3
-
- apply(T1, T2, T3, T4) - Method in class propel.core.functional.Functions.Function4
-
- apply(T1, T2, T3, T4, T5) - Method in class propel.core.functional.Functions.Function5
-
- apply(T1, T2, T3, T4, T5, T6) - Method in class propel.core.functional.Functions.Function6
-
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in class propel.core.functional.Functions.Function7
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class propel.core.functional.Functions.Function8
-
- apply(T1) - Method in class propel.core.functional.Predicates.Predicate1
-
- argToResult() - Static method in class propel.core.functional.projections.MiscProjections
-
Identity function
- argumentToResult() - Static method in class propel.core.functional.projections.MiscProjections
-
Identity function
- ArrayPropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of arrays.
- ArrayPropertyMetadata(String, int, int, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.ArrayPropertyMetadata
-
Initializes with the property name and a pair of a min and max sizes (inclusive)
- Arrays - Class in propel.core.functional.predicates
-
Some common, re-usable predicates for Arrays
- Arrays - Class in propel.core.functional.projections
-
Some common, re-usable projections for arrays
- ArrayUtils - Class in propel.core.utils
-
Provides utility functionality for array manipulations
- AscendingOrderKeyValuePairIterator<TKey extends java.lang.Comparable<TKey>,TValue> - Class in propel.core.collections.maps.avl
-
Enumerates the key/value pairs of the AVL tree.
- AscendingOrderValueIterator<TKey extends java.lang.Comparable<TKey>,TValue> - Class in propel.core.collections.maps.avl
-
Iterates through the keys of an AVL tree.
- ASCII - Static variable in class propel.core.common.CONSTANT
-
US-ASCII encoding, charsets are thread-safe
- AsciiPrintablePropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of printable ASCII values [32..126].
- AsciiPrintablePropertyMetadata(String, int, int, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.AsciiPrintablePropertyMetadata
-
Constructor initializes with specified constraints.
- AsciiPropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of ASCII values [0..127].
- AsciiPropertyMetadata(String, int, int, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.AsciiPropertyMetadata
-
Constructor initializes with specified constraints.
- asList() - Static method in class propel.core.functional.projections.Arrays
-
Returns the array as a list
- asReifiedList() - Static method in class propel.core.functional.projections.Arrays
-
Returns the array as a reified list
- assertInitialised() - Method in interface propel.core.initialisation.InitGuard
-
Call to assert that initialisation has taken place prior to this call
- assertInitialised() - Method in class propel.core.initialisation.MultiInitGuard
-
Call to assert that initialisation has taken place prior to this call
- assertInitialised() - Method in class propel.core.initialisation.SingleInitGuard
-
Call to assert that initialisation has taken place prior to this call
- assertNotInitialised() - Method in interface propel.core.initialisation.InitGuard
-
Call to assert that initialisation has NOT taken place prior to this call
- assertNotInitialised() - Method in class propel.core.initialisation.MultiInitGuard
-
Call to assert that initialisation has NOT taken place prior to this call
- assertNotInitialised() - Method in class propel.core.initialisation.SingleInitGuard
-
Call to assert that initialisation has NOT taken place prior to this call
- ASTERISK - Static variable in class propel.core.common.CONSTANT
-
The asterisk String "*"
- ASTERISK_CHAR - Static variable in class propel.core.common.CONSTANT
-
The asterisk char '*'
- AT_SIGN - Static variable in class propel.core.common.CONSTANT
-
The at sign String "@"
- AT_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
-
The at sign char '@'
- AvlBiMap<TKey extends java.lang.Comparable<TKey>,TValue extends java.lang.Comparable<TValue>> - Class in propel.core.collections.maps.bi
-
A type-aware AVL-tree-backed bi-directional map.
- AvlBiMap() - Constructor for class propel.core.collections.maps.bi.AvlBiMap
-
Default constructor
- AvlBiMap(Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.bi.AvlBiMap
-
Constructor for initializing with the key/value generic type parameters
- AvlBiMap(ReifiedMap<TKey, TValue>) - Constructor for class propel.core.collections.maps.bi.AvlBiMap
-
Constructor initializes with another reified map
- AvlBiMap(Map<? extends TKey, ? extends TValue>) - Constructor for class propel.core.collections.maps.bi.AvlBiMap
-
Constructor initializes from another map
- AvlBiMap(Map<? extends TKey, ? extends TValue>, Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.bi.AvlBiMap
-
Constructor initializes from another map and the list-map's key/value generic type parameters
- AvlHashtable<TKey extends java.lang.Comparable<TKey>,TValue> - Class in propel.core.collections.maps.avl
-
A type-aware AVL-tree-backed hashtable.
- AvlHashtable() - Constructor for class propel.core.collections.maps.avl.AvlHashtable
-
Default constructor
- AvlHashtable(Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.avl.AvlHashtable
-
Constructor for initializing with the key/value generic type parameters
- AvlHashtable(ReifiedMap<TKey, TValue>) - Constructor for class propel.core.collections.maps.avl.AvlHashtable
-
Constructor initializes with another reified map
- AvlHashtable(Map<? extends TKey, ? extends TValue>) - Constructor for class propel.core.collections.maps.avl.AvlHashtable
-
Constructor initializes from another map
- AvlHashtable(Map<? extends TKey, ? extends TValue>, Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.avl.AvlHashtable
-
Constructor initializes from another map and the list-map's key/value generic type parameters
- AvlTreeList<TKey extends java.lang.Comparable<TKey>,TValue> - Class in propel.core.collections.maps.combinational
-
A type-aware AVL-tree-backed map holding values which are accessible by key as well as a list-style index.
- AvlTreeList() - Constructor for class propel.core.collections.maps.combinational.AvlTreeList
-
Default constructor
- AvlTreeList(Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.combinational.AvlTreeList
-
Constructor for initializing with the key/value generic type parameters
- AvlTreeList(ReifiedMap<TKey, TValue>) - Constructor for class propel.core.collections.maps.combinational.AvlTreeList
-
Constructor initializes with another reified map
- AvlTreeList(Map<? extends TKey, ? extends TValue>) - Constructor for class propel.core.collections.maps.combinational.AvlTreeList
-
Constructor initializes from another map
- AvlTreeList(Map<? extends TKey, ? extends TValue>, Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.combinational.AvlTreeList
-
Constructor initializes from another map and the list-map's key/value generic type parameters
- AvlTreeSet<T extends java.lang.Comparable<T>> - Class in propel.core.collections.sets
-
A type-aware AVL-tree-backed set.
- AvlTreeSet() - Constructor for class propel.core.collections.sets.AvlTreeSet
-
Default constructor
- AvlTreeSet(Class<?>) - Constructor for class propel.core.collections.sets.AvlTreeSet
-
Constructor for initializing with the generic type parameter
- AvlTreeSet(ReifiedIterable<T>) - Constructor for class propel.core.collections.sets.AvlTreeSet
-
Constructor initializes from another reified collection
- AvlTreeSet(Iterable<? extends T>) - Constructor for class propel.core.collections.sets.AvlTreeSet
-
Constructor initializes with an initial collection and this class's generic type parameter
- AvlTreeSet(Iterable<? extends T>, Class<?>) - Constructor for class propel.core.collections.sets.AvlTreeSet
-
Constructor initializes with an initial collection and this class's generic type parameter
- AvlTreeSet(T[]) - Constructor for class propel.core.collections.sets.AvlTreeSet
-
Constructor initializes with an array