A B C D E F G H I J L M N O P R S T U V W 

A

AccessToFieldException - Exception in pl.jsolve.sweetener.exception
 
AccessToFieldException(String) - Constructor for exception pl.jsolve.sweetener.exception.AccessToFieldException
 
AccessToFieldException(String, Object...) - Constructor for exception pl.jsolve.sweetener.exception.AccessToFieldException
 
add(Restriction) - Method in class pl.jsolve.sweetener.criteria.Criteria
 
adjustToRange(byte, byte, byte) - Static method in class pl.jsolve.sweetener.math.Maths
 
adjustToRange(short, short, short) - Static method in class pl.jsolve.sweetener.math.Maths
 
adjustToRange(int, int, int) - Static method in class pl.jsolve.sweetener.math.Maths
 
adjustToRange(long, long, long) - Static method in class pl.jsolve.sweetener.math.Maths
 
adjustToRange(float, float, float) - Static method in class pl.jsolve.sweetener.math.Maths
 
adjustToRange(double, double, double) - Static method in class pl.jsolve.sweetener.math.Maths
 
After - Class in pl.jsolve.sweetener.criteria.restriction
 
After(String, Object, Map<Class<?>, DateExtractor>) - Constructor for class pl.jsolve.sweetener.criteria.restriction.After
 
after(String, Object) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
AggregationRange - Enum in pl.jsolve.sweetener.criteria.restriction
 
And - Class in pl.jsolve.sweetener.criteria.restriction
 
And(Restriction...) - Constructor for class pl.jsolve.sweetener.criteria.restriction.And
 
and(Restriction...) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
areEqual(T, T) - Method in class pl.jsolve.sweetener.comparer.byid.ComparerById
 
areEqual(T, T) - Method in interface pl.jsolve.sweetener.comparer.Comparer
 
as(String) - Method in class pl.jsolve.sweetener.tests.assertion.ExceptionAssert
 
asFile(Path) - Static method in class pl.jsolve.sweetener.io.Resources
 
asFile(URL, String) - Static method in class pl.jsolve.sweetener.io.Resources
 
asFile(URL, File) - Static method in class pl.jsolve.sweetener.io.Resources
 
asInputStream(Path) - Static method in class pl.jsolve.sweetener.io.Resources
 
asInputStream(URL) - Static method in class pl.jsolve.sweetener.io.Resources
 
asListOfLines(Path) - Static method in class pl.jsolve.sweetener.io.Resources
 
asListOfLines(URL) - Static method in class pl.jsolve.sweetener.io.Resources
 
asOutputStream(InputStream, OutputStream) - Static method in class pl.jsolve.sweetener.io.Resources
 
assertThrowable(Throwable) - Static method in class pl.jsolve.sweetener.tests.assertion.ThrowableAssertions
 
asString(Path) - Static method in class pl.jsolve.sweetener.io.Resources
 
asString(URL) - Static method in class pl.jsolve.sweetener.io.Resources
 
averageByte(Collection<Byte>) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageByte(Byte...) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageDouble(Collection<Double>) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageDouble(Double...) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageFloat(Collection<Float>) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageFloat(Float...) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageInteger(Collection<Integer>) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageInteger(Integer...) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageLong(Collection<Long>) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageLong(Long...) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageShort(Collection<Short>) - Static method in class pl.jsolve.sweetener.math.Maths
 
averageShort(Short...) - Static method in class pl.jsolve.sweetener.math.Maths
 
Avg - Class in pl.jsolve.sweetener.criteria.restriction
 
Avg(String, Double, Double, AggregationRange) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Avg
 
avg(String, Double, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
avg(String, Double, Double, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 

B

Before - Class in pl.jsolve.sweetener.criteria.restriction
 
Before(String, Object, Map<Class<?>, DateExtractor>) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Before
 
before(String, Object) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
Between - Class in pl.jsolve.sweetener.criteria.restriction
 
Between(String, Number, Number) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Between
 
Between(String, Number, Number, boolean, boolean) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Between
 
between(String, Number, Number) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
between(String, Number, Number, boolean, boolean) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
build() - Method in class pl.jsolve.sweetener.builder.Builder
 
Builder<T> - Class in pl.jsolve.sweetener.builder
 
Builder(T) - Constructor for class pl.jsolve.sweetener.builder.Builder
 
Builder() - Constructor for class pl.jsolve.sweetener.builder.Builder
 
BuilderWithMethodBindingException - Exception in pl.jsolve.sweetener.exception
 
BuilderWithMethodBindingException(Exception, String, String) - Constructor for exception pl.jsolve.sweetener.exception.BuilderWithMethodBindingException
 

C

capitalize(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
capitalizeAllWords(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
chopElements(Collection<T>, int) - Static method in class pl.jsolve.sweetener.collection.Collections
 
ChoppedElements<T> - Class in pl.jsolve.sweetener.collection
 
ChoppedElements(int, int, int, List<Collection<T>>) - Constructor for class pl.jsolve.sweetener.collection.ChoppedElements
 
clearDateExtractors() - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
closeStream(Closeable) - Static method in class pl.jsolve.sweetener.io.Resources
 
Collections - Class in pl.jsolve.sweetener.collection
 
Comparable - Interface in pl.jsolve.sweetener.comparer
 
ComparableById - Interface in pl.jsolve.sweetener.comparer.byid
 
compare(Restriction, Restriction) - Method in class pl.jsolve.sweetener.criteria.RestrictionComparator
 
Comparer<T extends Comparable> - Interface in pl.jsolve.sweetener.comparer
 
ComparerById<T extends ComparableById> - Class in pl.jsolve.sweetener.comparer.byid
 
ComparerById() - Constructor for class pl.jsolve.sweetener.comparer.byid.ComparerById
 
ComplexRestriction - Interface in pl.jsolve.sweetener.criteria
 
Condition<T> - Interface in pl.jsolve.sweetener.core
 
Contains - Class in pl.jsolve.sweetener.criteria.restriction
 
Contains(String, boolean, Object[]) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Contains
 
contains(String, Object...) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
containsAny(T, T) - Static method in class pl.jsolve.sweetener.collection.Collections
 
containsAny(T, E[]) - Static method in class pl.jsolve.sweetener.collection.Collections
 
containsAny(String, Object...) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
containsOnly(String, List<Character>) - Static method in class pl.jsolve.sweetener.text.Strings
 
ConverterRegistrationException - Exception in pl.jsolve.sweetener.exception
 
ConverterRegistrationException(String) - Constructor for exception pl.jsolve.sweetener.exception.ConverterRegistrationException
 
Count - Class in pl.jsolve.sweetener.criteria.restriction
 
Count(String, Integer, Integer, AggregationRange) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Count
 
count(String, Integer, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
count(String, Integer, Integer, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
createNewInstanceOfCollection(Class<T>) - Static method in class pl.jsolve.sweetener.collection.Collections
 
createObjectFromParametrizedType() - Method in class pl.jsolve.sweetener.builder.InstanceFromParametrizedTypeCreator
 
createObjectFromParametrizedType(int) - Method in class pl.jsolve.sweetener.builder.InstanceFromParametrizedTypeCreator
 
Criteria - Class in pl.jsolve.sweetener.criteria
 
CustomRestriction - Class in pl.jsolve.sweetener.criteria.restriction
 
CustomRestriction(String) - Constructor for class pl.jsolve.sweetener.criteria.restriction.CustomRestriction
 

D

DateExtractor<D> - Interface in pl.jsolve.sweetener.criteria.restriction
 
deepCopy(T) - Static method in class pl.jsolve.sweetener.core.Objects
 
DeepCopyException - Exception in pl.jsolve.sweetener.exception
 
DeepCopyException(String) - Constructor for exception pl.jsolve.sweetener.exception.DeepCopyException
 
distance(int, int, int, int) - Static method in class pl.jsolve.sweetener.math.Maths
 
distance(int, int, int, int, int, int) - Static method in class pl.jsolve.sweetener.math.Maths
 
distance(double, double, double, double) - Static method in class pl.jsolve.sweetener.math.Maths
 
distance(double, double, double, double, double, double) - Static method in class pl.jsolve.sweetener.math.Maths
 
distance(Point2D, Point2D) - Static method in class pl.jsolve.sweetener.math.Maths
 
distance(Point3D, Point3D) - Static method in class pl.jsolve.sweetener.math.Maths
 
DOT - Static variable in class pl.jsolve.sweetener.text.Strings
 
duplicates(Collection<E>, String...) - Static method in class pl.jsolve.sweetener.collection.Collections
 

E

equals(Object) - Method in class pl.jsolve.sweetener.collection.GroupKey
 
equals(Object, Object) - Static method in class pl.jsolve.sweetener.core.Objects
 
equals(Object, Object, String) - Static method in class pl.jsolve.sweetener.core.Objects
 
equals(Object, String, Object, String) - Static method in class pl.jsolve.sweetener.core.Objects
 
Equals - Class in pl.jsolve.sweetener.criteria.restriction
 
Equals(String, Object) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Equals
 
Equals(String, Object, boolean) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Equals
 
equals(String, Object) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
equals(String, Object, boolean) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
escape(String, Map<Character, String>) - Static method in class pl.jsolve.sweetener.text.Escapes
 
escapeHtml(String) - Static method in class pl.jsolve.sweetener.text.Escapes
 
escapeJson(String) - Static method in class pl.jsolve.sweetener.text.Escapes
 
escapeRegexp(String) - Static method in class pl.jsolve.sweetener.text.Escapes
 
Escapes - Class in pl.jsolve.sweetener.text
 
Escapes() - Constructor for class pl.jsolve.sweetener.text.Escapes
 
escapeUrl(String) - Static method in class pl.jsolve.sweetener.text.Escapes
 
escapeXml(String) - Static method in class pl.jsolve.sweetener.text.Escapes
 
ExceptionalOperation - Interface in pl.jsolve.sweetener.tests.catcher
 
ExceptionAssert - Class in pl.jsolve.sweetener.tests.assertion
 
ExceptionCatcher - Class in pl.jsolve.sweetener.tests.catcher
 
extract(D) - Method in interface pl.jsolve.sweetener.criteria.restriction.DateExtractor
 

F

FieldRestriction - Interface in pl.jsolve.sweetener.criteria
 
FileNotFoundException - Exception in pl.jsolve.sweetener.exception
 
FileNotFoundException(String) - Constructor for exception pl.jsolve.sweetener.exception.FileNotFoundException
 
filter(Collection<T>, Criteria) - Static method in class pl.jsolve.sweetener.collection.Collections
 
Finder - Class in pl.jsolve.sweetener.io
 
findFilePaths(String) - Static method in class pl.jsolve.sweetener.io.Resources
 
findFilePaths(String, String) - Static method in class pl.jsolve.sweetener.io.Resources
 
FoundGroup - Class in pl.jsolve.sweetener.core
 
FoundGroup(int, int, String) - Constructor for class pl.jsolve.sweetener.core.FoundGroup
 

G

generate() - Method in class pl.jsolve.sweetener.math.Generator
 
Generator - Class in pl.jsolve.sweetener.math
 
Generator() - Constructor for class pl.jsolve.sweetener.math.Generator
 
getAnnotations(Object) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getAnnotationsSatisfyingCondition(Object, Condition<Annotation>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getBuiltObject() - Method in class pl.jsolve.sweetener.builder.Builder
 
getClasses(Class<?>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getClasses(Object) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getClassesSatisfyingCondition(Class<?>, Condition<Class<?>>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getClassesSatisfyingCondition(Object, Condition<Class<?>>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getConstructors(Object) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getConstructorsSatisfyingCondition(Object, Condition<Constructor<?>>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getContent() - Method in class pl.jsolve.sweetener.core.FoundGroup
 
getElementsOfPage() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
getElementsOfPage() - Method in class pl.jsolve.sweetener.collection.Pagination
 
getEndIndex() - Method in class pl.jsolve.sweetener.core.FoundGroup
 
getFieldName() - Method in interface pl.jsolve.sweetener.criteria.FieldRestriction
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.After
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Avg
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Before
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Between
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Contains
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Count
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.CustomRestriction
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Equals
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Greater
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.GreaterOrEquals
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.In
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Less
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.LessOrEquals
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Like
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Max
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Min
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.NotBetween
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.NotContains
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.NotEquals
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.NotIn
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.NotLike
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.NotNull
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Null
 
getFieldName() - Method in class pl.jsolve.sweetener.criteria.restriction.Sum
 
getFields(Object) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getFieldsAnnotatedBy(Object, Class<? extends Annotation>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getFieldsSatisfyingCondition(Object, Condition<Field>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getFieldType(Object, String) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getFieldValue(Object, String) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getHtmlspecials() - Static method in class pl.jsolve.sweetener.text.Escapes
 
getId() - Method in interface pl.jsolve.sweetener.comparer.byid.ComparableById
 
getIgnoreCase() - Method in class pl.jsolve.sweetener.criteria.restriction.Equals
 
getIgnoreCase() - Method in class pl.jsolve.sweetener.criteria.restriction.Like
 
getIgnoreCase() - Method in class pl.jsolve.sweetener.criteria.restriction.NotEquals
 
getIgnoreCase() - Method in class pl.jsolve.sweetener.criteria.restriction.NotLike
 
getJsonspecials() - Static method in class pl.jsolve.sweetener.text.Escapes
 
getListOfPages() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
getMax() - Method in class pl.jsolve.sweetener.math.MinMaxValue
 
getMaxValue() - Method in class pl.jsolve.sweetener.criteria.restriction.Between
 
getMaxValue() - Method in class pl.jsolve.sweetener.criteria.restriction.NotBetween
 
getMethods(Object) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getMethodsAnnotatedBy(Object, Class<? extends Annotation>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getMethodsSatisfyingCondition(Object, Condition<Method>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
getMin() - Method in class pl.jsolve.sweetener.math.MinMaxValue
 
getMinValue() - Method in class pl.jsolve.sweetener.criteria.restriction.Between
 
getMinValue() - Method in class pl.jsolve.sweetener.criteria.restriction.NotBetween
 
getNumberOfPages() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
getNumberOfPages() - Method in class pl.jsolve.sweetener.collection.Pagination
 
getPage() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
getPage() - Method in class pl.jsolve.sweetener.collection.Pagination
 
getRange() - Method in exception pl.jsolve.sweetener.exception.OutOfRangeException
 
getRegexpspecials() - Static method in class pl.jsolve.sweetener.text.Escapes
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.After
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.And
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Avg
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Before
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Between
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Contains
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Count
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.CustomRestriction
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Equals
 
getRestrictionLevel() - Method in interface pl.jsolve.sweetener.criteria.Restriction
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Greater
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.GreaterOrEquals
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.In
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Less
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.LessOrEquals
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Like
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Max
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Min
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.NotBetween
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.NotContains
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.NotEquals
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.NotIn
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.NotLike
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.NotNull
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Null
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Or
 
getRestrictionLevel() - Method in class pl.jsolve.sweetener.criteria.restriction.Sum
 
getRestrictions() - Method in class pl.jsolve.sweetener.criteria.Criteria
 
getResultsPerPage() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
getResultsPerPage() - Method in class pl.jsolve.sweetener.collection.Pagination
 
getSortedRestrictions() - Method in class pl.jsolve.sweetener.criteria.Criteria
 
getStartIndex() - Method in class pl.jsolve.sweetener.core.FoundGroup
 
getTotalElements() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
getTotalElements() - Method in class pl.jsolve.sweetener.collection.Pagination
 
getUrlspecials() - Static method in class pl.jsolve.sweetener.text.Escapes
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.After
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.Avg
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.Before
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.Contains
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.Equals
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.Greater
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.GreaterOrEquals
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.In
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.Less
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.LessOrEquals
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.Like
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.NotContains
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.NotEquals
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.NotIn
 
getValue() - Method in class pl.jsolve.sweetener.criteria.restriction.NotLike
 
getX() - Method in class pl.jsolve.sweetener.math.Point2D
 
getX() - Method in class pl.jsolve.sweetener.math.Point3D
 
getXmlspecials() - Static method in class pl.jsolve.sweetener.text.Escapes
 
getY() - Method in class pl.jsolve.sweetener.math.Point2D
 
getY() - Method in class pl.jsolve.sweetener.math.Point3D
 
getZ() - Method in class pl.jsolve.sweetener.math.Point3D
 
Greater - Class in pl.jsolve.sweetener.criteria.restriction
 
Greater(String, Number) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Greater
 
greater(String, Number) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
GreaterOrEquals - Class in pl.jsolve.sweetener.criteria.restriction
 
GreaterOrEquals(String, Number) - Constructor for class pl.jsolve.sweetener.criteria.restriction.GreaterOrEquals
 
greaterOrEquals(String, Number) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
group(Collection<E>, String...) - Static method in class pl.jsolve.sweetener.collection.Collections
 
GroupKey - Class in pl.jsolve.sweetener.collection
 
GroupKey(Object...) - Constructor for class pl.jsolve.sweetener.collection.GroupKey
 
groups(String, String, boolean) - Static method in class pl.jsolve.sweetener.text.Strings
 
groups(String, String) - Static method in class pl.jsolve.sweetener.text.Strings
 
groups(String, Character) - Static method in class pl.jsolve.sweetener.text.Strings
 
groups(String, Character, boolean) - Static method in class pl.jsolve.sweetener.text.Strings
 

H

hashCode() - Method in class pl.jsolve.sweetener.collection.GroupKey
 
hasNextPage() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
hasPreviousPage() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 

I

In - Class in pl.jsolve.sweetener.criteria.restriction
 
In(String, Object[]) - Constructor for class pl.jsolve.sweetener.criteria.restriction.In
 
in(String, Object...) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
indexesOf(String, String, boolean) - Static method in class pl.jsolve.sweetener.text.Strings
 
indexesOf(String, String) - Static method in class pl.jsolve.sweetener.text.Strings
 
indexesOf(String, Character, boolean) - Static method in class pl.jsolve.sweetener.text.Strings
 
indexesOf(String, Character) - Static method in class pl.jsolve.sweetener.text.Strings
 
initialObjectMapper() - Static method in class pl.jsolve.sweetener.core.Objects
 
InstanceCreationException - Exception in pl.jsolve.sweetener.exception
 
InstanceCreationException(String, Throwable) - Constructor for exception pl.jsolve.sweetener.exception.InstanceCreationException
 
InstanceFromParametrizedTypeCreator - Class in pl.jsolve.sweetener.builder
 
InstanceFromParametrizedTypeCreator(Class<?>) - Constructor for class pl.jsolve.sweetener.builder.InstanceFromParametrizedTypeCreator
 
InvalidArgumentException - Exception in pl.jsolve.sweetener.exception
 
InvalidArgumentException(String) - Constructor for exception pl.jsolve.sweetener.exception.InvalidArgumentException
 
isAlpha(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
isAlphanumeric(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
isAlphanumericWithWhitespace(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
isAlphaWithWhitespace(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
isEmpty(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
isExactlyAllObjects() - Method in class pl.jsolve.sweetener.criteria.restriction.Contains
 
isFieldPresent(Object, String) - Static method in class pl.jsolve.sweetener.core.Reflections
 
isLeftInclusive() - Method in class pl.jsolve.sweetener.criteria.restriction.Between
 
isLeftInclusive() - Method in class pl.jsolve.sweetener.criteria.restriction.NotBetween
 
isNotNull(String) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
isNotThrown() - Method in class pl.jsolve.sweetener.tests.assertion.ExceptionAssert
 
isNull(String) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
isNumeric(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
isRightInclusive() - Method in class pl.jsolve.sweetener.criteria.restriction.Between
 
isRightInclusive() - Method in class pl.jsolve.sweetener.criteria.restriction.NotBetween
 
isSatisfied(T) - Method in interface pl.jsolve.sweetener.core.Condition
 
isThrown() - Method in class pl.jsolve.sweetener.tests.assertion.ExceptionAssert
 
isWhitespace(char) - Static method in class pl.jsolve.sweetener.text.Strings
 
isWhitespace(String) - Static method in class pl.jsolve.sweetener.text.Strings
 

J

join(String, Collection<?>) - Static method in class pl.jsolve.sweetener.text.Strings
 
join(String, Object...) - Static method in class pl.jsolve.sweetener.text.Strings
 

L

Less - Class in pl.jsolve.sweetener.criteria.restriction
 
Less(String, Number) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Less
 
less(String, Number) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
LessOrEquals - Class in pl.jsolve.sweetener.criteria.restriction
 
LessOrEquals(String, Number) - Constructor for class pl.jsolve.sweetener.criteria.restriction.LessOrEquals
 
lessOrEquals(String, Number) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
level - Variable in enum pl.jsolve.sweetener.criteria.Restriction.RestrictionLevel
 
Like - Class in pl.jsolve.sweetener.criteria.restriction
 
Like(String, String) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Like
 
Like(String, String, boolean) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Like
 
like(String, String) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 

M

Maps - Class in pl.jsolve.sweetener.collection
 
Maths - Class in pl.jsolve.sweetener.math
 
Maths() - Constructor for class pl.jsolve.sweetener.math.Maths
 
Max - Class in pl.jsolve.sweetener.criteria.restriction
 
Max(String, Number, Number, AggregationRange) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Max
 
max(String, Number, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
max(String, Number, Number, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
Min - Class in pl.jsolve.sweetener.criteria.restriction
 
Min(String, Number, Number, AggregationRange) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Min
 
min(String, Number, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
min(String, Number, Number, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
minMaxByte(Collection<Byte>) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxByte(Byte...) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxDouble(Collection<Double>) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxDouble(Double...) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxFloat(Collection<Float>) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxFloat(Float...) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxInteger(Collection<Integer>) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxInteger(Integer...) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxLong(Collection<Long>) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxLong(Long...) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxShort(Collection<Short>) - Static method in class pl.jsolve.sweetener.math.Maths
 
minMaxShort(Short...) - Static method in class pl.jsolve.sweetener.math.Maths
 
MinMaxValue<T extends Number> - Class in pl.jsolve.sweetener.math
 
MinMaxValue(T, T) - Constructor for class pl.jsolve.sweetener.math.MinMaxValue
 

N

newArrayList() - Static method in class pl.jsolve.sweetener.collection.Collections
 
newArrayList(E...) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newArrayList(Iterable<? extends E>) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newArrayListWithCapacity(int) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newConcurrentMap() - Static method in class pl.jsolve.sweetener.collection.Maps
 
newCriteria() - Static method in class pl.jsolve.sweetener.criteria.Criteria
 
newEnumMap(Class<K>) - Static method in class pl.jsolve.sweetener.collection.Maps
 
newEnumMap(Map<K, ? extends V>) - Static method in class pl.jsolve.sweetener.collection.Maps
 
newHashMap() - Static method in class pl.jsolve.sweetener.collection.Maps
 
newHashMap(Map<? extends K, ? extends V>) - Static method in class pl.jsolve.sweetener.collection.Maps
 
newHashMapWithInitialCapacity(int) - Static method in class pl.jsolve.sweetener.collection.Maps
 
newHashSet() - Static method in class pl.jsolve.sweetener.collection.Collections
 
newHashSet(E...) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newHashSetWithInitialCapacity(int) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newIdentityHashMap() - Static method in class pl.jsolve.sweetener.collection.Maps
 
newInstance() - Method in class pl.jsolve.sweetener.builder.InstanceFromParametrizedTypeCreator
 
newLinkedHashMap() - Static method in class pl.jsolve.sweetener.collection.Maps
 
newLinkedHashMap(Map<? extends K, ? extends V>) - Static method in class pl.jsolve.sweetener.collection.Maps
 
newLinkedHashSet() - Static method in class pl.jsolve.sweetener.collection.Collections
 
newLinkedHashSet(E...) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newLinkedHashSetWithInitialCapacity(int) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newLinkedList() - Static method in class pl.jsolve.sweetener.collection.Collections
 
newLinkedList(E...) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newLinkedList(Iterable<? extends E>) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newTreeMap() - Static method in class pl.jsolve.sweetener.collection.Maps
 
newTreeMap(SortedMap<K, ? extends V>) - Static method in class pl.jsolve.sweetener.collection.Maps
 
newTreeMap(Comparator<C>) - Static method in class pl.jsolve.sweetener.collection.Maps
 
newTreeSet(E...) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newTreeSet(Iterable<? extends E>) - Static method in class pl.jsolve.sweetener.collection.Collections
 
newTreeSet(Comparator<? super E>) - Static method in class pl.jsolve.sweetener.collection.Collections
 
nextPage() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
normalize(byte, byte, byte) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalize(short, short, short) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalize(int, int, int) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalize(long, long, long) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalize(float, float, float) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalize(double, double, double) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeByte(Collection<Byte>) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeByte(Byte...) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeDouble(Collection<Double>) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeDouble(Double...) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeFloat(Collection<Float>) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeFloat(Float...) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeInt(Collection<Integer>) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeInt(Integer...) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeLong(Collection<Long>) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeLong(Long...) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeShort(Collection<Short>) - Static method in class pl.jsolve.sweetener.math.Maths
 
normalizeShort(Short...) - Static method in class pl.jsolve.sweetener.math.Maths
 
NotBetween - Class in pl.jsolve.sweetener.criteria.restriction
 
NotBetween(String, Number, Number) - Constructor for class pl.jsolve.sweetener.criteria.restriction.NotBetween
 
NotBetween(String, Number, Number, boolean, boolean) - Constructor for class pl.jsolve.sweetener.criteria.restriction.NotBetween
 
notBetween(String, Number, Number) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
notBetween(String, Number, Number, boolean, boolean) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
NotContains - Class in pl.jsolve.sweetener.criteria.restriction
 
NotContains(String, boolean, Object[]) - Constructor for class pl.jsolve.sweetener.criteria.restriction.NotContains
 
notContains(String, Object...) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
notContainsAny(String, Object...) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
NotEquals - Class in pl.jsolve.sweetener.criteria.restriction
 
NotEquals(String, Object) - Constructor for class pl.jsolve.sweetener.criteria.restriction.NotEquals
 
NotEquals(String, Object, boolean) - Constructor for class pl.jsolve.sweetener.criteria.restriction.NotEquals
 
notEquals(String, Object) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
notEquals(String, Object, boolean) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
NotIn - Class in pl.jsolve.sweetener.criteria.restriction
 
NotIn(String, Object[]) - Constructor for class pl.jsolve.sweetener.criteria.restriction.NotIn
 
notIn(String, Object...) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
NotLike - Class in pl.jsolve.sweetener.criteria.restriction
 
NotLike(String, Object) - Constructor for class pl.jsolve.sweetener.criteria.restriction.NotLike
 
NotLike(String, Object, boolean) - Constructor for class pl.jsolve.sweetener.criteria.restriction.NotLike
 
notLike(String, String) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
NotNull - Class in pl.jsolve.sweetener.criteria.restriction
 
NotNull(String) - Constructor for class pl.jsolve.sweetener.criteria.restriction.NotNull
 
Null - Class in pl.jsolve.sweetener.criteria.restriction
 
Null(String) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Null
 
nullSafe(T, OnNullStrategy<T>) - Static method in class pl.jsolve.sweetener.core.Objects
 
nullSafeDouble(Double) - Static method in class pl.jsolve.sweetener.core.Objects
 
nullSafeFloat(Float) - Static method in class pl.jsolve.sweetener.core.Objects
 
nullSafeInteger(Integer) - Static method in class pl.jsolve.sweetener.core.Objects
 
nullSafeLong(Long) - Static method in class pl.jsolve.sweetener.core.Objects
 
nullSafeString(String) - Static method in class pl.jsolve.sweetener.core.Objects
 
nullSafeToString(Object) - Static method in class pl.jsolve.sweetener.core.Objects
 
numberOfOccurrences(String, String) - Static method in class pl.jsolve.sweetener.text.Strings
 
numberOfOccurrences(String, String, boolean) - Static method in class pl.jsolve.sweetener.text.Strings
 
numberOfOccurrences(String, Character) - Static method in class pl.jsolve.sweetener.text.Strings
 
numberOfOccurrences(String, Character, boolean) - Static method in class pl.jsolve.sweetener.text.Strings
 

O

Objects - Class in pl.jsolve.sweetener.core
 
onNull() - Method in interface pl.jsolve.sweetener.core.OnNullStrategy
 
OnNullStrategy<T> - Interface in pl.jsolve.sweetener.core
 
operate() - Method in interface pl.jsolve.sweetener.tests.catcher.ExceptionalOperation
 
Or - Class in pl.jsolve.sweetener.criteria.restriction
 
Or(Restriction...) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Or
 
or(Restriction...) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
OutOfRangeException - Exception in pl.jsolve.sweetener.exception
 
OutOfRangeException(Exception, OutOfRangeException.Range) - Constructor for exception pl.jsolve.sweetener.exception.OutOfRangeException
 
OutOfRangeException(String) - Constructor for exception pl.jsolve.sweetener.exception.OutOfRangeException
 
OutOfRangeException.Range - Enum in pl.jsolve.sweetener.exception
 

P

pad(String, int, PaddingType) - Static method in class pl.jsolve.sweetener.text.Strings
 
pad(String, int) - Static method in class pl.jsolve.sweetener.text.Strings
 
pad(String, Character, int, PaddingType) - Static method in class pl.jsolve.sweetener.text.Strings
 
pad(String, Character, int) - Static method in class pl.jsolve.sweetener.text.Strings
 
pad(String, String, int) - Static method in class pl.jsolve.sweetener.text.Strings
 
pad(String, String, int, PaddingType) - Static method in class pl.jsolve.sweetener.text.Strings
 
PaddingType - Enum in pl.jsolve.sweetener.text
 
paginate(Collection<T>, int, int) - Static method in class pl.jsolve.sweetener.collection.Collections
 
Pagination<T> - Class in pl.jsolve.sweetener.collection
 
Pagination(int, int, int, Collection<T>) - Constructor for class pl.jsolve.sweetener.collection.Pagination
 
PaginationException - Exception in pl.jsolve.sweetener.exception
 
PaginationException(String) - Constructor for exception pl.jsolve.sweetener.exception.PaginationException
 
parseByte(String) - Static method in class pl.jsolve.sweetener.math.Maths
 
parseByte(String, ParseContext) - Static method in class pl.jsolve.sweetener.math.Maths
 
ParseContext - Enum in pl.jsolve.sweetener.math
 
parseDouble(String) - Static method in class pl.jsolve.sweetener.math.Maths
 
parseDouble(String, ParseContext) - Static method in class pl.jsolve.sweetener.math.Maths
 
ParseException - Exception in pl.jsolve.sweetener.exception
 
ParseException(Exception) - Constructor for exception pl.jsolve.sweetener.exception.ParseException
 
parseFloat(String) - Static method in class pl.jsolve.sweetener.math.Maths
 
parseFloat(String, ParseContext) - Static method in class pl.jsolve.sweetener.math.Maths
 
parseInteger(String) - Static method in class pl.jsolve.sweetener.math.Maths
 
parseInteger(String, ParseContext) - Static method in class pl.jsolve.sweetener.math.Maths
 
parseLong(String) - Static method in class pl.jsolve.sweetener.math.Maths
 
parseLong(String, ParseContext) - Static method in class pl.jsolve.sweetener.math.Maths
 
parseShort(String) - Static method in class pl.jsolve.sweetener.math.Maths
 
parseShort(String, ParseContext) - Static method in class pl.jsolve.sweetener.math.Maths
 
pl.jsolve.sweetener.builder - package pl.jsolve.sweetener.builder
 
pl.jsolve.sweetener.collection - package pl.jsolve.sweetener.collection
 
pl.jsolve.sweetener.comparer - package pl.jsolve.sweetener.comparer
 
pl.jsolve.sweetener.comparer.byid - package pl.jsolve.sweetener.comparer.byid
 
pl.jsolve.sweetener.core - package pl.jsolve.sweetener.core
 
pl.jsolve.sweetener.criteria - package pl.jsolve.sweetener.criteria
 
pl.jsolve.sweetener.criteria.restriction - package pl.jsolve.sweetener.criteria.restriction
 
pl.jsolve.sweetener.exception - package pl.jsolve.sweetener.exception
 
pl.jsolve.sweetener.io - package pl.jsolve.sweetener.io
 
pl.jsolve.sweetener.math - package pl.jsolve.sweetener.math
 
pl.jsolve.sweetener.tests.assertion - package pl.jsolve.sweetener.tests.assertion
 
pl.jsolve.sweetener.tests.catcher - package pl.jsolve.sweetener.tests.catcher
 
pl.jsolve.sweetener.text - package pl.jsolve.sweetener.text
 
Point2D - Class in pl.jsolve.sweetener.math
 
Point2D(double, double) - Constructor for class pl.jsolve.sweetener.math.Point2D
 
Point3D - Class in pl.jsolve.sweetener.math
 
Point3D(double, double, double) - Constructor for class pl.jsolve.sweetener.math.Point3D
 
previousPage() - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class pl.jsolve.sweetener.io.Finder
 

R

random() - Method in class pl.jsolve.sweetener.math.Generator
 
random(byte, byte) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(byte, byte, Generator) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(short, short) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(short, short, Generator) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(int, int) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(int, int, Generator) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(long, long) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(long, long, Generator) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(float, float) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(float, float, Generator) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(double, double) - Static method in class pl.jsolve.sweetener.math.Maths
 
random(double, double, Generator) - Static method in class pl.jsolve.sweetener.math.Maths
 
random() - Method in class pl.jsolve.sweetener.math.RandomGenerator
 
random(int) - Static method in class pl.jsolve.sweetener.text.Strings
 
random(List<Character>, int) - Static method in class pl.jsolve.sweetener.text.Strings
 
RandomGenerator - Class in pl.jsolve.sweetener.math
 
RandomGenerator() - Constructor for class pl.jsolve.sweetener.math.RandomGenerator
 
Reflections - Class in pl.jsolve.sweetener.core
 
registerDateExtractor(Class<T>, DateExtractor<T>) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
removeAllOccurrences(String, String) - Static method in class pl.jsolve.sweetener.text.Strings
 
removeAllOccurrences(String, String, boolean) - Static method in class pl.jsolve.sweetener.text.Strings
 
removeAllOccurrences(String, Character) - Static method in class pl.jsolve.sweetener.text.Strings
 
removeAllOccurrences(String, Character, boolean) - Static method in class pl.jsolve.sweetener.text.Strings
 
removeNewLines(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
repeat(String, int) - Static method in class pl.jsolve.sweetener.text.Strings
 
ResourceException - Exception in pl.jsolve.sweetener.exception
 
ResourceException(String, Exception) - Constructor for exception pl.jsolve.sweetener.exception.ResourceException
 
ResourceException(Exception) - Constructor for exception pl.jsolve.sweetener.exception.ResourceException
 
Resources - Class in pl.jsolve.sweetener.io
 
Restriction - Interface in pl.jsolve.sweetener.criteria
 
Restriction.RestrictionLevel - Enum in pl.jsolve.sweetener.criteria
 
RestrictionComparator - Class in pl.jsolve.sweetener.criteria
 
RestrictionComparator() - Constructor for class pl.jsolve.sweetener.criteria.RestrictionComparator
 
Restrictions - Class in pl.jsolve.sweetener.criteria
 
Restrictions() - Constructor for class pl.jsolve.sweetener.criteria.Restrictions
 
reverse(String) - Static method in class pl.jsolve.sweetener.text.Strings
 

S

satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.After
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.And
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Avg
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Before
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Between
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Contains
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Count
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Equals
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Greater
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.GreaterOrEquals
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.In
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Less
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.LessOrEquals
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Like
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Max
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Min
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.NotBetween
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.NotContains
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.NotEquals
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.NotIn
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.NotLike
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.NotNull
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Null
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Or
 
satisfies(Object) - Method in interface pl.jsolve.sweetener.criteria.Restriction
 
satisfies(Object) - Method in class pl.jsolve.sweetener.criteria.restriction.Sum
 
setFieldValue(Object, String, Object) - Static method in class pl.jsolve.sweetener.core.Reflections
 
setPage(int) - Method in class pl.jsolve.sweetener.collection.ChoppedElements
 
singleLine(String) - Static method in class pl.jsolve.sweetener.text.Strings
 
standardDeviationByte(Collection<Byte>) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationByte(Byte...) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationDouble(Collection<Double>) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationDouble(Double...) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationFloat(Collection<Float>) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationFloat(Float...) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationInteger(Collection<Integer>) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationInteger(Integer...) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationLong(Collection<Long>) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationLong(Long...) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationShort(Collection<Short>) - Static method in class pl.jsolve.sweetener.math.Maths
 
standardDeviationShort(Short...) - Static method in class pl.jsolve.sweetener.math.Maths
 
Strings - Class in pl.jsolve.sweetener.text
 
Strings() - Constructor for class pl.jsolve.sweetener.text.Strings
 
Sum - Class in pl.jsolve.sweetener.criteria.restriction
 
Sum(String, Number, Number, AggregationRange) - Constructor for class pl.jsolve.sweetener.criteria.restriction.Sum
 
sum(String, Number, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 
sum(String, Number, Number, AggregationRange) - Static method in class pl.jsolve.sweetener.criteria.Restrictions
 

T

ThrowableAssertions - Class in pl.jsolve.sweetener.tests.assertion
 
ThrowableAssertions() - Constructor for class pl.jsolve.sweetener.tests.assertion.ThrowableAssertions
 
toString() - Method in class pl.jsolve.sweetener.collection.GroupKey
 
toString() - Method in class pl.jsolve.sweetener.core.FoundGroup
 
truncate(T, int) - Static method in class pl.jsolve.sweetener.collection.Collections
 
truncate(T, int, int) - Static method in class pl.jsolve.sweetener.collection.Collections
 
tryToCatch(Class<E>, ExceptionalOperation) - Static method in class pl.jsolve.sweetener.tests.catcher.ExceptionCatcher
 
tryToCreateNewInstance(Class<T>) - Static method in class pl.jsolve.sweetener.core.Reflections
 
tryToCreateNewInstance(Constructor, Object...) - Static method in class pl.jsolve.sweetener.core.Reflections
 

U

uniques(T, String...) - Static method in class pl.jsolve.sweetener.collection.Collections
 

V

valueOf(String) - Static method in enum pl.jsolve.sweetener.criteria.restriction.AggregationRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.jsolve.sweetener.criteria.Restriction.RestrictionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.jsolve.sweetener.exception.OutOfRangeException.Range
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.jsolve.sweetener.math.ParseContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.jsolve.sweetener.text.PaddingType
Returns the enum constant of this type with the specified name.
values() - Static method in enum pl.jsolve.sweetener.criteria.restriction.AggregationRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.jsolve.sweetener.criteria.Restriction.RestrictionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.jsolve.sweetener.exception.OutOfRangeException.Range
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.jsolve.sweetener.math.ParseContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.jsolve.sweetener.text.PaddingType
Returns an array containing the constants of this enum type, in the order they are declared.
varianceByte(Collection<Byte>) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceByte(Byte...) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceDouble(Collection<Double>) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceDouble(Double...) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceFloat(Collection<Float>) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceFloat(Float...) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceInteger(Collection<Integer>) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceInteger(Integer...) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceLong(Collection<Long>) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceLong(Long...) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceShort(Collection<Short>) - Static method in class pl.jsolve.sweetener.math.Maths
 
varianceShort(Short...) - Static method in class pl.jsolve.sweetener.math.Maths
 
visitFile(Path, BasicFileAttributes) - Method in class pl.jsolve.sweetener.io.Finder
 
visitFileFailed(Path, IOException) - Method in class pl.jsolve.sweetener.io.Finder
 

W

with(String, V) - Method in class pl.jsolve.sweetener.builder.Builder
 
withMessage(String) - Method in class pl.jsolve.sweetener.tests.assertion.ExceptionAssert
 
withMessage(String, Object...) - Method in class pl.jsolve.sweetener.tests.assertion.ExceptionAssert
 
withMessageContaining(String) - Method in class pl.jsolve.sweetener.tests.assertion.ExceptionAssert
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2015 jsolve. All rights reserved.