- U - Static variable in class propel.core.common.CONSTANT
-
The U letter
- u - Static variable in class propel.core.common.CONSTANT
-
The u letter
- 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[].
- 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 '_'
- 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
-
- 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
-
- 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
- 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.