- best(T[], Class<?>[][], boolean[], Class<?>[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Selects the best item for the given argument types.
- bestConstructor(Class<T>, Object[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Finds the best constructor for the given arguments.
- bestConstructor(Class<T>, Class<?>[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Finds the best constructor for the given arguments types.
- bestConstructor(Constructor<T>[], Object[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Selects the best constructor for the given arguments.
- bestConstructor(Constructor<T>[], Class<?>[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Selects the best constructor for the given argument types.
- bestMatch(Class<?>[][], boolean[], Class<?>[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Selects the best match in signatures for the given argument types.
- bestMatch(Class<?>[][], boolean[], JavaSignatureComparator) - Static method in class org.cthul.objects.reflection.Signatures
-
- bestMethod(Class<?>, String, Object[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Finds the best method for the given arguments.
- bestMethod(Class<?>, String, Class<?>[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Finds the best method for the given argument types.
- bestMethod(Method[], Object[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Selects the best method for the given arguments.
- bestMethod(Method[], Class<?>[]) - Static method in class org.cthul.objects.reflection.Signatures
-
Selects the best method for the given argument types.
- box(Class<?>) - Static method in class org.cthul.objects.Boxing
-
Returns the boxed type for a primitive, or null.
- box(Class<?>, Object) - Static method in class org.cthul.objects.Boxing
-
- box(boolean[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of boolean
into an array of Boolean.
- box(byte[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of byte
into an array of Byte.
- box(char[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of char
into an array of Character.
- box(float[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of float
into an array of Float.
- box(double[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of double
into an array of Double.
- box(int[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of int
into an array of Integer.
- box(long[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of long
into an array of Long.
- box(short[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of short
into an array of Short.
- box(boolean[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of boolean
into an array of Boolean.
- box(byte[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of byte
into an array of Byte.
- box(char[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of char
into an array of Character.
- box(float[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of float
into an array of Float.
- box(double[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of double
into an array of Double.
- box(int[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of int
into an array of Integer.
- box(long[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of long
into an array of Long.
- box(short[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of short
into an array of Short.
- boxAll(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms a primitive array into an array of boxed values.
- boxAll(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms a primitive array into an array of boxed values.
- boxAll(Class<?>, Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms a primitive array into an array of boxed values.
- boxAll(Class<?>, Object) - Static method in class org.cthul.objects.Boxing
-
Transforms a primitive array into an array of boxed values.
- boxAllAs(Object, int, int, Class<T>) - Static method in class org.cthul.objects.Boxing
-
Transforms a primitive array into an array of boxed values.
- boxAllAs(Object, Class<T>) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of boxed values.
- boxAs(Object, Class<T>) - Static method in class org.cthul.objects.Boxing
-
- boxBoolean(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a Boolean.
- boxBooleans(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Boolean.
- boxBooleans(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Boolean.
- boxBooleans(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- boxBooleans(boolean[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of boolean
into an array of Boolean.
- boxBooleans(boolean[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of boolean
into an array of Boolean.
- boxByte(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a Byte.
- boxBytes(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Byte.
- boxBytes(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Byte.
- boxBytes(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- boxBytes(byte[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of byte
into an array of Byte.
- boxBytes(byte[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of byte
into an array of Byte.
- boxCharacter(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a Character.
- boxCharacters(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Character.
- boxCharacters(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Character.
- boxCharacters(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- boxCharacters(char[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of char
into an array of Character.
- boxCharacters(char[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of char
into an array of Character.
- boxDouble(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a Double.
- boxDoubles(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Double.
- boxDoubles(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Double.
- boxDoubles(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- boxDoubles(double[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of double
into an array of Double.
- boxDoubles(double[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of double
into an array of Double.
- boxes() - Static method in class org.cthul.objects.Boxing
-
- boxFloat(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a Float.
- boxFloats(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Float.
- boxFloats(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Floats.
- boxFloats(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- boxFloats(float[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of float
into an array of Float.
- boxFloats(float[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of float
into an array of Float.
- Boxing - Class in org.cthul.objects
-
Utils for dealing with primitives and boxed values.
- Boxing() - Constructor for class org.cthul.objects.Boxing
-
- BoxingBase - Class in org.cthul.objects.internal
-
- BoxingBase() - Constructor for class org.cthul.objects.internal.BoxingBase
-
- BoxingBase.Array - Class in org.cthul.objects.internal
-
Represents an array of Boolean, Character, Number,
or any primitive type.
- boxingType(Class<?>) - Static method in class org.cthul.objects.Boxing
-
Returns the boxed type for a primitive and vice versa, or null.
- boxingTypes() - Static method in class org.cthul.objects.Boxing
-
- boxInteger(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a Integer.
- boxIntegers(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Integer.
- boxIntegers(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Integer.
- boxIntegers(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- boxIntegers(int[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of int
into an array of Integer.
- boxIntegers(int[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of int
into an array of Integer.
- boxLong(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a Long.
- boxLongs(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Long.
- boxLongs(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Long.
- boxLongs(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- boxLongs(long[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of long
into an array of Long.
- boxLongs(long[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of long
into an array of Long.
- boxShort(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a Short.
- boxShorts(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Short.
- boxShorts(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of Short.
- boxShorts(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- boxShorts(short[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of short
into an array of Short.
- boxShorts(short[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of short
into an array of Short.
- buildMessage() - Method in exception org.cthul.objects.reflection.AmbiguousMethodMatchException
-
- buildMessage() - Method in exception org.cthul.objects.reflection.AmbiguousSignatureMatchException
-
- unbox(Class<?>, Object) - Static method in class org.cthul.objects.Boxing
-
- unbox(Boolean[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean
into an array of boolean.
- unbox(Byte[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Byte
into an array of byte.
- unbox(Character[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Character
into an array of char.
- unbox(Float[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Float
into an array of float.
- unbox(Double[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Double
into an array of double.
- unbox(Integer[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Integer
into an array of int.
- unbox(Long[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Long
into an array of long.
- unbox(Short[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Short
into an array of short.
- unbox(Boolean[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean
into an array of boolean.
- unbox(Byte[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Byte
into an array of byte.
- unbox(Character[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Character
into an array of char.
- unbox(Float[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Float
into an array of float.
- unbox(Double[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Double
into an array of double.
- unbox(Integer[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Integer
into an array of int.
- unbox(Long[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Long
into an array of long.
- unbox(Short[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Short
into an array of short.
- unboxAll(Class<?>, Object[], int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms an array of Boolean, Character, or Number
into a primitive array.
- unboxAll(Class<?>, Object[]) - Static method in class org.cthul.objects.Boxing
-
Transforms an array of Boolean, Character, or Number
into a primitive array.
- unboxAll(Object[], int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms an array of Boolean, Character, or Number
into a primitive array.
- unboxAll(Object[]) - Static method in class org.cthul.objects.Boxing
-
Transforms an array of Boolean, Character, or Number
into a primitive array.
- unboxAll(Class<?>, Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into a primitive array.
- unboxAll(Class<?>, Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into a primitive array.
- unboxAllAs(Object, int, int, Class<T>) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into a primitive array.
- unboxAllAs(Object, Class<T>) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into a primitive array.
- unboxAs(Object, Class<T>) - Static method in class org.cthul.objects.Boxing
-
- unboxBoolean(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a boolean.
- unboxBooleans(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of boolean.
- unboxBooleans(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of boolean.
- unboxBooleans(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- unboxBooleans(Object[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of boolean.
- unboxBooleans(Object[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of boolean.
- unboxBooleans(Collection<?>, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of boolean.
- unboxBooleans(Collection<?>) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of boolean.
- unboxByte(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a byte.
- unboxBytes(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of byte.
- unboxBytes(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of byte.
- unboxBytes(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- unboxBytes(Object[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of byte.
- unboxBytes(Object[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of byte.
- unboxBytes(Collection<?>, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of byte.
- unboxBytes(Collection<?>) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of byte.
- unboxCharacter(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a char.
- unboxCharacters(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of char.
- unboxCharacters(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of char.
- unboxCharacters(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- unboxCharacters(Object[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of char.
- unboxCharacters(Object[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of char.
- unboxCharacters(Collection<?>, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of char.
- unboxCharacters(Collection<?>) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of char.
- unboxDouble(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a double.
- unboxDoubles(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of double.
- unboxDoubles(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of double.
- unboxDoubles(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- unboxDoubles(Object[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of double.
- unboxDoubles(Object[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of double.
- unboxDoubles(Collection<?>, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of double.
- unboxDoubles(Collection<?>) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of double.
- unboxFloat(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a float.
- unboxFloats(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of float.
- unboxFloats(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of float.
- unboxFloats(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- unboxFloats(Object[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of float.
- unboxFloats(Object[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of float.
- unboxFloats(Collection<?>, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of float.
- unboxFloats(Collection<?>) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of float.
- unboxInteger(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a int.
- unboxIntegers(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of int.
- unboxIntegers(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of int.
- unboxIntegers(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- unboxIntegers(Object[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of int.
- unboxIntegers(Object[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of int.
- unboxIntegers(Collection<?>, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of int.
- unboxIntegers(Collection<?>) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of int.
- unboxLong(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a long.
- unboxLongs(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of long.
- unboxLongs(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of long.
- unboxLongs(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- unboxLongs(Object[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of long.
- unboxLongs(Object[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of long.
- unboxLongs(Collection<?>, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of long.
- unboxLongs(Collection<?>) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of long.
- unboxShort(Object) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms any Boolean, Character, or Number
into a short.
- unboxShorts(Object, int, int) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of short.
- unboxShorts(Object) - Static method in class org.cthul.objects.Boxing
-
Transforms any array into an array of short.
- unboxShorts(BoxingBase.Array, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
- unboxShorts(Object[], int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of short.
- unboxShorts(Object[]) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms an array of Boolean, Character, or Number
into an array of short.
- unboxShorts(Collection<?>, int, int) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of short.
- unboxShorts(Collection<?>) - Static method in class org.cthul.objects.internal.BoxingBase
-
Transforms a collection of Boolean, Character, or Number
into an array of short.
- UniqueValueCache<K,V> - Class in org.cthul.objects.instance
-
- UniqueValueCache() - Constructor for class org.cthul.objects.instance.UniqueValueCache
-
- UniqueValueCache.GetKeyRef - Interface in org.cthul.objects.instance
-
- UniqueValueCache.KeyRef<K> - Class in org.cthul.objects.instance
-
- UniqueValueCache.SoftValueRef<T> - Class in org.cthul.objects.instance
-
- UniqueValueCache.WeakValueRef<T> - Class in org.cthul.objects.instance
-
- unsafeGet(String) - Method in class org.cthul.objects.instance.InstanceMap
-
- unsupportedOption(String) - Method in class org.cthul.objects.instance.InstanceMap.InjectFactory
-
- update(Object) - Method in class org.cthul.objects.instance.InstanceMap.FieldProperty
-
- update(Object) - Method in class org.cthul.objects.instance.InstanceMap.ParamProperty
-
- update(Object) - Method in class org.cthul.objects.instance.InstanceMap.Property
-
- updateProperties(String, Object) - Method in class org.cthul.objects.instance.InstanceMap
-