Skip navigation links
Blazebit Common Utilities 0.1.21
A B C D E F G H I J K L M N O P R S T U V Y Z 

A

AbstractDateTimeFormatterFormat - Class in com.blazebit.text
 
AbstractDateTimeFormatterFormat(Class<?>, String, String) - Constructor for class com.blazebit.text.AbstractDateTimeFormatterFormat
 
AbstractDecimalFormat<T extends Serializable> - Class in com.blazebit.text
 
AbstractDecimalFormat(Class<T>) - Constructor for class com.blazebit.text.AbstractDecimalFormat
 
AbstractFormat<T extends Serializable> - Class in com.blazebit.text
 
AbstractFormat(Class<T>) - Constructor for class com.blazebit.text.AbstractFormat
 
AbstractNode - Class in com.blazebit.regex.node
 
AbstractNode() - Constructor for class com.blazebit.regex.node.AbstractNode
 
add(CharSequence, V) - Method in class com.blazebit.collection.PatternTrie
 
add() - Method in interface com.blazebit.collection.PatternTrie.ParameterizedKeyBuilder
 
add(Node) - Method in class com.blazebit.regex.node.OrNode
 
addFirstToLower(StringBuilder, CharSequence) - Static method in class com.blazebit.lang.StringUtils
 
addFirstToUpper(StringBuilder, CharSequence) - Static method in class com.blazebit.lang.StringUtils
 
AnnotationUtils - Class in com.blazebit.annotation
Utillity class for annotation handling.

B

BaseComparator<T> - Class in com.blazebit.comparator
This is the base for comparator implementations providing util mehtods all comparator need.
BaseComparator() - Constructor for class com.blazebit.comparator.BaseComparator
 
BCrypt - Class in com.blazebit.security
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class com.blazebit.security.BCrypt
 
BigDecimalFormat - Class in com.blazebit.text
 
BigDecimalFormat() - Constructor for class com.blazebit.text.BigDecimalFormat
 
BigIntegerFormat - Class in com.blazebit.text
 
BigIntegerFormat() - Constructor for class com.blazebit.text.BigIntegerFormat
 
BooleanFormat - Class in com.blazebit.text
 
BooleanFormat() - Constructor for class com.blazebit.text.BooleanFormat
 
ByteFormat - Class in com.blazebit.text
 
ByteFormat() - Constructor for class com.blazebit.text.ByteFormat
 

C

CalendarFormat - Class in com.blazebit.text
 
CalendarFormat() - Constructor for class com.blazebit.text.CalendarFormat
 
CharacterFormat - Class in com.blazebit.text
 
CharacterFormat() - Constructor for class com.blazebit.text.CharacterFormat
 
CharNode - Class in com.blazebit.regex.node
 
CharNode(char) - Constructor for class com.blazebit.regex.node.CharNode
 
CharRangeNode - Class in com.blazebit.regex.node
 
CharRangeNode(char, char) - Constructor for class com.blazebit.regex.node.CharRangeNode
 
checkpw(String, String) - Static method in class com.blazebit.security.BCrypt
Check that a plaintext password matches a previously hashed one
ClassFormat - Class in com.blazebit.text
 
ClassFormat() - Constructor for class com.blazebit.text.ClassFormat
 
clear() - Method in class com.blazebit.collection.TrieMap
com.blazebit.annotation - package com.blazebit.annotation
 
com.blazebit.collection - package com.blazebit.collection
 
com.blazebit.comparator - package com.blazebit.comparator
 
com.blazebit.exception - package com.blazebit.exception
 
com.blazebit.i18n - package com.blazebit.i18n
 
com.blazebit.lang - package com.blazebit.lang
 
com.blazebit.reflection - package com.blazebit.reflection
 
com.blazebit.regex - package com.blazebit.regex
 
com.blazebit.regex.node - package com.blazebit.regex.node
 
com.blazebit.security - package com.blazebit.security
 
com.blazebit.text - package com.blazebit.text
 
compare(T, T) - Method in class com.blazebit.comparator.GenericCollectionComparator
 
compare(T, T) - Method in class com.blazebit.comparator.GenericComparator
 
compare(T, T) - Method in class com.blazebit.comparator.PropertyPathStringComparator
 
compare(Object, Object) - Method in class com.blazebit.comparator.StringComparator
 
compareNullObjects(Object, Object) - Method in class com.blazebit.comparator.BaseComparator
Checks for null objects and returns the proper result depedning on which object is null
ComplementNode - Class in com.blazebit.regex.node
 
ComplementNode(Node) - Constructor for class com.blazebit.regex.node.ComplementNode
 
containsKey(Object) - Method in class com.blazebit.collection.TrieMap
containsKeyPrefix(CharSequence) - Method in class com.blazebit.collection.TrieMap
Returns true when an entry exists that that has the given prefix.
CurrencyFormat - Class in com.blazebit.text
 
CurrencyFormat() - Constructor for class com.blazebit.text.CurrencyFormat
 

D

DateFormat - Class in com.blazebit.text
 
DateFormat() - Constructor for class com.blazebit.text.DateFormat
 
DecoratorNode - Class in com.blazebit.regex.node
 
DecoratorNode(Node) - Constructor for class com.blazebit.regex.node.DecoratorNode
 
doThrow(Throwable) - Static method in class com.blazebit.exception.ExceptionUtils
Throws the given throwable even if it is a checked exception.
DotNode - Class in com.blazebit.regex.node
 
DotNode() - Constructor for class com.blazebit.regex.node.DotNode
 
DoubleFormat - Class in com.blazebit.text
 
DoubleFormat() - Constructor for class com.blazebit.text.DoubleFormat
 
DurationFormat - Class in com.blazebit.text
 
DurationFormat() - Constructor for class com.blazebit.text.DurationFormat
 

E

EmptyNode - Class in com.blazebit.regex.node
 
EmptyNode() - Constructor for class com.blazebit.regex.node.EmptyNode
 
entrySet() - Method in class com.blazebit.collection.TrieMap
 
ExceptionUtils - Class in com.blazebit.exception
Utility class for exception objects.
ExpressionUtils - Class in com.blazebit.reflection
 

F

findAnnotation(Method, Class<?>, Class<T>) - Static method in class com.blazebit.annotation.AnnotationUtils
Returns the annotation object for the specified annotation class of either the method if it can be found, or of the given class object.
findAnnotation(Method, Class<T>) - Static method in class com.blazebit.annotation.AnnotationUtils
Returns the annotation object for the specified annotation class of the method if it can be found, otherwise null.
findAnnotation(Class<?>, Class<T>) - Static method in class com.blazebit.annotation.AnnotationUtils
Returns the annotation object for the specified annotation class of the given class object.
firstToLower(CharSequence) - Static method in class com.blazebit.lang.StringUtils
 
firstToUpper(CharSequence) - Static method in class com.blazebit.lang.StringUtils
 
FloatFormat - Class in com.blazebit.text
 
FloatFormat() - Constructor for class com.blazebit.text.FloatFormat
 
format(Serializable, ParserContext) - Method in class com.blazebit.text.AbstractDateTimeFormatterFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class com.blazebit.text.AbstractFormat
 
format(Object, StringBuffer) - Method in class com.blazebit.text.AbstractFormat
 
format(T, ParserContext) - Method in class com.blazebit.text.AbstractFormat
 
format(Calendar, ParserContext) - Method in class com.blazebit.text.CalendarFormat
 
format(Class<?>, ParserContext) - Method in class com.blazebit.text.ClassFormat
 
format(Date, ParserContext) - Method in class com.blazebit.text.DateFormat
 
format(GregorianCalendar, ParserContext) - Method in class com.blazebit.text.GregorianCalendarFormat
 
format(T, ParserContext) - Method in interface com.blazebit.text.SerializableFormat
 
format(Date, ParserContext) - Method in class com.blazebit.text.SqlDateFormat
 
format(Time, ParserContext) - Method in class com.blazebit.text.TimeFormat
 
format(Timestamp, ParserContext) - Method in class com.blazebit.text.TimestampFormat
 
format(TimeZone, ParserContext) - Method in class com.blazebit.text.TimeZoneFormat
 
FormatUtils - Class in com.blazebit.text
 

G

GenericCollectionComparator<T> - Class in com.blazebit.comparator
This comparator is able to compare objects on a specified index which are part of a Collection or an Array.
GenericCollectionComparator(String, int) - Constructor for class com.blazebit.comparator.GenericCollectionComparator
 
GenericComparator<T> - Class in com.blazebit.comparator
Generic Comparator is used at Collections.sort(); and can be applied on every compareable Object.
GenericComparator(String) - Constructor for class com.blazebit.comparator.GenericComparator
Be arware that if one of the elements in the list does not have the memeber set addressed via propertyPath, an IllegalArgumentException will occur.
gensalt(int, SecureRandom) - Static method in class com.blazebit.security.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int) - Static method in class com.blazebit.security.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt() - Static method in class com.blazebit.security.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
get(Object) - Method in class com.blazebit.collection.TrieMap
getAllAnnotations(Class<?>) - Static method in class com.blazebit.annotation.AnnotationUtils
Returns all annotations of a class, also the annotations of the super classes, implemented interfaces and the annotations that are present in stereotype annotations.
getAllAnnotations(Method) - Static method in class com.blazebit.annotation.AnnotationUtils
Returns all annotations of a class, also the annotations of the super classes, implemented interfaces and the annotations that are present in stereotype annotations.
getAnnotation(Class<T>) - Method in class com.blazebit.reflection.MethodParameter
 
getAnnotations() - Method in class com.blazebit.reflection.MethodParameter
 
getAttribute(String) - Method in interface com.blazebit.text.ParserContext
 
getAvailableFormatters() - Static method in class com.blazebit.text.FormatUtils
Returns the available serializable formatters.
getBestMatch(CharSequence) - Method in class com.blazebit.collection.TrieMap
 
getCause(Throwable, Class<? extends Throwable>...) - Static method in class com.blazebit.exception.ExceptionUtils
Gets the cause which are one of the given expected causes.
getCharacter() - Method in class com.blazebit.regex.node.CharNode
 
getClass(String) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the class object for the specified qualified class name.
getConstructor() - Method in class com.blazebit.reflection.MethodException
 
getConstructor() - Method in class com.blazebit.reflection.MethodParameter
 
getDecorated() - Method in class com.blazebit.regex.node.DecoratorNode
 
getEnd() - Method in class com.blazebit.regex.node.CharRangeNode
 
getExpression(Class<X>, String) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getExpression(Class<X>, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getExpression(Class<X>, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getField(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the field object found for the given field name in the given class.
getFieldType(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the type of a field if it exists within the class.
getFormattedValue(Class<T>, T) - Static method in class com.blazebit.text.FormatUtils
 
getFormattedValue(Class<T>, T, DateFormat) - Static method in class com.blazebit.text.FormatUtils
 
getGetter(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
Retrieves the getter method of the given class for the specified field name.
getIndex() - Method in class com.blazebit.reflection.MethodException
 
getIndex() - Method in class com.blazebit.reflection.MethodParameter
 
getInstanceFields(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the static field objects that are declared in the given class or any of it's super types.
getLocale(String) - Static method in class com.blazebit.i18n.LocaleUtils
 
getMatchingFields(Class<?>, int) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the field objects that are declared in the given class or any of it's super types that have any of the given modifiers.
getMax() - Method in class com.blazebit.regex.node.RepeatNode
 
getMethod() - Method in class com.blazebit.reflection.MethodException
 
getMethod() - Method in class com.blazebit.reflection.MethodParameter
 
getMethod(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the method object found for the given method name in the given class.
getMethod(Class<?>, Class<? extends Annotation>) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the method object for a method which is annotated with the given annotation of the given class.
getMethodExceptions(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getMethodExceptions(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getMethodExceptionTypes(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getMethodParameters(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getMethodParameters(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getMethodParameterTypes(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getMethodReturnType(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the return type of a method if it exists within the class.
getMethods(Class<?>, Class<? extends Annotation>) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the method objects for methods which are annotated with the given annotation of the given class.
getMin() - Method in class com.blazebit.regex.node.RepeatNode
 
getNext() - Method in class com.blazebit.regex.node.AbstractNode
 
getNext() - Method in interface com.blazebit.regex.node.Node
 
getNodes() - Method in class com.blazebit.regex.node.OrNode
 
getNonMatchingFields(Class<?>, int) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the field objects that are declared in the given class or any of it's super types that have none of the given modifiers.
getNullSafeValue(Class<X>, X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getNullSafeValue(Class<X>, X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getNullSafeValue(Class<X>, X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getNullSafeValue(Class<X>, X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getNullSafeValue(X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getNullSafeValue(X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getNullSafeValue(X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getNullSafeValue(X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getNullSafeValue(X) - Method in class com.blazebit.reflection.PropertyPathExpression
 
getNullSafeValue() - Method in class com.blazebit.reflection.PropertyPathExpressionValueHolder
 
getObjectClassOfPrimitve(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the wrapper class of the given primitive class or the given class.
getParameter(String) - Method in interface com.blazebit.collection.PatternTrie.ParameterizedValue
 
getParameterNames() - Method in interface com.blazebit.collection.PatternTrie.ParameterizedValue
 
getParsedValue(Class<T>, String) - Static method in class com.blazebit.text.FormatUtils
Returns the parsed object of the given type for the given string.
getParsedValue(Class<T>, String, DateFormat) - Static method in class com.blazebit.text.FormatUtils
Returns the parsed object of the given type for the given string.
getPrimitiveClassOfWrapper(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the primitive class of the given wrapper class or null.
getResolvedFieldType(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedFieldType(Class<?>, Field) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedFieldTypeArguments(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedFieldTypeArguments(Class<?>, Field) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodExceptionTypes(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodExceptionTypes(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodParameterTypes(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodParameterTypes(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodParameterTypesArguments(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodParameterTypesArguments(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodReturnType(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodReturnType(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodReturnTypeArguments(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedMethodReturnTypeArguments(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getResolvedType(Class<?>) - Method in class com.blazebit.reflection.MethodException
 
getResolvedType(Class<?>) - Method in class com.blazebit.reflection.MethodParameter
 
getResolvedTypeParameters(Class<?>) - Method in class com.blazebit.reflection.MethodException
 
getResolvedTypeParameters(Class<?>) - Method in class com.blazebit.reflection.MethodParameter
 
getSetter(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
Retrieves the setter method of the given class for the specified field name.
getStart() - Method in class com.blazebit.regex.node.CharRangeNode
 
getStaticFields(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the static field objects that are declared in the given class or any of it's super types.
getSuperTypes(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Retrieves all super types of the given class type.
getSuperTypes(Class<?>, Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
 
getType() - Method in class com.blazebit.reflection.MethodException
 
getType() - Method in class com.blazebit.reflection.MethodParameter
 
getTypeVariablePosition(TypeVariable<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the position of the type variable for the class in which it is declared.
getTypeVariablePosition(GenericDeclaration, TypeVariable<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Tries to find the position of the given type variable in the type parameters of the given class.
getValue() - Method in interface com.blazebit.collection.PatternTrie.ParameterizedValue
 
getValue() - Method in interface com.blazebit.lang.ValueHolder
Returns the value of the value holder.
getValue(X) - Method in interface com.blazebit.lang.ValueRetriever
Retrieves the value specified by this ValueRetriever of the target object.
getValue(Class<X>, X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValue(Class<X>, X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValue(Class<X>, X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValue(Class<X>, X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValue(X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValue(X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValue(X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValue(X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValue(X) - Method in class com.blazebit.reflection.PropertyPathExpression
Invokes the getter chain based on the source object.
getValue() - Method in class com.blazebit.reflection.PropertyPathExpressionValueHolder
 
getValueHolder(Class<X>, X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValueHolder(Class<X>, X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValueHolder(Class<X>, X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getValueHolder(Class<X>, X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
getWrapperClassOfPrimitve(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Returns the wrapper class of the given primitive class or null.
GregorianCalendarFormat - Class in com.blazebit.text
 
GregorianCalendarFormat() - Constructor for class com.blazebit.text.GregorianCalendarFormat
 

H

hashpw(String, String) - Static method in class com.blazebit.security.BCrypt
Hash a password using the OpenBSD bcrypt scheme

I

InstantFormat - Class in com.blazebit.text
 
InstantFormat() - Constructor for class com.blazebit.text.InstantFormat
 
IntegerFormat - Class in com.blazebit.text
 
IntegerFormat() - Constructor for class com.blazebit.text.IntegerFormat
 
invoke() - Method in class com.blazebit.reflection.LazyGetterMethod
Invokes the getter chain based on the source object.
invoke() - Method in class com.blazebit.reflection.LazySetterMethod
Invokes the getter/setter chain based on the source object.
isEmpty(CharSequence) - Static method in class com.blazebit.lang.StringUtils
 
isEmpty(CharSequence...) - Static method in class com.blazebit.lang.StringUtils
 
isGetter(Method) - Static method in class com.blazebit.reflection.ReflectionUtils
 
isParseableType(Class<?>) - Static method in class com.blazebit.text.FormatUtils
This method checks if the given type is a parseable type.
isSetter(Method) - Static method in class com.blazebit.reflection.ReflectionUtils
 
isSubtype(Class<?>, Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Checks if the target class is a subtype of the supertype or not.

J

join(CharSequence, CharSequence...) - Static method in class com.blazebit.lang.StringUtils
 
join(StringBuilder, CharSequence, CharSequence...) - Static method in class com.blazebit.lang.StringUtils
 
join(CharSequence, Iterable<? extends CharSequence>) - Static method in class com.blazebit.lang.StringUtils
 
join(CharSequence, Iterable<X>, ValueRetriever<X, Y>) - Static method in class com.blazebit.lang.StringUtils
 
join(StringBuilder, CharSequence, Iterable<? extends CharSequence>) - Static method in class com.blazebit.lang.StringUtils
 
join(StringBuilder, CharSequence, Iterable<X>, ValueRetriever<X, Y>) - Static method in class com.blazebit.lang.StringUtils
 
join(CharSequence, Iterator<? extends CharSequence>) - Static method in class com.blazebit.lang.StringUtils
 
join(CharSequence, Iterator<X>, ValueRetriever<X, Y>) - Static method in class com.blazebit.lang.StringUtils
 
join(StringBuilder, CharSequence, Iterator<? extends CharSequence>) - Static method in class com.blazebit.lang.StringUtils
 
join(StringBuilder, CharSequence, Iterator<X>, ValueRetriever<X, Y>) - Static method in class com.blazebit.lang.StringUtils
 

K

keySet() - Method in class com.blazebit.collection.TrieMap

L

LazyGetterMethod - Class in com.blazebit.reflection
This class can be used to predefine a getter chain invocation but to be invoked later.
LazyGetterMethod(Object, String) - Constructor for class com.blazebit.reflection.LazyGetterMethod
Constructs a LazyGetterMethod object for the given source object and field names as a string separated by '.'
LazySetterMethod - Class in com.blazebit.reflection
This class is a lazy setter that can be invoked later.
LazySetterMethod(Object, String, Object) - Constructor for class com.blazebit.reflection.LazySetterMethod
Constructs a LazySetterMethod object for the given source object, field names as a string separated by '.'
LazySetterMethod(Object, String, LazyGetterMethod) - Constructor for class com.blazebit.reflection.LazySetterMethod
Constructs a LazySetterMethod object for the given source object, field names as a string separated by '.'
LocalDateFormat - Class in com.blazebit.text
 
LocalDateFormat() - Constructor for class com.blazebit.text.LocalDateFormat
 
LocalDateTimeFormat - Class in com.blazebit.text
 
LocalDateTimeFormat() - Constructor for class com.blazebit.text.LocalDateTimeFormat
 
LocaleFormat - Class in com.blazebit.text
 
LocaleFormat() - Constructor for class com.blazebit.text.LocaleFormat
 
LocaleUtils - Class in com.blazebit.i18n
 
LocalTimeFormat - Class in com.blazebit.text
 
LocalTimeFormat() - Constructor for class com.blazebit.text.LocalTimeFormat
 
LongFormat - Class in com.blazebit.text
 
LongFormat() - Constructor for class com.blazebit.text.LongFormat
 

M

matching(String, String) - Method in interface com.blazebit.collection.PatternTrie.ParameterizedKeyBuilder
 
matchingNot(String, String) - Method in interface com.blazebit.collection.PatternTrie.ParameterizedKeyBuilder
 
MethodException - Class in com.blazebit.reflection
 
MethodParameter - Class in com.blazebit.reflection
 
MonthDayFormat - Class in com.blazebit.text
 
MonthDayFormat() - Constructor for class com.blazebit.text.MonthDayFormat
 

N

Node - Interface in com.blazebit.regex.node
 

O

OffsetDateTimeFormat - Class in com.blazebit.text
 
OffsetDateTimeFormat() - Constructor for class com.blazebit.text.OffsetDateTimeFormat
 
OffsetTimeFormat - Class in com.blazebit.text
 
OffsetTimeFormat() - Constructor for class com.blazebit.text.OffsetTimeFormat
 
OptionalNode - Class in com.blazebit.regex.node
 
OptionalNode(Node) - Constructor for class com.blazebit.regex.node.OptionalNode
 
OrNode - Class in com.blazebit.regex.node
 
OrNode() - Constructor for class com.blazebit.regex.node.OrNode
 

P

parameterized(CharSequence, V) - Method in class com.blazebit.collection.PatternTrie
 
parse(String) - Static method in class com.blazebit.regex.Pattern
 
parse(String, ParserContext) - Method in class com.blazebit.text.AbstractDateTimeFormatterFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.BigDecimalFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.BigIntegerFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.BooleanFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.ByteFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.CalendarFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.CharacterFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.ClassFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.CurrencyFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.DateFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.DoubleFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.DurationFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.FloatFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.GregorianCalendarFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.IntegerFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.LocaleFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.LongFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.MonthDayFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.PeriodFormat
 
parse(String, ParserContext) - Method in interface com.blazebit.text.SerializableFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.ShortFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.SqlDateFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.StringFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.TimeFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.TimestampFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.TimeZoneFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.URLFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.UUIDFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.YearFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.YearMonthFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.ZoneIdFormat
 
parse(String, ParserContext) - Method in class com.blazebit.text.ZoneOffsetFormat
 
parseObject(String, ParsePosition) - Method in class com.blazebit.text.AbstractFormat
 
ParserContext - Interface in com.blazebit.text
 
Pattern - Class in com.blazebit.regex
 
Pattern(String) - Constructor for class com.blazebit.regex.Pattern
 
PatternTrie<V> - Class in com.blazebit.collection
 
PatternTrie() - Constructor for class com.blazebit.collection.PatternTrie
Constructs an empty PatternTrie
PatternTrie.ParameterizedKeyBuilder<V> - Interface in com.blazebit.collection
 
PatternTrie.ParameterizedValue<V> - Interface in com.blazebit.collection
 
PeriodFormat - Class in com.blazebit.text
 
PeriodFormat() - Constructor for class com.blazebit.text.PeriodFormat
 
propertyPath - Variable in class com.blazebit.comparator.GenericComparator
 
PropertyPathExpression<X,Y> - Class in com.blazebit.reflection
This class can be used to predefine a getter chain invocation but to be invoked later.
PropertyPathExpression(Class<X>, String) - Constructor for class com.blazebit.reflection.PropertyPathExpression
 
PropertyPathExpression(Class<X>, String, boolean) - Constructor for class com.blazebit.reflection.PropertyPathExpression
 
PropertyPathExpressionValueHolder<X,Y> - Class in com.blazebit.reflection
This class can be used to predefine a getter chain invocation but to be invoked later.
PropertyPathExpressionValueHolder(X, String) - Constructor for class com.blazebit.reflection.PropertyPathExpressionValueHolder
 
PropertyPathExpressionValueHolder(X, PropertyPathExpression<X, Y>) - Constructor for class com.blazebit.reflection.PropertyPathExpressionValueHolder
 
PropertyPathStringComparator<T> - Class in com.blazebit.comparator
This Comparator implementation compares the string values of the resolved property path via a Collator instantiated witht he defined locale.
PropertyPathStringComparator(Locale, String) - Constructor for class com.blazebit.comparator.PropertyPathStringComparator
 
PropertyPathStringComparator(String) - Constructor for class com.blazebit.comparator.PropertyPathStringComparator
Sets the JVM default Locale.
put(CharSequence, V) - Method in class com.blazebit.collection.TrieMap

R

ReflectionUtils - Class in com.blazebit.reflection
Utillity class for reflection specific actions.
remove(Object) - Method in class com.blazebit.collection.TrieMap
RepeatNode - Class in com.blazebit.regex.node
 
RepeatNode(Node) - Constructor for class com.blazebit.regex.node.RepeatNode
 
RepeatNode(Node, int) - Constructor for class com.blazebit.regex.node.RepeatNode
 
RepeatNode(Node, int, int) - Constructor for class com.blazebit.regex.node.RepeatNode
 
resolve(String) - Method in class com.blazebit.collection.PatternTrie
 
resolve(Class<?>, Type) - Static method in class com.blazebit.reflection.ReflectionUtils
 
resolveLocale(Iterable<Locale>, Collection<Locale>, Locale) - Static method in class com.blazebit.i18n.LocaleUtils
 
resolveLocale(Iterable<Locale>, Collection<Locale>, Locale, boolean) - Static method in class com.blazebit.i18n.LocaleUtils
 
resolveLocale(Iterator<Locale>, Collection<Locale>, Locale) - Static method in class com.blazebit.i18n.LocaleUtils
 
resolveLocale(Iterator<Locale>, Collection<Locale>, Locale, boolean) - Static method in class com.blazebit.i18n.LocaleUtils
 
resolveLocale(Iterator<Locale>, Collection<Locale>, Locale, boolean, boolean) - Static method in class com.blazebit.i18n.LocaleUtils
Resolves the best matching locale from the given set of preferred locales, supported locales and the default locale.
resolveType(Class<?>, Type) - Static method in class com.blazebit.reflection.ReflectionUtils
 
resolveTypeArguments(Class<?>, Type) - Static method in class com.blazebit.reflection.ReflectionUtils
 
resolveTypeArguments(Class<?>, ParameterizedType) - Static method in class com.blazebit.reflection.ReflectionUtils
 
resolveTypeVariable(Class<?>, TypeVariable<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Tries to resolve the type variable against the concrete class.
resolveTypeVariableType(Class<?>, TypeVariable<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
Tries to resolve the type variable against the concrete class.

S

SerializableFormat<T extends Serializable> - Interface in com.blazebit.text
 
setNext(Node) - Method in class com.blazebit.regex.node.AbstractNode
 
setNext(Node) - Method in interface com.blazebit.regex.node.Node
 
setValue(X, Y) - Method in interface com.blazebit.lang.ValueAccessor
Sets the given value specified in the target object.
setValue(X) - Method in interface com.blazebit.lang.ValueHolder
Sets the value of the value holder.
setValue(Class<X>, X, String, Y) - Static method in class com.blazebit.reflection.ExpressionUtils
 
setValue(Class<X>, X, String, Y, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
setValue(X, String, Y) - Static method in class com.blazebit.reflection.ExpressionUtils
 
setValue(X, String, Y, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
 
setValue(X, Y) - Method in class com.blazebit.reflection.PropertyPathExpression
 
setValue(Y) - Method in class com.blazebit.reflection.PropertyPathExpressionValueHolder
 
ShortFormat - Class in com.blazebit.text
 
ShortFormat() - Constructor for class com.blazebit.text.ShortFormat
 
size() - Method in class com.blazebit.collection.TrieMap
SqlDateFormat - Class in com.blazebit.text
 
SqlDateFormat() - Constructor for class com.blazebit.text.SqlDateFormat
 
StringComparator - Class in com.blazebit.comparator
This Comparator implementation compares the string values via a Collator instantiated witht he defined locale if the given objects are of instance String, if they are not toString() will get called on the given objects.
StringComparator(Locale) - Constructor for class com.blazebit.comparator.StringComparator
 
StringComparator() - Constructor for class com.blazebit.comparator.StringComparator
Sets the default Locale
StringFormat - Class in com.blazebit.text
 
StringFormat() - Constructor for class com.blazebit.text.StringFormat
 
StringUtils - Class in com.blazebit.lang
 
subMap(CharSequence) - Method in class com.blazebit.collection.TrieMap
Returns a view on the current map that acts like if every method call to the current map where a key is involved would be prefixed with the given prefix.

T

TimeFormat - Class in com.blazebit.text
 
TimeFormat() - Constructor for class com.blazebit.text.TimeFormat
 
TimestampFormat - Class in com.blazebit.text
 
TimestampFormat() - Constructor for class com.blazebit.text.TimestampFormat
 
TimeZoneFormat - Class in com.blazebit.text
 
TimeZoneFormat() - Constructor for class com.blazebit.text.TimeZoneFormat
 
toString() - Method in class com.blazebit.collection.PatternTrie
 
TrieMap<V> - Class in com.blazebit.collection
A trie implementation that can be used as map.
TrieMap() - Constructor for class com.blazebit.collection.TrieMap
Constructs an empty TrieMap
TrieMap(Map<CharSequence, ? extends V>) - Constructor for class com.blazebit.collection.TrieMap
Constructs a new TrieMap with the values from the given map.
TrieMap(TrieMap<? extends V>) - Constructor for class com.blazebit.collection.TrieMap
Constructs a new TrieMap by deep cloning the internally used nodes.

U

unwrap(Throwable, Class<? extends Throwable>...) - Static method in class com.blazebit.exception.ExceptionUtils
Unwraps the throwable until it is no instance of the throwableClass.
unwrap(Throwable, Class<? extends Throwable>) - Static method in class com.blazebit.exception.ExceptionUtils
 
URLFormat - Class in com.blazebit.text
 
URLFormat() - Constructor for class com.blazebit.text.URLFormat
 
UUIDFormat - Class in com.blazebit.text
 
UUIDFormat() - Constructor for class com.blazebit.text.UUIDFormat
 

V

ValueAccessor<X,Y> - Interface in com.blazebit.lang
ValueAccessor can be used to access a value of a target object in a stateless manner.
ValueHolder<X> - Interface in com.blazebit.lang
As the name says, value holders hold a value that can be accessed.
ValueRetriever<X,Y> - Interface in com.blazebit.lang
ValueRetrievers can be used to access a value of a target object in a stateless manner.
values() - Method in class com.blazebit.collection.TrieMap

Y

YearFormat - Class in com.blazebit.text
 
YearFormat() - Constructor for class com.blazebit.text.YearFormat
 
YearMonthFormat - Class in com.blazebit.text
 
YearMonthFormat() - Constructor for class com.blazebit.text.YearMonthFormat
 

Z

ZonedDateTimeFormat - Class in com.blazebit.text
 
ZonedDateTimeFormat() - Constructor for class com.blazebit.text.ZonedDateTimeFormat
 
ZoneIdFormat - Class in com.blazebit.text
 
ZoneIdFormat() - Constructor for class com.blazebit.text.ZoneIdFormat
 
ZoneOffsetFormat - Class in com.blazebit.text
 
ZoneOffsetFormat() - Constructor for class com.blazebit.text.ZoneOffsetFormat
 
A B C D E F G H I J K L M N O P R S T U V Y Z 
Skip navigation links
Blazebit Common Utilities 0.1.21

Copyright © 2020 Blazebit. All rights reserved.