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 

G

G - Static variable in class propel.core.common.CONSTANT
The G letter
g - Static variable in class propel.core.common.CONSTANT
The g letter
get(int) - Method in class propel.core.collections.arrays.ReifiedArray
Returns the element at a specified position.
get() - Method in class propel.core.collections.buffers.CircularBuffer
Retrieves an object from the buffer if one is available.
get() - Method in interface propel.core.collections.buffers.IBuffer
Retrieves an object from the buffer.
get() - Method in class propel.core.collections.buffers.LRUBuffer
Deprecated.
Use get(int) instead.
get(int) - Method in class propel.core.collections.buffers.LRUBuffer
Retrieves the object with specified index from the list.
get() - Method in class propel.core.collections.buffers.primitive.FixedSizeLongBuffer
Returns the buffer data
get() - Method in interface propel.core.collections.buffers.primitive.ILongBuffer
Returns the buffer data
get() - Method in class propel.core.collections.buffers.primitive.SharedFixedSizeLongBuffer
Returns the buffer data
get() - Method in class propel.core.collections.buffers.SharedBuffer
Retrieves an object from the buffer.
get(TKey) - Method in interface propel.core.collections.IKeyValueStore
Getter for the value associated with a key.
get(int) - Method in class propel.core.collections.lists.ReifiedArrayList
Returns the element at the specified index.
get(int) - Method in class propel.core.collections.lists.SharedList
Returns the element at the specified index.
get(TKey) - Method in class propel.core.collections.maps.avl.AvlHashtable
Gets the value associated with the specified key.
get(TKey) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Attempts to get the given key's value.
get(TKey, TValue) - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Returns the value of a key, if found.
get(TKey) - Method in class propel.core.collections.maps.combinational.AvlTreeList
Returns the key's value if it exists, otherwise throws KeyNotFoundException.
get(TKey) - Method in interface propel.core.collections.maps.combinational.IListMap
Returns the key's value if it exists, otherwise throws KeyNotFoundException.
get(TKey) - Method in class propel.core.collections.maps.combinational.ListMap
Returns the key's value if it exists, otherwise throws KeyNotFoundException.
get(TKey) - Method in interface propel.core.collections.maps.IHashtable
Gets the value associated with the specified key.
get(TKey) - Method in interface propel.core.collections.maps.ISharedHashtable
Returns the key's value if it exists, otherwise throws KeyNotFoundException.
get(TKey, TValue) - Method in interface propel.core.collections.maps.ISharedHashtable
Returns the value of a key, if found.
get(T, K) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns the first occurrence of a key/sub-key tuple.
get(T, K) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns the first occurrence of a key/sub-key tuple.
get(T, K) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns the first occurrence of a key/sub-key tuple.
get(long) - Method in interface propel.core.collections.maps.primitive.ILongHashMap
Returns the value associated with a key, or null if no such key exists
get(long) - Method in class propel.core.collections.maps.primitive.LongHashMap
Returns the value associated with a key, or null if no such key exists
get() - Method in interface propel.core.collections.queues.ISharedQueue
Dequeues an object, otherwise blocks until one becomes available.
get() - Method in class propel.core.collections.queues.SharedQueue
De-queues an object, otherwise blocks until one becomes available.
get() - Method in interface propel.core.collections.stacks.ISharedStack
Pops an object, blocking if none is available
get() - Method in class propel.core.collections.stacks.SharedStack
Pops an object, blocking if none is available
get(TKey) - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Returns the value associated with a key.
get() - Method in class propel.core.functional.closure.ClosureVariableWrapper
Gets the item
get() - Method in class propel.core.functional.closure.SharedClosureVariableWrapper
Gets the item
get() - Method in class propel.core.initialisation.Frozen
Getter for the frozen object
get() - Method in class propel.core.threading.primitives.SharedData
Gets the value of the protected object
getAbsolutePath(File) - Static method in class propel.core.functional.projections.Files
Returns the absolute path of the file
getActions() - Method in interface propel.core.transactional.ITransactionManager
A list of actions, executed in a way that guarantees complete success or complete failure.
getActions() - Method in class propel.core.transactional.TransactionManager
A list of actions, executed in a way that guarantees complete success or complete failure.
getAllValues(T) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns all values held under a key's sub-keys.
getAllValues(T) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns all values held under a key's sub-keys.
getAllValues(T) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns all values held under a key's sub-keys.
getAnnotations(Class<?>, Class<T>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all annotations from the annotated class (and its subclasses if required)
getAnnotations(Class<?>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all annotations from the annotated class (and its subclasses if required)
getAt(int) - Method in class propel.core.collections.maps.combinational.AvlTreeList
Returns the key's value if the position exists.
getAt(int) - Method in interface propel.core.collections.maps.combinational.IListMap
Returns the key's value if the position exists.
getAt(int) - Method in class propel.core.collections.maps.combinational.ListMap
Returns the key's value if the position exists.
getAttribute() - Method in enum propel.core.utils.FileAttribute
 
getByKey(TKey) - Method in class propel.core.collections.maps.bi.AvlBiMap
Returns the value associated with a key, if existent.
getByKey(TKey) - Method in interface propel.core.collections.maps.bi.IBiMap
Returns the value associated with a key, if existent.
getBytes(short) - Static method in class propel.core.utils.ByteArrayUtils
Similar to BitConverter.GetBytes() of .NET.
getBytes(UnsignedShort) - Static method in class propel.core.utils.ByteArrayUtils
Similar to BitConverter.GetBytes() of .NET.
getBytes(int) - Static method in class propel.core.utils.ByteArrayUtils
Similar to BitConverter.GetBytes() of .NET.
getBytes(UnsignedInteger) - Static method in class propel.core.utils.ByteArrayUtils
Similar to BitConverter.GetBytes() of .NET.
getBytes(long) - Static method in class propel.core.utils.ByteArrayUtils
Similar to BitConverter.GetBytes() of .NET.
getBytes(UnsignedLong) - Static method in class propel.core.utils.ByteArrayUtils
Similar to BitConverter.GetBytes() of .NET.
getBytes(UUID) - Static method in class propel.core.utils.ByteArrayUtils
Converts a UUID to a byte array.
getByValue(TValue) - Method in class propel.core.collections.maps.bi.AvlBiMap
Returns the key associated with a value, if existent.
getByValue(TValue) - Method in interface propel.core.collections.maps.bi.IBiMap
Returns the key associated with a value, if existent.
getCallingStackTraceElement() - Static method in class propel.core.utils.ReflectionUtils
Returns the stack-trace element above the one of this method.
getClasses(Package) - Static method in class propel.core.utils.ReflectionUtils
Lists all classes inside a package.
getClassName(Object) - Static method in class propel.core.functional.projections.Objects
Calls getClass().getName() on the function argument
getClassNameSimple(Object) - Static method in class propel.core.functional.projections.Objects
Calls getClass().getSimpleName() on the function argument
getClassType(Object) - Static method in class propel.core.functional.projections.Objects
Calls getClass() on the function argument
getClazz(Class<?>) - Static method in class propel.core.utils.SuperTypeToken
Returns the Class of a class's first formal type argument.
getClazz(Class<?>, int) - Static method in class propel.core.utils.SuperTypeToken
Returns the Class of a class's formal type argument, at a given position.
getComponentType() - Method in class propel.core.collections.arrays.ReifiedArray
Returns the array component class type.
getConstructorDefault(Class<?>) - Static method in class propel.core.utils.ReflectionUtils
Returns null if a type has no default no-argument constructor, otherwise returns the constructor.
getConstructorInfo() - Method in class propel.core.utils.MemberInfo
 
getConstructors(Class<?>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Gets all constructors found in a type.
getCurrentValue() - Method in class propel.core.userTypes.BigInteger
 
getCurrentValue() - Method in class propel.core.userTypes.Int128
Gets the current value in base 10
getDeclaringType() - Method in class propel.core.utils.MemberInfo
Returns the class which declares this property
getDeclaringType() - Method in class propel.core.utils.PropertyInfo
Returns the class which declares this property
getDimensions() - Method in class propel.core.collections.arrays.ReifiedArray
Returns the dimensions of the array
getDimensions(Object) - Static method in class propel.core.utils.ArrayUtils
Returns the dimensions of the provided object.
getDrive() - Method in class propel.core.userTypes.UniversalPath
 
getElapsedMicros() - Method in class propel.core.tracing.Stopwatch
Returns the approximate total elapsed microsecond count
getElapsedMillis() - Method in class propel.core.tracing.Stopwatch
Returns the approximate total elapsed millisecond count
getElapsedNanos() - Method in class propel.core.tracing.Stopwatch
Returns the total elapsed nanosecond count.
getElapsedSeconds() - Method in class propel.core.tracing.Stopwatch
Returns the approximate total elapsed second count
getElement(T[], int) - Static method in class propel.core.functional.projections.Arrays
Returns the element at specified index
getElementNulling(T[], int) - Static method in class propel.core.functional.projections.Arrays
Returns the element at specified index, but if this is not possible, it returns null
getElementSafe(T[], int, T) - Static method in class propel.core.functional.projections.Arrays
Returns the element at specified index, but if this is not possible, it returns the specified default value
getEnv(String) - Static method in class propel.core.utils.EnvironmentUtils
Returns the string value of the variable, or null if the variable is not defined in the system environment
getError() - Method in class propel.core.utils.ScanErrorEntry
 
getExecutionIndex() - Method in interface propel.core.transactional.ITransactionManager
The index of the action that is executing.
getExecutionIndex() - Method in class propel.core.transactional.TransactionManager
The index of the action that is executing.
getExpirationMillis() - Method in interface propel.core.collections.volatiles.ISessionStore
Returns the duration of a session in milliseconds.
getExpirationMillis() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Gets the duration of a session in milliseconds.
getExpirationMillis() - Method in class propel.core.collections.volatiles.ValueSessionStore
Gets the duration of a session in milliseconds.
getExtension(File) - Static method in class propel.core.functional.projections.Files
Returns the extension of the file
getField(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns the constructor information for an object's property, if found, otherwise null.
getFieldInfo() - Method in class propel.core.utils.MemberInfo
 
getFields(Class<?>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Gets all fields found in a type.
getFields(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all fields found in a class type matching the given name.
getFileExtension(File) - Static method in class propel.core.utils.FileUtils
Returns the specified file's extesion, or an empty string if no extension was found
getFileExtension(String) - Static method in class propel.core.utils.FileUtils
Returns the specified file's extesion, or an empty string if no extension was found
getFileName(File) - Static method in class propel.core.utils.FileUtils
Trims the file's extension (if there is one) and returns the file name
getFileName(String) - Static method in class propel.core.utils.FileUtils
Trims the file's extension (if there is one) and returns the file name
getGenericTypeParameter() - Method in class propel.core.collections.buffers.CircularBuffer
 
getGenericTypeParameter() - Method in class propel.core.collections.buffers.LRUBuffer
Returns the class generic type parameters.
getGenericTypeParameter() - Method in class propel.core.collections.lists.ReifiedArrayList
Returns the formal type parameter as a class
getGenericTypeParameter() - Method in class propel.core.collections.lists.ReifiedLinkedList
Returns the class generic type parameters.
getGenericTypeParameter() - Method in class propel.core.collections.lists.SortedList
Returns the class generic type parameters.
getGenericTypeParameter() - Method in class propel.core.collections.maps.avl.KeyCollection
Returns the class generic type parameters.
getGenericTypeParameter() - Method in class propel.core.collections.maps.avl.ValueCollection
Returns the class generic type parameters.
getGenericTypeParameter() - Method in class propel.core.collections.queues.SharedQueue
Returns the class generic type parameters.
getGenericTypeParameter() - Method in interface propel.core.collections.ReifiedIterable
Returns the class generic type parameters.
getGenericTypeParameter() - Method in class propel.core.collections.sets.AvlTreeSet
Returns the class generic type parameters.
getGenericTypeParameter() - Method in class propel.core.collections.stacks.SharedStack
Returns the class generic type parameters.
getGenericTypeParameter() - Method in class propel.core.collections.volatiles.ValueSessionStore
Returns the class generic type parameters.
getGenericTypeParameter() - Method in class propel.core.functional.closure.ClosureVariableWrapper
Returns the generic type parameter used by the closure wrapper
getGenericTypeParameter() - Method in class propel.core.functional.closure.SharedClosureVariableWrapper
Gets the generic type parameter
getGenericTypeParameterKey() - Method in class propel.core.collections.maps.avl.AvlHashtable
Returns the TKey generic type parameter's class.
getGenericTypeParameterKey() - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Returns the TKey generic type parameter's class.
getGenericTypeParameterKey() - Method in class propel.core.collections.maps.bi.AvlBiMap
Returns the TKey generic type parameter's class.
getGenericTypeParameterKey() - Method in class propel.core.collections.maps.combinational.AvlTreeList
Returns the TKey generic type parameter's class.
getGenericTypeParameterKey() - Method in class propel.core.collections.maps.combinational.ListMap
Returns the TKey generic type parameter's class.
getGenericTypeParameterKey() - Method in class propel.core.collections.maps.multi.MapMultimap
Returns the T generic type parameter's class.
getGenericTypeParameterKey() - Method in interface propel.core.collections.maps.multi.ReifiedMultimap
Returns the T generic type parameter's class.
getGenericTypeParameterKey() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns the T generic type parameter's class.
getGenericTypeParameterKey() - Method in interface propel.core.collections.maps.ReifiedMap
Returns the TKey generic type parameter's class.
getGenericTypeParameterKey() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Returns the TKey generic type parameter's class.
getGenericTypeParameterSubKey() - Method in class propel.core.collections.maps.multi.MapMultimap
Returns the K generic type parameter's class.
getGenericTypeParameterSubKey() - Method in interface propel.core.collections.maps.multi.ReifiedMultimap
Returns the K generic type parameter's class.
getGenericTypeParameterSubKey() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns the K generic type parameter's class.
getGenericTypeParameterValue() - Method in class propel.core.collections.maps.avl.AvlHashtable
Returns the TValue generic type parameter's class.
getGenericTypeParameterValue() - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Returns the TValue generic type parameter's class.
getGenericTypeParameterValue() - Method in class propel.core.collections.maps.bi.AvlBiMap
Returns the TValue generic type parameter's class.
getGenericTypeParameterValue() - Method in class propel.core.collections.maps.combinational.AvlTreeList
Returns the TValue generic type parameter's class.
getGenericTypeParameterValue() - Method in class propel.core.collections.maps.combinational.ListMap
Returns the TValue generic type parameter's class.
getGenericTypeParameterValue() - Method in class propel.core.collections.maps.multi.MapMultimap
Returns the V generic type parameter's class.
getGenericTypeParameterValue() - Method in interface propel.core.collections.maps.multi.ReifiedMultimap
Returns the V generic type parameter's class.
getGenericTypeParameterValue() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns the V generic type parameter's class.
getGenericTypeParameterValue() - Method in interface propel.core.collections.maps.ReifiedMap
Returns the TValue generic type parameter's class.
getGenericTypeParameterValue() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Returns the TValue generic type parameter's class.
getGetter() - Method in class propel.core.utils.PropertyInfo
Returns the property getter method
getGetter(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns the first encountered getter with the given name, or null if not found
getGetters(Class<?>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all getters found in a class type.
getHashCode(Object) - Static method in class propel.core.functional.projections.Objects
Returns the object's hashcode
getInterfaces(Class<?>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all interfaces of a type, except the specified as a generic argument one (T).
getInterfacesExcept(Class<?>, Class<?>) - Static method in class propel.core.utils.ReflectionUtils
Returns all interfaces of a type, except the specified as a generic argument one (T).
getIPFromEndpoint(SocketAddress) - Static method in class propel.core.utils.NetworkUtils
Returns the IP address from an endpoint.
getKey() - Method in class propel.core.collections.KeyValuePair
 
getKey(T) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns the sub-map of a key which stores sub-keys -> values.
getKey(T) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns the sub-map of a key which stores sub-keys -> values.
getKey(T) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns the sub-map of a key which stores sub-keys -> values.
getKeys() - Method in interface propel.core.collections.IKeyValueStore
Returns all keys.
getKeys() - Method in class propel.core.collections.maps.avl.AvlHashtable
Gets a collection containing the keys in the AVL hashtable.
getKeys() - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Returns a copy of all keys
getKeys() - Method in class propel.core.collections.maps.bi.AvlBiMap
Returns all keys in ascending key order.
getKeys() - Method in interface propel.core.collections.maps.bi.IBiMap
Returns all keys
getKeys() - Method in class propel.core.collections.maps.combinational.AvlTreeList
Returns all keys in ascending key order.
getKeys() - Method in interface propel.core.collections.maps.combinational.IListMap
Returns all keys in ascending key order.
getKeys() - Method in class propel.core.collections.maps.combinational.ListMap
Puts all keys in a list and returns them.
getKeys() - Method in interface propel.core.collections.maps.IHashtable
Gets a collection containing all the keys.
getKeys() - Method in interface propel.core.collections.maps.ISharedHashtable
Returns a copy of all keys
getKeys() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Returns all keys.
getMaxSize() - Method in class propel.core.collections.buffers.CircularBuffer
Maximum size method.
getMaxSize() - Method in interface propel.core.collections.buffers.IBuffer
Returns the maximum size of the buffer
getMaxSize() - Method in class propel.core.collections.buffers.LRUBuffer
Returns the maximum size.
getMaxValue() - Method in interface propel.core.counters.ICounter
Returns the maximum value of the counter
getMaxValue() - Method in class propel.core.counters.ModuloCounter
Returns the maximum value of the counter
getMember(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns the property information for an object's property, if found, otherwise null.
getMembers(Class<?>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all methods found in a class type.
getMembers(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all members found in a class type matching the given name.
getMemberType() - Method in class propel.core.utils.MemberInfo
Returns the member type
getMessages(Throwable) - Static method in class propel.core.utils.ExceptionUtils
Gets only exception messages (top-level first, then inner) as an array of strings
getMessages(Throwable, String) - Static method in class propel.core.utils.ExceptionUtils
Gets only exception messages (top-level first, then inner) as a string delimited with the specified string.
getMethod(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns the method information for an object's method, if found, otherwise null.
getMethodAnnotations(Method, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all annotations from the annotated method which are of specified annotation class type (or any its subclasses, if required)
getMethodAnnotations(Method, Class<T>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all annotations from the annotated method which are of specified annotation class type (or any its subclasses, if required)
getMethodInfo() - Method in class propel.core.utils.MemberInfo
 
getMethods(Class<?>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all methods found in a class type.
getMethods(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all methods found in a class type matching the given name.
getMinValue() - Method in interface propel.core.counters.ICounter
Returns the minimum value of the counter
getMinValue() - Method in class propel.core.counters.ModuloCounter
Returns the minimum value of the counter
getName(File) - Static method in class propel.core.functional.projections.Files
Returns the name of the file
getName() - Method in class propel.core.utils.MemberInfo
Returns the name of the property, e.g.
getName() - Static method in class propel.core.utils.OsUtils
Returns the os.name property
getName() - Method in class propel.core.utils.PropertyInfo
Returns the name of the property, e.g.
getOriginalArray() - Method in class propel.core.collections.arrays.ReifiedArray
Returns the array used to initialize this class
getParent(File) - Static method in class propel.core.functional.projections.Files
Returns the parent of the file
getPath() - Method in class propel.core.userTypes.UniversalPath
 
getPath() - Method in class propel.core.utils.ScanErrorEntry
 
getPollingIntervalMillis() - Method in interface propel.core.collections.volatiles.ISessionStore
The polling interval in milliseconds.
getPollingIntervalMillis() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Gets the polling interval in milliseconds.
getPollingIntervalMillis() - Method in class propel.core.collections.volatiles.ValueSessionStore
Gets the polling interval in milliseconds.
getPrimitiveArrayType() - Method in class propel.core.collections.arrays.ReifiedArray
Returns the primitive array type for primitive arrays, or NotPrimitive for object arrays.
getPrimitiveType(Class<?>) - Static method in class propel.core.utils.ReflectionUtils
Returns true if the type specified is a primitive type such as int, boolean, etc.
getProperties(Class<?>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Gets all properties found in a type.
getProperties(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all properties found in a class type matching the given name.
getProperty(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns the property information for an object's property, if found, otherwise null.
getPropertyInfo() - Method in class propel.core.utils.MemberInfo
 
getPropertyType() - Method in class propel.core.utils.PropertyInfo
Returns the property type
getPseudoAlphanumericText(int) - Static method in class propel.core.utils.RandomUtils
Returns random text characters (uses the 0..9, A..Z and a..z character sets).
getPseudoBase64Text(int) - Static method in class propel.core.utils.RandomUtils
Returns random text characters (uses the Base64 set).
getPseudoBytes(int) - Static method in class propel.core.utils.RandomUtils
Returns random bytes, created by the information entropy from bytes in a newly created Guid.
getPseudoInt32() - Static method in class propel.core.utils.RandomUtils
Returns a random Int32, created by the information entropy from bytes in a newly created UUID.
getPseudoInt32(int, int) - Static method in class propel.core.utils.RandomUtils
Returns a pseudo random within the specified range [min, max) i.e.
getPseudoInt64() - Static method in class propel.core.utils.RandomUtils
Returns a random Int64, created by the information entropy from bytes in a newly created UUID.
getRange(int) - Method in interface propel.core.collections.queues.ISharedQueue
Dequeues a number of objects, blocking if not all are available.
getRange(int) - Method in class propel.core.collections.queues.SharedQueue
De-queues a number of objects, blocking if not all are available.
getRange(int) - Method in interface propel.core.collections.stacks.ISharedStack
Dequeues a number of objects, blocking if not all are available.
getRange(int) - Method in class propel.core.collections.stacks.SharedStack
Dequeues a number of objects, blocking if not all are available.
getResourceData(URL) - Static method in class propel.core.utils.FileUtils
Returns the data of the specified URL.
getResourceStreamData(URL) - Static method in class propel.core.utils.FileUtils
Returns an input stream to the specified resource.
getResourceTextData(URL) - Static method in class propel.core.utils.FileUtils
Returns the text data of the specified URL.
getResourceTextData(URL, Charset) - Static method in class propel.core.utils.FileUtils
Returns the text data of the specified URL.
getResourceUrl(String) - Static method in class propel.core.utils.FileUtils
Returns the URL to a resource, by its class path e.g.
getResourceUrl(Package, String) - Static method in class propel.core.utils.FileUtils
Returns the URL to a resource, by its package and name e.g.
getResult() - Method in class propel.core.TryResult
Returns the result of the try operation, if a success.
getRollbackActions() - Method in interface propel.core.transactional.ITransactionManager
If an action fails, the corresponding rollback actions are executed in FIFO or FILO order, as configured by the caller.
getRollbackActions() - Method in class propel.core.transactional.TransactionManager
If an action fails, the corresponding rollback actions are executed
getSecureAlphanumericText(int) - Static method in class propel.core.utils.RandomUtils
Returns random text characters (uses the 0..9, A..Z and a..z character sets) created by a cryptographically secure source.
getSecureBase64Text(int) - Static method in class propel.core.utils.RandomUtils
Returns random text characters (uses the Base64 set), created by a cryptographically secure source.
getSecureBytes(int) - Static method in class propel.core.utils.RandomUtils
Returns a key filled with cryptographically secure random data.
getSecureInt32() - Static method in class propel.core.utils.RandomUtils
Returns a cryptographically secure random Int32.
getSecureInt64() - Static method in class propel.core.utils.RandomUtils
Returns a cryptographically secure random Int32.
getSetter() - Method in class propel.core.utils.PropertyInfo
Returns the property setter method
getSetter(Class<?>, String, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns the first encountered setter with the given name, or null if not found
getSetters(Class<?>, boolean) - Static method in class propel.core.utils.ReflectionUtils
Returns all setters found in a class type.
getSimpleName() - Static method in class propel.core.utils.OsUtils
Returns a simple version of the OS name
getType(Object) - Static method in class propel.core.utils.ArrayUtils
Returns true if the provided object refers to a primitive array, e.g.
getType(Class<?>) - Static method in class propel.core.utils.SuperTypeToken
Returns the Type of a class's first formal type argument Therefore for Blah, 0 will return T0, and 1 will return T1.
getType(Class<?>, int) - Static method in class propel.core.utils.SuperTypeToken
Returns the Type of a class's formal type argument, at a given position.
getTypesAndMessages(Throwable) - Static method in class propel.core.utils.ExceptionUtils
Gets all exception types and messages (top-level first, then inner) as an array of strings, e.g.
getTypesAndMessages(Throwable, String) - Static method in class propel.core.utils.ExceptionUtils
Gets all exception messages (top-level first, then inner) as a string delimited with the specified string.
getUniqueId() - Method in interface propel.core.model.IUnique
Returns a unique 128-bit UUID for uniquely identifying this object
getValue() - Method in class propel.core.collections.KeyValuePair
 
getValue() - Method in interface propel.core.counters.ICounter
Returns the counter value
getValue() - Method in interface propel.core.counters.IModuloIndexer
Returns the current value
getValue() - Method in class propel.core.counters.ModuloCounter
Returns the counter value
getValue() - Method in class propel.core.counters.SharedModuloCounter
Returns the counter value
getValue() - Method in class propel.core.counters.SharedModuloCounterLight
Returns the counter value
getValue() - Method in class propel.core.counters.SharedModuloIndexer
Returns the current value
getValue() - Method in class propel.core.counters.SharedModuloIndexerLight
Returns the current value
getValueBySubkey(K) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns the first value of a key's sub-key.
getValueBySubkey(K) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns the first value of a key's sub-key.
getValueBySubkey(K) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns the first value of a key's sub-key.
getValues() - Method in interface propel.core.collections.IKeyValueStore
Returns all values.
getValues() - Method in class propel.core.collections.maps.avl.AvlHashtable
Gets a collection containing the values in the Returns the values of all key/value pairs, in ascending key order.
getValues() - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Returns a copy of all values
getValues() - Method in class propel.core.collections.maps.bi.AvlBiMap
Returns all values in ascending value order.
getValues() - Method in interface propel.core.collections.maps.bi.IBiMap
Returns all values
getValues() - Method in class propel.core.collections.maps.combinational.AvlTreeList
Returns all values in the order they were input.
getValues() - Method in interface propel.core.collections.maps.combinational.IListMap
Returns all values.
getValues() - Method in class propel.core.collections.maps.combinational.ListMap
Puts all keys in a list and returns them.
getValues() - Method in interface propel.core.collections.maps.IHashtable
Gets a collection containing all the values.
getValues() - Method in interface propel.core.collections.maps.ISharedHashtable
Returns a copy of all values
getValues() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Returns all values.
getValuesBySubkey(K) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns all values under a key's sub-key.
getValuesBySubkey(K) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns all values under a key's sub-key.
getValuesBySubkey(K) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns all values under a key's sub-key.
GRAVE_ACCENT - Static variable in class propel.core.common.CONSTANT
The grave accent String "`"
GRAVE_ACCENT_CHAR - Static variable in class propel.core.common.CONSTANT
The grave accent char '`'
greaterThan(T, T) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true when the function argument is greater than a value
greaterThanOrEqual(T, T) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true when the function argument is greater than or equal to a value
groupBy(Iterable<TResult>, Functions.Function1<? super TResult, TKey>) - Static method in class propel.core.utils.Linq
Groups elements by a specified key.
groupBy(TResult[], Functions.Function1<TResult, TKey>) - Static method in class propel.core.utils.Linq
Groups elements by a specified key.
groupBy(Iterable<TResult>, Functions.Function1<? super TResult, TKey>, Comparator<? super TKey>) - Static method in class propel.core.utils.Linq
Groups elements by a specified key and comparer.
groupBy(TResult[], Functions.Function1<TResult, TKey>, Comparator<? super TKey>) - Static method in class propel.core.utils.Linq
Groups elements by a specified key and comparer.
GROUPING_SEPARATOR - Static variable in class propel.core.utils.StringUtils
Current locale decimal grouping symbol
GZIP - Static variable in class propel.core.utils.Base64
Specify that data should be gzip-compressed in second bit.
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