- U - Static variable in class propel.core.common.CONSTANT
-
The U letter
- u - Static variable in class propel.core.common.CONSTANT
-
The u letter
- UInt16PropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of UInt16s
- UInt16PropertyMetadata(String, UnsignedShort, UnsignedShort, boolean) - Constructor for class propel.core.validation.propertyMetadata.UInt16PropertyMetadata
-
Constructor initializing with a min and a max value
- UInt32PropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of UInt32s
- UInt32PropertyMetadata(String, UnsignedInteger, UnsignedInteger, boolean) - Constructor for class propel.core.validation.propertyMetadata.UInt32PropertyMetadata
-
Constructor initializing with a min and a max value
- UInt64PropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of UInt64s
- UInt64PropertyMetadata(String, UnsignedLong, UnsignedLong, boolean) - Constructor for class propel.core.validation.propertyMetadata.UInt64PropertyMetadata
-
Constructor initializing with a min and a max value
- UInt8PropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of UInt8s
- UInt8PropertyMetadata(String, UnsignedByte, UnsignedByte, boolean) - Constructor for class propel.core.validation.propertyMetadata.UInt8PropertyMetadata
-
Constructor initializing with a min and a max value
- unbox(Boolean[]) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Boolean sequence to primitive boolean[].
- unbox(Byte[]) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Byte sequence to primitive byte[].
- unbox(Character[]) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Character sequence to primitive char[].
- unbox(Short[]) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Short sequence to primitive short[].
- unbox(Integer[]) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Integer sequence to primitive int[].
- unbox(Long[]) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Long sequence to primitive long[].
- unbox(Float[]) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Float sequence to primitive float[].
- unbox(Double[]) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Double sequence to primitive double[].
- unboxBools(Iterable<Boolean>) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Boolean sequence to primitive boolean[].
- unboxBytes(Iterable<Byte>) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Byte sequence to primitive byte[].
- unboxChars(Iterable<Character>) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Character sequence to primitive char[].
- unboxDoubles(Iterable<Double>) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Double sequence to primitive double[].
- unboxFloats(Iterable<Float>) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Float sequence to primitive float[].
- unboxInts(Iterable<Integer>) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Integer sequence to primitive int[].
- unboxLongs(Iterable<Long>) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Long sequence to primitive long[].
- unboxShorts(Iterable<Short>) - Static method in class propel.core.utils.ArrayUtils
-
Converts a Short sequence to primitive short[].
- unchecked(Actions.Action0) - Static method in class propel.core.utils.ExceptionUtils
-
Executes the given block of code using sneaky throws
- uncheckedThrow(Throwable) - Static method in class propel.core.utils.ExceptionUtils
-
Throws an exception as unchecked exception
- UNDERSCORE - Static variable in class propel.core.common.CONSTANT
-
The underscore String "_"
- UNDERSCORE_CHAR - Static variable in class propel.core.common.CONSTANT
-
The underscore char '_'
- UNICODE_CHARACTERS_NOT_ALLOWED - Static variable in class propel.core.validation.propertyMetadata.RestrictedEdgesI18NStringPropertyMetadata
-
Error message when a string cannot contain unicode characters
- uninitialise() - Method in interface propel.core.initialisation.InitGuard
-
Call to un-initialise this object
- uninitialise() - Method in class propel.core.initialisation.MultiInitGuard
-
Call to un-initialise this object
- uninitialise() - Method in class propel.core.initialisation.SingleInitGuard
-
Call to un-initialise this object
- union(Set<? extends T>) - Method in class propel.core.collections.sets.AvlTreeSet
-
This operation combines this set with another set i.e.
- union(Set<? extends T>) - Method in interface propel.core.collections.sets.ReifiedSet
-
This operation combines this set with another set i.e.
- union(Set<? extends T>) - Method in class propel.core.collections.sets.SharedAvlTreeSet
-
This operation combines this set with another set i.e.
- union(Iterable<T>, Iterable<T>) - Static method in class propel.core.utils.Linq
-
Produces the union of two sequences.
- union(Iterable<T>, Iterable<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
-
Produces the union of two sequences.
- union(T[], T[]) - Static method in class propel.core.utils.Linq
-
Produces the union of two sequences.
- union(T[], T[], Comparator<? super T>) - Static method in class propel.core.utils.Linq
-
Produces the union of two sequences.
- UniversalPath - Class in propel.core.userTypes
-
Entity encapsulating an immutable absolute path in a multi-platform format.
- UniversalPath() - Constructor for class propel.core.userTypes.UniversalPath
-
- UniversalPath(String, String) - Constructor for class propel.core.userTypes.UniversalPath
-
- UNIVERSALPATH_CONVERSION_UNIX_TO_WINDOWS_DEFAULT_DRIVE - Static variable in class propel.core.configuration.ConfigurableConsts
-
See UniversalPath's CONVERSION_UNIX_TO_WINDOWS_DEFAULT_DRIVE constant
- UNIVERSALPATH_CONVERSION_UNIX_TO_WINDOWS_DEFAULT_FOLDER - Static variable in class propel.core.configuration.ConfigurableConsts
-
See UniversalPath's CONVERSION_UNIX_TO_WINDOWS_DEFAULT_FOLDER constant
- UNIVERSALPATH_CONVERSION_WINDOWS_TO_UNIX_DRIVE_ENCODING_PREFIX - Static variable in class propel.core.configuration.ConfigurableConsts
-
See UniversalPath's CONVERSION_WINDOWS_TO_UNIX_DRIVE_ENCODING_PREFIX constant
- unlock() - Method in class propel.core.collections.buffers.SharedBuffer
-
Unlocks the object.
- unlock() - Method in class propel.core.collections.lists.SharedList
-
Unlocks the collection
- unlock() - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
-
Unlocks the collection.
- unlock() - Method in class propel.core.collections.queues.SharedQueue
-
Unlocks the queue
- unlock() - Method in class propel.core.collections.sets.SharedAvlTreeSet
-
Unlocks the collection
- unlock() - Method in class propel.core.collections.stacks.SharedStack
-
Unlocks the collection
- unlock() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
-
Unlocks the object.
- unlock() - Method in class propel.core.collections.volatiles.ValueSessionStore
-
Unlocks the object.
- unlock() - Method in class propel.core.counters.SharedModuloCounter
-
Unlocks the object.
- unlock() - Method in class propel.core.counters.SharedModuloIndexer
-
Unlocks the object.
- unlock() - Method in interface propel.core.model.IShared
-
Unlocks the object.
- unlock() - Method in class propel.core.threading.primitives.SharedData
-
Unlocks the object
- unpack64(long) - Static method in class propel.core.utils.ConversionUtils
-
Reversed the pack64() function
- unSet() - Method in class propel.core.threading.primitives.SharedFlag
-
Unsets the value of the flag.
- UnsignedByte - Class in propel.core.userTypes
-
Unsigned byte data type
- UnsignedByte() - Constructor for class propel.core.userTypes.UnsignedByte
-
Initializes with the value 0
- UnsignedByte(String) - Constructor for class propel.core.userTypes.UnsignedByte
-
Initializes with a string value.
- UnsignedByte(short) - Constructor for class propel.core.userTypes.UnsignedByte
-
Initializes with a primitive number type
- UnsignedByte(BigInteger) - Constructor for class propel.core.userTypes.UnsignedByte
-
Initializes with a BigInteger type
- UnsignedByte(UnsignedByte) - Constructor for class propel.core.userTypes.UnsignedByte
-
Initializes with another signed byte
- UnsignedInteger - Class in propel.core.userTypes
-
Encapsulates an unsigned integer.
- UnsignedInteger() - Constructor for class propel.core.userTypes.UnsignedInteger
-
Initializes with the value 0
- UnsignedInteger(String) - Constructor for class propel.core.userTypes.UnsignedInteger
-
Initializes with a string value.
- UnsignedInteger(BigInteger) - Constructor for class propel.core.userTypes.UnsignedInteger
-
Initializes with a BigInteger type
- UnsignedInteger(long) - Constructor for class propel.core.userTypes.UnsignedInteger
-
Initializes with a primitive number type
- UnsignedInteger(UnsignedInteger) - Constructor for class propel.core.userTypes.UnsignedInteger
-
Initializes with another unsigned integer
- UnsignedLong - Class in propel.core.userTypes
-
Encapsulates an unsigned long.
- UnsignedLong() - Constructor for class propel.core.userTypes.UnsignedLong
-
Initializes with the value 0
- UnsignedLong(String) - Constructor for class propel.core.userTypes.UnsignedLong
-
Initializes with a string value.
- UnsignedLong(BigInteger) - Constructor for class propel.core.userTypes.UnsignedLong
-
Initializes with a BigInteger type
- UnsignedLong(UnsignedLong) - Constructor for class propel.core.userTypes.UnsignedLong
-
Initializes with another unsigned long
- UnsignedShort - Class in propel.core.userTypes
-
Encapsulates an unsigned short.
- UnsignedShort() - Constructor for class propel.core.userTypes.UnsignedShort
-
Initializes with the value 0
- UnsignedShort(String) - Constructor for class propel.core.userTypes.UnsignedShort
-
Initializes with a string value.
- UnsignedShort(int) - Constructor for class propel.core.userTypes.UnsignedShort
-
Initializes with a primitive number type
- UnsignedShort(BigInteger) - Constructor for class propel.core.userTypes.UnsignedShort
-
Initializes with a BigInteger type
- UnsignedShort(UnsignedShort) - Constructor for class propel.core.userTypes.UnsignedShort
-
Initializes with another unsigned short
- until(Integer, Integer) - Static method in class propel.core.utils.NumericUtils
-
Returns a range from start (inclusive) to end (exclusive)
- until(Long, Long) - Static method in class propel.core.utils.NumericUtils
-
Returns a range from start (inclusive) to end (exclusive)
- until(Character, Character) - Static method in class propel.core.utils.StringUtils
-
Returns a character range from start (inclusive) to end (exclusive)
- unzip(Iterable<T>, Functions.Function1<? super T, Pair<TResult1, TResult2>>) - Static method in class propel.core.utils.Linq
-
Performs the reverse operation to zip()
- unzip(T[], Functions.Function1<T, Pair<TResult1, TResult2>>) - Static method in class propel.core.utils.Linq
-
Performs the reverse operation to zip()
- URL_SAFE - Static variable in class propel.core.utils.Base64
-
- URLPropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of URL classes
- URLPropertyMetadata(String, boolean) - Constructor for class propel.core.validation.propertyMetadata.URLPropertyMetadata
-
Initializes with the property name and whether null values are not allowed
- UsernamePropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of Active Directory usernames
- UsernamePropertyMetadata(String, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.UsernamePropertyMetadata
-
Constructor initializes with Active Directory constraints
- UsernamePropertyMetadata(String, int, int, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.UsernamePropertyMetadata
-
Constructor initializes with Active Directory constraints allowing for length customisation
- UsernamePropertyMetadata(String, Iterable<Character>, Iterable<Character>, Iterable<Character>, int, int, boolean, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.UsernamePropertyMetadata
-
Constructor initializes allowing custom constraints
- UTF16 - Static variable in class propel.core.common.CONSTANT
-
UTF16 encoding, charsets are thread-safe
- UTF32 - Static variable in class propel.core.common.CONSTANT
-
UTF32 encoding, charsets are thread-safe
- UTF8 - Static variable in class propel.core.common.CONSTANT
-
UTF8 encoding, charsets are thread-safe
- UUIDPropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of GUIDs
- UUIDPropertyMetadata(String, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.UUIDPropertyMetadata
-
Constructor initializes with option of whether to allow zero-valued uuids
- uuidToInt32(UUID) - Static method in class propel.core.utils.HashingUtils
-
Hashes a UUID to an Int32
- uuidToInt64(UUID) - Static method in class propel.core.utils.HashingUtils
-
Hashes a Guid to an Int64.