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

A

AbstractCacheMap<K,V> - Class in jodd.cache
Default implementation of timed and size cache map.
AbstractCacheMap() - Constructor for class jodd.cache.AbstractCacheMap
 
AbstractFormatter - Class in jodd.datetime.format
Abstract formatter for easier JdtFormatter implementations.
AbstractFormatter() - Constructor for class jodd.datetime.format.AbstractFormatter
 
accept(File, String) - Method in class jodd.io.filter.RegExpFileFilter
 
accept(File, String) - Method in class jodd.io.filter.WildcardFileFilter
 
acceptEntry(String) - Method in class jodd.io.findfile.ClassFinder
Returns true if some entry name has to be accepted.
acceptFile(File) - Method in class jodd.io.findfile.FindFile
Determine if file is accepted, based on include and exclude rules.
acceptJar(File) - Method in class jodd.io.findfile.ClassFinder
Returns true if some JAR file has to be accepted.
add(int, int, int, int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
Adds time to current time.
add(int, int, int, int, int, int, int) - Method in class jodd.datetime.JDateTime
Performs time adding with preset value of monthFix attribute.
add(int, int, int, boolean) - Method in class jodd.datetime.JDateTime
Adds date, leaving time unchanged.
add(int, int, int) - Method in class jodd.datetime.JDateTime
Adds date, leaving time unchanged, with preset value of monthFix.
add(JulianDateStamp) - Method in class jodd.datetime.JulianDateStamp
Adds a JD to current instance.
add(double) - Method in class jodd.datetime.JulianDateStamp
Adds a double to current instance.
add() - Method in class jodd.io.ZipUtil.AddToZip
Invokes the adding command.
add(E) - Method in class jodd.util.buffer.FastBuffer
Adds element to buffer.
add(boolean) - Method in class jodd.util.collection.BooleanArrayList
Appends the specified element to the end of this list.
add(int, boolean) - Method in class jodd.util.collection.BooleanArrayList
Inserts the specified element at the specified position in this list.
add(byte) - Method in class jodd.util.collection.ByteArrayList
Appends the specified element to the end of this list.
add(int, byte) - Method in class jodd.util.collection.ByteArrayList
Inserts the specified element at the specified position in this list.
add(char) - Method in class jodd.util.collection.CharArrayList
Appends the specified element to the end of this list.
add(int, char) - Method in class jodd.util.collection.CharArrayList
Inserts the specified element at the specified position in this list.
add(Enumeration<T>) - Method in class jodd.util.collection.CompositeEnumeration
Adds an enumeration to this composite.
add(Iterator<T>) - Method in class jodd.util.collection.CompositeIterator
Adds an iterator to this composite.
add(double) - Method in class jodd.util.collection.DoubleArrayList
Appends the specified element to the end of this list.
add(int, double) - Method in class jodd.util.collection.DoubleArrayList
Inserts the specified element at the specified position in this list.
add(float) - Method in class jodd.util.collection.FloatArrayList
Appends the specified element to the end of this list.
add(int, float) - Method in class jodd.util.collection.FloatArrayList
Inserts the specified element at the specified position in this list.
add(int) - Method in class jodd.util.collection.IntArrayList
Appends the specified element to the end of this list.
add(int, int) - Method in class jodd.util.collection.IntArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in class jodd.util.collection.JoddArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class jodd.util.collection.JoddArrayList
Inserts the specified element at the specified position in this list.
add(long) - Method in class jodd.util.collection.LongArrayList
Appends the specified element to the end of this list.
add(int, long) - Method in class jodd.util.collection.LongArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in class jodd.util.collection.SetMapAdapter
Adds the specified element to this set if it is not already present.
add(short) - Method in class jodd.util.collection.ShortArrayList
Appends the specified element to the end of this list.
add(int, short) - Method in class jodd.util.collection.ShortArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in class jodd.util.collection.SortedArrayList
Adds an Object to sorted list.
add(int, E) - Method in class jodd.util.collection.SortedArrayList
 
addAll(boolean[]) - Method in class jodd.util.collection.BooleanArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, boolean[]) - Method in class jodd.util.collection.BooleanArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(byte[]) - Method in class jodd.util.collection.ByteArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, byte[]) - Method in class jodd.util.collection.ByteArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(char[]) - Method in class jodd.util.collection.CharArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, char[]) - Method in class jodd.util.collection.CharArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(double[]) - Method in class jodd.util.collection.DoubleArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, double[]) - Method in class jodd.util.collection.DoubleArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(float[]) - Method in class jodd.util.collection.FloatArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, float[]) - Method in class jodd.util.collection.FloatArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(int[]) - Method in class jodd.util.collection.IntArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, int[]) - Method in class jodd.util.collection.IntArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(Collection<? extends E>) - Method in class jodd.util.collection.JoddArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
addAll(E...) - Method in class jodd.util.collection.JoddArrayList
Appends all elements of given array.
addAll(int, Collection<? extends E>) - Method in class jodd.util.collection.JoddArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(int, E...) - Method in class jodd.util.collection.JoddArrayList
Inserts all array elements to this list.
addAll(long[]) - Method in class jodd.util.collection.LongArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, long[]) - Method in class jodd.util.collection.LongArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(short[]) - Method in class jodd.util.collection.ShortArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, short[]) - Method in class jodd.util.collection.ShortArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(Collection<? extends E>) - Method in class jodd.util.collection.SortedArrayList
Add all of the elements in the given collection to this list.
addAll(int, Collection<? extends E>) - Method in class jodd.util.collection.SortedArrayList
 
addComparator(Comparator<File>) - Method in class jodd.io.findfile.FindFile
 
addDay(int, boolean) - Method in class jodd.datetime.JDateTime
Adds days.
addDay(int) - Method in class jodd.datetime.JDateTime
Adds days, with preset value of monthFix.
addDefaultBundle(String) - Method in class jodd.util.ResourceBundleMessageResolver
 
addFileToClassPath(File, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Adds additional file or path to classpath during runtime.
addFirst(E) - Method in class jodd.util.collection.JoddArrayList
Adds the specified element to the beginning of this list.
addHour(int, boolean) - Method in class jodd.datetime.JDateTime
Adds hours.
addHour(int) - Method in class jodd.datetime.JDateTime
Adds hours, with preset value of monthFix.
addLast(E) - Method in class jodd.util.collection.JoddArrayList
Appends element to the list.
addLoaderPackage(String...) - Method in class jodd.util.cl.ExtendedURLClassLoader
Adds loader packages or package roots to the list of packages which must be loaded using this loader.
addMillisecond(int, boolean) - Method in class jodd.datetime.JDateTime
Adds milliseconds.
addMillisecond(int) - Method in class jodd.datetime.JDateTime
Adds milliseconds, with preset value of monthFix.
addMinute(int, boolean) - Method in class jodd.datetime.JDateTime
Adds minutes.
addMinute(int) - Method in class jodd.datetime.JDateTime
Adds minutes, with preset value of monthFix.
addMonth(int, boolean) - Method in class jodd.datetime.JDateTime
Adds month.
addMonth(int) - Method in class jodd.datetime.JDateTime
Adds month, with preset value of monthFix.
addNoDST(int, int, int, int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
addonFileConverters - Variable in class jodd.typeconverter.impl.FileConverter
 
addPath(File) - Method in class jodd.io.findfile.FindFile
Adds existing search path to the file list.
addSecond(int, boolean) - Method in class jodd.datetime.JDateTime
Adds seconds.
addSecond(int) - Method in class jodd.datetime.JDateTime
Adds seconds, with preset value of monthFix.
addSystemPackage(String...) - Method in class jodd.util.cl.ExtendedURLClassLoader
Adds system packages or package roots to the list of packages which must be loaded on the parent loader.
addTime(int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
Adds time.
addTime(int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
addTime(int, int, int, int) - Method in class jodd.datetime.JDateTime
Adds time, with preset value of monthFix.
addTime(int, int, int) - Method in class jodd.datetime.JDateTime
 
addToZip(ZipOutputStream) - Static method in class jodd.io.ZipUtil
Starts a command for adding file entries to the zip.
addToZip(ZipOutputStream, File, String, String, boolean) - Static method in class jodd.io.ZipUtil
Adds single entry to ZIP output stream.
addUrlToClassPath(URL, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Adds the content pointed by the URL to the classpath during runtime.
addYear(int, boolean) - Method in class jodd.datetime.JDateTime
Adds year.
addYear(int) - Method in class jodd.datetime.JDateTime
Adds year, with preset value of monthFix.
allEnumerations - Variable in class jodd.util.collection.CompositeEnumeration
 
allIterators - Variable in class jodd.util.collection.CompositeIterator
 
ALPHA_NUMERIC_RANGE - Static variable in class jodd.util.RandomStringUtil
 
ALPHA_RANGE - Static variable in class jodd.util.RandomStringUtil
 
alternate - Variable in class jodd.format.PrintfFormat
 
AMPERSAND - Static variable in interface jodd.util.StringPool
 
ampms - Variable in class jodd.util.DateFormatSymbolsEx
 
AND - Static variable in interface jodd.util.StringPool
 
annotation - Variable in class jodd.util.AnnotationDataReader.AnnotationData
 
annotationClass - Variable in class jodd.util.AnnotationDataReader
 
AnnotationDataReader<A extends java.lang.annotation.Annotation,D extends AnnotationDataReader.AnnotationData<A>> - Class in jodd.util
Annotation reader reads an annotation and returns annotation data object populated with annotation element values.
AnnotationDataReader(Class<A>, Class<? extends Annotation>) - Constructor for class jodd.util.AnnotationDataReader
Creates new annotation data reader using annotation definition from class generics.
AnnotationDataReader.AnnotationData<N extends java.lang.annotation.Annotation> - Class in jodd.util
Base class for annotation data, for holding annotation elements values.
AnnotationDataReader.AnnotationData(N) - Constructor for class jodd.util.AnnotationDataReader.AnnotationData
 
append(T[], T) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(String[], String) - Static method in class jodd.util.ArraysUtil
Appends an element to String array.
append(byte[], byte) - Static method in class jodd.util.ArraysUtil
Appends an element to byte array.
append(char[], char) - Static method in class jodd.util.ArraysUtil
Appends an element to char array.
append(short[], short) - Static method in class jodd.util.ArraysUtil
Appends an element to short array.
append(int[], int) - Static method in class jodd.util.ArraysUtil
Appends an element to int array.
append(long[], long) - Static method in class jodd.util.ArraysUtil
Appends an element to long array.
append(float[], float) - Static method in class jodd.util.ArraysUtil
Appends an element to float array.
append(double[], double) - Static method in class jodd.util.ArraysUtil
Appends an element to double array.
append(boolean[], boolean) - Static method in class jodd.util.ArraysUtil
Appends an element to boolean array.
append(boolean[], int, int) - Method in class jodd.util.buffer.FastBooleanBuffer
Appends boolean array to buffer.
append(boolean[]) - Method in class jodd.util.buffer.FastBooleanBuffer
Appends boolean array to buffer.
append(boolean) - Method in class jodd.util.buffer.FastBooleanBuffer
Appends single boolean to buffer.
append(FastBooleanBuffer) - Method in class jodd.util.buffer.FastBooleanBuffer
Appends another fast buffer to this one.
append(E[], int, int) - Method in class jodd.util.buffer.FastBuffer
Appends E array to buffer.
append(E[]) - Method in class jodd.util.buffer.FastBuffer
Appends E array to buffer.
append(E) - Method in class jodd.util.buffer.FastBuffer
Appends single E to buffer.
append(FastBuffer<E>) - Method in class jodd.util.buffer.FastBuffer
Appends another fast buffer to this one.
append(byte[], int, int) - Method in class jodd.util.buffer.FastByteBuffer
Appends byte array to buffer.
append(byte[]) - Method in class jodd.util.buffer.FastByteBuffer
Appends byte array to buffer.
append(byte) - Method in class jodd.util.buffer.FastByteBuffer
Appends single byte to buffer.
append(FastByteBuffer) - Method in class jodd.util.buffer.FastByteBuffer
Appends another fast buffer to this one.
append(char[], int, int) - Method in class jodd.util.buffer.FastCharBuffer
Appends char array to buffer.
append(char[]) - Method in class jodd.util.buffer.FastCharBuffer
Appends char array to buffer.
append(char) - Method in class jodd.util.buffer.FastCharBuffer
Appends single char to buffer.
append(FastCharBuffer) - Method in class jodd.util.buffer.FastCharBuffer
Appends another fast buffer to this one.
append(String) - Method in class jodd.util.buffer.FastCharBuffer
Appends string content to buffer.
append(CharSequence) - Method in class jodd.util.buffer.FastCharBuffer
Appends character sequence to buffer.
append(CharSequence, int, int) - Method in class jodd.util.buffer.FastCharBuffer
Appends character sequence to buffer.
append(double[], int, int) - Method in class jodd.util.buffer.FastDoubleBuffer
Appends double array to buffer.
append(double[]) - Method in class jodd.util.buffer.FastDoubleBuffer
Appends double array to buffer.
append(double) - Method in class jodd.util.buffer.FastDoubleBuffer
Appends single double to buffer.
append(FastDoubleBuffer) - Method in class jodd.util.buffer.FastDoubleBuffer
Appends another fast buffer to this one.
append(float[], int, int) - Method in class jodd.util.buffer.FastFloatBuffer
Appends float array to buffer.
append(float[]) - Method in class jodd.util.buffer.FastFloatBuffer
Appends float array to buffer.
append(float) - Method in class jodd.util.buffer.FastFloatBuffer
Appends single float to buffer.
append(FastFloatBuffer) - Method in class jodd.util.buffer.FastFloatBuffer
Appends another fast buffer to this one.
append(int[], int, int) - Method in class jodd.util.buffer.FastIntBuffer
Appends int array to buffer.
append(int[]) - Method in class jodd.util.buffer.FastIntBuffer
Appends int array to buffer.
append(int) - Method in class jodd.util.buffer.FastIntBuffer
Appends single int to buffer.
append(FastIntBuffer) - Method in class jodd.util.buffer.FastIntBuffer
Appends another fast buffer to this one.
append(long[], int, int) - Method in class jodd.util.buffer.FastLongBuffer
Appends long array to buffer.
append(long[]) - Method in class jodd.util.buffer.FastLongBuffer
Appends long array to buffer.
append(long) - Method in class jodd.util.buffer.FastLongBuffer
Appends single long to buffer.
append(FastLongBuffer) - Method in class jodd.util.buffer.FastLongBuffer
Appends another fast buffer to this one.
append(short[], int, int) - Method in class jodd.util.buffer.FastShortBuffer
Appends short array to buffer.
append(short[]) - Method in class jodd.util.buffer.FastShortBuffer
Appends short array to buffer.
append(short) - Method in class jodd.util.buffer.FastShortBuffer
Appends single short to buffer.
append(FastShortBuffer) - Method in class jodd.util.buffer.FastShortBuffer
Appends another fast buffer to this one.
append(boolean) - Method in class jodd.util.StringBand
Appends boolean value.
append(double) - Method in class jodd.util.StringBand
Appends double value.
append(float) - Method in class jodd.util.StringBand
Appends float value.
append(int) - Method in class jodd.util.StringBand
Appends int value.
append(long) - Method in class jodd.util.StringBand
Appends long value.
append(short) - Method in class jodd.util.StringBand
Appends short value.
append(char) - Method in class jodd.util.StringBand
Appends a character.
append(byte) - Method in class jodd.util.StringBand
Appends byte value.
append(Object) - Method in class jodd.util.StringBand
Appends string representation of an object.
append(String) - Method in class jodd.util.StringBand
Appends a string.
appendBytes(String, byte[]) - Static method in class jodd.io.FileUtil
 
appendBytes(String, byte[], int, int) - Static method in class jodd.io.FileUtil
 
appendBytes(File, byte[]) - Static method in class jodd.io.FileUtil
 
appendBytes(File, byte[], int, int) - Static method in class jodd.io.FileUtil
 
appendString(String, String) - Static method in class jodd.io.FileUtil
 
appendString(String, String, String) - Static method in class jodd.io.FileUtil
 
appendString(File, String) - Static method in class jodd.io.FileUtil
 
appendString(File, String, String) - Static method in class jodd.io.FileUtil
 
APRIL - Static variable in class jodd.datetime.JDateTime
 
array(T...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
array(int) - Method in class jodd.util.buffer.FastBooleanBuffer
Returns boolean inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastBuffer
Returns E inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastByteBuffer
Returns byte inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastCharBuffer
Returns char inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastDoubleBuffer
Returns double inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastFloatBuffer
Returns float inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastIntBuffer
Returns int inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastLongBuffer
Returns long inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastShortBuffer
Returns short inner array chunk at given index.
ArrayConverter<T> - Class in jodd.typeconverter.impl
Converts given object to an array.
ArrayConverter(TypeConverterManagerBean, Class<T>) - Constructor for class jodd.typeconverter.impl.ArrayConverter
 
ArrayEnumeration<E> - Class in jodd.util.collection
Enumeration over an array.
ArrayEnumeration(E[]) - Constructor for class jodd.util.collection.ArrayEnumeration
 
ArrayEnumeration(E[], int, int) - Constructor for class jodd.util.collection.ArrayEnumeration
 
ArrayIterator<E> - Class in jodd.util.collection
Iterator over an array.
ArrayIterator(E[]) - Constructor for class jodd.util.collection.ArrayIterator
 
ArrayIterator(E[], int, int) - Constructor for class jodd.util.collection.ArrayIterator
 
ArraysUtil - Class in jodd.util
Array utilities.
ArraysUtil() - Constructor for class jodd.util.ArraysUtil
 
asCollection(Iterator<? extends T>) - Static method in class jodd.util.CollectionUtil
Returns a collection containing all elements of the iterator.
asEnumeration(Iterator<E>) - Static method in class jodd.util.CollectionUtil
Adapt the specified Iterator to the Enumeration interface.
asIterator(Enumeration<E>) - Static method in class jodd.util.CollectionUtil
Adapt the specified Enumeration to the Iterator interface.
assertConnected() - Method in class jodd.util.JmxClient
Checks if we are connected to the jmx
ASTERISK - Static variable in interface jodd.util.StringPool
 
AT - Static variable in interface jodd.util.StringPool
 
attribute(CharSequence) - Static method in class jodd.util.HtmlEncoder
Encodes HTML attribute value string to safe text.
AUGUST - Static variable in class jodd.datetime.JDateTime
 
available - Variable in class jodd.io.StringInputStream
 
available() - Method in class jodd.io.StringInputStream
 
availableMemory() - Static method in class jodd.util.RuntimeUtil
Returns the amount of available memory (free memory plus never allocated memory).
availableMemoryPercent() - Static method in class jodd.util.RuntimeUtil
Returns the amount of available memory in percents.

B

BACK_SLASH - Static variable in interface jodd.util.StringPool
 
Base32 - Class in jodd.util
Base32 encoding.
Base32() - Constructor for class jodd.util.Base32
 
Base64 - Class in jodd.util
The fastest Base64 encoder/decoder implementations.
Base64() - Constructor for class jodd.util.Base64
 
batchRemove(Collection<?>, boolean) - Method in class jodd.util.collection.JoddArrayList
 
BCrypt - Class in jodd.util
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 jodd.util.BCrypt
 
BEAN - Static variable in class jodd.Jodd
 
BigDecimalConverter - Class in jodd.typeconverter.impl
Converts given object to BigDecimal.
BigDecimalConverter() - Constructor for class jodd.typeconverter.impl.BigDecimalConverter
 
BigIntegerConverter - Class in jodd.typeconverter.impl
Converts given object to BigInteger.
BigIntegerConverter() - Constructor for class jodd.typeconverter.impl.BigIntegerConverter
 
BinarySearch<E> - Class in jodd.util
Binary search wrapper over any type of user-defined collection.
BinarySearch() - Constructor for class jodd.util.BinarySearch
 
BinarySearchBase - Class in jodd.util
Abstract binary search.
BinarySearchBase() - Constructor for class jodd.util.BinarySearchBase
 
bind(int, Object...) - Static method in class jodd.Jodd
Invokes bind method on module instance.
Bits - Class in jodd.util
Part a copy of java.io.Bits, which is for unknown reason package local.
Bits() - Constructor for class jodd.util.Bits
 
BOM_UTF16_BE - Static variable in class jodd.io.UnicodeInputStream
 
BOM_UTF16_LE - Static variable in class jodd.io.UnicodeInputStream
 
BOM_UTF32_BE - Static variable in class jodd.io.UnicodeInputStream
 
BOM_UTF32_LE - Static variable in class jodd.io.UnicodeInputStream
 
BOM_UTF8 - Static variable in class jodd.io.UnicodeInputStream
 
BooleanArrayConverter - Class in jodd.typeconverter.impl
Converts given object to boolean[].
BooleanArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.BooleanArrayConverter
 
BooleanArrayList - Class in jodd.util.collection
ArrayList of boolean primitives.
BooleanArrayList() - Constructor for class jodd.util.collection.BooleanArrayList
Constructs an empty list with an initial capacity.
BooleanArrayList(int) - Constructor for class jodd.util.collection.BooleanArrayList
Constructs an empty list with the specified initial capacity.
BooleanArrayList(boolean[]) - Constructor for class jodd.util.collection.BooleanArrayList
Constructs a list containing the elements of the specified array.
BooleanConverter - Class in jodd.typeconverter.impl
Converts given object to Boolean.
BooleanConverter() - Constructor for class jodd.typeconverter.impl.BooleanConverter
 
booleans(boolean...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
buffer - Variable in class jodd.util.collection.JoddArrayList
 
build(String) - Static method in class jodd.util.URLCoder
Creates URL builder for user-friendly way of building URLs.
build(String, boolean) - Static method in class jodd.util.URLCoder
Creates URL builder with given path that can be optionally encoded.
buildMessage(String, Throwable) - Static method in class jodd.exception.ExceptionUtil
Build a message for the given base message and its cause.
buildObjectName(String) - Method in class jodd.util.JmxClient
Builds object name.
ByteArrayConverter - Class in jodd.typeconverter.impl
Converts given object to byte[].
ByteArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.ByteArrayConverter
 
ByteArrayList - Class in jodd.util.collection
ArrayList of byte primitives.
ByteArrayList() - Constructor for class jodd.util.collection.ByteArrayList
Constructs an empty list with an initial capacity.
ByteArrayList(int) - Constructor for class jodd.util.collection.ByteArrayList
Constructs an empty list with the specified initial capacity.
ByteArrayList(byte[]) - Constructor for class jodd.util.collection.ByteArrayList
Constructs a list containing the elements of the specified array.
byteArrayToObject(byte[]) - Static method in class jodd.util.ObjectUtil
De-serialize an object from byte array.
ByteConverter - Class in jodd.typeconverter.impl
Converts given object to Byte.
ByteConverter() - Constructor for class jodd.typeconverter.impl.ByteConverter
 
bytes(byte...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.

C

Cache<K,V> - Interface in jodd.cache
Cache interface.
cache - Variable in class jodd.cache.FileLFUCache
 
cacheMap - Variable in class jodd.cache.AbstractCacheMap
 
cacheResourceBundles - Variable in class jodd.util.ResourceBundleMessageResolver
 
cacheSize - Variable in class jodd.cache.AbstractCacheMap
 
CacheValuesIterator<V> - Class in jodd.cache
Values iterator for AbstractCacheMap.
calculate(int) - Method in enum jodd.util.collection.JoddArrayList.PIVOT_TYPE
 
calculateLength() - Method in class jodd.util.StringBand
Calculates string length.
CalendarConverter - Class in jodd.typeconverter.impl
Converts given object to Byte.
CalendarConverter() - Constructor for class jodd.typeconverter.impl.CalendarConverter
 
cancelPruneSchedule() - Method in class jodd.cache.TimedCache
Cancels prune schedules.
capacity() - Method in class jodd.util.StringBand
Returns array capacity.
capitalize(String) - Static method in class jodd.util.StringUtil
Capitalizes a string, changing the first letter to upper case.
cause - Variable in exception jodd.exception.UncheckedException
 
CAUSE_DIV - Static variable in exception jodd.exception.UncheckedException
Divider between causes printouts.
changeTimeZone(TimeZone) - Method in class jodd.datetime.JDateTime
Changes current timezone.
changeTimeZone(TimeZone, TimeZone) - Method in class jodd.datetime.JDateTime
Changes time zone.
CharacterArrayConverter - Class in jodd.typeconverter.impl
Converts given object to char[].
CharacterArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.CharacterArrayConverter
 
CharacterConverter - Class in jodd.typeconverter.impl
Converts given object to Character.
CharacterConverter() - Constructor for class jodd.typeconverter.impl.CharacterConverter
 
CharArrayList - Class in jodd.util.collection
ArrayList of char primitives.
CharArrayList() - Constructor for class jodd.util.collection.CharArrayList
Constructs an empty list with an initial capacity.
CharArrayList(int) - Constructor for class jodd.util.collection.CharArrayList
Constructs an empty list with the specified initial capacity.
CharArrayList(char[]) - Constructor for class jodd.util.collection.CharArrayList
Constructs a list containing the elements of the specified array.
charAt(int) - Method in class jodd.util.buffer.FastCharBuffer
Returns char at given index.
charAt(int) - Method in class jodd.util.StringBand
Returns char at given position.
CharBufferReader - Class in jodd.io
Reader that wraps a CharBuffer.
CharBufferReader(CharBuffer) - Constructor for class jodd.io.CharBufferReader
 
charOffset - Variable in class jodd.io.StringInputStream
 
chars(char...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
CharUtil - Class in jodd.util
Various character and character sequence utilities, including char[] - byte[] conversions.
CharUtil() - Constructor for class jodd.util.CharUtil
 
checkpw(String, String) - Static method in class jodd.util.BCrypt
Check that a plaintext password matches a previously hashed one
ClassArrayConverter - Class in jodd.typeconverter.impl
Converts given object to Class array.
ClassArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.ClassArrayConverter
 
ClassConverter - Class in jodd.typeconverter.impl
Converts given object to Class.
ClassConverter() - Constructor for class jodd.typeconverter.impl.ClassConverter
 
ClassFinder - Class in jodd.io.findfile
Simple utility that scans URLs for classes.
ClassFinder() - Constructor for class jodd.io.findfile.ClassFinder
 
ClassFinder.EntryData - Class in jodd.io.findfile
Provides input stream on demand.
ClassLoaderLocal<T> - Class in jodd.util.cl
This class provides classloader-local variables.
ClassLoaderLocal() - Constructor for class jodd.util.cl.ClassLoaderLocal
 
classLoaderStrategy - Static variable in class jodd.JoddCore
Default class loader strategy.
ClassLoaderStrategy - Interface in jodd.util.cl
Class loader strategy defines how classes should be loaded.
ClassLoaderUtil - Class in jodd.util
Utilities to manipulate class path, define and find classes etc.
ClassLoaderUtil() - Constructor for class jodd.util.ClassLoaderUtil
 
classLocation(Class) - Static method in class jodd.util.RuntimeUtil
Returns location of the class.
ClassScanner - Class in jodd.io.findfile
A class scanner, user-friendly version of ClassFinder a class scanner.
ClassScanner() - Constructor for class jodd.io.findfile.ClassScanner
 
cleanDir(String) - Static method in class jodd.io.FileUtil
 
cleanDir(String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
cleanDir(File) - Static method in class jodd.io.FileUtil
 
cleanDir(File, FileUtilParams) - Static method in class jodd.io.FileUtil
Cleans a directory without deleting it.
clear() - Method in class jodd.cache.AbstractCacheMap
Clears current cache.
clear() - Method in interface jodd.cache.Cache
Clears current cache.
clear() - Method in class jodd.cache.FileLFUCache
Clears the cache.
clear() - Method in class jodd.cache.NoCache
 
clear() - Method in class jodd.util.buffer.FastBooleanBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastByteBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastCharBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastDoubleBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastFloatBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastIntBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastLongBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastShortBuffer
Resets the buffer content.
clear() - Method in class jodd.util.collection.BooleanArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.ByteArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.CharArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.DoubleArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.FloatArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.IntArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.IntHashMap
Removes all mappings from this map.
clear() - Method in class jodd.util.collection.JoddArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.LongArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.SetMapAdapter
Removes all of the elements from this set.
clear() - Method in class jodd.util.collection.ShortArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.StringKeyedMapAdapter
Removes all attributes from the request as well as clears entries in this map.
ClipboardUtil - Class in jodd.util
Clipboard utilities.
ClipboardUtil() - Constructor for class jodd.util.ClipboardUtil
 
clone() - Method in class jodd.datetime.DateTimeStamp
 
clone() - Method in class jodd.datetime.JDateTime
 
clone() - Method in class jodd.datetime.JulianDateStamp
 
clone() - Method in class jodd.io.FileUtilParams
 
clone() - Method in class jodd.mutable.MutableBoolean
Clones object.
clone() - Method in class jodd.mutable.MutableByte
Clones object.
clone() - Method in class jodd.mutable.MutableDouble
Clones object.
clone() - Method in class jodd.mutable.MutableFloat
Clones object.
clone() - Method in class jodd.mutable.MutableInteger
Clones object.
clone() - Method in class jodd.mutable.MutableLong
Clones object.
clone() - Method in class jodd.mutable.MutableShort
Clones object.
clone() - Method in class jodd.util.collection.IntHashMap
Returns a shallow copy of this IntHashMap instance: the keys and values themselves are not cloned.
clone() - Method in class jodd.util.collection.JoddArrayList
Returns a shallow copy of this ArrayList instance.
clone(Object) - Static method in class jodd.util.ObjectUtil
Clone an object by invoking it's clone() method, even if it is not overridden.
cloneParams() - Static method in class jodd.io.FileUtil
Creates new FileUtilParams instance by cloning current default params.
cloneViaSerialization(T) - Static method in class jodd.util.ObjectUtil
Create object copy using serialization mechanism.
close() - Method in class jodd.io.CharBufferReader
 
close() - Method in class jodd.io.DebugOutputStream
 
close() - Method in class jodd.io.FastByteArrayOutputStream
Closing a FastByteArrayOutputStream has no effect.
close() - Method in class jodd.io.FastCharArrayWriter
Closing a FastCharArrayWriter has no effect.
close(InputStream) - Static method in class jodd.io.StreamUtil
Closes an input stream and releases any system resources associated with this stream.
close(OutputStream) - Static method in class jodd.io.StreamUtil
Closes an output stream and releases any system resources associated with this stream.
close(Reader) - Static method in class jodd.io.StreamUtil
Closes a character-input stream and releases any system resources associated with this stream.
close(Writer) - Static method in class jodd.io.StreamUtil
Closes a character-output stream and releases any system resources associated with this stream.
close() - Method in class jodd.io.StringOutputStream
Sets the internal StringBuffer to null.
close() - Method in class jodd.io.UnicodeInputStream
Closes input stream.
close(ZipFile) - Static method in class jodd.io.ZipUtil
Closes zip file safely.
close() - Method in class jodd.util.JmxClient
Closes JMX connector.
CollectionConverter<T> - Class in jodd.typeconverter.impl
Collection converter.
CollectionConverter(Class<? extends Collection>, Class<T>) - Constructor for class jodd.typeconverter.impl.CollectionConverter
 
CollectionConverter(TypeConverterManagerBean, Class<? extends Collection>, Class<T>) - Constructor for class jodd.typeconverter.impl.CollectionConverter
 
collectionType - Variable in class jodd.typeconverter.impl.CollectionConverter
 
CollectionUtil - Class in jodd.util
Some collection utilities.
CollectionUtil() - Constructor for class jodd.util.CollectionUtil
 
COLON - Static variable in interface jodd.util.StringPool
 
COMMA - Static variable in interface jodd.util.StringPool
 
comment(String) - Method in class jodd.io.ZipUtil.AddToZip
Defines optional comment.
commonTypes - Variable in class jodd.typeconverter.ConvertBean
List of common types.
compactMemory() - Static method in class jodd.util.RuntimeUtil
Compacts memory as much as possible by allocating huge memory block and then forcing garbage collection.
ComparableComparator<T extends java.lang.Comparable<T>> - Class in jodd.util
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() - Constructor for class jodd.util.ComparableComparator
 
ComparableTimSort - Class in jodd.util.sort
ComparableTimSort from JDK7.
comparator - Variable in class jodd.util.collection.SortedArrayList
 
comparators - Variable in class jodd.util.MultiComparator
 
compare(String, String) - Static method in class jodd.io.FileUtil
 
compare(File, File) - Static method in class jodd.io.FileUtil
Compare the contents of two files to determine if they are equal or not.
compare(File, File) - Method in class jodd.io.findfile.FindFile.FileExtensionComparator
 
compare(File, File) - Method in class jodd.io.findfile.FindFile.FileLastModifiedTimeComparator
 
compare(File, File) - Method in class jodd.io.findfile.FindFile.FileNameComparator
 
compare(File, File) - Method in class jodd.io.findfile.FindFile.FolderFirstComparator
 
compare(InputStream, InputStream) - Static method in class jodd.io.StreamUtil
Compares the content of two byte streams.
compare(Reader, Reader) - Static method in class jodd.io.StreamUtil
Compares the content of two character streams.
compare(int, E) - Method in class jodd.util.BinarySearch
Compares element at index position with given object.
compare(int) - Method in class jodd.util.BinarySearchBase
Compares element at index position with the target.
compare(E, E) - Method in class jodd.util.collection.SortedArrayList
Compares two keys using the correct comparison method for this collection.
compare(T, T) - Method in class jodd.util.ComparableComparator
 
compare(T, T) - Method in class jodd.util.MultiComparator
Compares two objects starting with first comparator; if they are equals proceeds to the next comparator and so on.
compare(T, T) - Method in class jodd.util.NaturalOrderComparator
 
compareDateTo(Object) - Method in class jodd.datetime.DateTimeStamp
Compares just date component of two date time stamps.
compareDateTo(JDateTime) - Method in class jodd.datetime.JDateTime
Compares current JDateTime date with another date.
compareDeclarations(Method, Method) - Static method in class jodd.util.ReflectUtil
Compares method declarations: signature and return types.
compareDigits(String, int, String, int) - Method in class jodd.util.NaturalOrderComparator
Compare digits at certain position in two strings.
compareParameters(Class[], Class[]) - Static method in class jodd.util.ReflectUtil
Compares method or ctor parameters.
compareSignatures(Method, Method) - Static method in class jodd.util.ReflectUtil
Compares method signatures: names and parameters.
compareSignatures(Constructor, Constructor) - Static method in class jodd.util.ReflectUtil
Compares constructor signatures: names and parameters.
compareSignatures(Field, Field) - Static method in class jodd.util.ReflectUtil
 
compareTo(Object) - Method in class jodd.datetime.DateTimeStamp
Compares this object with the specified object for order.
compareTo(Object) - Method in class jodd.datetime.JDateTime
Compares current JDateTime object with another one, up to 1 millisecond.
compareTo(JDateTime) - Method in class jodd.datetime.JDateTime
 
compareTo(MutableBoolean) - Method in class jodd.mutable.MutableBoolean
Compares value of two same instances.
compareTo(MutableByte) - Method in class jodd.mutable.MutableByte
Compares value of two same instances.
compareTo(MutableDouble) - Method in class jodd.mutable.MutableDouble
Compares value of two same instances.
compareTo(MutableFloat) - Method in class jodd.mutable.MutableFloat
Compares value of two same instances.
compareTo(MutableInteger) - Method in class jodd.mutable.MutableInteger
Compares value of two same instances.
compareTo(MutableLong) - Method in class jodd.mutable.MutableLong
Compares value of two same instances.
compareTo(MutableShort) - Method in class jodd.mutable.MutableShort
Compares value of two same instances.
CompositeEnumeration<T> - Class in jodd.util.collection
Enumeration that combines multiple enumerations.
CompositeEnumeration() - Constructor for class jodd.util.collection.CompositeEnumeration
Creates new composite enumeration.
CompositeEnumeration(Enumeration<T>...) - Constructor for class jodd.util.collection.CompositeEnumeration
Creates new composite enumeration with provided enumerations.
CompositeIterator<T> - Class in jodd.util.collection
Iterator that combines multiple iterators.
CompositeIterator() - Constructor for class jodd.util.collection.CompositeIterator
Creates new composite iterator.
CompositeIterator(Iterator<T>...) - Constructor for class jodd.util.collection.CompositeIterator
Creates new composite iterator with provided iterators.
compressChars(String, char) - Static method in class jodd.util.StringUtil
Compress multiple occurrences of given char into one appearance.
concat(String, String) - Static method in class jodd.io.FileNameUtil
Concatenates a filename to a base path using normal command line style rules.
concat(String, String, boolean) - Static method in class jodd.io.FileNameUtil
 
connected - Variable in class jodd.util.JmxClient
 
connector - Variable in class jodd.util.JmxClient
 
contains(byte[], byte) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(char[], char) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(short[], short) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(int[], int) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(long[], long) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(boolean[], boolean) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(float[], float) - Static method in class jodd.util.ArraysUtil
Returns true if float array contains given value.
contains(double[], double) - Static method in class jodd.util.ArraysUtil
Returns true if double array contains given value.
contains(Object[], Object) - Static method in class jodd.util.ArraysUtil
 
contains(Object[], Object, int) - Static method in class jodd.util.ArraysUtil
 
contains(byte[], byte[]) - Static method in class jodd.util.ArraysUtil
 
contains(char[], char[]) - Static method in class jodd.util.ArraysUtil
 
contains(short[], short[]) - Static method in class jodd.util.ArraysUtil
 
contains(int[], int[]) - Static method in class jodd.util.ArraysUtil
 
contains(long[], long[]) - Static method in class jodd.util.ArraysUtil
 
contains(boolean[], boolean[]) - Static method in class jodd.util.ArraysUtil
 
contains(float[], float[]) - Static method in class jodd.util.ArraysUtil
 
contains(double[], double[]) - Static method in class jodd.util.ArraysUtil
 
contains(boolean) - Method in class jodd.util.collection.BooleanArrayList
Returns true if this list contains the specified element.
contains(byte) - Method in class jodd.util.collection.ByteArrayList
Returns true if this list contains the specified element.
contains(char) - Method in class jodd.util.collection.CharArrayList
Returns true if this list contains the specified element.
contains(double, double) - Method in class jodd.util.collection.DoubleArrayList
Returns true if this list contains the specified element.
contains(float, float) - Method in class jodd.util.collection.FloatArrayList
Returns true if this list contains the specified element.
contains(int) - Method in class jodd.util.collection.IntArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class jodd.util.collection.JoddArrayList
Returns true if this list contains the specified element.
contains(long) - Method in class jodd.util.collection.LongArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class jodd.util.collection.SetMapAdapter
Returns true if this set contains the specified element.
contains(short) - Method in class jodd.util.collection.ShortArrayList
Returns true if this list contains the specified element.
containsElement(Object, Object) - Static method in class jodd.util.Util
Returns true if first argument contains provided element.
containsKey(Object) - Method in class jodd.util.collection.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in class jodd.util.collection.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsOnlyDigits(String) - Static method in class jodd.util.StringUtil
Returns true if string contains only digits.
containsOnlyDigitsAndSigns(String) - Static method in class jodd.util.StringUtil
Returns true if string contains only digits or signs plus or minus.
containsOnlyWhitespaces(String) - Static method in class jodd.util.StringUtil
Returns true if string contains only white spaces.
containsValue(Object) - Method in class jodd.util.collection.IntHashMap
Returns true if this map maps one or more keys to the specified value.
continueOnError - Variable in class jodd.io.FileUtilParams
 
convert(JDateTime, String) - Method in class jodd.datetime.format.AbstractFormatter
Converts date time to a string using specified format.
convert(JDateTime) - Method in class jodd.datetime.format.JdtFormat
convert(JDateTime, String) - Method in interface jodd.datetime.format.JdtFormatter
Converts date time to a string using specified format.
Convert - Class in jodd.typeconverter
Static version of ConvertBean of default TypeConverterManagerBean.
Convert() - Constructor for class jodd.typeconverter.Convert
 
convert(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BigDecimalConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BigIntegerConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BooleanConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ByteConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CalendarConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CharacterConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ClassConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CollectionConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.DateConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.DoubleConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FileConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FloatConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.IntegerConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.JDateTimeConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.LocaleConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.LongConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableByteConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableDoubleConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableFloatConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableIntegerConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableLongConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableShortConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ShortConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.SqlDateConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.SqlTimeConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.SqlTimestampConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.StringConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.TimeZoneConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.URIConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.URLConverter
 
convert(Object) - Method in interface jodd.typeconverter.TypeConverter
Converts object received as parameter into object of another class.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Converts array value to array.
ConvertBean - Class in jodd.typeconverter
 
ConvertBean() - Constructor for class jodd.typeconverter.ConvertBean
 
convertBean - Variable in class jodd.typeconverter.TypeConverterManagerBean
 
convertCharset(String, String, String) - Static method in class jodd.util.StringUtil
Converts string charset.
convertCollectionToCollection(Collection) - Method in class jodd.typeconverter.impl.CollectionConverter
Converts collection value to target collection.
convertPattern(int, JDateTime) - Method in class jodd.datetime.format.AbstractFormatter
Creates a date-time string for founded pattern.
convertPattern(int, JDateTime) - Method in class jodd.datetime.format.Iso8601JdtFormatter
 
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.LongArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.StringArrayConverter
 
convertPrimitiveArrayToCollection(Object, Class) - Method in class jodd.typeconverter.impl.CollectionConverter
Converts primitive array to target collection.
convertStringToArray(String) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts string to array, for the ArrayConverter.convertValueToArray(Object) method.
convertStringToArray(String) - Method in class jodd.typeconverter.impl.ClassArrayConverter
 
convertTabsToSpaces(String, int) - Static method in class jodd.util.StringUtil
Converts all tabs on a line to spaces according to the provided tab width.
convertToArabic(String) - Static method in class jodd.format.RomanNumber
Converts to Arabic numbers.
convertToCalendar() - Method in class jodd.datetime.JDateTime
Converts to Calendar instance.
convertToCollection(Object, Class<? extends Collection<T>>, Class) - Static method in class jodd.typeconverter.TypeConverterManager
Special conversion to collections, when component type is known.
convertToCollection(Object, Class<? extends Collection<T>>, Class) - Method in class jodd.typeconverter.TypeConverterManagerBean
Special case of TypeConverterManagerBean.convertType(Object, Class) when target is collection and when component type is known.
convertToDate() - Method in class jodd.datetime.JDateTime
Converts to Date instance.
convertToRoman(int) - Static method in class jodd.format.RomanNumber
Converts to Roman number.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Creates an array with single element.
convertToSingleElementCollection(Object) - Method in class jodd.typeconverter.impl.CollectionConverter
Creates a collection with single element.
convertToSqlDate() - Method in class jodd.datetime.JDateTime
Converts to java.sql.Date instance.
convertToSqlTime() - Method in class jodd.datetime.JDateTime
Converts to Time instance.
convertToSqlTimestamp() - Method in class jodd.datetime.JDateTime
Converts to Timestamp instance.
convertType(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.CollectionConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Converts type using type converter manager.
convertType(Object, Class<T>) - Static method in class jodd.typeconverter.TypeConverterManager
Casts an object to destination type using type conversion.
convertType(Object, Class<T>) - Method in class jodd.typeconverter.TypeConverterManagerBean
Converts an object to destination type.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Converts non-array value to array.
convertValueToCollection(Object) - Method in class jodd.typeconverter.impl.CollectionConverter
Converts non-collection value to collection.
copy(String, String) - Static method in class jodd.io.FileUtil
 
copy(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
copy(File, File) - Static method in class jodd.io.FileUtil
 
copy(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Smart copy.
copy(InputStream, OutputStream) - Static method in class jodd.io.StreamUtil
Copies input stream to output stream using buffer.
copy(InputStream, OutputStream, int) - Static method in class jodd.io.StreamUtil
Copies specified number of bytes from input stream to output stream using buffer.
copy(InputStream, Writer) - Static method in class jodd.io.StreamUtil
Copies input stream to writer using buffer.
copy(InputStream, Writer, int) - Static method in class jodd.io.StreamUtil
Copies specified number of bytes from input stream to writer using buffer.
copy(InputStream, Writer, String) - Static method in class jodd.io.StreamUtil
Copies input stream to writer using buffer and specified encoding.
copy(InputStream, Writer, String, int) - Static method in class jodd.io.StreamUtil
Copies specified number of bytes from input stream to writer using buffer and specified encoding.
copy(Reader, Writer) - Static method in class jodd.io.StreamUtil
Copies reader to writer using buffer.
copy(Reader, Writer, int) - Static method in class jodd.io.StreamUtil
Copies specified number of characters from reader to writer using buffer.
copy(Reader, OutputStream) - Static method in class jodd.io.StreamUtil
Copies reader to output stream using buffer.
copy(Reader, OutputStream, int) - Static method in class jodd.io.StreamUtil
Copies specified number of characters from reader to output stream using buffer.
copy(Reader, OutputStream, String) - Static method in class jodd.io.StreamUtil
Copies reader to output stream using buffer and specified encoding.
copy(Reader, OutputStream, String, int) - Static method in class jodd.io.StreamUtil
Copies specified number of characters from reader to output stream using buffer and specified encoding.
copyDir(String, String) - Static method in class jodd.io.FileUtil
 
copyDir(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
copyDir(File, File) - Static method in class jodd.io.FileUtil
 
copyDir(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Copies directory with specified copy params.
copyFile(String, String) - Static method in class jodd.io.FileUtil
 
copyFile(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
copyFile(File, File) - Static method in class jodd.io.FileUtil
 
copyFile(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Copies a file to another file with specified copy params.
copyFileToDir(String, String) - Static method in class jodd.io.FileUtil
 
copyFileToDir(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
copyFileToDir(File, File) - Static method in class jodd.io.FileUtil
 
copyFileToDir(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Copies a file to folder with specified copy params and returns copied destination.
copyToClipboard(String) - Static method in class jodd.util.ClipboardUtil
Copies string to system clipboard.
CORE - Static variable in class jodd.Jodd
 
count - Variable in class jodd.util.LoopIterator
 
count(String, String) - Static method in class jodd.util.StringUtil
Counts substring occurrences in a source string.
count(String, String, int) - Static method in class jodd.util.StringUtil
 
count(String, char) - Static method in class jodd.util.StringUtil
 
count(String, char, int) - Static method in class jodd.util.StringUtil
 
countIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Count substring occurrences in a source string, ignoring case.
countSignInLen - Variable in class jodd.format.PrintfFormat
 
createAnnotationData(A) - Method in class jodd.util.AnnotationDataReader
Creates annotation data from given annotation.
createArray(int) - Method in class jodd.typeconverter.impl.ArrayConverter
Creates new array of target component type.
createArray(int) - Method in class jodd.typeconverter.impl.ClassArrayConverter
 
createArray(int) - Method in class jodd.typeconverter.impl.StringArrayConverter
 
createCollection(int) - Method in class jodd.typeconverter.impl.CollectionConverter
Creates new collection of target component type.
createDirs - Variable in class jodd.io.FileUtilParams
 
createFromClasspath(String...) - Static method in class jodd.util.PropertiesUtil
Creates properties from classpath.
createFromFile(String) - Static method in class jodd.util.PropertiesUtil
Create properties from the file.
createFromFile(File) - Static method in class jodd.util.PropertiesUtil
Create properties from the file.
createFromString(String) - Static method in class jodd.util.PropertiesUtil
Creates properties from string.
createMapMacroResolver(Map) - Static method in class jodd.util.StringTemplateParser
Creates commonly used StringTemplateParser.MacroResolver that resolved macros in the provided map.
createMutableString(char[]) - Static method in class jodd.util.UnsafeUtil
Creates mutable strings from given char array.
createTempDirectory() - Static method in class jodd.io.FileUtil
 
createTempDirectory(String, String) - Static method in class jodd.io.FileUtil
Creates temporary directory.
createTempDirectory(String, String, File) - Static method in class jodd.io.FileUtil
Creates temporary directory.
createTempFile() - Static method in class jodd.io.FileUtil
Simple method that creates temp file.
createTempFile(String, String, File, boolean) - Static method in class jodd.io.FileUtil
Creates temporary file.
createTempFile(String, String, File) - Static method in class jodd.io.FileUtil
Creates temporary file.
createZip(String) - Static method in class jodd.io.ZipUtil
Creates and opens zip output stream of a zip file.
createZip(File) - Static method in class jodd.io.ZipUtil
Creates and opens zip output stream of a zip file.
CRLF - Static variable in interface jodd.util.StringPool
 
crop(String) - Static method in class jodd.util.StringUtil
Crops string by setting empty strings to null.
cropAll(String[]) - Static method in class jodd.util.StringUtil
Crops all elements of string array.
CsvUtil - Class in jodd.util
Helps with CSV strings.
CsvUtil() - Constructor for class jodd.util.CsvUtil
 
currentEnumeration - Variable in class jodd.util.collection.CompositeEnumeration
 
currentIterator - Variable in class jodd.util.collection.CompositeIterator
 
currentMethod() - Static method in class jodd.util.RuntimeUtil
Returns current method signature.
cutFromIndexOf(String, String) - Static method in class jodd.util.StringUtil
Cuts the string from the first index of provided substring to the end.
cutFromIndexOf(String, char) - Static method in class jodd.util.StringUtil
Cuts the string from the first index of provided char to the end.
cutPrefix(String, String) - Static method in class jodd.util.StringUtil
Cuts prefix if exists.
cutSuffix(String, String) - Static method in class jodd.util.StringUtil
Cuts sufix if exists.
cutSurrounding(String, String) - Static method in class jodd.util.StringUtil
 
cutSurrounding(String, String, String) - Static method in class jodd.util.StringUtil
Removes surrounding prefix and suffixes.
cutToIndexOf(String, String) - Static method in class jodd.util.StringUtil
Cuts the string from beginning to the first index of provided substring.
cutToIndexOf(String, char) - Static method in class jodd.util.StringUtil
Cuts the string from beginning to the first index of provided char.

D

DASH - Static variable in interface jodd.util.StringPool
 
DateConverter - Class in jodd.typeconverter.impl
Converts given object to java.util.Date.
DateConverter() - Constructor for class jodd.typeconverter.impl.DateConverter
 
DateFormatSymbolsEx - Class in jodd.util
Simple holder for DateFormatSymbols that doesn't create new array on each call.
DateFormatSymbolsEx(Locale) - Constructor for class jodd.util.DateFormatSymbolsEx
 
DateTimeStamp - Class in jodd.datetime
Generic date time stamp just stores and holds date and time information.
DateTimeStamp() - Constructor for class jodd.datetime.DateTimeStamp
Default empty constructor.
DateTimeStamp(int, int, int, int, int, int, int) - Constructor for class jodd.datetime.DateTimeStamp
Constructor that sets date and time.
DateTimeStamp(int, int, int) - Constructor for class jodd.datetime.DateTimeStamp
Constructor that sets just date.
day - Variable in class jodd.datetime.DateTimeStamp
Day, range: [1 - 31]
dayofweek - Variable in class jodd.datetime.JDateTime
Day of week, range: [1-7] == [Monday - Sunday]
dayofyear - Variable in class jodd.datetime.JDateTime
Day of year, range: [1-365] or [1-366]
dayOfYear(int, int, int) - Static method in class jodd.datetime.TimeUtil
Calculates day of year from given time stamp.
days - Variable in class jodd.datetime.Period
 
daysBetween(JDateTime) - Method in class jodd.datetime.JDateTime
Returns number of full days between two dates.
daysBetween(JulianDateStamp) - Method in class jodd.datetime.JDateTime
Returns number of full days between two dates.
daysBetween(JulianDateStamp) - Method in class jodd.datetime.JulianDateStamp
Calculates the number of days between two dates.
daysSpan(JulianDateStamp) - Method in class jodd.datetime.JulianDateStamp
Returns span between two days.
DB - Static variable in class jodd.Jodd
 
DebugOutputStream - Class in jodd.io
Output stream used for debugging purposes.
DebugOutputStream() - Constructor for class jodd.io.DebugOutputStream
Output stream that debugs to system out.
DebugOutputStream(OutputStream) - Constructor for class jodd.io.DebugOutputStream
 
DebugOutputStream(boolean) - Constructor for class jodd.io.DebugOutputStream
 
DebugOutputStream(OutputStream, boolean) - Constructor for class jodd.io.DebugOutputStream
 
decapitalize(String) - Static method in class jodd.util.StringUtil
Utility method to take a string and convert it to normal Java variable name capitalization.
DECEMBER - Static variable in class jodd.datetime.JDateTime
 
decode(String) - Static method in class jodd.util.Base32
Decode a Base32 string into an array of binary bytes.
decode(char[]) - Method in class jodd.util.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class jodd.util.Base64
Decodes BASE64 encoded byte array.
decode(String) - Static method in class jodd.util.Base64
Decodes a BASE64 encoded string.
decode(String) - Static method in class jodd.util.HtmlDecoder
Decodes HTML text.
decode(String) - Static method in class jodd.util.URLDecoder
Decodes URL elements.
decode(String, String) - Static method in class jodd.util.URLDecoder
Decodes URL elements.
decodeLocaleCode(String) - Static method in class jodd.util.LocaleUtil
Decodes locale code in string array that can be used for Locale constructor.
decodeQuery(String) - Static method in class jodd.util.URLDecoder
Decodes query name or value.
decodeQuery(String, String) - Static method in class jodd.util.URLDecoder
Decodes query name or value.
decodeToString(byte[]) - Static method in class jodd.util.Base64
 
decodeToString(String) - Static method in class jodd.util.Base64
 
deep - Variable in class jodd.util.PrettyStringBuilder
 
DEFAULT_FORMAT - Static variable in class jodd.datetime.JDateTime
 
DEFAULT_MACRO_END - Static variable in class jodd.util.StringTemplateParser
 
DEFAULT_MACRO_START - Static variable in class jodd.util.StringTemplateParser
 
DEFAULT_MASK - Static variable in class jodd.io.NetUtil
 
defaultAnnotation - Variable in class jodd.util.AnnotationDataReader
 
defaultBundles - Variable in class jodd.util.ResourceBundleMessageResolver
 
DefaultClassLoaderStrategy - Class in jodd.util.cl
Default Jodd class loader strategy.
DefaultClassLoaderStrategy() - Constructor for class jodd.util.cl.DefaultClassLoaderStrategy
 
defineClass(String, byte[]) - Static method in class jodd.util.ClassLoaderUtil
Defines a class from byte array into the system class loader.
defineClass(String, byte[], ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Defines a class from byte array into the specified class loader.
delete(String) - Static method in class jodd.io.FileUtil
 
delete(String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
delete(File) - Static method in class jodd.io.FileUtil
 
delete(File, FileUtilParams) - Static method in class jodd.io.FileUtil
Smart delete of destination file or directory.
deleteAllDefaultBundles() - Method in class jodd.util.ResourceBundleMessageResolver
 
deleteDir(String) - Static method in class jodd.io.FileUtil
 
deleteDir(String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
deleteDir(File) - Static method in class jodd.io.FileUtil
 
deleteDir(File, FileUtilParams) - Static method in class jodd.io.FileUtil
Deletes a directory.
deleteFile(String) - Static method in class jodd.io.FileUtil
 
deleteFile(File) - Static method in class jodd.io.FileUtil
 
detectName(char[], int) - Static method in class jodd.util.HtmlDecoder
Detects the longest character reference name on given position in char array.
doAddAll(Object[]) - Method in class jodd.util.collection.JoddArrayList
 
doAddAll(int, Object[]) - Method in class jodd.util.collection.JoddArrayList
 
doConcat(String, String, char) - Static method in class jodd.io.FileNameUtil
 
DOLLAR - Static variable in interface jodd.util.StringPool
 
DOLLAR_LEFT_BRACE - Static variable in interface jodd.util.StringPool
 
doRemove(int) - Method in class jodd.util.collection.JoddArrayList
 
DOT - Static variable in interface jodd.util.StringPool
 
DOT_CLASS - Static variable in interface jodd.util.StringPool
 
DOT_JAVA - Static variable in interface jodd.util.StringPool
 
DOTDOT - Static variable in interface jodd.util.StringPool
 
DOUBLE_QUOTE - Static variable in class jodd.util.CsvUtil
 
DoubleArrayConverter - Class in jodd.typeconverter.impl
Converts given object to double[].
DoubleArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.DoubleArrayConverter
 
DoubleArrayList - Class in jodd.util.collection
ArrayList of double primitives.
DoubleArrayList() - Constructor for class jodd.util.collection.DoubleArrayList
Constructs an empty list with an initial capacity.
DoubleArrayList(int) - Constructor for class jodd.util.collection.DoubleArrayList
Constructs an empty list with the specified initial capacity.
DoubleArrayList(double[]) - Constructor for class jodd.util.collection.DoubleArrayList
Constructs a list containing the elements of the specified array.
DoubleConverter - Class in jodd.typeconverter.impl
Converts given object to Double.
DoubleConverter() - Constructor for class jodd.typeconverter.impl.DoubleConverter
 
doubles(double...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
doubleValue() - Method in class jodd.datetime.JulianDateStamp
Returns double value of JD.
doubleValue() - Method in class jodd.mutable.MutableByte
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableLong
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableShort
Returns the value as a double.
downloadBytes(String) - Static method in class jodd.io.NetUtil
Downloads resource as byte array.
downloadFile(String, File) - Static method in class jodd.io.NetUtil
Downloads resource to a file, potentially very efficiently.
downloadString(String, String) - Static method in class jodd.io.NetUtil
Downloads resource as String.
downloadString(String) - Static method in class jodd.io.NetUtil
Downloads resource as String.
dumpByte(int) - Method in class jodd.io.DebugOutputStream
Dumps single byte to output stream.

E

elapsed() - Method in class jodd.datetime.JStopWatch
Returns total elapsed time from the JStopWatch.start() in ms.
EMPTY - Static variable in interface jodd.util.StringPool
 
EMPTY_ARRAY - Static variable in interface jodd.util.StringPool
 
encode(byte[]) - Static method in class jodd.util.Base32
Encode an array of binary bytes into a Base32 string.
encodeFragment(String, String) - Static method in class jodd.util.URLCoder
Encodes the given URI fragment with the given encoding.
encodeFragment(String) - Static method in class jodd.util.URLCoder
 
encodeHost(String, String) - Static method in class jodd.util.URLCoder
Encodes the given URI host with the given encoding.
encodeHost(String) - Static method in class jodd.util.URLCoder
 
encodeHttpUrl(String) - Static method in class jodd.util.URLCoder
 
encodeHttpUrl(String, String) - Static method in class jodd.util.URLCoder
Encodes the given HTTP URI into an encoded String.
encodePath(String, String) - Static method in class jodd.util.URLCoder
Encodes the given URI path with the given encoding.
encodePath(String) - Static method in class jodd.util.URLCoder
 
encodePathSegment(String, String) - Static method in class jodd.util.URLCoder
Encodes the given URI path segment with the given encoding.
encodePathSegment(String) - Static method in class jodd.util.URLCoder
 
encodePort(String, String) - Static method in class jodd.util.URLCoder
Encodes the given URI port with the given encoding.
encodePort(String) - Static method in class jodd.util.URLCoder
 
encodeQuery(String, String) - Static method in class jodd.util.URLCoder
Encodes the given URI query with the given encoding.
encodeQuery(String) - Static method in class jodd.util.URLCoder
 
encodeQueryParam(String, String) - Static method in class jodd.util.URLCoder
Encodes the given URI query parameter with the given encoding.
encodeQueryParam(String) - Static method in class jodd.util.URLCoder
 
encodeScheme(String, String) - Static method in class jodd.util.URLCoder
Encodes the given URI scheme with the given encoding.
encodeScheme(String) - Static method in class jodd.util.URLCoder
 
encodeToByte(String) - Static method in class jodd.util.Base64
 
encodeToByte(String, boolean) - Static method in class jodd.util.Base64
 
encodeToByte(byte[]) - Static method in class jodd.util.Base64
 
encodeToByte(byte[], boolean) - Static method in class jodd.util.Base64
Encodes a raw byte array into a BASE64 char[].
encodeToChar(byte[], boolean) - Static method in class jodd.util.Base64
Encodes a raw byte array into a BASE64 char[].
encodeToString(String) - Static method in class jodd.util.Base64
 
encodeToString(String, boolean) - Static method in class jodd.util.Base64
 
encodeToString(byte[]) - Static method in class jodd.util.Base64
 
encodeToString(byte[], boolean) - Static method in class jodd.util.Base64
Encodes a raw byte array into a BASE64 String.
encodeUri(String) - Static method in class jodd.util.URLCoder
 
encodeUri(String, String) - Static method in class jodd.util.URLCoder
Encodes the given source URI into an encoded String.
encodeUserInfo(String, String) - Static method in class jodd.util.URLCoder
Encodes the given URI user info with the given encoding.
encodeUserInfo(String) - Static method in class jodd.util.URLCoder
 
encoding - Variable in class jodd.io.FileUtilParams
 
encoding - Variable in class jodd.io.StringOutputStream
 
encoding - Static variable in class jodd.JoddCore
Default file encoding (UTF8).
encoding - Variable in class jodd.util.URLCoder.Builder
 
end - Variable in class jodd.util.collection.JoddArrayList
 
end - Variable in class jodd.util.LoopIterator
 
endsWithChar(String, char) - Static method in class jodd.util.StringUtil
Returns if string ends with provided character.
endsWithIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Tests if this string ends with the specified suffix.
endsWithOne(String, String[]) - Static method in class jodd.util.StringUtil
Checks if string ends with at least one string from the provided array.
endsWithOneIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Checks if string ends with at least one string from the provided array.
ensureCapacity(int) - Method in class jodd.util.collection.BooleanArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.ByteArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.CharArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.DoubleArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.FloatArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.IntArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int, int) - Method in class jodd.util.collection.JoddArrayList
Ensures that buffer size will handle addition of elementsToAdd elements on provided index position.
ensureCapacity(int) - Method in class jodd.util.collection.LongArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.ShortArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
entrySet() - Method in class jodd.util.collection.IntHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class jodd.util.collection.StringKeyedMapAdapter
Returns a Set of attributes from the http request.
equals(Object) - Method in class jodd.datetime.DateTimeStamp
 
equals(Object) - Method in class jodd.datetime.JDateTime
Compares if two JDateTime instances are equal.
equals(Object) - Method in class jodd.datetime.JulianDateStamp
 
equals(String, String) - Static method in class jodd.io.FileNameUtil
Checks whether two filenames are equal exactly.
equals(String, String) - Static method in class jodd.io.FileUtil
Checks if two files points to the same file.
equals(File, File) - Static method in class jodd.io.FileUtil
Checks if two files points to the same file.
equals(Object) - Method in class jodd.mutable.MutableBoolean
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableByte
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableDouble
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableFloat
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableInteger
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableLong
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableShort
Compares this object to the specified object.
equals(Object) - Method in class jodd.util.NameValue
 
EQUALS - Static variable in interface jodd.util.StringPool
 
equals(String, String) - Static method in class jodd.util.StringUtil
Compares 2 strings.
equals(String[], String[]) - Static method in class jodd.util.StringUtil
Compares two string arrays.
equals(Object, Object) - Static method in class jodd.util.Util
Safely compares two objects just like equals() would, except it allows any of the 2 objects to be null.
equalsDate(int, int, int) - Method in class jodd.datetime.JDateTime
Returns true if provided date is equal to current one.
equalsDate(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if two dates are equal.
equalsIgnoreCase(String[], String[]) - Static method in class jodd.util.StringUtil
Compares two string arrays.
equalsOne(char, char[]) - Static method in class jodd.util.CharUtil
Match if one character equals to any of the given character.
equalsOne(String, String[]) - Static method in class jodd.util.StringUtil
Compares string with at least one from the provided array.
equalsOneIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Compares string with at least one from the provided array, ignoring case.
equalsOnSystem(String, String) - Static method in class jodd.io.FileNameUtil
Checks whether two filenames are equal using the case rules of the system.
equalsOrMatch(String, String) - Static method in class jodd.util.Wildcard
Checks if two strings are equals or if they Wildcard.match(String, String).
equalsTime(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if two times are equal.
eras - Variable in class jodd.util.DateFormatSymbolsEx
 
escapeChar - Variable in class jodd.datetime.format.AbstractFormatter
Escape character.
escapeChar - Variable in class jodd.util.StringTemplateParser
 
escapeJava(String) - Static method in class jodd.util.StringUtil
Escapes a string using java rules.
exceptionChainToString(Throwable) - Static method in class jodd.exception.ExceptionUtil
Prints full exception stack trace, from top to root cause, into a String.
exceptionToString(Throwable) - Static method in class jodd.exception.ExceptionUtil
Prints stack trace into a String.
ExceptionUtil - Class in jodd.exception
Few exception utilities.
ExceptionUtil() - Constructor for class jodd.exception.ExceptionUtil
 
EXCLAMATION_MARK - Static variable in interface jodd.util.StringPool
 
exclude(String) - Method in class jodd.io.findfile.FindFile
Defines exclude pattern.
exclude(String...) - Method in class jodd.io.findfile.FindFile
Defines exclude patterns.
excludedEntries - Variable in class jodd.io.findfile.ClassFinder
 
excludedJars - Variable in class jodd.io.findfile.ClassFinder
Array of excluded jars.
excludes - Variable in class jodd.io.findfile.FindFile
 
existCustomTimeout - Variable in class jodd.cache.AbstractCacheMap
Identifies if objects has custom timeouts.
expandCapacity() - Method in class jodd.util.StringBand
Expands internal string array by multiplying its size by 2.
expFormat(double) - Method in class jodd.format.PrintfFormat
Formats a double with exp format.
ExtendedURLClassLoader - Class in jodd.util.cl
Class loader that offers two loading strategies: parent-first and parent-last.
ExtendedURLClassLoader(URL[], ClassLoader) - Constructor for class jodd.util.cl.ExtendedURLClassLoader
Creates class loader with parent-first loading strategy.
ExtendedURLClassLoader(URL[], ClassLoader, boolean) - Constructor for class jodd.util.cl.ExtendedURLClassLoader
Creates class loader with given loading strategy.
extractTargetException(InvocationTargetException) - Static method in class jodd.exception.ExceptionUtil
 

F

factorial(long) - Static method in class jodd.util.MathUtil
Calculates factorial of given number.
fallbackBundlename - Variable in class jodd.util.ResourceBundleMessageResolver
 
fallbackLocale - Variable in class jodd.util.ResourceBundleMessageResolver
 
FALSE - Static variable in interface jodd.util.StringPool
 
FastBooleanBuffer - Class in jodd.util.buffer
Fast, fast boolean buffer.
FastBooleanBuffer() - Constructor for class jodd.util.buffer.FastBooleanBuffer
Creates a new boolean buffer.
FastBooleanBuffer(int) - Constructor for class jodd.util.buffer.FastBooleanBuffer
Creates a new boolean buffer, with a buffer capacity of the specified size, in bytes.
FastBuffer<E> - Class in jodd.util.buffer
Fast, fast E buffer with additional features.
FastBuffer() - Constructor for class jodd.util.buffer.FastBuffer
Creates a new E buffer.
FastBuffer(int) - Constructor for class jodd.util.buffer.FastBuffer
Creates a new E buffer, with a buffer capacity of the specified size, in bytes.
FastByteArrayOutputStream - Class in jodd.io
This class implements an output stream in which the data is written into a byte array.
FastByteArrayOutputStream() - Constructor for class jodd.io.FastByteArrayOutputStream
Creates a new byte array output stream.
FastByteArrayOutputStream(int) - Constructor for class jodd.io.FastByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
FastByteBuffer - Class in jodd.util.buffer
Fast, fast byte buffer.
FastByteBuffer() - Constructor for class jodd.util.buffer.FastByteBuffer
Creates a new byte buffer.
FastByteBuffer(int) - Constructor for class jodd.util.buffer.FastByteBuffer
Creates a new byte buffer, with a buffer capacity of the specified size, in bytes.
FastCharArrayWriter - Class in jodd.io
Similar as FastByteArrayOutputStream but for Writer.
FastCharArrayWriter() - Constructor for class jodd.io.FastCharArrayWriter
Creates a new writer.
FastCharArrayWriter(int) - Constructor for class jodd.io.FastCharArrayWriter
Creates a new char array writer, with a buffer capacity of the specified size, in bytes.
FastCharBuffer - Class in jodd.util.buffer
Fast, fast char buffer with some additional features.
FastCharBuffer() - Constructor for class jodd.util.buffer.FastCharBuffer
Creates a new char buffer.
FastCharBuffer(int) - Constructor for class jodd.util.buffer.FastCharBuffer
Creates a new char buffer, with a buffer capacity of the specified size, in bytes.
FastDoubleBuffer - Class in jodd.util.buffer
Fast, fast double buffer.
FastDoubleBuffer() - Constructor for class jodd.util.buffer.FastDoubleBuffer
Creates a new double buffer.
FastDoubleBuffer(int) - Constructor for class jodd.util.buffer.FastDoubleBuffer
Creates a new double buffer, with a buffer capacity of the specified size, in bytes.
FastFloatBuffer - Class in jodd.util.buffer
Fast, fast float buffer.
FastFloatBuffer() - Constructor for class jodd.util.buffer.FastFloatBuffer
Creates a new float buffer.
FastFloatBuffer(int) - Constructor for class jodd.util.buffer.FastFloatBuffer
Creates a new float buffer, with a buffer capacity of the specified size, in bytes.
FastIntBuffer - Class in jodd.util.buffer
Fast, fast int buffer.
FastIntBuffer() - Constructor for class jodd.util.buffer.FastIntBuffer
Creates a new int buffer.
FastIntBuffer(int) - Constructor for class jodd.util.buffer.FastIntBuffer
Creates a new int buffer, with a buffer capacity of the specified size, in bytes.
FastLongBuffer - Class in jodd.util.buffer
Fast, fast long buffer.
FastLongBuffer() - Constructor for class jodd.util.buffer.FastLongBuffer
Creates a new long buffer.
FastLongBuffer(int) - Constructor for class jodd.util.buffer.FastLongBuffer
Creates a new long buffer, with a buffer capacity of the specified size, in bytes.
FastShortBuffer - Class in jodd.util.buffer
Fast, fast short buffer.
FastShortBuffer() - Constructor for class jodd.util.buffer.FastShortBuffer
Creates a new short buffer.
FastShortBuffer(int) - Constructor for class jodd.util.buffer.FastShortBuffer
Creates a new short buffer, with a buffer capacity of the specified size, in bytes.
FastSort - Class in jodd.util.sort
Fast sort.
FastSort() - Constructor for class jodd.util.sort.FastSort
 
FEBRUARY - Static variable in class jodd.datetime.JDateTime
 
FIELD_QUOTE - Static variable in class jodd.util.CsvUtil
 
FIELD_SEPARATOR - Static variable in class jodd.util.CsvUtil
 
FIFOCache<K,V> - Class in jodd.cache
FIFO (first in first out) cache.
FIFOCache(int) - Constructor for class jodd.cache.FIFOCache
 
FIFOCache(int, long) - Constructor for class jodd.cache.FIFOCache
Creates a new LRU cache.
file(File) - Method in class jodd.io.ZipUtil.AddToZip
Defines file or folder to be added to zip.
file(String) - Method in class jodd.io.ZipUtil.AddToZip
Defines file or folder to be added to zip.
file(String, String) - Method in class jodd.io.ZipUtil.AddToZip
Defines file or folder to be added to zip.
FILE_ENCODING - Static variable in class jodd.util.SystemUtil
 
FileChangeListener - Interface in jodd.io
Interface for listening to disk file changes.
FileConverter - Class in jodd.typeconverter.impl
Converts given object into the File.
FileConverter() - Constructor for class jodd.typeconverter.impl.FileConverter
 
FileFilterEx - Interface in jodd.io.filter
Join of two interfaces: FileFilter and FilenameFilter.
FileLFUCache - Class in jodd.cache
Files LFU cache stores files content in memory to dramatically speed up performances for frequently read files.
FileLFUCache(int) - Constructor for class jodd.cache.FileLFUCache
Creates file LFU cache with specified size.
FileLFUCache(int, int) - Constructor for class jodd.cache.FileLFUCache
 
FileLFUCache(int, int, long) - Constructor for class jodd.cache.FileLFUCache
Creates new File LFU cache.
FileMonitor - Class in jodd.io
Monitoring disk files changes.
FileMonitor(long) - Constructor for class jodd.io.FileMonitor
Creates a file monitor instance with specified polling interval in ms.
FileMonitor.FileMonitorNotifier - Class in jodd.io
Actual file monitor timer task.
FileMonitor.FileMonitorNotifier() - Constructor for class jodd.io.FileMonitor.FileMonitorNotifier
 
fileNames - Variable in class jodd.io.findfile.FindFile.FilesIterator
 
FileNameUtil - Class in jodd.io
General filename and filepath manipulation utilities.
FileNameUtil() - Constructor for class jodd.io.FileNameUtil
 
files - Variable in class jodd.io.FileMonitor
 
files - Variable in class jodd.io.findfile.FindFile.FilesIterator
 
FileUtil - Class in jodd.io
File utilities.
FileUtil() - Constructor for class jodd.io.FileUtil
 
FileUtilParams - Class in jodd.io
File utilities parameters.
FileUtilParams() - Constructor for class jodd.io.FileUtilParams
 
fileUtilParams - Static variable in class jodd.JoddCore
Default parameters used in FileUtil operations.
find(E) - Method in class jodd.util.BinarySearch
Finds index of given element or negative value if element is not found.
find(E, int, int) - Method in class jodd.util.BinarySearch
Finds index of given element in inclusive index range.
find(int, int) - Method in class jodd.util.BinarySearchBase
Finds index of given element in inclusive index range.
findCause(Throwable, Class<T>) - Static method in class jodd.exception.ExceptionUtil
Finds throwing cause in exception stack.
findClass(String, File[], ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
 
findClass(String, URL[], ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Finds and loads class on classpath even if it was already loaded.
findCommonPrefix(String...) - Static method in class jodd.util.StringUtil
Finds common prefix for several strings.
findDeclaredMethod(Class, String) - Static method in class jodd.util.ReflectUtil
 
findDefaultMessage(Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
Finds message in default bundles only, starting from fallback bundlename.
findExtensionsByMimeTypes(String, boolean) - Static method in class jodd.util.MimeTypes
Finds all extensions that belong to given mime type(s).
FindFile<T extends FindFile> - Class in jodd.io.findfile
Generic iterative file finder.
FindFile() - Constructor for class jodd.io.findfile.FindFile
 
FindFile.FileExtensionComparator - Class in jodd.io.findfile
 
FindFile.FileExtensionComparator(boolean) - Constructor for class jodd.io.findfile.FindFile.FileExtensionComparator
 
FindFile.FileLastModifiedTimeComparator - Class in jodd.io.findfile
 
FindFile.FileLastModifiedTimeComparator(boolean) - Constructor for class jodd.io.findfile.FindFile.FileLastModifiedTimeComparator
 
FindFile.FileNameComparator - Class in jodd.io.findfile
 
FindFile.FileNameComparator(boolean) - Constructor for class jodd.io.findfile.FindFile.FileNameComparator
 
FindFile.FilesIterator - Class in jodd.io.findfile
Files iterator simply walks over files array.
FindFile.FilesIterator(File) - Constructor for class jodd.io.findfile.FindFile.FilesIterator
 
FindFile.FilesIterator(String[]) - Constructor for class jodd.io.findfile.FindFile.FilesIterator
 
FindFile.FolderFirstComparator - Class in jodd.io.findfile
 
FindFile.FolderFirstComparator(boolean) - Constructor for class jodd.io.findfile.FindFile.FolderFirstComparator
 
FindFile.Match - Enum in jodd.io.findfile
Match type.
FindFileException - Exception in jodd.io.findfile
Exception during finding files or classes.
FindFileException(Throwable) - Constructor for exception jodd.io.findfile.FindFileException
 
FindFileException(String) - Constructor for exception jodd.io.findfile.FindFileException
 
FindFileException(String, Throwable) - Constructor for exception jodd.io.findfile.FindFileException
 
findFirst(E) - Method in class jodd.util.BinarySearch
Finds very first index of given element or negative value if element is not found.
findFirst(E, int, int) - Method in class jodd.util.BinarySearch
Finds very first index of given element in inclusive index range.
findFirst(int, int) - Method in class jodd.util.BinarySearchBase
Finds very first index of given element in inclusive index range.
findFirstDiff(char[], int, char[]) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the differs from the given set of characters.
findFirstDiff(char[], int, char) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the differs from the given set of characters.
findFirstEqual(char[], int, char[]) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the matches any from the given set of characters.
findFirstEqual(char[], int, char) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the matches any from the given set of characters.
findInsertionPoint(E) - Method in class jodd.util.collection.SortedArrayList
Finds the index at which object should be inserted.
findInsertionPoint(E, int, int) - Method in class jodd.util.collection.SortedArrayList
Conducts a binary search to find the index where Object should be inserted.
findLast(E) - Method in class jodd.util.BinarySearch
Finds very last index of given element or negative value if element is not found.
findLast(E, int, int) - Method in class jodd.util.BinarySearch
Finds very last index of given element in inclusive index range.
findLast(int, int) - Method in class jodd.util.BinarySearchBase
Finds very last index of given element in inclusive index range.
findMessage(String, Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
Finds messages in the provided bundle.
findMethod(Class, String) - Static method in class jodd.util.ReflectUtil
Returns method from an object, matched by name.
findPattern(char[], int) - Method in class jodd.datetime.format.AbstractFormatter
Finds the longest pattern in provided format starting from specified position.
findResourceBundle(String, Locale) - Method in class jodd.util.ResourceBundleMessageResolver
Finds resource bundle by it's name.
findToolsJar() - Static method in class jodd.util.ClassLoaderUtil
Finds tools.jar.
first - Variable in class jodd.util.LoopIterator
 
firstDayOfWeek - Variable in class jodd.datetime.JDateTime
 
firstDayOfWeek - Static variable in class jodd.datetime.JDateTimeDefault
Default definition of first day of week.
fixedFormat(double) - Method in class jodd.format.PrintfFormat
Formats a double with fixed format.
FloatArrayConverter - Class in jodd.typeconverter.impl
Converts given object to float[].
FloatArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.FloatArrayConverter
 
FloatArrayList - Class in jodd.util.collection
ArrayList of float primitives.
FloatArrayList() - Constructor for class jodd.util.collection.FloatArrayList
Constructs an empty list with an initial capacity.
FloatArrayList(int) - Constructor for class jodd.util.collection.FloatArrayList
Constructs an empty list with the specified initial capacity.
FloatArrayList(float[]) - Constructor for class jodd.util.collection.FloatArrayList
Constructs a list containing the elements of the specified array.
FloatConverter - Class in jodd.typeconverter.impl
Converts given object to Float.
FloatConverter() - Constructor for class jodd.typeconverter.impl.FloatConverter
 
floats(float...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
floatValue() - Method in class jodd.mutable.MutableByte
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a float..
floatValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableLong
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableShort
Returns the value as a float.
flush() - Method in class jodd.io.DebugOutputStream
 
flush() - Method in class jodd.io.FastCharArrayWriter
Flushing a FastCharArrayWriter has no effects.
fmt - Variable in class jodd.format.PrintfFormat
 
folder - Variable in class jodd.io.findfile.FindFile.FilesIterator
 
forArray(T[]) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over an array.
forArray(T[], Comparator<T>) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over an array with given comparator.
forceAccess(AccessibleObject) - Static method in class jodd.util.ReflectUtil
Suppress access check against a reflection object.
forList(List<T>) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over a list of comparable elements.
forList(List<T>, Comparator<T>) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over a list with given comparator.
form(char) - Method in class jodd.format.PrintfFormat
Formats a character into a string (like sprintf in C).
form(boolean) - Method in class jodd.format.PrintfFormat
Formats a boolean into a string (like sprintf in C).
form(double) - Method in class jodd.format.PrintfFormat
Formats a double into a string (like sprintf in C).
form(long) - Method in class jodd.format.PrintfFormat
Formats a long integer into a string (like sprintf in C).
form(int) - Method in class jodd.format.PrintfFormat
Formats an integer into a string (like sprintf in C).
form(byte) - Method in class jodd.format.PrintfFormat
Formats a byte into a string (like sprintf in C).
form(short) - Method in class jodd.format.PrintfFormat
Formats a short into a string (like sprintf in C).
form(Object) - Method in class jodd.format.PrintfFormat
Formats a object into a string depending on format (like sprintf in C).
format - Variable in class jodd.datetime.format.JdtFormat
 
format - Variable in class jodd.datetime.JDateTime
 
format - Static variable in class jodd.datetime.JDateTimeDefault
Default format template.
formatHttpDate(long) - Static method in class jodd.datetime.TimeUtil
Formats time to HTTP date format.
formatParagraph(String, int, boolean) - Static method in class jodd.util.StringUtil
Formats provided string as paragraph.
formatter - Variable in class jodd.datetime.format.JdtFormat
 
formatter - Static variable in class jodd.datetime.JDateTimeDefault
Default formatter.
formatTimeSpan(long) - Static method in class jodd.datetime.JStopWatch
Formats time spans.
fraction - Variable in class jodd.datetime.JulianDateStamp
Fraction part of the Julian Date (JD).
FRIDAY - Static variable in class jodd.datetime.JDateTime
 
fromCamelCase(String, char) - Static method in class jodd.util.StringUtil
Changes CamelCase string to lower case words separated by provided separator character.
fromJulianDate(double) - Static method in class jodd.datetime.TimeUtil
Calculates time stamp from Astronomical Julian Date.
fromJulianDate(JulianDateStamp) - Static method in class jodd.datetime.TimeUtil
Calculates time stamp from Astronomical Julian Date.

G

gensalt(int, SecureRandom) - Static method in class jodd.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int) - Static method in class jodd.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt() - Static method in class jodd.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
get(K) - Method in class jodd.cache.AbstractCacheMap
Retrieves an object from the cache.
get(K) - Method in interface jodd.cache.Cache
Retrieves an object from the cache.
get(K) - Method in class jodd.cache.NoCache
 
get(int) - Method in class jodd.util.buffer.FastBooleanBuffer
Returns boolean element at given index.
get(int) - Method in class jodd.util.buffer.FastBuffer
Returns E element at given index.
get(int) - Method in class jodd.util.buffer.FastByteBuffer
Returns byte element at given index.
get(int) - Method in class jodd.util.buffer.FastCharBuffer
Returns char element at given index.
get(int) - Method in class jodd.util.buffer.FastDoubleBuffer
Returns double element at given index.
get(int) - Method in class jodd.util.buffer.FastFloatBuffer
Returns float element at given index.
get(int) - Method in class jodd.util.buffer.FastIntBuffer
Returns int element at given index.
get(int) - Method in class jodd.util.buffer.FastLongBuffer
Returns long element at given index.
get(int) - Method in class jodd.util.buffer.FastShortBuffer
Returns short element at given index.
get() - Method in class jodd.util.cl.ClassLoaderLocal
Returns the value in the current classloader copy of this variable.
get(int) - Method in class jodd.util.collection.BooleanArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.ByteArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.CharArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.DoubleArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.FloatArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.IntArrayList
Returns the element at the specified position in this list.
get(Object) - Method in class jodd.util.collection.IntHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class jodd.util.collection.IntHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class jodd.util.collection.JoddArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.LongArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.ShortArrayList
Returns the element at the specified position in this list.
get(Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Returns the request attribute associated with the given key or null if it doesn't exist.
getAccessibleFields(Class) - Static method in class jodd.util.ReflectUtil
 
getAccessibleFields(Class, Class) - Static method in class jodd.util.ReflectUtil
 
getAccessibleMethods(Class) - Static method in class jodd.util.ReflectUtil
Returns array of all methods that are accessible from given class.
getAccessibleMethods(Class, Class) - Static method in class jodd.util.ReflectUtil
Returns array of all methods that are accessible from given class, upto limit (usually Object.class).
getAdEra() - Method in class jodd.util.DateFormatSymbolsEx
Returns AD era.
getAM() - Method in class jodd.util.DateFormatSymbolsEx
Returns AM.
getAnnotation() - Method in class jodd.util.AnnotationDataReader.AnnotationData
Returns annotation.
getAnnotationClass() - Method in class jodd.util.AnnotationDataReader
Returns annotation class.
getArchiveName() - Method in class jodd.io.findfile.ClassFinder.EntryData
Returns archive name or null if entry is not inside archived file.
getAttribute(String) - Method in class jodd.util.collection.StringKeyedMapAdapter
Hooks method that needs to be implemented by concrete subclasses.
getAttribute(String, String) - Method in class jodd.util.JmxClient
Returns bean attribute.
getAttributeNames() - Method in class jodd.util.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
getBaseName(String) - Static method in class jodd.io.FileNameUtil
Gets the base name, minus the full path and extension, from a full filename.
getBcEra() - Method in class jodd.util.DateFormatSymbolsEx
Returns BC era.
getBeanPropertyGetterName(Method) - Static method in class jodd.util.ReflectUtil
Returns property name from a getter method.
getBeanPropertySetterName(Method) - Static method in class jodd.util.ReflectUtil
Returns beans property setter name or null if method is not a real setter.
getBOMSize() - Method in class jodd.io.UnicodeInputStream
Returns BOM size in bytes.
getBoolean(byte[], int) - Static method in class jodd.util.Bits
 
getBundle(String, Locale, ClassLoader) - Method in class jodd.util.ResourceBundleMessageResolver
Returns specified bundle.
getCachedFilesCount() - Method in class jodd.cache.FileLFUCache
Returns number of cached files.
getCacheSize() - Method in class jodd.cache.AbstractCacheMap
Returns cache size or 0 if there is no size limit.
getCacheSize() - Method in interface jodd.cache.Cache
Returns cache size or 0 if there is no size limit.
getCacheSize() - Method in class jodd.cache.NoCache
 
getCacheTimeout() - Method in class jodd.cache.AbstractCacheMap
Returns default cache timeout or 0 if it is not set.
getCacheTimeout() - Method in interface jodd.cache.Cache
Returns default timeout or 0 if it is not set.
getCacheTimeout() - Method in class jodd.cache.FileLFUCache
Returns timeout.
getCacheTimeout() - Method in class jodd.cache.NoCache
 
getCallerClass(int) - Static method in class jodd.util.ReflectUtil
Emulates Reflection.getCallerClass using standard API.
getCallerClass() - Static method in class jodd.util.ReflectUtil
Smart variant of ReflectUtil.getCallerClass(int) that skips all relevant Jodd calls.
getCause() - Method in exception jodd.exception.UncheckedException
Returns exception cause.
getChar(byte[], int) - Static method in class jodd.util.Bits
 
getChars(String) - Static method in class jodd.util.UnsafeUtil
Returns String characters in most performing way.
getClassAsStream(Class) - Static method in class jodd.util.ClassLoaderUtil
Opens a class of the specified name for reading using class classloader.
getClassAsStream(String) - Static method in class jodd.util.ClassLoaderUtil
Opens a class of the specified name for reading.
getClasses(Object...) - Static method in class jodd.util.ReflectUtil
Returns classes from array of specified objects.
getClassFileName(Class) - Static method in class jodd.util.ClassLoaderUtil
Resolves class file name from class name by replacing dot's with '/' separator and adding class extension at the end.
getClassFileName(String) - Static method in class jodd.util.ClassLoaderUtil
Resolves class file name from class name by replacing dot's with '/' separator.
getClassPath() - Static method in class jodd.util.SystemUtil
Returns system class path.
getClasspathItemBaseDir(File) - Static method in class jodd.util.ClassLoaderUtil
Returns base folder for classpath item.
getClasspathItemManifest(File) - Static method in class jodd.util.ClassLoaderUtil
Returns classpath item manifest or null if not found.
getComparator() - Method in class jodd.util.collection.SortedArrayList
Returns comparator assigned to this collection, if such exist.
getComponentType(Type) - Static method in class jodd.util.ReflectUtil
Returns single component type.
getComponentType(Type, Class) - Static method in class jodd.util.ReflectUtil
Returns single component type.
getComponentTypes(Type) - Static method in class jodd.util.ReflectUtil
 
getComponentTypes(Type, Class) - Static method in class jodd.util.ReflectUtil
Returns the component types of the given type.
getContextClassLoader() - Static method in class jodd.util.ClassLoaderUtil
Returns thread context class loader.
getConvertBean() - Static method in class jodd.typeconverter.Convert
Returns default ConvertBean.
getConvertBean() - Method in class jodd.typeconverter.TypeConverterManagerBean
Returns ConvertBean.
getCount() - Method in class jodd.util.LoopIterator
Returns current item count (1-based).
getCurrentStackTrace() - Static method in class jodd.exception.ExceptionUtil
Returns current stack trace in form of array of stack trace elements.
getDateFormatSymbols(Locale) - Static method in class jodd.util.LocaleUtil
Returns cached DateFormatSymbols instance for specified locale.
getDateTimeStamp() - Method in class jodd.datetime.JDateTime
Returns current DateTimeStamp.
getDay() - Method in class jodd.datetime.DateTimeStamp
 
getDay() - Method in class jodd.datetime.JDateTime
Returns current day of month.
getDayOfMonth() - Method in class jodd.datetime.JDateTime
Returns current day of month.
getDayOfWeek() - Method in class jodd.datetime.JDateTime
Returns current day of week.
getDayOfYear() - Method in class jodd.datetime.JDateTime
Returns current day of year.
getDays() - Method in class jodd.datetime.Period
Returns number of days in period.
getDefaultClassLoader() - Static method in class jodd.util.ClassLoaderUtil
Returns default class loader.
getDefaultClasspath() - Static method in class jodd.util.ClassLoaderUtil
Returns default classpath using default classloader.
getDefaultClasspath(ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Returns default class path from all available URLClassLoader in classloader hierarchy.
getDefaultTypeConverterManager() - Static method in class jodd.typeconverter.TypeConverterManager
Returns default TypeConverterManager.
getDetectedEncoding() - Method in class jodd.io.UnicodeInputStream
Returns detected UTF encoding or null if no UTF encoding has been detected (i.e. no BOM).
getDouble(byte[], int) - Static method in class jodd.util.Bits
 
getEncoding() - Method in class jodd.io.FileUtilParams
 
getEra() - Method in class jodd.datetime.JDateTime
Returns era: AD(1) or BC(0).
getEscapeChar() - Method in class jodd.util.StringTemplateParser
 
getExceptionChain(Throwable) - Static method in class jodd.exception.ExceptionUtil
Returns exception chain starting from top up to root cause.
getExcludedEntries() - Method in class jodd.io.findfile.ClassFinder
 
getExcludedJars() - Method in class jodd.io.findfile.ClassFinder
 
getExtension(String) - Static method in class jodd.io.FileNameUtil
Gets the extension of a filename.
getFallbackBundlename() - Method in class jodd.util.ResourceBundleMessageResolver
 
getFallbackLocale() - Method in class jodd.util.ResourceBundleMessageResolver
 
getFileBytes(String) - Method in class jodd.cache.FileLFUCache
 
getFileBytes(File) - Method in class jodd.cache.FileLFUCache
Returns cached file bytes.
getFileEncoding() - Static method in class jodd.util.SystemUtil
Returns file encoding.
getFirst() - Method in class jodd.util.collection.JoddArrayList
Returns the first element in the list.
getFirstDayOfWeek() - Method in class jodd.datetime.JDateTime
Returns actual the first day of the week.
getFloat(byte[], int) - Static method in class jodd.util.Bits
 
getFormat() - Method in class jodd.datetime.format.JdtFormat
Returns format.
getFormat() - Method in class jodd.datetime.JDateTime
Returns format.
getFormatter() - Method in class jodd.datetime.format.JdtFormat
Returns formatter.
getFraction() - Method in class jodd.datetime.JulianDateStamp
Returns the fraction part of Julian Date (JD).
getFullPath(String) - Static method in class jodd.io.FileNameUtil
Gets the full path from a full filename, which is the prefix + path.
getFullPathNoEndSeparator(String) - Static method in class jodd.io.FileNameUtil
Gets the full path from a full filename, which is the prefix + path, and also excluding the final directory separator.
getGenericSupertype(Class) - Static method in class jodd.util.ReflectUtil
 
getGenericSupertypes(Class) - Static method in class jodd.util.ReflectUtil
 
getHitCount() - Method in class jodd.cache.AbstractCacheMap
Returns hit count.
getHour() - Method in class jodd.datetime.DateTimeStamp
 
getHour() - Method in class jodd.datetime.JDateTime
Returns current hour.
getHours() - Method in class jodd.datetime.Period
Returns hours in period.
getIncludedEntries() - Method in class jodd.io.findfile.ClassFinder
 
getIncludedJars() - Method in class jodd.io.findfile.ClassFinder
 
getIndex() - Method in class jodd.util.LoopIterator
Returns current item index (0-based).
getIndexModulus() - Method in class jodd.util.LoopIterator
Returns modulus of current index.
getInt(byte[], int) - Static method in class jodd.util.Bits
 
getInteger() - Method in class jodd.datetime.JulianDateStamp
Returns integer part of the Julian Date (JD).
getIpAsInt(String) - Static method in class jodd.io.NetUtil
Returns IP address as integer.
getJavaHome() - Static method in class jodd.util.SystemUtil
Returns JAVA_HOME which is not equals to "java.home" property since it points to JAVA_HOME/jre folder.
getJavaJreHome() - Static method in class jodd.util.SystemUtil
Returns JRE home.
getJavaSpecificationVersion() - Static method in class jodd.util.SystemUtil
Retrieves the version of the currently running JVM.
getJavaVendor() - Static method in class jodd.util.SystemUtil
Returns Java vendor.
getJavaVersion() - Static method in class jodd.util.SystemUtil
Returns Java version string, as specified in system property.
getJavaVersionNumber() - Static method in class jodd.util.SystemUtil
Returns detected java version.
getJdtFormatter() - Method in class jodd.datetime.JDateTime
Returns actual JdtFormatter.
getJrePackages() - Static method in class jodd.util.SystemUtil
Returns list of packages, build into runtime jars.
getJulianDate() - Method in class jodd.datetime.JDateTime
getJulianDateDouble() - Method in class jodd.datetime.JDateTime
Returns JD as double value.
getJulianDayNumber() - Method in class jodd.datetime.JDateTime
Returns JDN.
getJulianDayNumber() - Method in class jodd.datetime.JulianDateStamp
Returns JDN.
getLapTimes(int) - Method in class jodd.datetime.JStopWatch
Returns lap times for 1-based lap index.
getLast() - Method in class jodd.util.collection.JoddArrayList
Returns the last element of the list.
getLastIndex() - Method in class jodd.util.BinarySearch
Returns index of last element in wrapped collection.
getLocale() - Method in class jodd.datetime.JDateTime
Return currently active locale.
getLocale(String, String, String) - Static method in class jodd.util.LocaleUtil
Returns Locale from cache.
getLocale(String, String) - Static method in class jodd.util.LocaleUtil
Returns Locale from cache.
getLocale(String) - Static method in class jodd.util.LocaleUtil
Returns Locale from cache where Locale may be specified also using language code.
getLong(byte[], int) - Static method in class jodd.util.Bits
 
getMacroEnd() - Method in class jodd.util.StringTemplateParser
 
getMacroStart() - Method in class jodd.util.StringTemplateParser
 
getMaskAsInt(String) - Static method in class jodd.io.NetUtil
 
getMatchingFilePath(File) - Method in class jodd.io.findfile.FindFile
Resolves file path depending on matching type Returned path is formatted in unix style.
getMatchType() - Method in class jodd.io.findfile.FindFile
 
getMaxDeep() - Method in class jodd.util.PrettyStringBuilder
 
getMaxFileSize() - Method in class jodd.cache.FileLFUCache
Returns maximum allowed file size that can be added to the cache.
getMaxItemsToShow() - Method in class jodd.util.PrettyStringBuilder
 
getMaxSize() - Method in class jodd.cache.FileLFUCache
Returns max cache size in bytes.
getMBeanProxy(String, Class<T>) - Method in class jodd.util.JmxClient
Creates MBean proxy.
getMessage() - Method in exception jodd.exception.UncheckedException
Returns the detail message, including the message from the nested exception if there is one.
getMessage(String, Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
Gets the message from the named resource bundle.
getMethod0(Class, String, Class...) - Static method in class jodd.util.ReflectUtil
Invokes private Class.getMethod0() without throwing NoSuchMethodException.
getMillisecond() - Method in class jodd.datetime.DateTimeStamp
 
getMillisecond() - Method in class jodd.datetime.JDateTime
Returns current milliseconds.
getMilliseconds() - Method in class jodd.datetime.Period
Returns milliseconds in period.
getMillisOfDay() - Method in class jodd.datetime.JDateTime
Calculates the number of milliseconds of a day.
getMimeType(String) - Static method in class jodd.util.MimeTypes
Returns the corresponding MIME type to the given extension.
getMinDaysInFirstWeek() - Method in class jodd.datetime.JDateTime
Returns actual minimal number of days of the first week.
getMinute() - Method in class jodd.datetime.DateTimeStamp
 
getMinute() - Method in class jodd.datetime.JDateTime
Returns current minutes.
getMinutes() - Method in class jodd.datetime.Period
Returns minutes in period.
getMissCount() - Method in class jodd.cache.AbstractCacheMap
Returns miss count.
getMissingKeyReplacement() - Method in class jodd.util.StringTemplateParser
 
getModifiedJulianDate() - Method in class jodd.datetime.JulianDateStamp
Returns Modified Julian Date (MJD), where date starts from midnight rather than noon.
getModule(int) - Static method in class jodd.Jodd
Returns module instance if module is loaded.
getModulus() - Method in class jodd.util.LoopIterator
Returns modulus of current count.
getModulusValue() - Method in class jodd.util.LoopIterator
Returns modulus value.
getMonth() - Method in class jodd.datetime.DateTimeStamp
 
getMonth() - Method in class jodd.datetime.JDateTime
Returns current month.
getMonth(int) - Method in class jodd.util.DateFormatSymbolsEx
Returns month string.
getMonthLength(int) - Method in class jodd.datetime.JDateTime
Returns the length of the specified month in days.
getMonthLength() - Method in class jodd.datetime.JDateTime
Returns the length of the current month in days.
getMonthLength(int, int) - Static method in class jodd.datetime.TimeUtil
Returns the length of the specified month in days.
getMoreValue() - Method in class jodd.util.PrettyStringBuilder
 
getMustHaveDayOfFirstWeek() - Method in class jodd.datetime.JDateTime
Returns actual must have day of the 1st week.
getName() - Method in class jodd.datetime.JStopWatch
Returns stopwatch name.
getName(String) - Static method in class jodd.io.FileNameUtil
Gets the name minus the path from a full filename.
getName() - Method in class jodd.io.findfile.ClassFinder.EntryData
Returns entry name.
getName() - Method in class jodd.util.NameValue
Returns name.
getNullValue() - Method in class jodd.util.PrettyStringBuilder
 
getNumberFormat(Locale) - Static method in class jodd.util.LocaleUtil
Returns cached NumberFormat instance for specified locale.
getOffset(JDateTime, TimeZone) - Static method in class jodd.datetime.TimeZoneUtil
Get offset difference in milliseconds for given jdatetime.
getOffsetDifference(long, TimeZone, TimeZone) - Static method in class jodd.datetime.TimeZoneUtil
Returns offset difference in milliseconds for given time.
getOffsetDifference(JDateTime, TimeZone, TimeZone) - Static method in class jodd.datetime.TimeZoneUtil
 
getOsName() - Static method in class jodd.util.SystemUtil
Returns OS name.
getOsVersion() - Static method in class jodd.util.SystemUtil
Returns OS version.
getParentFile(File) - Static method in class jodd.io.FileUtil
Returns parent for the file.
getPath(String) - Static method in class jodd.io.FileNameUtil
Gets the path from a full filename, which excludes the prefix.
getPathNoEndSeparator(String) - Static method in class jodd.io.FileNameUtil
Gets the path from a full filename, which excludes the prefix, and also excluding the final directory separator.
getPathSeparator() - Static method in class jodd.util.SystemUtil
Returns path separator.
getPM() - Method in class jodd.util.DateFormatSymbolsEx
Returns PM.
getPrefix(String) - Static method in class jodd.io.FileNameUtil
Gets the prefix from a full filename, such as C:/ or ~/.
getPrefixLength(String) - Static method in class jodd.io.FileNameUtil
Returns the length of the filename prefix, such as C:/ or ~/.
getProperty(Map, String) - Static method in class jodd.util.PropertiesUtil
Returns String property from a map.
getProperty(Map, String, String) - Static method in class jodd.util.PropertiesUtil
Returns String property from a map.
getRawOffsetDifference(TimeZone, TimeZone) - Static method in class jodd.datetime.TimeZoneUtil
Returns raw offset difference in milliseconds.
getRawType(Type) - Static method in class jodd.util.ReflectUtil
Returns raw class for given type.
getRawType(Type, Class) - Static method in class jodd.util.ReflectUtil
Returns raw class for given type when implementation class is known and it makes difference.
getReducedJulianDate() - Method in class jodd.datetime.JulianDateStamp
Returns Reduced Julian Date (RJD), used by astronomers.
getResource(String) - Method in class jodd.util.cl.ExtendedURLClassLoader
Returns a resource using parent-first or parent-last strategy.
getResourceAsStream(String) - Static method in class jodd.util.ClassLoaderUtil
Opens a resource of the specified name for reading.
getResourceAsStream(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Opens a resource of the specified name for reading.
getResourceFile(String) - Static method in class jodd.util.ClassLoaderUtil
Retrieves resource as file.
getResourceFile(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Retrieves resource as file.
getResources(String) - Method in class jodd.util.cl.ExtendedURLClassLoader
Similar to its super method, except local resources are enumerated before parent resources.
getResourceUrl(String) - Static method in class jodd.util.ClassLoaderUtil
Retrieves given resource as URL.
getResourceUrl(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Retrieves given resource as URL.
getRootCause(Throwable) - Static method in class jodd.exception.ExceptionUtil
Introspects the Throwable to obtain the root cause.
getSecond() - Method in class jodd.datetime.DateTimeStamp
 
getSecond() - Method in class jodd.datetime.JDateTime
Return current seconds.
getSeconds() - Method in class jodd.datetime.Period
Returns seconds in period.
getShort(byte[], int) - Static method in class jodd.util.Bits
 
getShortMonth(int) - Method in class jodd.util.DateFormatSymbolsEx
Returns short months.
getShortWeekday(int) - Method in class jodd.util.DateFormatSymbolsEx
Returns short weekday.
getSignificantFraction() - Method in class jodd.datetime.JulianDateStamp
Calculates and returns significant fraction only as an int.
getStackTrace(Throwable, String[], String[]) - Static method in class jodd.exception.ExceptionUtil
Returns stack trace filtered by class names.
getStackTraceChain(Throwable, String[], String[]) - Static method in class jodd.exception.ExceptionUtil
Returns stack trace chain filtered by class names.
getStringFromClipboard() - Static method in class jodd.util.ClipboardUtil
Reads a string from system clipboard.
getSunBoothClassPath() - Static method in class jodd.util.SystemUtil
Returns bootstrap class path.
getSuperclasses(Class) - Static method in class jodd.util.ReflectUtil
Returns all superclasses.
getSupportedFields(Class) - Static method in class jodd.util.ReflectUtil
 
getSupportedFields(Class, Class) - Static method in class jodd.util.ReflectUtil
 
getSupportedMethods(Class) - Static method in class jodd.util.ReflectUtil
 
getSupportedMethods(Class, Class) - Static method in class jodd.util.ReflectUtil
Returns a Method array of the methods to which instances of the specified respond except for those methods defined in the class specified by limit or any of its superclasses.
getSystemClassLoader() - Static method in class jodd.util.ClassLoaderUtil
Returns system class loader.
getSystemJars() - Static method in class jodd.io.findfile.ClassFinder
Returns system jars.
getTempDir() - Static method in class jodd.util.SystemUtil
Returns system temp dir.
getTimeInMillis() - Method in class jodd.datetime.JDateTime
Returns time based on current time in milliseconds.
getTimeZone() - Method in class jodd.datetime.JDateTime
Return currently active time zone.
getTruncatedJulianDate() - Method in class jodd.datetime.JulianDateStamp
Returns Truncated Julian Day (TJD), introduced by NASA for the space program.
getTypeSignatureBytes(Class) - Method in class jodd.io.findfile.ClassFinder
Returns type signature bytes used for searching in class file.
getUsedSize() - Method in class jodd.cache.FileLFUCache
Returns actually used size in bytes.
getUserDir() - Static method in class jodd.util.SystemUtil
Returns current working folder.
getUserHome() - Static method in class jodd.util.SystemUtil
Returns user home folder.
getUserName() - Static method in class jodd.util.SystemUtil
Returns current user.
getValue() - Method in class jodd.mutable.MutableBoolean
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableByte
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableDouble
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableFloat
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableInteger
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableLong
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableShort
Returns mutable value.
getValue() - Method in class jodd.mutable.ValueHolder
Returns value.
getValue() - Method in class jodd.util.LoopIterator
Returns current loop value.
getValue() - Method in class jodd.util.NameValue
Returns value.
getWeekday(int) - Method in class jodd.util.DateFormatSymbolsEx
Returns weekday.
getWeekOfMonth() - Method in class jodd.datetime.JDateTime
Returns current week of month.
getWeekOfYear() - Method in class jodd.datetime.JDateTime
Returns current week of year.
getWorkingFolder() - Static method in class jodd.util.SystemUtil
Returns current working folder.
getYear() - Method in class jodd.datetime.DateTimeStamp
 
getYear() - Method in class jodd.datetime.JDateTime
Returns current year.
groupDigits - Variable in class jodd.format.PrintfFormat
 
groupDigits(String, int, char) - Method in class jodd.format.PrintfFormat
Groups numbers by inserting 'separator' after every group of 'size' digits, starting from the right.
gzip(String) - Static method in class jodd.io.ZipUtil
Compresses a file into gzip archive.
gzip(File) - Static method in class jodd.io.ZipUtil
Compresses a file into gzip archive.
GZIP_EXT - Static variable in class jodd.io.ZipUtil
 

H

hasAnnotation(AccessibleObject) - Method in class jodd.util.AnnotationDataReader
Returns true if annotation is present on given accessible object.
hash(int, boolean) - Static method in class jodd.util.HashCode
Calculates hash code for booleans.
hash(int, boolean[]) - Static method in class jodd.util.HashCode
Calculates hash code for boolean array.
hash(int, char) - Static method in class jodd.util.HashCode
Calculates hash code for chars.
hash(int, char[]) - Static method in class jodd.util.HashCode
Calculates hash code for char array.
hash(int, int) - Static method in class jodd.util.HashCode
Calculates hash code for ints.
hash(int, int[]) - Static method in class jodd.util.HashCode
Calculates hash code for int array.
hash(int, short[]) - Static method in class jodd.util.HashCode
Calculates hash code for short array.
hash(int, byte[]) - Static method in class jodd.util.HashCode
Calculates hash code for byte array.
hash(int, long) - Static method in class jodd.util.HashCode
Calculates hash code for longs.
hash(int, long[]) - Static method in class jodd.util.HashCode
Calculates hash code for long array.
hash(int, float) - Static method in class jodd.util.HashCode
Calculates hash code for floats.
hash(int, float[]) - Static method in class jodd.util.HashCode
Calculates hash code for float array.
hash(int, double) - Static method in class jodd.util.HashCode
Calculates hash code for doubles.
hash(int, double[]) - Static method in class jodd.util.HashCode
Calculates hash code for double array.
hash(int, Object) - Static method in class jodd.util.HashCode
Calculates hash code for Objects.
HASH - Static variable in interface jodd.util.StringPool
 
hashBooleanArray(int, boolean...) - Static method in class jodd.util.HashCode
Calculates hash code for boolean array.
hashByteArray(int, byte...) - Static method in class jodd.util.HashCode
Calculates hash code for byte array.
hashCharArray(int, char...) - Static method in class jodd.util.HashCode
Calculates hash code for char array.
hashCode() - Method in class jodd.datetime.DateTimeStamp
 
hashCode() - Method in class jodd.datetime.JDateTime
 
hashCode() - Method in class jodd.datetime.JulianDateStamp
 
hashCode() - Method in class jodd.mutable.MutableBoolean
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableByte
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableDouble
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableFloat
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableInteger
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableLong
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableShort
Returns a hashcode for this value.
HashCode - Class in jodd.util
Collected methods which allow easy implementation of hashCode().
HashCode() - Constructor for class jodd.util.HashCode
 
hashCode() - Method in class jodd.util.NameValue
 
hashDoubleArray(int, double...) - Static method in class jodd.util.HashCode
Calculates hash code for double array.
hashFloatArray(int, float...) - Static method in class jodd.util.HashCode
Calculates hash code for float array.
hashIntArray(int, int...) - Static method in class jodd.util.HashCode
Calculates hash code for int array.
hashLongArray(int, long...) - Static method in class jodd.util.HashCode
Calculates hash code for long array.
hashpw(String, String) - Static method in class jodd.util.BCrypt
Hash a password using the OpenBSD bcrypt scheme
hashShortArray(int, short...) - Static method in class jodd.util.HashCode
Calculates hash code for short array.
hasMoreElements() - Method in class jodd.util.collection.ArrayEnumeration
 
hasMoreElements() - Method in class jodd.util.collection.CompositeEnumeration
Returns true if composite has more elements.
hasNext() - Method in class jodd.cache.CacheValuesIterator
Returns true if there are more elements in the cache.
hasNext() - Method in class jodd.util.collection.ArrayIterator
 
hasNext() - Method in class jodd.util.collection.CompositeIterator
Returns true if next element is available.
hasParams - Variable in class jodd.util.URLCoder.Builder
 
HAT - Static variable in interface jodd.util.StringPool
 
hitCount - Variable in class jodd.cache.AbstractCacheMap
 
hour - Variable in class jodd.datetime.DateTimeStamp
Hour, range: [0 - 23]
hours - Variable in class jodd.datetime.Period
 
HTML_AMP - Static variable in interface jodd.util.StringPool
 
HTML_GT - Static variable in interface jodd.util.StringPool
 
HTML_LT - Static variable in interface jodd.util.StringPool
 
HTML_NBSP - Static variable in interface jodd.util.StringPool
 
HTML_QUOTE - Static variable in interface jodd.util.StringPool
 
HtmlDecoder - Class in jodd.util
HTML decoder.
HtmlDecoder() - Constructor for class jodd.util.HtmlDecoder
 
HtmlEncoder - Class in jodd.util
Encodes text and URL strings in various ways resulting HTML-safe text.
HtmlEncoder() - Constructor for class jodd.util.HtmlEncoder
 
HTTP - Static variable in class jodd.Jodd
 
HTTP_DATE_FORMAT - Static variable in class jodd.datetime.TimeUtil
 
HTTP_PROXY_HOST - Static variable in class jodd.util.SystemUtil
 
HTTP_PROXY_PASSWORD - Static variable in class jodd.util.SystemUtil
 
HTTP_PROXY_PORT - Static variable in class jodd.util.SystemUtil
 
HTTP_PROXY_USER - Static variable in class jodd.util.SystemUtil
 

I

ignoreCase - Variable in class jodd.util.NaturalOrderComparator
 
ignoreException - Variable in class jodd.io.findfile.ClassFinder
If set to true exceptions for entry scans are ignored.
in - Static variable in class jodd.format.Scanf
 
include(String) - Method in class jodd.io.findfile.FindFile
Defines include pattern.
include(String...) - Method in class jodd.io.findfile.FindFile
Defines include patterns.
includedEntries - Variable in class jodd.io.findfile.ClassFinder
 
includeDirs - Variable in class jodd.io.findfile.FindFile
 
includedJars - Variable in class jodd.io.findfile.ClassFinder
Array of jar file name patterns that are included in the search.
includeFiles - Variable in class jodd.io.findfile.FindFile
 
includeResources - Variable in class jodd.io.findfile.ClassFinder
If set to true all files will be scanned and not only classes.
includes - Variable in class jodd.io.findfile.FindFile
 
index - Variable in class jodd.io.findfile.FindFile.FilesIterator
 
index - Variable in class jodd.io.StringInputStream
 
index() - Method in class jodd.util.buffer.FastBooleanBuffer
Returns current index of inner boolean array chunk.
index() - Method in class jodd.util.buffer.FastBuffer
Returns current index of inner E array chunk.
index() - Method in class jodd.util.buffer.FastByteBuffer
Returns current index of inner byte array chunk.
index() - Method in class jodd.util.buffer.FastCharBuffer
Returns current index of inner char array chunk.
index() - Method in class jodd.util.buffer.FastDoubleBuffer
Returns current index of inner double array chunk.
index() - Method in class jodd.util.buffer.FastFloatBuffer
Returns current index of inner float array chunk.
index() - Method in class jodd.util.buffer.FastIntBuffer
Returns current index of inner int array chunk.
index() - Method in class jodd.util.buffer.FastLongBuffer
Returns current index of inner long array chunk.
index() - Method in class jodd.util.buffer.FastShortBuffer
Returns current index of inner short array chunk.
index() - Method in class jodd.util.StringBand
Returns current index of string array.
indexOf(byte[], byte) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(byte[], byte, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(byte[], byte, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(char[], char) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(char[], char, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(char[], char, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(short[], short) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(short[], short, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(short[], short, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(int[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(int[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(int[], int, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(long[], long) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(long[], long, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(long[], long, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(boolean[], boolean) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(boolean[], boolean, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(boolean[], boolean, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(float[], float) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of value in float array.
indexOf(float[], float, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in float array from specified given position.
indexOf(float[], float, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in float array from specified given position and upto given length.
indexOf(double[], double) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of value in double array.
indexOf(double[], double, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in double array from specified given position.
indexOf(double[], double, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in double array from specified given position and upto given length.
indexOf(Object[], Object) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(Object[], Object, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(byte[], byte[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(byte[], byte[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(byte[], byte[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(char[], char[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(char[], char[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(char[], char[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(short[], short[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(short[], short[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(short[], short[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(int[], int[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(int[], int[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(int[], int[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(long[], long[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(long[], long[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(long[], long[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(boolean[], boolean[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(boolean[], boolean[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(boolean[], boolean[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(float[], float[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(float[], float[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(float[], float[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(double[], double[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(double[], double[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(double[], double[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(boolean) - Method in class jodd.util.collection.BooleanArrayList
Searches for the first occurrence of the given argument.
indexOf(byte) - Method in class jodd.util.collection.ByteArrayList
Searches for the first occurrence of the given argument.
indexOf(char) - Method in class jodd.util.collection.CharArrayList
Searches for the first occurrence of the given argument.
indexOf(double, double) - Method in class jodd.util.collection.DoubleArrayList
Searches for the first occurrence of the given argument.
indexOf(float, float) - Method in class jodd.util.collection.FloatArrayList
Searches for the first occurrence of the given argument.
indexOf(int) - Method in class jodd.util.collection.IntArrayList
Searches for the first occurrence of the given argument.
indexOf(Object) - Method in class jodd.util.collection.JoddArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(long) - Method in class jodd.util.collection.LongArrayList
Searches for the first occurrence of the given argument.
indexOf(short) - Method in class jodd.util.collection.ShortArrayList
Searches for the first occurrence of the given argument.
indexOf(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds first occurrence of a substring in the given source but within limited range [start, end).
indexOf(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds the first occurrence of a character in the given source but within limited range (start, end].
indexOf(String, String[]) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOf(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOfChars(String, String) - Static method in class jodd.util.StringUtil
 
indexOfChars(String, String, int) - Static method in class jodd.util.StringUtil
Returns the very first index of any char from provided string, starting from specified index offset.
indexOfChars(String, char[]) - Static method in class jodd.util.StringUtil
 
indexOfChars(String, char[], int) - Static method in class jodd.util.StringUtil
Returns the very first index of any char from provided string, starting from specified index offset.
indexOfExtension(String) - Static method in class jodd.io.FileNameUtil
Returns the index of the last extension separator character, which is a dot.
indexOfIgnoreCase(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds the first occurrence of a character in the given source but within limited range (start, end].
indexOfIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Finds first index of a substring in the given source string with ignored case.
indexOfIgnoreCase(String, String, int) - Static method in class jodd.util.StringUtil
Finds first index of a substring in the given source string with ignored case.
indexOfIgnoreCase(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds first index of a substring in the given source string and range with ignored case.
indexOfIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOfIgnoreCase(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOfLastSeparator(String) - Static method in class jodd.io.FileNameUtil
Returns the index of the last directory separator character.
indexOfNonWhitespace(String) - Static method in class jodd.util.StringUtil
 
indexOfNonWhitespace(String, int) - Static method in class jodd.util.StringUtil
 
indexOfNonWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
 
indexOfRegion(String, String, String) - Static method in class jodd.util.StringUtil
 
indexOfRegion(String, String, String, int) - Static method in class jodd.util.StringUtil
Returns indexes of the first region without escaping character.
indexOfRegion(String, String, String, char) - Static method in class jodd.util.StringUtil
 
indexOfRegion(String, String, String, char, int) - Static method in class jodd.util.StringUtil
Returns indexes of the first string region.
indexOfUnescapedChar(String, char, char) - Static method in class jodd.util.StringUtil
 
indexOfUnescapedChar(String, char, char, int) - Static method in class jodd.util.StringUtil
 
indexOfWhitespace(String) - Static method in class jodd.util.StringUtil
Returns first index of a whitespace character.
indexOfWhitespace(String, int) - Static method in class jodd.util.StringUtil
 
indexOfWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
Returns first index of a whitespace character, starting from specified index offset.
init(String, int) - Method in class jodd.format.PrintfFormat
 
init() - Method in class jodd.io.findfile.FindFile
Initializes file walking.
init() - Method in class jodd.io.UnicodeInputStream
Detects and decodes encoding from BOM character.
init(int) - Method in class jodd.util.collection.JoddArrayList
Initializes the list.
initialCapacity - Static variable in class jodd.util.collection.BooleanArrayList
 
initialCapacity - Static variable in class jodd.util.collection.ByteArrayList
 
initialCapacity - Static variable in class jodd.util.collection.CharArrayList
 
initialCapacity - Static variable in class jodd.util.collection.DoubleArrayList
 
initialCapacity - Static variable in class jodd.util.collection.FloatArrayList
 
initialCapacity - Static variable in class jodd.util.collection.IntArrayList
 
initialCapacity - Static variable in class jodd.util.collection.LongArrayList
 
initialCapacity - Static variable in class jodd.util.collection.ShortArrayList
 
initialValue() - Method in class jodd.util.cl.ClassLoaderLocal
Returns the current classloader "initial value" for this classloader-local variable.
insert(T[], T[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another array.
insert(T[], T, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into an array.
insert(T[], T[], int, Class) - Static method in class jodd.util.ArraysUtil
Inserts one array into another array.
insert(T[], T, int, Class) - Static method in class jodd.util.ArraysUtil
Inserts one element into another array.
insert(String[], String[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another String array.
insert(String[], String, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another String array.
insert(byte[], byte[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another byte array.
insert(byte[], byte, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another byte array.
insert(char[], char[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another char array.
insert(char[], char, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another char array.
insert(short[], short[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another short array.
insert(short[], short, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another short array.
insert(int[], int[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another int array.
insert(int[], int, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another int array.
insert(long[], long[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another long array.
insert(long[], long, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another long array.
insert(float[], float[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another float array.
insert(float[], float, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another float array.
insert(double[], double[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another double array.
insert(double[], double, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another double array.
insert(boolean[], boolean[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another boolean array.
insert(boolean[], boolean, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another boolean array.
insert(String, String) - Static method in class jodd.util.StringUtil
 
insert(String, String, int) - Static method in class jodd.util.StringUtil
Inserts a string on provided offset.
insertAt(T[], T[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another at given offset.
insertAt(T[], T[], int, Class) - Static method in class jodd.util.ArraysUtil
Inserts one array into another at given offset.
insertAt(String[], String[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(byte[], byte[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(char[], char[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(short[], short[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(int[], int[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(long[], long[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(float[], float[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(double[], double[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(boolean[], boolean[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
INSTANCE - Static variable in class jodd.util.ComparableComparator
Cached instance.
INT_VALUE_127_0_0_1 - Static variable in class jodd.io.NetUtil
 
IntArrayList - Class in jodd.util.collection
ArrayList of int primitives.
IntArrayList() - Constructor for class jodd.util.collection.IntArrayList
Constructs an empty list with an initial capacity.
IntArrayList(int) - Constructor for class jodd.util.collection.IntArrayList
Constructs an empty list with the specified initial capacity.
IntArrayList(int[]) - Constructor for class jodd.util.collection.IntArrayList
Constructs a list containing the elements of the specified array.
integer - Variable in class jodd.datetime.JulianDateStamp
Integer part of the Julian Date (JD).
IntegerArrayConverter - Class in jodd.typeconverter.impl
Converts given object to int[].
IntegerArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.IntegerArrayConverter
 
IntegerConverter - Class in jodd.typeconverter.impl
Converts given object to an Integer.
IntegerConverter() - Constructor for class jodd.typeconverter.impl.IntegerConverter
 
IntHashMap - Class in jodd.util.collection
A Map that accepts int or Integer keys only.
IntHashMap(int, float) - Constructor for class jodd.util.collection.IntHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
IntHashMap(int) - Constructor for class jodd.util.collection.IntHashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
IntHashMap() - Constructor for class jodd.util.collection.IntHashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
IntHashMap(Map) - Constructor for class jodd.util.collection.IntHashMap
Constructs a new map with the same mappings as the given map.
ints(int...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
intValue() - Method in class jodd.mutable.MutableByte
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableLong
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableShort
Returns the value as a int.
invoke(String, String) - Method in class jodd.util.JmxClient
Invokes bean method.
invoke(String, String, Object[], String[]) - Method in class jodd.util.JmxClient
Invokes bean method.
invoke(Class, Object, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
Invokes accessible method of an object.
invoke(Class, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
Invokes static method.
invoke(Object, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
Invokes accessible method of an object.
invoke(Object, String, Object...) - Static method in class jodd.util.ReflectUtil
Invokes accessible method of an object without specifying parameter types.
invoke(Class, Object, String, Object...) - Static method in class jodd.util.ReflectUtil
 
invoke(Class, String, Object...) - Static method in class jodd.util.ReflectUtil
Invokes static method.
invokeDeclared(Class, Object, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
Invokes any method of a class, even private ones.
invokeDeclared(Class, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
 
invokeDeclared(Object, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
Invokes any method of a class suppressing java access checking.
invokeDeclared(Object, String, Object...) - Static method in class jodd.util.ReflectUtil
 
invokeDeclared(Class, Object, String, Object...) - Static method in class jodd.util.ReflectUtil
 
invokeDeclared(Class, String, Object...) - Static method in class jodd.util.ReflectUtil
 
ioBufferSize - Static variable in class jodd.JoddCore
Default IO buffer size (16 KB).
is - Variable in class jodd.io.StreamGobbler
 
isAfter(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if current time is after then provided time.
isAfterDate(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if current date is after then provided date.
isAllBlank(String...) - Static method in class jodd.util.StringUtil
Determines if string array contains just blank strings.
isAllEmpty(String...) - Static method in class jodd.util.StringUtil
Determines if string array contains empty strings.
isAlpha(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the ALPHA set.
isAlphaOrDigit(char) - Static method in class jodd.util.CharUtil
 
isAncestor(File, File, boolean) - Static method in class jodd.io.FileUtil
Check if one file is an ancestor of second one.
isArchive() - Method in class jodd.io.findfile.ClassFinder.EntryData
Returns true if archive.
isAssignableFrom(Member, Member) - Static method in class jodd.util.ReflectUtil
Returns true if the first member is accessible from second one.
isAtLeastJavaVersion(int) - Static method in class jodd.util.SystemUtil
Checks if the currently running JVM is at least compliant with provided JDK version.
isBeanProperty(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method is a bean property.
isBeanPropertyGetter(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method is bean getter.
isBeanPropertySetter(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method is bean setter.
isBefore(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if current time is before then provided time.
isBeforeDate(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if current date is before then provided date.
isBlank(String) - Static method in class jodd.util.StringUtil
Determines if a string is blank (null or StringUtil.containsOnlyWhitespaces(String)).
isCacheResourceBundles() - Method in class jodd.util.ResourceBundleMessageResolver
 
isCharAtEqual(String, int, char) - Static method in class jodd.util.StringUtil
Safely compares provided char with char on given location.
isCharAtEscaped(String, int, char) - Static method in class jodd.util.StringUtil
Returns true if character at provided index position is escaped by escape character.
isContinueOnError() - Method in class jodd.io.FileUtilParams
 
isCreateDirs() - Method in class jodd.io.FileUtilParams
 
isDigit(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the DIGIT set.
isEmpty() - Method in class jodd.cache.AbstractCacheMap
Returns true if cache is empty.
isEmpty() - Method in interface jodd.cache.Cache
Returns true if cache is empty.
isEmpty() - Method in class jodd.cache.NoCache
 
isEmpty() - Method in class jodd.util.buffer.FastBooleanBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastByteBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastCharBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastDoubleBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastFloatBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastIntBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastLongBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastShortBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.collection.BooleanArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.ByteArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.CharArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.DoubleArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.FloatArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.IntArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.IntHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class jodd.util.collection.JoddArrayList
Returns true if this list contains no elements.
isEmpty() - Method in class jodd.util.collection.LongArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.SetMapAdapter
Returns true if this set contains no elements.
isEmpty() - Method in class jodd.util.collection.ShortArrayList
Tests if this list has no elements.
isEmpty(String) - Static method in class jodd.util.StringUtil
Determines if a string is empty (null or zero-length).
isEqualDate(DateTimeStamp) - Method in class jodd.datetime.DateTimeStamp
 
isEqualTime(DateTimeStamp) - Method in class jodd.datetime.DateTimeStamp
 
isEven() - Method in class jodd.util.LoopIterator
Returns true if current count is even.
isEven(int) - Static method in class jodd.util.MathUtil
Returns true if a number is even.
isFilePathAcceptable(File, FileFilter) - Static method in class jodd.io.FileUtil
 
isFirst() - Method in class jodd.util.LoopIterator
Returns true if current item is the first one.
isFull() - Method in class jodd.cache.AbstractCacheMap
Returns true if max cache capacity has been reached only if cache is size limited.
isFull() - Method in interface jodd.cache.Cache
Returns true if max cache capacity has been reached only if cache is size limited.
isFull() - Method in class jodd.cache.NoCache
 
isGenericDelimiter(int) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the gen-delims set.
isHexDigit(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is the hexadecimal digit.
isHostAix() - Static method in class jodd.util.SystemUtil
Returns true if host is AIX.
isHostLinux() - Static method in class jodd.util.SystemUtil
Returns true if host is Linux.
isHostMac() - Static method in class jodd.util.SystemUtil
Returns true if host is Mac.
isHostSolaris() - Static method in class jodd.util.SystemUtil
Returns true if host is Solaris.
isHostUnix() - Static method in class jodd.util.SystemUtil
Returns true if host is a general unix.
isHostWindows() - Static method in class jodd.util.SystemUtil
Returns true if host is Windows.
isIgnoreException() - Method in class jodd.io.findfile.ClassFinder
 
isIncludeDirs() - Method in class jodd.io.findfile.FindFile
 
isIncludeFiles() - Method in class jodd.io.findfile.FindFile
 
isIncludeResources() - Method in class jodd.io.findfile.ClassFinder
 
isInDaylightTime() - Method in class jodd.datetime.JDateTime
Returns true if current date is in daylight savings time in the time zone.
isInfinite() - Method in class jodd.mutable.MutableDouble
Checks whether the double value is infinite.
isInfinite() - Method in class jodd.mutable.MutableFloat
Checks whether the float value is infinite.
isInPackageList(String, String[]) - Method in class jodd.util.cl.ExtendedURLClassLoader
Returns true if class or resource name matches at least one package root from the list.
isInstanceOf(Object, Class) - Static method in class jodd.util.ReflectUtil
Dynamic version of instanceof.
isInterfaceImpl(Class, Class) - Static method in class jodd.util.ReflectUtil
Returns true if provided class is interface implementation.
isJavaVersion(int) - Static method in class jodd.util.SystemUtil
Checks if the currently running JVM is equal to provided version.
isLast() - Method in class jodd.util.LoopIterator
Returns true if current item is the last one.
isLastIteration(int) - Method in class jodd.util.LoopIterator
 
isLeapYear() - Method in class jodd.datetime.JDateTime
Returns true if current year is leap year.
isLeapYear(int) - Static method in class jodd.datetime.TimeUtil
Check if the given year is leap year.
isLoadArrayClassByComponentTypes() - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Returns arrays class loading strategy.
isLowercaseAlpha(char) - Static method in class jodd.util.CharUtil
Returns true if specified character is lowercase ASCII.
isModuleLoaded(int) - Static method in class jodd.Jodd
Returns true if module is loaded.
isMonthFix() - Method in class jodd.datetime.JDateTime
Returns true if month fix is active.
isNaN() - Method in class jodd.mutable.MutableDouble
Checks whether the value is the special NaN value.
isNaN() - Method in class jodd.mutable.MutableFloat
Checks whether the value is the special NaN value.
isNewer(String, String) - Static method in class jodd.io.FileUtil
 
isNewer(File, File) - Static method in class jodd.io.FileUtil
Test if specified File is newer than the reference File.
isNewer(File, long) - Static method in class jodd.io.FileUtil
Tests if the specified File is newer than the specified time reference.
isNewer(String, long) - Static method in class jodd.io.FileUtil
 
isNotBlank(String) - Static method in class jodd.util.StringUtil
Determines if string is not blank.
isNotEmpty(String) - Static method in class jodd.util.StringUtil
Determines if a string is not empty.
isNull() - Method in class jodd.mutable.ValueHolder
Returns true if value is null.
Iso8601JdtFormatter - Class in jodd.datetime.format
Default JdtFormatter uses ISO 8601 specification, enhanced by some custom patterns.
Iso8601JdtFormatter() - Constructor for class jodd.datetime.format.Iso8601JdtFormatter
 
ISO_8859_1 - Static variable in interface jodd.util.StringPool
 
isObjectMethod(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method defined in Object class.
isOdd() - Method in class jodd.util.LoopIterator
Returns true if current count is odd.
isOdd(int) - Static method in class jodd.util.MathUtil
Returns true if a number is odd.
isOlder(String, String) - Static method in class jodd.io.FileUtil
 
isOlder(File, File) - Static method in class jodd.io.FileUtil
 
isOlder(File, long) - Static method in class jodd.io.FileUtil
 
isOlder(String, long) - Static method in class jodd.io.FileUtil
 
isOverwrite() - Method in class jodd.io.FileUtilParams
 
isParentFirst(String) - Method in class jodd.util.cl.ExtendedURLClassLoader
Determines if parent-first strategy should be used.
isParseValues() - Method in class jodd.util.StringTemplateParser
 
isPchar(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the pchar set.
isPreserveDate() - Method in class jodd.io.FileUtilParams
 
isPropertyNameChar(char) - Static method in class jodd.util.CharUtil
 
isPruneExpiredActive() - Method in class jodd.cache.AbstractCacheMap
Returns true if prune of expired objects should be invoked.
isPublic(Member) - Static method in class jodd.util.ReflectUtil
Returns true if class member is public.
isPublic(Class) - Static method in class jodd.util.ReflectUtil
Returns true if class is public.
isPublicPublic(Member) - Static method in class jodd.util.ReflectUtil
Returns true if class member is public and if its declaring class is also public.
isRecursive() - Method in class jodd.io.FileUtilParams
 
isRecursive() - Method in class jodd.io.findfile.FindFile
 
isReplaceMissingKey() - Method in class jodd.util.StringTemplateParser
 
isReserved(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the reserved set.
isResolveEscapes() - Method in class jodd.util.StringTemplateParser
 
isRunning() - Method in class jodd.datetime.JStopWatch
Returns true if stopwatch is running.
isSet(byte, byte) - Static method in class jodd.util.Bits
 
isSet(int, int) - Static method in class jodd.util.Bits
 
isSocketAccessAllowed(int, int, int) - Static method in class jodd.io.NetUtil
 
isSubclass(Class, Class) - Static method in class jodd.util.ReflectUtil
Determines if first class match the destination and simulates kind of instanceof.
isSubDelimiter(int) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the sub-delims set.
isSymlink(File) - Static method in class jodd.io.FileUtil
Determines whether the specified file is a symbolic link rather than an actual file.
isTrackDST() - Method in class jodd.datetime.JDateTime
 
isTypeSignatureInUse(InputStream, byte[]) - Method in class jodd.io.findfile.ClassFinder
Returns true if class contains type signature.
isUnreserved(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the unreserved set.
isUppercaseAlpha(char) - Static method in class jodd.util.CharUtil
Returns true if specified character is uppercase ASCII.
isUserDefinedMethod(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method is user defined and not defined in Object class.
isValid(String) - Method in class jodd.datetime.JDateTime
Checks if some string represents a valid date using actual template.
isValid(String, String) - Method in class jodd.datetime.JDateTime
Checks if some string represents a valid date using provided template.
isValidDate(int, int, int) - Static method in class jodd.datetime.TimeUtil
Checks if date is valid.
isValidDateTime(int, int, int, int, int, int, int) - Static method in class jodd.datetime.TimeUtil
Checks if date and time are valid.
isValidDateTime(DateTimeStamp) - Static method in class jodd.datetime.TimeUtil
Checks if date and time are valid.
isValidRomanNumber(String) - Static method in class jodd.format.RomanNumber
Checks if some string is valid roman number.
isValidTime(int, int, int, int) - Static method in class jodd.datetime.TimeUtil
Checks if time is valid.
isWalking() - Method in class jodd.io.findfile.FindFile
 
isWhitespace(char) - Static method in class jodd.util.CharUtil
Returns true if character is a white space (<= ' ').
isWordChar(char) - Static method in class jodd.util.CharUtil
 
iterator() - Method in class jodd.cache.AbstractCacheMap
Returns iterator over non-expired values.
iterator() - Method in interface jodd.cache.Cache
Returns iterator over non-expired values.
iterator() - Method in class jodd.cache.NoCache
 
iterator() - Method in class jodd.io.findfile.FindFile
Returns file walking iterator.
iterator() - Method in class jodd.util.buffer.FastBuffer
Returns an iterator over buffer elements.
iterator() - Method in class jodd.util.collection.JoddArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class jodd.util.collection.SetMapAdapter
Returns an iterator over the elements in this set.

J

JANUARY - Static variable in class jodd.datetime.JDateTime
 
JAVA_CLASSPATH - Static variable in class jodd.util.SystemUtil
 
JAVA_HOME - Static variable in class jodd.util.SystemUtil
 
JAVA_SPECIFICATION_VERSION - Static variable in class jodd.util.SystemUtil
 
JAVA_VENDOR - Static variable in class jodd.util.SystemUtil
 
JAVA_VERSION - Static variable in class jodd.util.SystemUtil
 
JD_1970 - Static variable in class jodd.datetime.JDateTime
Julian Date for 1970-01-01T00:00:00 (Thursday).
JD_2001 - Static variable in class jodd.datetime.JDateTime
Julian Date for 2001-01-01T00:00:00 (Monday).
jdate - Variable in class jodd.datetime.JDateTime
Current Julian Date.
JDateTime - Class in jodd.datetime
Universal all-in-one date and time class that uses Astronomical Julian Dates for time calculations.
JDateTime(int, int, int, int, int, int, int) - Constructor for class jodd.datetime.JDateTime
Constructor that set date and time.
JDateTime(int, int, int) - Constructor for class jodd.datetime.JDateTime
Constructor that sets just date.
JDateTime(long) - Constructor for class jodd.datetime.JDateTime
Constructor that sets current time specified as time in milliseconds, from the midnight, January 1, 1970 UTC.
JDateTime() - Constructor for class jodd.datetime.JDateTime
Constructor that sets current local date and time.
JDateTime(Calendar) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from Calendar.
JDateTime(Date) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from Date.
JDateTime(DateTimeStamp) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from DateTimeStamp.
JDateTime(JulianDateStamp) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from JulianDateStamp.
JDateTime(double) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from double that represents JD.
JDateTime(String) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from a string.
JDateTime(String, String) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from a string, using specified template.
JDateTime(String, JdtFormat) - Constructor for class jodd.datetime.JDateTime
 
JDateTimeConverter - Class in jodd.typeconverter.impl
Converts object to JDateTime.
JDateTimeConverter() - Constructor for class jodd.typeconverter.impl.JDateTimeConverter
 
JDateTimeDefault - Class in jodd.datetime
Defaults for JDateTime.
JDateTimeDefault() - Constructor for class jodd.datetime.JDateTimeDefault
 
JdtFormat - Class in jodd.datetime.format
Immutable format-formatter pair.
JdtFormat(JdtFormatter, String) - Constructor for class jodd.datetime.format.JdtFormat
 
JdtFormatter - Interface in jodd.datetime.format
Date time formatter performs conversion both from and to string representation of time.
jdtFormatter - Variable in class jodd.datetime.JDateTime
 
JmxClient - Class in jodd.util
Simple JMX client.
JmxClient(String) - Constructor for class jodd.util.JmxClient
 
JmxClient(String, String, String) - Constructor for class jodd.util.JmxClient
 
jodd - package jodd
Jodd = tools + ioc + mvc + db + aop + tx + html < 1.1M
Jodd - Class in jodd
Jodd!
Jodd() - Constructor for class jodd.Jodd
 
JODD - Static variable in interface jodd.util.StringPool
 
jodd.cache - package jodd.cache
Some useful caches: LRU, LFU, FIFO.
jodd.datetime - package jodd.datetime
Finally, easy manipulation of date and time!
jodd.datetime.format - package jodd.datetime.format
JDateTime formatters for converting date/time informations to/from strings.
jodd.exception - package jodd.exception
Jodds exceptions.
jodd.format - package jodd.format
Good, old, C-alike, enhanced and fast printf formatting utility.
jodd.io - package jodd.io
Various IO utilities (files, streams, http...).
jodd.io.filter - package jodd.io.filter
Various file filters.
jodd.io.findfile - package jodd.io.findfile
Nice utilities for easier files and classes finding.
jodd.mutable - package jodd.mutable
Mutable number bean-alike implementations.
jodd.typeconverter - package jodd.typeconverter
Slick and various type conversions.
jodd.typeconverter.impl - package jodd.typeconverter.impl
All TypeConverter implementations.
jodd.util - package jodd.util
Huge set of various utilities.
jodd.util.buffer - package jodd.util.buffer
Fast, fast buffers.
jodd.util.cl - package jodd.util.cl
Class loaders works.
jodd.util.collection - package jodd.util.collection
Few collection enhancements.
jodd.util.sort - package jodd.util.sort
Fastest sorting algorithms implementations.
JoddArrayList<E> - Class in jodd.util.collection
Faster drop-in replacement for ArrayList and LinkedList.
JoddArrayList(int) - Constructor for class jodd.util.collection.JoddArrayList
Constructs an empty list with the specified initial capacity.
JoddArrayList(int, JoddArrayList.PIVOT_TYPE, int, int) - Constructor for class jodd.util.collection.JoddArrayList
Constructs fine-tuned list.
JoddArrayList() - Constructor for class jodd.util.collection.JoddArrayList
Constructs an empty list with an initial capacity of ten.
JoddArrayList(Collection<? extends E>) - Constructor for class jodd.util.collection.JoddArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
JoddArrayList(E...) - Constructor for class jodd.util.collection.JoddArrayList
Constructs a list containing the elements of provided array.
JoddArrayList.PIVOT_TYPE - Enum in jodd.util.collection
Defines pivot point types.
JoddCore - Class in jodd
Jodd CORE module.
JoddCore() - Constructor for class jodd.JoddCore
 
joddLocation() - Static method in class jodd.util.RuntimeUtil
Returns jodd location.
join(T[]...) - Static method in class jodd.util.ArraysUtil
Joins arrays.
join(Class<T>, T[][]) - Static method in class jodd.util.ArraysUtil
Joins arrays using provided component type.
join(String[]...) - Static method in class jodd.util.ArraysUtil
Join String arrays.
join(byte[]...) - Static method in class jodd.util.ArraysUtil
Join byte arrays.
join(char[]...) - Static method in class jodd.util.ArraysUtil
Join char arrays.
join(short[]...) - Static method in class jodd.util.ArraysUtil
Join short arrays.
join(int[]...) - Static method in class jodd.util.ArraysUtil
Join int arrays.
join(long[]...) - Static method in class jodd.util.ArraysUtil
Join long arrays.
join(float[]...) - Static method in class jodd.util.ArraysUtil
Join float arrays.
join(double[]...) - Static method in class jodd.util.ArraysUtil
Join double arrays.
join(boolean[]...) - Static method in class jodd.util.ArraysUtil
Join boolean arrays.
join(String...) - Static method in class jodd.util.StringUtil
Joins an array of strings into one string.
join(Iterable<?>, String) - Static method in class jodd.util.StringUtil
Joins list of iterable elements.
join(Thread) - Static method in class jodd.util.ThreadUtil
 
join(Thread, long) - Static method in class jodd.util.ThreadUtil
 
join(Thread, long, int) - Static method in class jodd.util.ThreadUtil
 
joinPackages(String[], String[]) - Method in class jodd.util.cl.ExtendedURLClassLoader
Join packages and appends dot to package names if missing.
JStopWatch - Class in jodd.datetime
Nice thread-aware stopwatch that supports time spans, cumulative times and laps.
JStopWatch() - Constructor for class jodd.datetime.JStopWatch
Starts the stopwatch.
JStopWatch(String) - Constructor for class jodd.datetime.JStopWatch
Starts the named stopwatch.
JTX - Static variable in class jodd.Jodd
 
JulianDateStamp - Class in jodd.datetime
Julian Date stamp, for high precision calculations.
JulianDateStamp() - Constructor for class jodd.datetime.JulianDateStamp
Default empty constructor.
JulianDateStamp(double) - Constructor for class jodd.datetime.JulianDateStamp
Creates JD from a double.
JulianDateStamp(int, double) - Constructor for class jodd.datetime.JulianDateStamp
Creates JD from both integer and fractional part using normalization.
JulianDateStamp(BigDecimal) - Constructor for class jodd.datetime.JulianDateStamp
Creates JD from BigDecimal.
JULY - Static variable in class jodd.datetime.JDateTime
 
JUNE - Static variable in class jodd.datetime.JDateTime
 

K

keySet() - Method in class jodd.util.collection.IntHashMap
Returns a set view of the keys contained in this map.

L

LAGARTO - Static variable in class jodd.Jodd
 
lap() - Method in class jodd.datetime.JStopWatch
Marks a lap and returns its length.
lap(long) - Method in class jodd.datetime.JStopWatch
 
laps - Variable in class jodd.datetime.JStopWatch
List of all laps.
last - Variable in class jodd.util.LoopIterator
 
lastFile - Variable in class jodd.io.findfile.FindFile
 
lastFile() - Method in class jodd.io.findfile.FindFile
Returns last founded file.
lastIndexOf(boolean) - Method in class jodd.util.collection.BooleanArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(byte) - Method in class jodd.util.collection.ByteArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(char) - Method in class jodd.util.collection.CharArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(double, double) - Method in class jodd.util.collection.DoubleArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(float, float) - Method in class jodd.util.collection.FloatArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(int) - Method in class jodd.util.collection.IntArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(Object) - Method in class jodd.util.collection.JoddArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(long) - Method in class jodd.util.collection.LongArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(short) - Method in class jodd.util.collection.ShortArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string in specified range [end, start] See StringUtil.indexOf(String, String, int, int) for details about the speed.
lastIndexOf(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a character in the given source string in specified range [end, start]
lastIndexOf(String, String[]) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOf(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOfIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string with ignored case.
lastIndexOfIgnoreCase(String, String, int) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string with ignored case.
lastIndexOfIgnoreCase(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string with ignored case in specified range.
lastIndexOfIgnoreCase(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a character in the given source string in specified range [end, start]
lastIndexOfIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOfIgnoreCase(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOfNonWhitespace(String) - Static method in class jodd.util.StringUtil
 
lastIndexOfNonWhitespace(String, int) - Static method in class jodd.util.StringUtil
 
lastIndexOfNonWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
 
lastIndexOfWhitespace(String) - Static method in class jodd.util.StringUtil
 
lastIndexOfWhitespace(String, int) - Static method in class jodd.util.StringUtil
Returns last index of a whitespace.
lastIndexOfWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
Returns last index of a whitespace.
leadingZeroes - Variable in class jodd.format.PrintfFormat
 
leap - Variable in class jodd.datetime.JDateTime
Leap year flag.
LEFT_BRACE - Static variable in interface jodd.util.StringPool
 
LEFT_BRACKET - Static variable in interface jodd.util.StringPool
 
LEFT_CHEV - Static variable in interface jodd.util.StringPool
 
LEFT_SQ_BRACKET - Static variable in interface jodd.util.StringPool
 
leftAlign - Variable in class jodd.format.PrintfFormat
 
length() - Method in class jodd.util.buffer.FastCharBuffer
Returns buffer length, same as FastCharBuffer.size().
length() - Method in class jodd.util.StringBand
Returns total string length.
length(Object) - Static method in class jodd.util.Util
Returns length of the object.
LFUCache<K,V> - Class in jodd.cache
LFU (least frequently used) cache.
LFUCache(int) - Constructor for class jodd.cache.LFUCache
 
LFUCache(int, long) - Constructor for class jodd.cache.LFUCache
 
listeners - Variable in class jodd.io.FileMonitor
 
listIterator(int) - Method in class jodd.util.collection.JoddArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in class jodd.util.collection.JoddArrayList
Returns a list iterator over the elements in this list (in proper sequence).
loadArrayClassByComponentType(String, ClassLoader) - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Loads array class using component type.
loadArrayClassByComponentTypes - Variable in class jodd.util.cl.DefaultClassLoaderStrategy
 
loadClass(String, ClassLoader) - Method in interface jodd.util.cl.ClassLoaderStrategy
Loads class with given name and optionally provided class loader.
loadClass(String, ClassLoader) - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Loads class by name.
loadClass(String, String, ClassLoader) - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Loads a class using provided class loader.
loadClass(String, boolean) - Method in class jodd.util.cl.ExtendedURLClassLoader
Loads class using parent-first or parent-last strategy.
loadClass(String) - Static method in class jodd.util.ClassLoaderUtil
Loads a class using default class loader strategy.
loadClass(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Loads a class using default class loader strategy.
loaderPackages - Variable in class jodd.util.cl.ExtendedURLClassLoader
 
loadFromClasspath(Properties, String...) - Static method in class jodd.util.PropertiesUtil
Loads properties from classpath file(s).
loadFromFile(Properties, String) - Static method in class jodd.util.PropertiesUtil
Loads properties from the file.
loadFromFile(Properties, File) - Static method in class jodd.util.PropertiesUtil
Loads properties from the file.
loadFromString(Properties, String) - Static method in class jodd.util.PropertiesUtil
Loads properties from string.
LOCAL_HOST - Static variable in class jodd.io.NetUtil
 
LOCAL_IP - Static variable in class jodd.io.NetUtil
 
locale - Variable in class jodd.datetime.JDateTime
 
locale - Static variable in class jodd.datetime.JDateTimeDefault
Default locale for date names.
LocaleConverter - Class in jodd.typeconverter.impl
Converts given object to Java Locale.
LocaleConverter() - Constructor for class jodd.typeconverter.impl.LocaleConverter
 
locales - Static variable in class jodd.util.LocaleUtil
 
LocaleUtil - Class in jodd.util
Locale utilities.
LocaleUtil() - Constructor for class jodd.util.LocaleUtil
 
lock - Variable in class jodd.io.FileMonitor
 
LOG - Static variable in class jodd.Jodd
 
LongArrayConverter - Class in jodd.typeconverter.impl
Converts given object to long[].
LongArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.LongArrayConverter
 
LongArrayList - Class in jodd.util.collection
ArrayList of long primitives.
LongArrayList() - Constructor for class jodd.util.collection.LongArrayList
Constructs an empty list with an initial capacity.
LongArrayList(int) - Constructor for class jodd.util.collection.LongArrayList
Constructs an empty list with the specified initial capacity.
LongArrayList(long[]) - Constructor for class jodd.util.collection.LongArrayList
Constructs a list containing the elements of the specified array.
LongConverter - Class in jodd.typeconverter.impl
Converts given object to a Long.
LongConverter() - Constructor for class jodd.typeconverter.impl.LongConverter
 
longs(long...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
longValue() - Method in class jodd.mutable.MutableByte
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableLong
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableShort
Returns the value as a long.
lookup(Class) - Static method in class jodd.typeconverter.TypeConverterManager
Retrieves converter for provided type.
lookup(Class) - Method in class jodd.typeconverter.TypeConverterManagerBean
Retrieves converter for provided type.
lookup(String) - Static method in class jodd.util.HtmlDecoder
Returns replacement chars for given character reference.
lookupLocaleData(String) - Static method in class jodd.util.LocaleUtil
Lookups for locale data and creates new if it doesn't exist.
lookupLocaleData(Locale) - Static method in class jodd.util.LocaleUtil
 
lookupMimeType(String) - Static method in class jodd.util.MimeTypes
Simply returns MIME type or null if no type is found.
looping - Variable in class jodd.util.LoopIterator
 
LoopIterator - Class in jodd.util
Loop iterator that provides various counting data about the loop cycles.
LoopIterator(int, int) - Constructor for class jodd.util.LoopIterator
 
LoopIterator(int, int, int) - Constructor for class jodd.util.LoopIterator
 
LoopIterator(int, int, int, int) - Constructor for class jodd.util.LoopIterator
 
LRUCache<K,V> - Class in jodd.cache
LRU (least recently used) cache.
LRUCache(int) - Constructor for class jodd.cache.LRUCache
 
LRUCache(int, long) - Constructor for class jodd.cache.LRUCache
Creates a new LRU cache.

M

macroEnd - Variable in class jodd.util.StringTemplateParser
 
macroStart - Variable in class jodd.util.StringTemplateParser
 
MADVOC - Static variable in class jodd.Jodd
 
MAIL - Static variable in class jodd.Jodd
 
map - Variable in class jodd.util.collection.SetMapAdapter
 
MARCH - Static variable in class jodd.datetime.JDateTime
 
match(String, String) - Method in class jodd.io.findfile.FindFile
Defines matching logic for given pattern.
match(String, String) - Method in class jodd.io.findfile.RegExpFindFile
 
match(String, String) - Method in class jodd.io.findfile.WildcardFindFile
 
match(String, String) - Static method in class jodd.util.Wildcard
Checks whether a string matches a given wildcard pattern.
matchOne(String, String[]) - Static method in class jodd.util.Wildcard
Matches string to at least one pattern.
matchPath(String, String) - Static method in class jodd.util.Wildcard
Matches path against pattern using *, ?
matchPathOne(String, String[]) - Static method in class jodd.util.Wildcard
Matches path to at least one pattern.
matchTokens(String[], String[]) - Static method in class jodd.util.Wildcard
Match tokenized string and pattern.
matchType - Variable in class jodd.io.findfile.FindFile
 
MathUtil - Class in jodd.util
Various math utilities.
MathUtil() - Constructor for class jodd.util.MathUtil
 
MAX_BOM_SIZE - Static variable in class jodd.io.UnicodeInputStream
 
maxCommonPrefix(String, String) - Static method in class jodd.util.StringUtil
Returns max common prefix of two strings.
maxDeep - Variable in class jodd.util.PrettyStringBuilder
 
maxFileSize - Variable in class jodd.cache.FileLFUCache
 
maxFreeSpaceBeforeNormalize - Variable in class jodd.util.collection.JoddArrayList
 
maxItemsToShow - Variable in class jodd.util.PrettyStringBuilder
 
maxSize - Variable in class jodd.cache.FileLFUCache
 
MAY - Static variable in class jodd.datetime.JDateTime
 
mbsc - Variable in class jodd.util.JmxClient
 
merge(Object[], String) - Static method in class jodd.util.StringUtil
Merges the elements of the array into a string representing a delimited list of its values.
METHOD_GET_PREFIX - Static variable in class jodd.util.ReflectUtil
 
METHOD_IS_PREFIX - Static variable in class jodd.util.ReflectUtil
 
METHOD_SET_PREFIX - Static variable in class jodd.util.ReflectUtil
 
MILLIS_IN_DAY - Static variable in class jodd.datetime.TimeUtil
 
millisecond - Variable in class jodd.datetime.DateTimeStamp
Millisecond, range: [0 - 1000]
milliseconds - Variable in class jodd.datetime.Period
 
MIME_APPLICATION_ATOM_XML - Static variable in class jodd.util.MimeTypes
 
MIME_APPLICATION_JAVASCRIPT - Static variable in class jodd.util.MimeTypes
 
MIME_APPLICATION_JSON - Static variable in class jodd.util.MimeTypes
 
MIME_APPLICATION_OCTET_STREAM - Static variable in class jodd.util.MimeTypes
 
MIME_APPLICATION_XML - Static variable in class jodd.util.MimeTypes
 
MIME_TEXT_CSS - Static variable in class jodd.util.MimeTypes
 
MIME_TEXT_HTML - Static variable in class jodd.util.MimeTypes
 
MIME_TEXT_PLAIN - Static variable in class jodd.util.MimeTypes
 
MimeTypes - Class in jodd.util
Map file extensions to MIME types.
MimeTypes() - Constructor for class jodd.util.MimeTypes
 
minDaysInFirstWeek - Variable in class jodd.datetime.JDateTime
 
minDaysInFirstWeek - Static variable in class jodd.datetime.JDateTimeDefault
Default minimal number of days firs week of year must have.
minimalGrowSize - Variable in class jodd.util.collection.JoddArrayList
 
minute - Variable in class jodd.datetime.DateTimeStamp
Minute, range [0 - 59]
minutes - Variable in class jodd.datetime.Period
 
missCount - Variable in class jodd.cache.AbstractCacheMap
 
misses - Variable in class jodd.util.ResourceBundleMessageResolver
 
missingKeyReplacement - Variable in class jodd.util.StringTemplateParser
 
mkdir(String) - Static method in class jodd.io.FileUtil
Creates single folder.
mkdir(File) - Static method in class jodd.io.FileUtil
Creates single folders.
mkdirs(String) - Static method in class jodd.io.FileUtil
Creates all folders at once.
mkdirs(File) - Static method in class jodd.io.FileUtil
Creates all folders at once.
mode - Variable in class jodd.io.StringInputStream
 
modulus - Variable in class jodd.util.LoopIterator
 
modulus(int) - Method in class jodd.util.LoopIterator
Calculates modulus of current count.
MONDAY - Static variable in class jodd.datetime.JDateTime
 
monitorFile(File) - Method in class jodd.io.FileMonitor
Adds file to listen for.
month - Variable in class jodd.datetime.DateTimeStamp
Month, range: [1 - 12]
monthFix - Variable in class jodd.datetime.JDateTime
 
monthFix - Static variable in class jodd.datetime.JDateTimeDefault
Default value for month fix.
months - Variable in class jodd.util.DateFormatSymbolsEx
 
moreValue - Variable in class jodd.util.PrettyStringBuilder
 
move(String, String) - Static method in class jodd.io.FileUtil
 
move(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
move(File, File) - Static method in class jodd.io.FileUtil
 
move(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Smart move.
moveDir(String, String) - Static method in class jodd.io.FileUtil
 
moveDir(File, File) - Static method in class jodd.io.FileUtil
 
moveFile(String, String) - Static method in class jodd.io.FileUtil
 
moveFile(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
moveFile(File, File) - Static method in class jodd.io.FileUtil
 
moveFile(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
 
moveFileToDir(String, String) - Static method in class jodd.io.FileUtil
 
moveFileToDir(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
moveFileToDir(File, File) - Static method in class jodd.io.FileUtil
 
moveFileToDir(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
 
MultiComparator<T> - Class in jodd.util
Multiple comparators compares using list of comparators.
MultiComparator(List<Comparator<T>>) - Constructor for class jodd.util.MultiComparator
 
mustHaveDayOfFirstWeek - Variable in class jodd.datetime.JDateTime
 
mustHaveDayOfFirstWeek - Static variable in class jodd.datetime.JDateTimeDefault
Default number of days first week of year must have.
MutableBoolean - Class in jodd.mutable
A mutable boolean wrapper.
MutableBoolean() - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(String) - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(Boolean) - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(Number) - Constructor for class jodd.mutable.MutableBoolean
 
MutableByte - Class in jodd.mutable
A mutable byte wrapper.
MutableByte() - Constructor for class jodd.mutable.MutableByte
 
MutableByte(byte) - Constructor for class jodd.mutable.MutableByte
 
MutableByte(String) - Constructor for class jodd.mutable.MutableByte
 
MutableByte(Number) - Constructor for class jodd.mutable.MutableByte
 
MutableByteConverter - Class in jodd.typeconverter.impl
Converts given object to MutableByte.
MutableByteConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableByteConverter
 
MutableDouble - Class in jodd.mutable
A mutable double wrapper.
MutableDouble() - Constructor for class jodd.mutable.MutableDouble
 
MutableDouble(double) - Constructor for class jodd.mutable.MutableDouble
 
MutableDouble(String) - Constructor for class jodd.mutable.MutableDouble
 
MutableDouble(Number) - Constructor for class jodd.mutable.MutableDouble
 
MutableDoubleConverter - Class in jodd.typeconverter.impl
Converts given object to MutableDouble.
MutableDoubleConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableDoubleConverter
 
MutableFloat - Class in jodd.mutable
A mutable float wrapper.
MutableFloat() - Constructor for class jodd.mutable.MutableFloat
 
MutableFloat(float) - Constructor for class jodd.mutable.MutableFloat
 
MutableFloat(String) - Constructor for class jodd.mutable.MutableFloat
 
MutableFloat(Number) - Constructor for class jodd.mutable.MutableFloat
 
MutableFloatConverter - Class in jodd.typeconverter.impl
Converts given object to MutableFloat.
MutableFloatConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableFloatConverter
 
MutableInteger - Class in jodd.mutable
A mutable int wrapper.
MutableInteger() - Constructor for class jodd.mutable.MutableInteger
 
MutableInteger(int) - Constructor for class jodd.mutable.MutableInteger
 
MutableInteger(String) - Constructor for class jodd.mutable.MutableInteger
 
MutableInteger(Number) - Constructor for class jodd.mutable.MutableInteger
 
MutableIntegerConverter - Class in jodd.typeconverter.impl
Converts given object to an MutableInteger.
MutableIntegerConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableIntegerConverter
 
MutableLong - Class in jodd.mutable
A mutable long wrapper.
MutableLong() - Constructor for class jodd.mutable.MutableLong
 
MutableLong(long) - Constructor for class jodd.mutable.MutableLong
 
MutableLong(String) - Constructor for class jodd.mutable.MutableLong
 
MutableLong(Number) - Constructor for class jodd.mutable.MutableLong
 
MutableLongConverter - Class in jodd.typeconverter.impl
Converts given object to a MutableLong.
MutableLongConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableLongConverter
 
MutableShort - Class in jodd.mutable
A mutable short wrapper.
MutableShort() - Constructor for class jodd.mutable.MutableShort
 
MutableShort(short) - Constructor for class jodd.mutable.MutableShort
 
MutableShort(String) - Constructor for class jodd.mutable.MutableShort
 
MutableShort(Number) - Constructor for class jodd.mutable.MutableShort
 
MutableShortConverter - Class in jodd.typeconverter.impl
Converts given object to MutableShort.
MutableShortConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableShortConverter
 

N

N - Static variable in interface jodd.util.StringPool
 
name - Variable in class jodd.datetime.JStopWatch
Optional stopwatch name.
name - Variable in class jodd.util.NameValue
 
NameValue<N,V> - Class in jodd.util
Simple name-value holder.
NameValue() - Constructor for class jodd.util.NameValue
 
NameValue(N, V) - Constructor for class jodd.util.NameValue
 
naturalOrderComparator - Variable in class jodd.io.findfile.FindFile.FileNameComparator
 
NaturalOrderComparator<T> - Class in jodd.util
Compares two strings in natural, alphabetical, way.
NaturalOrderComparator() - Constructor for class jodd.util.NaturalOrderComparator
 
NaturalOrderComparator(boolean) - Constructor for class jodd.util.NaturalOrderComparator
 
NetUtil - Class in jodd.io
Network utilities.
NetUtil() - Constructor for class jodd.io.NetUtil
 
newIllegalArgumentException(String) - Method in class jodd.format.PrintfFormat
Creates IllegalArgumentException with message.
newInstance(Class) - Static method in class jodd.util.ReflectUtil
Creates new instances including for common mutable classes that do not have a default constructor.
NEWLINE - Static variable in interface jodd.util.StringPool
 
next() - Method in class jodd.cache.CacheValuesIterator
Returns next non-expired element from the cache.
next() - Method in class jodd.io.findfile.FindFile.FilesIterator
Returns next file or null when no next file is available.
next() - Method in class jodd.util.collection.ArrayIterator
 
next() - Method in class jodd.util.collection.CompositeIterator
next() - Method in class jodd.util.LoopIterator
Iterates to next value at the beginning of the loop.
nextElement() - Method in class jodd.util.collection.ArrayEnumeration
 
nextElement() - Method in class jodd.util.collection.CompositeEnumeration
nextFile() - Method in class jodd.io.findfile.FindFile.FilesIterator
 
nextFile() - Method in class jodd.io.findfile.FindFile
Finds the next file.
nextFileName() - Method in class jodd.io.findfile.FindFile.FilesIterator
 
NO - Static variable in interface jodd.util.StringPool
 
NO_PARAMETERS - Static variable in class jodd.util.ReflectUtil
Empty class array.
NoCache<K,V> - Class in jodd.cache
Simple no-cache implementations of Cache for situation when cache needs to be quickly turned-off.
NoCache() - Constructor for class jodd.cache.NoCache
 
normalize(String) - Static method in class jodd.io.FileNameUtil
 
normalize(String, boolean) - Static method in class jodd.io.FileNameUtil
Normalizes a path, removing double and single dot path steps.
normalize() - Method in class jodd.util.collection.JoddArrayList
Normalizes list by moving the content into ideal position balanced over pivot.
normalizeNoEndSeparator(String) - Static method in class jodd.io.FileNameUtil
 
normalizeNoEndSeparator(String, boolean) - Static method in class jodd.io.FileNameUtil
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
notify(Object) - Static method in class jodd.util.ThreadUtil
Notifies an object for synchronization purposes.
notifyAll(Object) - Static method in class jodd.util.ThreadUtil
Notifies an object for synchronization purposes.
notmisses - Variable in class jodd.util.ResourceBundleMessageResolver
 
notSet(int, int) - Static method in class jodd.util.Bits
 
NOVEMBER - Static variable in class jodd.datetime.JDateTime
 
NULL - Static variable in interface jodd.util.StringPool
 
nullValue - Variable in class jodd.util.PrettyStringBuilder
 
NUMBER_DELIMITERS - Static variable in class jodd.typeconverter.impl.ArrayConverter
 

O

objectToByteArray(Object) - Static method in class jodd.util.ObjectUtil
Serialize an object to byte array.
ObjectUtil - Class in jodd.util
Various object utilities.
ObjectUtil() - Constructor for class jodd.util.ObjectUtil
 
ObjectXmlUtil - Class in jodd.util
Object to XML (de)serialization.
ObjectXmlUtil() - Constructor for class jodd.util.ObjectXmlUtil
 
OCTOBER - Static variable in class jodd.datetime.JDateTime
 
OFF - Static variable in interface jodd.util.StringPool
 
offset() - Method in class jodd.util.buffer.FastBooleanBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastByteBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastCharBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastDoubleBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastFloatBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastIntBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastLongBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastShortBuffer
Returns the offset of last used element in current inner array chunk.
ON - Static variable in interface jodd.util.StringPool
 
ONE - Static variable in interface jodd.util.StringPool
 
onEntry(ClassFinder.EntryData) - Method in class jodd.io.findfile.ClassFinder
Called during classpath scanning when class or resource is found.
onFileChange(File) - Method in interface jodd.io.FileChangeListener
Invoked when one of the monitored files is created, deleted or modified.
onRemove(K, V) - Method in class jodd.cache.LFUCache
Callback method invoked on cached object removal.
openInputStream() - Method in class jodd.io.findfile.ClassFinder.EntryData
Opens zip entry or plain file and returns its input stream.
order - Variable in class jodd.io.findfile.FindFile.FileExtensionComparator
 
order - Variable in class jodd.io.findfile.FindFile.FileLastModifiedTimeComparator
 
order - Variable in class jodd.io.findfile.FindFile.FileNameComparator
 
order - Variable in class jodd.io.findfile.FindFile.FolderFirstComparator
 
os - Variable in class jodd.io.StreamGobbler
 
OS_NAME - Static variable in class jodd.util.SystemUtil
 
OS_VERSION - Static variable in class jodd.util.SystemUtil
 
outBytes(File, byte[], int, int, boolean) - Static method in class jodd.io.FileUtil
 
outChars(File, char[], String, boolean) - Static method in class jodd.io.FileUtil
 
outString(File, String, String, boolean) - Static method in class jodd.io.FileUtil
 
overwrite - Variable in class jodd.io.FileUtilParams
 

P

pad(String) - Method in class jodd.format.PrintfFormat
Pads the value with spaces and adds prefix and suffix.
params() - Static method in class jodd.io.FileUtil
Creates new FileUtilParams instance with default values.
parentClassLoader - Variable in class jodd.util.cl.ExtendedURLClassLoader
 
parentFirst - Variable in class jodd.util.cl.ExtendedURLClassLoader
 
parse(String, String) - Method in class jodd.datetime.format.AbstractFormatter
Parses string given in specified format and extracts time information.
parse(String) - Method in class jodd.datetime.format.JdtFormat
parse(String, String) - Method in interface jodd.datetime.format.JdtFormatter
Parses string given in specified format and extracts time information.
parse(String, String) - Method in class jodd.datetime.JDateTime
Sets date/time from a string given in provided template.
parse(String) - Method in class jodd.datetime.JDateTime
Sets date/time from a string and currently active template.
parse(String, JdtFormat) - Method in class jodd.datetime.JDateTime
 
parse(String, StringTemplateParser.MacroResolver) - Method in class jodd.util.StringTemplateParser
Parses string template and replaces macros with resolved values.
parseDigit(char) - Static method in class jodd.util.MathUtil
Converts char digit into integer value.
parseValue(int, String, DateTimeStamp) - Method in class jodd.datetime.format.AbstractFormatter
Parses value for matched pattern.
parseValue(int, String, DateTimeStamp) - Method in class jodd.datetime.format.Iso8601JdtFormatter
 
parseValues - Variable in class jodd.util.StringTemplateParser
 
passThrough - Variable in class jodd.io.DebugOutputStream
 
path(String) - Method in class jodd.io.ZipUtil.AddToZip
Defines optional entry path.
PATH_MATCH - Static variable in class jodd.util.Wildcard
 
PATH_SEPARATOR - Static variable in class jodd.util.SystemUtil
 
PATH_SEPARATORS - Static variable in class jodd.util.Wildcard
 
pathList - Variable in class jodd.io.findfile.FindFile
 
pathListOriginal - Variable in class jodd.io.findfile.FindFile
 
patterns - Variable in class jodd.datetime.format.AbstractFormatter
Available patterns list.
PERCENT - Static variable in interface jodd.util.StringPool
 
Period - Class in jodd.datetime
Holds a time period.
Period(JDateTime, JDateTime) - Constructor for class jodd.datetime.Period
 
PETITE - Static variable in class jodd.Jodd
 
PIPE - Static variable in interface jodd.util.StringPool
 
pivotIndex - Variable in class jodd.util.collection.JoddArrayList
 
pivotType - Variable in class jodd.util.collection.JoddArrayList
 
PLUS - Static variable in interface jodd.util.StringPool
 
pollingInterval - Variable in class jodd.io.FileMonitor
 
post - Variable in class jodd.format.PrintfFormat
 
pre - Variable in class jodd.format.PrintfFormat
 
precision - Variable in class jodd.format.PrintfFormat
 
prefix(String, String) - Static method in class jodd.util.StringUtil
Inserts prefix if doesn't exist.
prepareArrayClassnameForLoading(String) - Static method in class jodd.util.cl.DefaultClassLoaderStrategy
Prepares classname for loading, respecting the arrays.
prepareEntryName(String, boolean) - Method in class jodd.io.findfile.ClassFinder
Prepares resource and class names.
preparePatterns(String[]) - Method in class jodd.datetime.format.AbstractFormatter
Converts String array of patterns to char arrays.
preserveDate - Variable in class jodd.io.FileUtilParams
 
PrettyStringBuilder - Class in jodd.util
Constructs pretty string representation of object value.
PrettyStringBuilder() - Constructor for class jodd.util.PrettyStringBuilder
 
PRIME - Static variable in class jodd.util.HashCode
 
PRIMITIVE_BYTECODE_NAME - Static variable in class jodd.util.cl.DefaultClassLoaderStrategy
List of primitive bytecode characters that matches names list.
PRIMITIVE_TYPE_NAMES - Static variable in class jodd.util.cl.DefaultClassLoaderStrategy
List of primitive type names.
PRIMITIVE_TYPES - Static variable in class jodd.util.cl.DefaultClassLoaderStrategy
List of primitive types that matches names list.
print2(int) - Method in class jodd.datetime.format.AbstractFormatter
Prints values 00 - 99.
print3(int) - Method in class jodd.datetime.format.AbstractFormatter
Prints values 00 - 999.
Printf - Class in jodd.format
Printf.
Printf() - Constructor for class jodd.format.Printf
 
PrintfFormat - Class in jodd.format
Fast simple and yet useful formatting.
PrintfFormat(String) - Constructor for class jodd.format.PrintfFormat
Formats a number in a printf format, like C.
PrintfFormat() - Constructor for class jodd.format.PrintfFormat
printPad4(int) - Method in class jodd.datetime.format.AbstractFormatter
Prints 4 digits and optional minus sign.
printStackTrace() - Method in exception jodd.exception.UncheckedException
 
printStackTrace(PrintStream) - Method in exception jodd.exception.UncheckedException
 
printStackTrace(PrintWriter) - Method in exception jodd.exception.UncheckedException
 
PropertiesUtil - Class in jodd.util
Misc java.util.Properties utils.
PropertiesUtil() - Constructor for class jodd.util.PropertiesUtil
 
PROPS - Static variable in class jodd.Jodd
 
PROXETTA - Static variable in class jodd.Jodd
 
prune() - Method in class jodd.cache.AbstractCacheMap
Prunes objects from cache and returns the number of removed objects.
prune() - Method in interface jodd.cache.Cache
Prunes objects from cache and returns the number of removed objects.
prune() - Method in class jodd.cache.NoCache
 
pruneCache() - Method in class jodd.cache.AbstractCacheMap
Prune implementation.
pruneCache() - Method in class jodd.cache.FIFOCache
Prune expired objects and, if cache is still full, the first one.
pruneCache() - Method in class jodd.cache.LFUCache
Prunes expired and, if cache is still full, the LFU element(s) from the cache.
pruneCache() - Method in class jodd.cache.LRUCache
Prune only expired objects, LinkedHashMap will take care of LRU if needed.
pruneCache() - Method in class jodd.cache.TimedCache
Prunes expired elements from the cache.
pruneTimer - Variable in class jodd.cache.TimedCache
 
put(K, V) - Method in class jodd.cache.AbstractCacheMap
Adds an object to the cache with default timeout.
put(K, V, long) - Method in class jodd.cache.AbstractCacheMap
Adds an object to the cache with specified timeout after which it becomes expired.
put(K, V) - Method in interface jodd.cache.Cache
Adds an object to the cache with default timeout.
put(K, V, long) - Method in interface jodd.cache.Cache
Adds an object to the cache with specified timeout after which it becomes expired.
put(K, V) - Method in class jodd.cache.NoCache
 
put(K, V, long) - Method in class jodd.cache.NoCache
 
put(Object, Object) - Method in class jodd.util.collection.IntHashMap
Associates the specified value with the specified key in this map.
put(int, Object) - Method in class jodd.util.collection.IntHashMap
Associates the specified value with the specified key in this map.
put(String, Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Saves an attribute in the request.
putAll(Map) - Method in class jodd.util.collection.IntHashMap
Copies all of the mappings from the specified map to this one.
putBoolean(byte[], int, boolean) - Static method in class jodd.util.Bits
 
putChar(byte[], int, char) - Static method in class jodd.util.Bits
 
putDouble(byte[], int, double) - Static method in class jodd.util.Bits
 
putFloat(byte[], int, float) - Static method in class jodd.util.Bits
 
putInt(byte[], int, int) - Static method in class jodd.util.Bits
 
putLong(byte[], int, long) - Static method in class jodd.util.Bits
 
putShort(byte[], int, short) - Static method in class jodd.util.Bits
 

Q

queryParam(String, String) - Method in class jodd.util.URLCoder.Builder
Appends new query parameter to the url.
QUESTION_MARK - Static variable in interface jodd.util.StringPool
 
QUOTE - Static variable in interface jodd.util.StringPool
 

R

random(int, char[]) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
random(int, String) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
random(int, char, char) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
randomAlpha(int) - Static method in class jodd.util.RandomStringUtil
Creates random string of characters.
randomAlphaNumeric(int) - Static method in class jodd.util.RandomStringUtil
Creates random string of characters and digits.
randomAscii(int) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
randomInt(int, int) - Static method in class jodd.util.MathUtil
Generates pseudo-random integer from specific range.
randomLong(long, long) - Static method in class jodd.util.MathUtil
Generates pseudo-random long from specific range.
randomNumeric(int) - Static method in class jodd.util.RandomStringUtil
Creates random string that consist only of numbers.
randomRanges(int, char...) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
RandomStringUtil - Class in jodd.util
Generates random strings.
RandomStringUtil() - Constructor for class jodd.util.RandomStringUtil
 
read(char[], int, int) - Method in class jodd.io.CharBufferReader
 
read() - Method in class jodd.io.CharBufferReader
 
read() - Method in class jodd.io.StringInputStream
 
read() - Method in class jodd.io.UnicodeInputStream
Reads byte from the stream.
readAnnotationData(AccessibleObject) - Method in class jodd.util.AnnotationDataReader
Reads annotation data on provided accessible object.
readAnnotationValue(Annotation, String) - Static method in class jodd.util.ReflectUtil
Reads annotation value.
readAvailableBytes(InputStream) - Static method in class jodd.io.StreamUtil
Reads all available bytes from InputStream as a byte array.
readBytes(String) - Static method in class jodd.io.FileUtil
 
readBytes(File) - Static method in class jodd.io.FileUtil
 
readBytes(InputStream) - Static method in class jodd.io.StreamUtil
 
readBytes(InputStream, int) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader, int) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader, String) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader, String, int) - Static method in class jodd.io.StreamUtil
 
readChars(String) - Static method in class jodd.io.FileUtil
 
readChars(File) - Static method in class jodd.io.FileUtil
 
readChars(String, String) - Static method in class jodd.io.FileUtil
 
readChars(File, String) - Static method in class jodd.io.FileUtil
Reads file content as char array.
readChars(InputStream) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream, int) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream, String) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream, String, int) - Static method in class jodd.io.StreamUtil
 
readChars(Reader) - Static method in class jodd.io.StreamUtil
 
readChars(Reader, int) - Static method in class jodd.io.StreamUtil
 
readElement(A, String) - Method in class jodd.util.AnnotationDataReader
Reads annotation element as an object.
readLines(String) - Static method in class jodd.io.FileUtil
 
readLines(String, String) - Static method in class jodd.io.FileUtil
 
readLines(File) - Static method in class jodd.io.FileUtil
 
readLines(File, String) - Static method in class jodd.io.FileUtil
Reads lines from source files.
readObject(String) - Static method in class jodd.util.ObjectUtil
 
readObject(File) - Static method in class jodd.util.ObjectUtil
Reads serialized object from the file.
readObjectFromXml(File) - Static method in class jodd.util.ObjectXmlUtil
Reads serialized object from the XML file.
readObjectFromXml(String) - Static method in class jodd.util.ObjectXmlUtil
 
readString(String) - Static method in class jodd.io.FileUtil
 
readString(String, String) - Static method in class jodd.io.FileUtil
 
readString(File) - Static method in class jodd.io.FileUtil
 
readString(File, String) - Static method in class jodd.io.FileUtil
Reads file content as string encoded in provided encoding.
readStringElement(A, String) - Method in class jodd.util.AnnotationDataReader
Reads non-empty, trimmed, annotation element value.
readUTFChars(String) - Static method in class jodd.io.FileUtil
 
readUTFChars(File) - Static method in class jodd.io.FileUtil
Reads UTF file content as char array.
readUTFString(String) - Static method in class jodd.io.FileUtil
 
readUTFString(File) - Static method in class jodd.io.FileUtil
Detects optional BOM and reads UTF string from a file.
readUTFString(InputStream) - Static method in class jodd.io.FileUtil
Detects optional BOM and reads UTF string from an input stream.
recursive - Variable in class jodd.io.FileUtilParams
 
recursive - Variable in class jodd.io.findfile.FindFile
 
recursive() - Method in class jodd.io.ZipUtil.AddToZip
Defines if folders content should be added.
ReflectUtil - Class in jodd.util
Various java.lang.reflect utilities.
ReflectUtil() - Constructor for class jodd.util.ReflectUtil
 
RegExpFileFilter - Class in jodd.io.filter
FileFilter that matches files with use of Regular Expression.
RegExpFileFilter(String) - Constructor for class jodd.io.filter.RegExpFileFilter
 
RegExpFindFile - Class in jodd.io.findfile
Simple FindFile that matches file names with regular expression pattern.
RegExpFindFile() - Constructor for class jodd.io.findfile.RegExpFindFile
 
register(Class, TypeConverter) - Method in class jodd.typeconverter.ConvertBean
 
register(Class, TypeConverter) - Static method in class jodd.typeconverter.TypeConverterManager
Registers a converter for specified type.
register(Class, TypeConverter) - Method in class jodd.typeconverter.TypeConverterManagerBean
Registers a converter for specified type.
registerAddonConverter(TypeConverter<File>) - Method in class jodd.typeconverter.impl.FileConverter
 
registerDefaults() - Static method in class jodd.typeconverter.TypeConverterManager
Registers default set of converters.
registerDefaults() - Method in class jodd.typeconverter.TypeConverterManagerBean
Registers default set of converters.
registerListener(FileChangeListener) - Method in class jodd.io.FileMonitor
Adds listener to this file monitor.
registerMimeType(String, String) - Static method in class jodd.util.MimeTypes
Registers MIME type for provided extension.
reinit(String) - Method in class jodd.format.PrintfFormat
 
releaseFile(File) - Method in class jodd.io.FileMonitor
Removes specified file for listening.
remove(K) - Method in class jodd.cache.AbstractCacheMap
Removes an object from the cache.
remove(K) - Method in interface jodd.cache.Cache
Removes an object from the cache.
remove() - Method in class jodd.cache.CacheValuesIterator
Removes current non-expired element from the cache.
remove(K) - Method in class jodd.cache.NoCache
 
remove(T[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array.
remove(T[], int, int, Class<T>) - Static method in class jodd.util.ArraysUtil
Removes sub-array.
remove(String[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from String array.
remove(byte[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from byte array.
remove(char[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from char array.
remove(short[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from short array.
remove(int[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from int array.
remove(long[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from long array.
remove(float[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from float array.
remove(double[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from double array.
remove(boolean[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from boolean array.
remove() - Method in class jodd.util.cl.ClassLoaderLocal
Removes the current classloader's value for this variable.
remove() - Method in class jodd.util.collection.ArrayIterator
 
remove(int) - Method in class jodd.util.collection.BooleanArrayList
Removes the element at the specified position in this list.
remove(int) - Method in class jodd.util.collection.ByteArrayList
Removes the element at the specified position in this list.
remove(int) - Method in class jodd.util.collection.CharArrayList
Removes the element at the specified position in this list.
remove() - Method in class jodd.util.collection.CompositeIterator
remove(int) - Method in class jodd.util.collection.DoubleArrayList
Removes the element at the specified position in this list.
remove(int) - Method in class jodd.util.collection.FloatArrayList
Removes the element at the specified position in this list.
remove(int) - Method in class jodd.util.collection.IntArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class jodd.util.collection.IntHashMap
Removes the mapping for this key from this map if present.
remove(int) - Method in class jodd.util.collection.IntHashMap
Removes the mapping for this key from this map if present.
remove(int) - Method in class jodd.util.collection.JoddArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class jodd.util.collection.JoddArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class jodd.util.collection.LongArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class jodd.util.collection.SetMapAdapter
Removes the specified element from this set if it is present.
remove(int) - Method in class jodd.util.collection.ShortArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Removes the specified request attribute.
remove(String, String) - Static method in class jodd.util.StringUtil
Removes all substring occurrences from the string.
remove(String, char) - Static method in class jodd.util.StringUtil
Removes a single character from string.
removeAll(Collection<?>) - Method in class jodd.util.collection.JoddArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAllListeners() - Method in class jodd.io.FileMonitor
Removes all file listeners/
removeAttribute(String) - Method in class jodd.util.collection.StringKeyedMapAdapter
Hooks method that needs to be implemented by concrete subclasses.
removeChars(String, String) - Static method in class jodd.util.StringUtil
Removes all characters contained in provided string.
removeChars(String, char...) - Static method in class jodd.util.StringUtil
Removes set of characters from string.
removeEldestEntry(int) - Method in class jodd.cache.LRUCache
Removes the eldest entry if current cache size exceed cache size.
removeExtension(String) - Static method in class jodd.io.FileNameUtil
Removes the extension from a filename.
removeFirst() - Method in class jodd.util.collection.JoddArrayList
Removes first element of the list.
removeLast() - Method in class jodd.util.collection.JoddArrayList
Removes last element of the list.
removeListener(FileChangeListener) - Method in class jodd.io.FileMonitor
Removes listener from this file monitor.
removeRange(int, int) - Method in class jodd.util.collection.BooleanArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.ByteArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.CharArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.DoubleArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.FloatArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.IntArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.JoddArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.LongArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.ShortArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
repeat(char, int) - Static method in class jodd.format.PrintfFormat
Returns new string created by repeating a single character.
repeat(String, int) - Static method in class jodd.util.StringUtil
Creates a new string that contains the provided string a number of times.
repeat(char, int) - Static method in class jodd.util.StringUtil
 
replace(String, String, String) - Static method in class jodd.util.StringUtil
Replaces all occurrences of a certain pattern in a string with a replacement string.
replace(String, String[], String[]) - Static method in class jodd.util.StringUtil
Replaces many substring at once.
replaceChar(String, char, char) - Static method in class jodd.util.StringUtil
Replaces all occurrences of a character in a string.
replaceChars(String, char[], char[]) - Static method in class jodd.util.StringUtil
Replaces all occurrences of a characters in a string.
replaceFirst(String, String, String) - Static method in class jodd.util.StringUtil
Replaces the very first occurrence of a substring with supplied string.
replaceFirst(String, char, char) - Static method in class jodd.util.StringUtil
Replaces the very first occurrence of a character in a string.
replaceIgnoreCase(String, String[], String[]) - Static method in class jodd.util.StringUtil
Replaces many substring at once.
replaceLast(String, String, String) - Static method in class jodd.util.StringUtil
Replaces the very last occurrence of a substring with supplied string.
replaceLast(String, char, char) - Static method in class jodd.util.StringUtil
Replaces the very last occurrence of a character in a string.
replaceMissingKey - Variable in class jodd.util.StringTemplateParser
 
reset() - Method in class jodd.io.FastByteArrayOutputStream
 
reset() - Method in class jodd.io.FastCharArrayWriter
 
reset() - Method in class jodd.io.findfile.FindFile
Reset the search so it can be run again with very same parameters (and sorting options).
reset() - Method in class jodd.util.LoopIterator
Resets the loop from the beginning.
resize(T[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(String[], int) - Static method in class jodd.util.ArraysUtil
Resizes a String array.
resize(byte[], int) - Static method in class jodd.util.ArraysUtil
Resizes a byte array.
resize(char[], int) - Static method in class jodd.util.ArraysUtil
Resizes a char array.
resize(short[], int) - Static method in class jodd.util.ArraysUtil
Resizes a short array.
resize(int[], int) - Static method in class jodd.util.ArraysUtil
Resizes a int array.
resize(long[], int) - Static method in class jodd.util.ArraysUtil
Resizes a long array.
resize(float[], int) - Static method in class jodd.util.ArraysUtil
Resizes a float array.
resize(double[], int) - Static method in class jodd.util.ArraysUtil
Resizes a double array.
resize(boolean[], int) - Static method in class jodd.util.ArraysUtil
Resizes a boolean array.
resolve(String) - Method in interface jodd.util.StringTemplateParser.MacroResolver
Resolves macro value for macro name founded in string template.
resolveAllVariables(Properties) - Static method in class jodd.util.PropertiesUtil
Resolves all variables.
resolveEscapes - Variable in class jodd.util.StringTemplateParser
 
resolveHostName(byte[]) - Static method in class jodd.io.NetUtil
Resolves host name from IP address bytes.
resolveIpAddress(String) - Static method in class jodd.io.NetUtil
Resolves IP address from a hostname.
resolveLocaleCode(String, String, String) - Static method in class jodd.util.LocaleUtil
Transforms locale data to locale code.
resolveLocaleCode(Locale) - Static method in class jodd.util.LocaleUtil
Resolves locale code from locale.
resolveProperty(Map, String) - Static method in class jodd.util.PropertiesUtil
Returns property with resolved variables.
resolveVariable(TypeVariable, Class) - Static method in class jodd.util.ReflectUtil
Resolves TypeVariable with given implementation class.
ResourceBundleMessageResolver - Class in jodd.util
Resolves messages from resource bundles.
ResourceBundleMessageResolver() - Constructor for class jodd.util.ResourceBundleMessageResolver
 
restart() - Method in class jodd.datetime.JStopWatch
Restarts the stopwatch.
retainAll(Collection<?>) - Method in class jodd.util.collection.JoddArrayList
Retains only the elements in this list that are contained in the specified collection.
rethrow() - Method in exception jodd.exception.UncheckedException
Re-throws cause if exists.
RETURN - Static variable in interface jodd.util.StringPool
 
reverse(String) - Static method in class jodd.util.StringUtil
Reverse a string.
RIGHT_BRACE - Static variable in interface jodd.util.StringPool
 
RIGHT_BRACKET - Static variable in interface jodd.util.StringPool
 
RIGHT_CHEV - Static variable in interface jodd.util.StringPool
 
RIGHT_SQ_BRACKET - Static variable in interface jodd.util.StringPool
 
rnd - Static variable in class jodd.util.RandomStringUtil
 
rollupSqlExceptions(Collection<SQLException>) - Static method in class jodd.exception.ExceptionUtil
Rolls up SQL exceptions by taking each proceeding exception and making it a child of the previous using the setNextException method of SQLException.
RomanNumber - Class in jodd.format
Conversion to and from Roman numbers.
RomanNumber() - Constructor for class jodd.format.RomanNumber
 
rootFile - Variable in class jodd.io.findfile.FindFile
 
rootPath - Variable in class jodd.io.findfile.FindFile
 
run() - Method in class jodd.io.FileMonitor.FileMonitorNotifier
 
run() - Method in class jodd.io.StreamGobbler
 
running - Variable in class jodd.datetime.JStopWatch
Running flag.
RUNTIME - Static variable in class jodd.util.RuntimeUtil
 
RuntimeUtil - Class in jodd.util
Runtime utilities.
RuntimeUtil() - Constructor for class jodd.util.RuntimeUtil
 

S

SATURDAY - Static variable in class jodd.datetime.JDateTime
 
sb - Variable in class jodd.io.StringOutputStream
The internal destination StringBuffer.
scan(URL...) - Method in class jodd.io.findfile.ClassScanner
Scans provided classpath.
scan(File...) - Method in class jodd.io.findfile.ClassScanner
Scans provided paths.
scan(String...) - Method in class jodd.io.findfile.ClassScanner
Scans provided paths.
scan() - Method in class jodd.io.findfile.FindFile
Performs scanning.
scanClassFile(String, String, File, boolean) - Method in class jodd.io.findfile.ClassFinder
 
scanClassPath(File) - Method in class jodd.io.findfile.ClassFinder
Scans single classpath directory.
scanDefaultClasspath() - Method in class jodd.io.findfile.ClassScanner
scanEntry(ClassFinder.EntryData) - Method in class jodd.io.findfile.ClassFinder
If entry name is accepted invokes ClassFinder.onEntry(EntryData) a callback}.
Scanf - Class in jodd.format
Scanf.
Scanf() - Constructor for class jodd.format.Scanf
 
scanf() - Static method in class jodd.format.Scanf
Scans input console and returns entered string.
scanJarFile(File) - Method in class jodd.io.findfile.ClassFinder
Scans classes inside single JAR archive.
scanPath(String) - Method in class jodd.io.findfile.ClassFinder
 
scanPath(File) - Method in class jodd.io.findfile.ClassFinder
Scans single path.
scanPaths(File...) - Method in class jodd.io.findfile.ClassFinder
 
scanPaths(String...) - Method in class jodd.io.findfile.ClassFinder
 
scanUrl(URL) - Method in class jodd.io.findfile.ClassFinder
Scans single URL for classes and jar files.
scanUrls(URL...) - Method in class jodd.io.findfile.ClassFinder
Scans several URLs.
schedulePrune(long) - Method in class jodd.cache.TimedCache
Schedules prune.
searchPath(File) - Method in class jodd.io.findfile.FindFile
Specifies single search path.
searchPath(File...) - Method in class jodd.io.findfile.FindFile
Specifies a set of search paths.
searchPath(String) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(String...) - Method in class jodd.io.findfile.FindFile
Specifies search paths.
searchPath(URI) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(URI...) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(URL) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(URL...) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
second - Variable in class jodd.datetime.DateTimeStamp
Second, range: [0 - 59]
seconds - Variable in class jodd.datetime.Period
 
SECONDS_IN_DAY - Static variable in class jodd.datetime.TimeUtil
 
SEED - Static variable in class jodd.util.HashCode
An initial hash code value to which is added contributions from fields.
SEMICOLON - Static variable in interface jodd.util.StringPool
 
separatorsToSystem(String) - Static method in class jodd.io.FileNameUtil
Converts all separators to the system separator.
separatorsToUnix(String) - Static method in class jodd.io.FileNameUtil
Converts all separators to the Unix separator of forward slash.
separatorsToWindows(String) - Static method in class jodd.io.FileNameUtil
Converts all separators to the Windows separator of backslash.
SEPTEMBER - Static variable in class jodd.datetime.JDateTime
 
SERVLET - Static variable in class jodd.Jodd
 
set(int, int, int, int, int, int, int) - Method in class jodd.datetime.JDateTime
Core method that sets date and time.
set(int, int, int) - Method in class jodd.datetime.JDateTime
Sets date, time is set to midnight (00:00:00.000).
set(int, double) - Method in class jodd.datetime.JulianDateStamp
Sets integer and fractional part with normalization.
set(double) - Method in class jodd.datetime.JulianDateStamp
 
set(int, int, boolean) - Static method in class jodd.util.Bits
Returns value with the bit corresponding to the mask set (if setBit is true) or cleared (if setBit is false).
set(byte, byte, boolean) - Static method in class jodd.util.Bits
Returns value with the bit corresponding to the mask set (if setBit is true) or cleared (if setBit is false).
set(T) - Method in class jodd.util.cl.ClassLoaderLocal
Sets the current classloaders's copy of this variable to the specified value.
set(int, boolean) - Method in class jodd.util.collection.BooleanArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, byte) - Method in class jodd.util.collection.ByteArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, char) - Method in class jodd.util.collection.CharArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, double) - Method in class jodd.util.collection.DoubleArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, float) - Method in class jodd.util.collection.FloatArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, int) - Method in class jodd.util.collection.IntArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class jodd.util.collection.JoddArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, long) - Method in class jodd.util.collection.LongArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, short) - Method in class jodd.util.collection.ShortArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class jodd.util.collection.SortedArrayList
 
setAttribute(String, Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Hooks method that needs to be implemented by concrete subclasses.
setAttribute(String, String, Object) - Method in class jodd.util.JmxClient
Defines bean attribute.
setCacheResourceBundles(boolean) - Method in class jodd.util.ResourceBundleMessageResolver
 
setContextClassLoader(ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Sets the thread context class loader.
setContinueOnError(boolean) - Method in class jodd.io.FileUtilParams
 
setCreateDirs(boolean) - Method in class jodd.io.FileUtilParams
 
setCurrentTime() - Method in class jodd.datetime.JDateTime
Sets current local date and time.
setDate(int, int, int) - Method in class jodd.datetime.JDateTime
Sets date, time remains unchanged.
setDateTime(Calendar) - Method in class jodd.datetime.JDateTime
Sets current date and time from Calendar.
setDateTime(Date) - Method in class jodd.datetime.JDateTime
Sets current date and time from Date.
setDateTimeStamp(DateTimeStamp) - Method in class jodd.datetime.JDateTime
Loads current date time information.
setDay(int) - Method in class jodd.datetime.DateTimeStamp
 
setDay(int) - Method in class jodd.datetime.JDateTime
Sets current day of month.
setEncoding(String) - Method in class jodd.io.FileUtilParams
 
setEscapeChar(char) - Method in class jodd.util.StringTemplateParser
Defines escape character.
setExcludedEntries(String...) - Method in class jodd.io.findfile.ClassFinder
Sets excluded names that narrows included set of packages.
setExcludedJars(String...) - Method in class jodd.io.findfile.ClassFinder
 
setFallbackBundlename(String) - Method in class jodd.util.ResourceBundleMessageResolver
 
setFallbackLocale(Locale) - Method in class jodd.util.ResourceBundleMessageResolver
 
setFallbackLocale(String) - Method in class jodd.util.ResourceBundleMessageResolver
 
setFormat(String) - Method in class jodd.datetime.JDateTime
Defines default format.
setHour(int) - Method in class jodd.datetime.DateTimeStamp
 
setHour(int) - Method in class jodd.datetime.JDateTime
Set current hour.
setHttpProxy(String, String, String, String) - Static method in class jodd.util.SystemUtil
Sets HTTP proxy settings.
setHttpProxy(String, String) - Static method in class jodd.util.SystemUtil
Sets HTTP proxy settings.
setIgnoreException(boolean) - Method in class jodd.io.findfile.ClassFinder
Sets if exceptions during scanning process should be ignored or not.
setIncludedEntries(String...) - Method in class jodd.io.findfile.ClassFinder
Sets included set of names that will be considered during configuration,
setIncludeDirs(boolean) - Method in class jodd.io.findfile.FindFile
Include directories in search.
setIncludedJars(String...) - Method in class jodd.io.findfile.ClassFinder
 
setIncludeFiles(boolean) - Method in class jodd.io.findfile.FindFile
Include files in search.
setIncludeResources(boolean) - Method in class jodd.io.findfile.ClassFinder
 
setIndex(int) - Method in class jodd.util.StringBand
Specifies the new index.
setJdtFormat(JdtFormat) - Method in class jodd.datetime.JDateTime
Sets both format and formatter from provided JdtFormat.
setJdtFormatter(JdtFormatter) - Method in class jodd.datetime.JDateTime
Defines custom formatter.
setJulianDate(JulianDateStamp) - Method in class jodd.datetime.JDateTime
Sets current Julian Date.
setJulianDate(double) - Method in class jodd.datetime.JDateTime
Sets JD.
setLoadArrayClassByComponentTypes(boolean) - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Defines arrays class loading strategy.
setLocale(Locale) - Method in class jodd.datetime.JDateTime
Sets custom locale.
setMacroEnd(String) - Method in class jodd.util.StringTemplateParser
Defines macro end string.
setMacroStart(String) - Method in class jodd.util.StringTemplateParser
Defines macro start string.
SetMapAdapter<E> - Class in jodd.util.collection
Map adapter for a set provides an easy way to have a Set from various map implementations.
SetMapAdapter(Map<E, Object>) - Constructor for class jodd.util.collection.SetMapAdapter
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
setMatchType(FindFile.Match) - Method in class jodd.io.findfile.FindFile
setMaxDeep(int) - Method in class jodd.util.PrettyStringBuilder
Sets how deep to examine inner objects.
setMaxItemsToShow(int) - Method in class jodd.util.PrettyStringBuilder
Sets the max number of items of arrays, collections and maps to show.
setMillisecond(int) - Method in class jodd.datetime.DateTimeStamp
 
setMillisecond(int) - Method in class jodd.datetime.JDateTime
Sets current millisecond.
setMinute(int) - Method in class jodd.datetime.DateTimeStamp
 
setMinute(int) - Method in class jodd.datetime.JDateTime
Set current minute.
setMissingKeyReplacement(String) - Method in class jodd.util.StringTemplateParser
Specifies replacement for missing keys.
setModifiedJulianDate(double) - Method in class jodd.datetime.JulianDateStamp
 
setMonth(int) - Method in class jodd.datetime.DateTimeStamp
 
setMonth(int) - Method in class jodd.datetime.JDateTime
Sets current month.
setMonthFix(boolean) - Method in class jodd.datetime.JDateTime
Sets custom month fix value.
setMoreValue(String) - Method in class jodd.util.PrettyStringBuilder
Sets string for 'more'.
setName(N) - Method in class jodd.util.NameValue
Sets name.
setNullValue(String) - Method in class jodd.util.PrettyStringBuilder
Sets null value representation.
setOverwrite(boolean) - Method in class jodd.io.FileUtilParams
 
setParentFirst(boolean) - Method in class jodd.util.cl.ExtendedURLClassLoader
Controls whether class lookup is delegated to the parent loader first or after this loader.
setParseValues(boolean) - Method in class jodd.util.StringTemplateParser
Defines if macro values has to be parsed, too.
setPreserveDate(boolean) - Method in class jodd.io.FileUtilParams
 
setRecursive(boolean) - Method in class jodd.io.FileUtilParams
 
setRecursive(boolean) - Method in class jodd.io.findfile.FindFile
Activates recursive search.
setReducedJulianDate(double) - Method in class jodd.datetime.JulianDateStamp
 
setReplaceMissingKey(boolean) - Method in class jodd.util.StringTemplateParser
Specifies if missing keys should be resolved at all, true by default.
setResolveEscapes(boolean) - Method in class jodd.util.StringTemplateParser
Specifies if escaped values should be resolved.
setSecond(int) - Method in class jodd.datetime.DateTimeStamp
 
setSecond(int) - Method in class jodd.datetime.JDateTime
Sets current second.
setSecond(int, int) - Method in class jodd.datetime.JDateTime
 
setSystemJars(String...) - Static method in class jodd.io.findfile.ClassFinder
Specifies system jars, that are always excluded first.
setTime(int, int, int, int) - Method in class jodd.datetime.JDateTime
Sets time, date is unchanged.
setTimeInMillis(long) - Method in class jodd.datetime.JDateTime
Sets the time based on current time in milliseconds.
setTimeZone(TimeZone) - Method in class jodd.datetime.JDateTime
Sets time zone without changing the time.
setTrackDST(boolean) - Method in class jodd.datetime.JDateTime
 
setTruncatedJulianDate(double) - Method in class jodd.datetime.JulianDateStamp
 
setValue(boolean) - Method in class jodd.mutable.MutableBoolean
Sets mutable value.
setValue(Boolean) - Method in class jodd.mutable.MutableBoolean
 
setValue(byte) - Method in class jodd.mutable.MutableByte
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableByte
Sets mutable value from a Number.
setValue(double) - Method in class jodd.mutable.MutableDouble
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableDouble
Sets mutable value from a Number.
setValue(float) - Method in class jodd.mutable.MutableFloat
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableFloat
Sets mutable value from a Number.
setValue(int) - Method in class jodd.mutable.MutableInteger
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableInteger
Sets mutable value from a Number.
setValue(long) - Method in class jodd.mutable.MutableLong
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableLong
Sets mutable value from a Number.
setValue(short) - Method in class jodd.mutable.MutableShort
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableShort
Sets mutable value from a Number.
setValue(T) - Method in class jodd.mutable.ValueHolder
Sets new value.
setValue(V) - Method in class jodd.util.NameValue
Sets value.
setWalking(boolean) - Method in class jodd.io.findfile.FindFile
Sets the walking recursive mode.
setWeekDefinition(int, int) - Method in class jodd.datetime.JDateTime
Defines week definitions.
setWeekDefinitionAlt(int, int) - Method in class jodd.datetime.JDateTime
Defines week alternatively.
setYear(int) - Method in class jodd.datetime.DateTimeStamp
 
setYear(int) - Method in class jodd.datetime.JDateTime
Sets current year.
ShortArrayConverter - Class in jodd.typeconverter.impl
Converts given object to short[].
ShortArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.ShortArrayConverter
 
ShortArrayList - Class in jodd.util.collection
ArrayList of short primitives.
ShortArrayList() - Constructor for class jodd.util.collection.ShortArrayList
Constructs an empty list with an initial capacity.
ShortArrayList(int) - Constructor for class jodd.util.collection.ShortArrayList
Constructs an empty list with the specified initial capacity.
ShortArrayList(short[]) - Constructor for class jodd.util.collection.ShortArrayList
Constructs a list containing the elements of the specified array.
ShortConverter - Class in jodd.typeconverter.impl
Converts given object to Short.
ShortConverter() - Constructor for class jodd.typeconverter.impl.ShortConverter
 
shorten(String, int, String) - Static method in class jodd.util.StringUtil
Shorten string to given length.
shortMonths - Variable in class jodd.util.DateFormatSymbolsEx
 
shorts(short...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
shortWeekdays - Variable in class jodd.util.DateFormatSymbolsEx
 
showCauseDetails - Variable in exception jodd.exception.UncheckedException
If set to true stack trace will be enhanced with cause's stack traces.
showPlus - Variable in class jodd.format.PrintfFormat
 
showSpace - Variable in class jodd.format.PrintfFormat
 
sign(int, String) - Method in class jodd.format.PrintfFormat
 
SINGLE_QUOTE - Static variable in interface jodd.util.StringPool
 
size() - Method in class jodd.cache.AbstractCacheMap
Returns current cache size.
size() - Method in interface jodd.cache.Cache
Returns current cache size.
size() - Method in class jodd.cache.NoCache
 
size() - Method in class jodd.io.FastByteArrayOutputStream
 
size() - Method in class jodd.io.FastCharArrayWriter
 
size() - Method in class jodd.util.buffer.FastBooleanBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastByteBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastCharBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastDoubleBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastFloatBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastIntBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastLongBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastShortBuffer
Returns buffer size.
size() - Method in class jodd.util.collection.BooleanArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.ByteArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.CharArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.DoubleArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.FloatArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.IntArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.IntHashMap
Returns the number of key-value mappings in this map.
size - Variable in class jodd.util.collection.JoddArrayList
 
size() - Method in class jodd.util.collection.JoddArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.LongArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.SetMapAdapter
Returns the number of elements in this set (its cardinality).
size() - Method in class jodd.util.collection.ShortArrayList
Returns the number of elements in this list.
SLASH - Static variable in interface jodd.util.StringPool
 
sleep(long) - Static method in class jodd.util.ThreadUtil
Puts a thread to sleep, without throwing an InterruptedException.
sleep() - Static method in class jodd.util.ThreadUtil
Puts a thread to sleep forever.
smear(int) - Static method in class jodd.util.HashCode
Smear hash code.
sort(Object[]) - Static method in class jodd.util.sort.ComparableTimSort
 
sort(T[], Comparator<T>) - Static method in class jodd.util.sort.FastSort
Sorts an array using given comparator.
sort(Comparable[]) - Static method in class jodd.util.sort.FastSort
Sorts an array of comparables.
sort(T[], Comparator<? super T>) - Static method in class jodd.util.sort.TimSort
 
sortByExtension() - Method in class jodd.io.findfile.FindFile
Sorts files by file extension.
sortByExtensionDesc() - Method in class jodd.io.findfile.FindFile
Sorts files by file extension descending.
sortByName() - Method in class jodd.io.findfile.FindFile
Sorts files by file name, using natural sort.
sortByNameDesc() - Method in class jodd.io.findfile.FindFile
Sorts files by file names descending, using natural sort.
sortByTime() - Method in class jodd.io.findfile.FindFile
Sorts files by last modified time.
sortByTimeDesc() - Method in class jodd.io.findfile.FindFile
Sorts files by last modified time descending.
sortComparators - Variable in class jodd.io.findfile.FindFile
 
SortedArrayList<E> - Class in jodd.util.collection
An extension of ArrayList that insures that all of the items added are sorted.
SortedArrayList(Comparator<E>) - Constructor for class jodd.util.collection.SortedArrayList
Constructs a new SortedArrayList.
SortedArrayList() - Constructor for class jodd.util.collection.SortedArrayList
Constructs a new SortedArrayList expecting elements are comparable.
SortedArrayList(Collection<? extends E>) - Constructor for class jodd.util.collection.SortedArrayList
Constructs a new SortedArrayList expecting elements are comparable.
sortFoldersFirst() - Method in class jodd.io.findfile.FindFile
Puts folders before files.
sortFoldersLast() - Method in class jodd.io.findfile.FindFile
Puts files before folders.
sortNone() - Method in class jodd.io.findfile.FindFile
Removes ALL sorting options.
sortWith(Comparator<File>) - Method in class jodd.io.findfile.FindFile
Adds generic sorting.
SPACE - Static variable in interface jodd.util.StringPool
 
span() - Method in class jodd.datetime.JStopWatch
Stops the stopwatch and returns total time span for last start-stop sequence.
spanTime - Variable in class jodd.datetime.JStopWatch
Last elapsed time.
SPECIAL_CHARS - Static variable in class jodd.util.CsvUtil
 
split(String) - Static method in class jodd.io.FileNameUtil
Splits filename into a array of four Strings containing prefix, path, basename and extension.
split(String, String) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by delimiter.
splitc(String, String) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by delimiter characters.
splitc(String, char[]) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by delimiter characters.
splitc(String, char) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by single delimiter characters.
SqlDateConverter - Class in jodd.typeconverter.impl
Converts given object to java.sql.Date.
SqlDateConverter() - Constructor for class jodd.typeconverter.impl.SqlDateConverter
 
SqlTimeConverter - Class in jodd.typeconverter.impl
Converts given object to java.sql.Time.
SqlTimeConverter() - Constructor for class jodd.typeconverter.impl.SqlTimeConverter
 
SqlTimestampConverter - Class in jodd.typeconverter.impl
Converts given object to java.sql.Timestamp.
SqlTimestampConverter() - Constructor for class jodd.typeconverter.impl.SqlTimestampConverter
 
STAR - Static variable in interface jodd.util.StringPool
 
start() - Method in class jodd.datetime.JStopWatch
Starts the stopwatch.
start() - Method in class jodd.io.FileMonitor
Starts the file monitoring polling, after it was stopped.
start - Variable in class jodd.util.collection.JoddArrayList
 
start - Variable in class jodd.util.LoopIterator
 
startsWithChar(String, char) - Static method in class jodd.util.StringUtil
Returns if string starts with given character.
startsWithIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Tests if this string starts with the specified prefix with ignored case.
startsWithIgnoreCase(String, String, int) - Static method in class jodd.util.StringUtil
Tests if this string starts with the specified prefix with ignored case and with the specified prefix beginning a specified index.
startsWithOne(String, String[]) - Static method in class jodd.util.StringUtil
Checks if string starts with at least one string from the provided array.
startsWithOneIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Checks if string starts with at least one string from the provided array.
startTime - Variable in class jodd.datetime.JStopWatch
Last start time.
step - Variable in class jodd.util.LoopIterator
 
stop() - Method in class jodd.datetime.JStopWatch
Stops the stopwatch if running.
stop() - Method in class jodd.io.FileMonitor
Stops the file monitor polling.
stopTime - Variable in class jodd.datetime.JStopWatch
Last stop time.
str(String, byte) - Static method in class jodd.format.Printf
 
str(String, char) - Static method in class jodd.format.Printf
 
str(String, short) - Static method in class jodd.format.Printf
 
str(String, int) - Static method in class jodd.format.Printf
 
str(String, long) - Static method in class jodd.format.Printf
 
str(String, float) - Static method in class jodd.format.Printf
 
str(String, double) - Static method in class jodd.format.Printf
 
str(String, boolean) - Static method in class jodd.format.Printf
 
str(String, String) - Static method in class jodd.format.Printf
 
str(String, Object) - Static method in class jodd.format.Printf
 
str(String, Object...) - Static method in class jodd.format.Printf
 
str(Object) - Static method in class jodd.util.PrettyStringBuilder
Static version for quick access.
StreamGobbler - Class in jodd.io
Consumes a stream.
StreamGobbler(InputStream, String) - Constructor for class jodd.io.StreamGobbler
 
StreamGobbler(InputStream) - Constructor for class jodd.io.StreamGobbler
 
StreamGobbler(InputStream, OutputStream) - Constructor for class jodd.io.StreamGobbler
 
StreamGobbler(InputStream, String, OutputStream) - Constructor for class jodd.io.StreamGobbler
 
StreamUtil - Class in jodd.io
Optimized byte and character stream utilities.
StreamUtil() - Constructor for class jodd.io.StreamUtil
 
string - Variable in class jodd.io.StringInputStream
 
StringArrayConverter - Class in jodd.typeconverter.impl
Converts given object to String[].
StringArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.StringArrayConverter
 
stringAt(int) - Method in class jodd.util.StringBand
Returns string at given position.
StringBand - Class in jodd.util
StringBand is a faster alternative to StringBuilder.
StringBand() - Constructor for class jodd.util.StringBand
Creates an empty StringBand.
StringBand(int) - Constructor for class jodd.util.StringBand
Creates an empty StringBand with provided capacity.
StringBand(String) - Constructor for class jodd.util.StringBand
Creates StringBand with provided content.
StringBand(Object) - Constructor for class jodd.util.StringBand
 
StringConverter - Class in jodd.typeconverter.impl
Converts given object to String.
StringConverter() - Constructor for class jodd.typeconverter.impl.StringConverter
 
StringInputStream - Class in jodd.io
Simple InputStream to fetch bytes from a String.
StringInputStream(String, StringInputStream.Mode) - Constructor for class jodd.io.StringInputStream
 
StringInputStream.Mode - Enum in jodd.io
Mode that defines how input string is processed.
StringKeyedMapAdapter - Class in jodd.util.collection
Adapter for map whose keys are String values.
StringKeyedMapAdapter() - Constructor for class jodd.util.collection.StringKeyedMapAdapter
 
StringOutputStream - Class in jodd.io
Provides an OutputStream to an internal String.
StringOutputStream() - Constructor for class jodd.io.StringOutputStream
Creates new StringOutputStream, makes a new internal StringBuffer.
StringOutputStream(String) - Constructor for class jodd.io.StringOutputStream
 
StringPool - Interface in jodd.util
Pool of String constants to prevent repeating of hard-coded String literals in the code.
StringTemplateParser - Class in jodd.util
Parser for string macro templates.
StringTemplateParser() - Constructor for class jodd.util.StringTemplateParser
 
StringTemplateParser.MacroResolver - Interface in jodd.util
Macro value resolver.
StringUtil - Class in jodd.util
Various String utilities.
StringUtil() - Constructor for class jodd.util.StringUtil
 
stripChar(String, char) - Static method in class jodd.util.StringUtil
Strips leading and trailing char from given string.
stripFromChar(String, char) - Static method in class jodd.util.StringUtil
Strips everything from the first appearance of given char.
stripLeadingChar(String, char) - Static method in class jodd.util.StringUtil
Strips leading char if string starts with one.
stripToChar(String, char) - Static method in class jodd.util.StringUtil
Strips everything up to the first appearance of given char.
stripTrailingChar(String, char) - Static method in class jodd.util.StringUtil
Strips trailing char if string ends with one.
sub(int, int, int, int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
sub(int, int, int, int, int, int, int) - Method in class jodd.datetime.JDateTime
 
sub(int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
sub(int, int, int) - Method in class jodd.datetime.JDateTime
 
sub(JulianDateStamp) - Method in class jodd.datetime.JulianDateStamp
Subtracts a JD from current instance.
sub(double) - Method in class jodd.datetime.JulianDateStamp
Subtracts a double from current instance.
subarray(T[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(T[], int, int, Class<T>) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(String[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(byte[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(char[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(short[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(int[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(long[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(float[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(double[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(boolean[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subDay(int, boolean) - Method in class jodd.datetime.JDateTime
 
subDay(int) - Method in class jodd.datetime.JDateTime
 
subHour(int, boolean) - Method in class jodd.datetime.JDateTime
 
subHour(int) - Method in class jodd.datetime.JDateTime
 
subMillisecond(int, boolean) - Method in class jodd.datetime.JDateTime
 
subMillisecond(int) - Method in class jodd.datetime.JDateTime
 
subMinute(int, boolean) - Method in class jodd.datetime.JDateTime
 
subMinute(int) - Method in class jodd.datetime.JDateTime
 
subMonth(int, boolean) - Method in class jodd.datetime.JDateTime
 
subMonth(int) - Method in class jodd.datetime.JDateTime
 
subSecond(int, boolean) - Method in class jodd.datetime.JDateTime
 
subSecond(int) - Method in class jodd.datetime.JDateTime
 
subSequence(int, int) - Method in class jodd.util.buffer.FastCharBuffer
Returns sub sequence.
subset(Properties, String, boolean) - Static method in class jodd.util.PropertiesUtil
Creates new Properties object from the original one, by copying those properties that have specified first part of the key name.
substring(String, int, int) - Static method in class jodd.util.StringUtil
Returns a new string that is a substring of this string.
subTime(int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
subTime(int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
subTime(int, int, int, int) - Method in class jodd.datetime.JDateTime
 
subTime(int, int, int) - Method in class jodd.datetime.JDateTime
 
subYear(int, boolean) - Method in class jodd.datetime.JDateTime
 
subYear(int) - Method in class jodd.datetime.JDateTime
 
suffix(String, String) - Static method in class jodd.util.StringUtil
Appends suffix if doesn't exist.
SUN_BOOT_CLASS_PATH - Static variable in class jodd.util.SystemUtil
 
SUNDAY - Static variable in class jodd.datetime.JDateTime
 
surround(String, String) - Static method in class jodd.util.StringUtil
 
surround(String, String, String) - Static method in class jodd.util.StringUtil
Surrounds the string with provided prefix and suffix if such missing from string.
systemJars - Static variable in class jodd.io.findfile.ClassFinder
Array of system jars that are excluded from the search.
systemPackages - Variable in class jodd.util.cl.ExtendedURLClassLoader
 
SystemUtil - Class in jodd.util
Various system utilities.
SystemUtil() - Constructor for class jodd.util.SystemUtil
 

T

TAB - Static variable in interface jodd.util.StringPool
 
targetComponentType - Variable in class jodd.typeconverter.impl.ArrayConverter
 
targetComponentType - Variable in class jodd.typeconverter.impl.CollectionConverter
 
TEMP_DIR - Static variable in class jodd.util.SystemUtil
 
tempFilePrefix - Static variable in class jodd.JoddCore
Default temp file prefix.
text(CharSequence) - Static method in class jodd.util.HtmlEncoder
Encodes a string to HTML-safe text.
ThreadUtil - Class in jodd.util
Thread utilities.
ThreadUtil() - Constructor for class jodd.util.ThreadUtil
 
throwException(Throwable) - Static method in class jodd.exception.ExceptionUtil
Throws checked exceptions in un-checked manner.
throwExceptionAlt(Throwable) - Static method in class jodd.exception.ExceptionUtil
Throws checked exceptions in un-checked manner.
throwTargetException(InvocationTargetException) - Static method in class jodd.exception.ExceptionUtil
Throws target of InvocationTargetException if it is exception.
THURSDAY - Static variable in class jodd.datetime.JDateTime
 
time - Variable in class jodd.datetime.JDateTime
DateTimeStamp for current date.
TimedCache<K,V> - Class in jodd.cache
Timed cache.
TimedCache(long) - Constructor for class jodd.cache.TimedCache
 
timeout - Variable in class jodd.cache.AbstractCacheMap
 
timer - Variable in class jodd.io.FileMonitor
 
TimeUtil - Class in jodd.datetime
Date time calculations and utilities.
TimeUtil() - Constructor for class jodd.datetime.TimeUtil
 
timezone - Variable in class jodd.datetime.JDateTime
 
timeZone - Static variable in class jodd.datetime.JDateTimeDefault
Default time zone.
TimeZoneConverter - Class in jodd.typeconverter.impl
Converts given object to Java TimeZone.
TimeZoneConverter() - Constructor for class jodd.typeconverter.impl.TimeZoneConverter
 
TimeZoneUtil - Class in jodd.datetime
Misc timezone utilities.
TimeZoneUtil() - Constructor for class jodd.datetime.TimeZoneUtil
 
TimSort<T> - Class in jodd.util.sort
TimSort from JDK7.
title(String) - Static method in class jodd.util.StringUtil
Makes a title-cased string from given input.
toArray() - Method in class jodd.util.buffer.FastBooleanBuffer
Creates boolean array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastBooleanBuffer
Creates boolean subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastBuffer
Creates E array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastBuffer
Creates E subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastByteBuffer
Creates byte array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastByteBuffer
Creates byte subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastCharBuffer
Creates char array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastCharBuffer
Creates char subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastDoubleBuffer
Creates double array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastDoubleBuffer
Creates double subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastFloatBuffer
Creates float array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastFloatBuffer
Creates float subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastIntBuffer
Creates int array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastIntBuffer
Creates int subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastLongBuffer
Creates long array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastLongBuffer
Creates long subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastShortBuffer
Creates short array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastShortBuffer
Creates short subarray from buffered content.
toArray() - Method in class jodd.util.collection.BooleanArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.ByteArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.CharArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.DoubleArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.FloatArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.IntArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.JoddArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class jodd.util.collection.JoddArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class jodd.util.collection.LongArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.ShortArrayList
Returns an array containing all of the elements in this list in the correct order.
toAscii(char) - Static method in class jodd.util.CharUtil
Returns ASCII value of a char.
toAsciiByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into ASCII array.
toAsciiByteArray(CharSequence) - Static method in class jodd.util.CharUtil
Converts char sequence into ASCII byte array.
toBigDecimal() - Method in class jodd.datetime.JulianDateStamp
Returns BigDecimal value of JD.
toBigDecimal(Object, BigDecimal) - Static method in class jodd.typeconverter.Convert
 
toBigDecimal(Object) - Static method in class jodd.typeconverter.Convert
 
toBigDecimal(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigDecimal.
toBigDecimal(Object, BigDecimal) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigDecimal.
toBigInteger(Object) - Static method in class jodd.typeconverter.Convert
 
toBigInteger(Object, BigInteger) - Static method in class jodd.typeconverter.Convert
 
toBigInteger(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigInteger.
toBigInteger(Object, BigInteger) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigInteger.
toBoolean(Object) - Static method in class jodd.typeconverter.Convert
 
toBoolean(Object, Boolean) - Static method in class jodd.typeconverter.Convert
 
toBoolean(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Boolean.
toBoolean(Object, Boolean) - Method in class jodd.typeconverter.ConvertBean
Converts value to Boolean.
toBooleanArray(Object) - Static method in class jodd.typeconverter.Convert
 
toBooleanArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to boolean[].
toBooleanValue(Object, boolean) - Static method in class jodd.typeconverter.Convert
 
toBooleanValue(Object) - Static method in class jodd.typeconverter.Convert
 
toBooleanValue(Object, boolean) - Method in class jodd.typeconverter.ConvertBean
Converts value to boolean.
toBooleanValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to boolean with common default value.
toByte(Object) - Static method in class jodd.typeconverter.Convert
 
toByte(Object, Byte) - Static method in class jodd.typeconverter.Convert
 
toByte(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Byte.
toByte(Object, Byte) - Method in class jodd.typeconverter.ConvertBean
Converts value to Byte.
toByteArray() - Method in class jodd.io.FastByteArrayOutputStream
 
toByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array to byte array using default Jodd encoding.
toByteArray(char[], String) - Static method in class jodd.util.CharUtil
Converts char array to byte array using provided encoding.
toByteValue(Object, byte) - Static method in class jodd.typeconverter.Convert
 
toByteValue(Object) - Static method in class jodd.typeconverter.Convert
 
toByteValue(Object, byte) - Method in class jodd.typeconverter.ConvertBean
Converts value to byte.
toByteValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to byte with common default value.
toCalendar(Object) - Static method in class jodd.typeconverter.Convert
 
toCalendar(Object, Calendar) - Static method in class jodd.typeconverter.Convert
 
toCalendar(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Calendar.
toCalendar(Object, Calendar) - Method in class jodd.typeconverter.ConvertBean
Converts value to Calendar.
toCalendarDayOfWeek(int) - Static method in class jodd.datetime.TimeUtil
Returns Calendar day-of-week from provided JDateTime.
toCalendarMonth(int) - Static method in class jodd.datetime.TimeUtil
Returns Calendar month from provided JDateTime month.
toCamelCase(String, boolean, char) - Static method in class jodd.util.StringUtil
Converts separated string value to CamelCase.
toChar(byte) - Static method in class jodd.util.CharUtil
Converts (signed) byte to (unsigned) char.
toCharacter(Object) - Static method in class jodd.typeconverter.Convert
 
toCharacter(Object, Character) - Static method in class jodd.typeconverter.Convert
 
toCharacter(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Character.
toCharacter(Object, Character) - Method in class jodd.typeconverter.ConvertBean
Converts value to Character.
toCharacterArray(Object) - Static method in class jodd.typeconverter.Convert
 
toCharacterArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to char[].
toCharArray() - Method in class jodd.io.FastCharArrayWriter
 
toCharArray(byte[]) - Static method in class jodd.util.CharUtil
Converts byte array of default Jodd encoding to char array.
toCharArray(byte[], String) - Static method in class jodd.util.CharUtil
Converts byte array of specific encoding to char array.
toCharValue(Object, char) - Static method in class jodd.typeconverter.Convert
 
toCharValue(Object) - Static method in class jodd.typeconverter.Convert
 
toCharValue(Object, char) - Method in class jodd.typeconverter.ConvertBean
Converts value to char.
toCharValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to char with common default value.
toClass(Object) - Static method in class jodd.typeconverter.Convert
 
toClass(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Class.
toClassArray(Object) - Static method in class jodd.typeconverter.Convert
 
toClassArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Class[].
toCsvString(Object...) - Static method in class jodd.util.CsvUtil
Parse fields as csv string,
toDate(Object) - Static method in class jodd.typeconverter.Convert
 
toDate(Object, Date) - Static method in class jodd.typeconverter.Convert
 
toDate(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Date.
toDate(Object, Date) - Method in class jodd.typeconverter.ConvertBean
Converts value to Date.
todoFiles - Variable in class jodd.io.findfile.FindFile
 
todoFolders - Variable in class jodd.io.findfile.FindFile
 
toDouble(Object) - Static method in class jodd.typeconverter.Convert
 
toDouble(Object, Double) - Static method in class jodd.typeconverter.Convert
 
toDouble(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Double.
toDouble(Object, Double) - Method in class jodd.typeconverter.ConvertBean
Converts value to Double.
toDoubleArray(Object) - Static method in class jodd.typeconverter.Convert
 
toDoubleArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to double[].
toDoubleValue(Object, double) - Static method in class jodd.typeconverter.Convert
 
toDoubleValue(Object) - Static method in class jodd.typeconverter.Convert
 
toDoubleValue(Object, double) - Method in class jodd.typeconverter.ConvertBean
Converts value to double.
toDoubleValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to double with common default value.
toFile(URL) - Static method in class jodd.io.FileUtil
Converts file URLs to file.
toFileName(URL) - Static method in class jodd.io.FileUtil
Converts file URLs to file name.
toFloat(Object) - Static method in class jodd.typeconverter.Convert
 
toFloat(Object, Float) - Static method in class jodd.typeconverter.Convert
 
toFloat(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Float.
toFloat(Object, Float) - Method in class jodd.typeconverter.ConvertBean
Converts value to Float.
toFloatArray(Object) - Static method in class jodd.typeconverter.Convert
 
toFloatArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to float[].
toFloatValue(Object, float) - Static method in class jodd.typeconverter.Convert
 
toFloatValue(Object) - Static method in class jodd.typeconverter.Convert
 
toFloatValue(Object, float) - Method in class jodd.typeconverter.ConvertBean
Converts value to float.
toFloatValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to float with common default value.
toInteger(Object) - Static method in class jodd.typeconverter.Convert
 
toInteger(Object, Integer) - Static method in class jodd.typeconverter.Convert
 
toInteger(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Integer.
toInteger(Object, Integer) - Method in class jodd.typeconverter.ConvertBean
Converts value to Integer.
toIntegerArray(Object) - Static method in class jodd.typeconverter.Convert
 
toIntegerArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to int[].
toIntValue(Object, int) - Static method in class jodd.typeconverter.Convert
 
toIntValue(Object) - Static method in class jodd.typeconverter.Convert
 
toIntValue(Object, int) - Method in class jodd.typeconverter.ConvertBean
Converts value to int.
toIntValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to int with common default value.
toJDateTime(Object) - Static method in class jodd.typeconverter.Convert
 
toJDateTime(Object, JDateTime) - Static method in class jodd.typeconverter.Convert
 
toJDateTime(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to JDateTime.
toJDateTime(Object, JDateTime) - Method in class jodd.typeconverter.ConvertBean
Converts value to JDateTime.
toJulianDate(DateTimeStamp) - Static method in class jodd.datetime.TimeUtil
Calculates Astronomical Julian Date from given time stamp.
toJulianDate(int, int, int, int, int, int, int) - Static method in class jodd.datetime.TimeUtil
Calculates Astronomical Julian Date from given time.
toLong(Object) - Static method in class jodd.typeconverter.Convert
 
toLong(Object, Long) - Static method in class jodd.typeconverter.Convert
 
toLong(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Long.
toLong(Object, Long) - Method in class jodd.typeconverter.ConvertBean
Converts value to Long.
toLongArray(Object) - Static method in class jodd.typeconverter.Convert
 
toLongArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to long[].
toLongValue(Object, long) - Static method in class jodd.typeconverter.Convert
 
toLongValue(Object) - Static method in class jodd.typeconverter.Convert
 
toLongValue(Object, long) - Method in class jodd.typeconverter.ConvertBean
Converts value to long.
toLongValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to long with common default value.
toLowerAscii(char) - Static method in class jodd.util.CharUtil
Lowers uppercase ASCII char.
toLowerCase(String) - Static method in class jodd.util.StringUtil
Converts all of the characters in the string to lower case, based on the portal instance's default locale.
toLowerCase(String, Locale) - Static method in class jodd.util.StringUtil
Converts all of the characters in the string to lower case, based on the locale.
toPrettyString(Object) - Method in class jodd.util.PrettyStringBuilder
Returns pretty value from object value.
toRawByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into byte array by replacing each character with two bytes.
toRawCharArray(byte[]) - Static method in class jodd.util.CharUtil
 
toSafeString(Object) - Static method in class jodd.util.StringUtil
Converts safely an object to a string.
toShort(Object) - Static method in class jodd.typeconverter.Convert
 
toShort(Object, Short) - Static method in class jodd.typeconverter.Convert
 
toShort(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Short.
toShort(Object, Short) - Method in class jodd.typeconverter.ConvertBean
Converts value to Short.
toShortArray(Object) - Static method in class jodd.typeconverter.Convert
 
toShortArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to short[].
toShortValue(Object, short) - Static method in class jodd.typeconverter.Convert
 
toShortValue(Object) - Static method in class jodd.typeconverter.Convert
 
toShortValue(Object, short) - Method in class jodd.typeconverter.ConvertBean
Converts value to short.
toShortValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to short with common default value.
toSimpleByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into byte array by stripping the high byte of each character.
toSimpleByteArray(CharSequence) - Static method in class jodd.util.CharUtil
Converts char sequence into byte array.
toSimpleCharArray(byte[]) - Static method in class jodd.util.CharUtil
Converts byte array to char array by simply extending bytes to chars.
toString() - Method in class jodd.datetime.DateTimeStamp
Simple to string conversion.
toString(String) - Method in class jodd.datetime.JDateTime
Returns string representation of date/time in specified format.
toString() - Method in class jodd.datetime.JDateTime
Returns spring representation of current date/time in currently active format.
toString(JdtFormat) - Method in class jodd.datetime.JDateTime
 
toString() - Method in class jodd.datetime.JStopWatch
Returns total elapsed time as formatted string from the last start.
toString() - Method in class jodd.datetime.JulianDateStamp
Returns string representation of JD.
toString() - Method in class jodd.io.FastByteArrayOutputStream
 
toString(String) - Method in class jodd.io.FastByteArrayOutputStream
 
toString() - Method in class jodd.io.FastCharArrayWriter
 
toString() - Method in class jodd.io.findfile.ClassFinder.EntryData
 
toString() - Method in class jodd.io.StringOutputStream
Returns the content of the internal StringBuffer as a String, the result of all writing to this OutputStream.
toString() - Method in class jodd.mutable.MutableBoolean
Stringify the value.
toString() - Method in class jodd.mutable.MutableByte
Stringify the value.
toString() - Method in class jodd.mutable.MutableDouble
Stringify the value.
toString() - Method in class jodd.mutable.MutableFloat
Stringify the value.
toString() - Method in class jodd.mutable.MutableInteger
Stringify the value.
toString() - Method in class jodd.mutable.MutableLong
Stringify the value.
toString() - Method in class jodd.mutable.MutableShort
Stringify the value.
toString() - Method in class jodd.mutable.ValueHolder
Simple to-string representation.
toString(Object) - Static method in class jodd.typeconverter.Convert
 
toString(Object, String) - Static method in class jodd.typeconverter.Convert
 
toString(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to String.
toString(Object, String) - Method in class jodd.typeconverter.ConvertBean
Converts value to String.
toString(Object[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(String[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(byte[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(char[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(short[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(int[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(long[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(float[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(double[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(boolean[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString() - Method in class jodd.util.buffer.FastCharBuffer
Returns buffer content as a string.
toString() - Method in class jodd.util.collection.JoddArrayList
Returns string representation of this array.
toString() - Method in class jodd.util.LoopIterator
 
toString(Object) - Method in class jodd.util.PrettyStringBuilder
Returns pretty string representation of the object.
toString() - Method in class jodd.util.StringBand
Joins together all strings into one.
toString(Object) - Static method in class jodd.util.StringUtil
Converts safely an object to a string.
toString() - Method in class jodd.util.URLCoder.Builder
Returns full URL.
toString(Object) - Static method in class jodd.util.Util
Returns string representation of an object, while checking for null.
toStringArray(Object) - Static method in class jodd.typeconverter.Convert
 
toStringArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to String[].
toStringArray(String) - Static method in class jodd.util.CsvUtil
Converts CSV line to string array.
toStringArray(Object) - Static method in class jodd.util.StringUtil
Converts an object to a String Array.
total() - Method in class jodd.datetime.JStopWatch
Stops the stopwatch and returns total cumulative time in ms.
totalLaps() - Method in class jodd.datetime.JStopWatch
Returns the total number of laps up to this moment.
totalTime - Variable in class jodd.datetime.JStopWatch
Cumulative elapsed time.
touch(String) - Static method in class jodd.io.FileUtil
 
touch(File) - Static method in class jodd.io.FileUtil
Implements the Unix "touch" utility.
toUpperAscii(char) - Static method in class jodd.util.CharUtil
Uppers lowercase ASCII char.
toUpperCase(String) - Static method in class jodd.util.StringUtil
Converts all of the characters in the string to upper case, based on the portal instance's default locale.
toUpperCase(String, Locale) - Static method in class jodd.util.StringUtil
Converts all of the characters in the string to upper case, based on the locale.
toURL(File) - Static method in class jodd.io.FileUtil
Converts file to URL in a correct way.
trackDST - Variable in class jodd.datetime.JDateTime
 
trackDST - Static variable in class jodd.datetime.JDateTimeDefault
Default value for tracking DST.
trimAll(String[]) - Static method in class jodd.util.StringUtil
Trims array of strings.
trimDown(String) - Static method in class jodd.util.StringUtil
Trims string and sets to null if trimmed string is empty.
trimDownAll(String[]) - Static method in class jodd.util.StringUtil
Trims array of strings where empty strings are set to null.
trimLeft(String) - Static method in class jodd.util.StringUtil
Trim whitespaces from the left.
trimRight(String) - Static method in class jodd.util.StringUtil
Trim whitespaces from the right.
trimToSize() - Method in class jodd.util.collection.BooleanArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.ByteArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.CharArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.DoubleArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.FloatArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.IntArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.JoddArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.LongArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.ShortArrayList
Trims the capacity of this instance to be the list's current size.
TRUE - Static variable in interface jodd.util.StringPool
 
truncate(String, int) - Static method in class jodd.util.StringUtil
Sets the maximum length of the string.
TUESDAY - Static variable in class jodd.datetime.JDateTime
 
type - Variable in class jodd.io.StreamGobbler
 
TypeConversionException - Exception in jodd.typeconverter
Type conversion exception.
TypeConversionException(Throwable) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(String) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(String, Throwable) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(Object) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(Object, Throwable) - Constructor for exception jodd.typeconverter.TypeConversionException
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableByteConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableDoubleConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableFloatConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableIntegerConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableLongConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableShortConverter
 
TypeConverter<T> - Interface in jodd.typeconverter
Object converter interface.
TypeConverterManager - Class in jodd.typeconverter
Provides dynamic object conversion to a type.
TypeConverterManager() - Constructor for class jodd.typeconverter.TypeConverterManager
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.ArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.BooleanArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.ByteArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.CharacterArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.CollectionConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.DoubleArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.FloatArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.IntegerArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.LongArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.ShortArrayConverter
 
TypeConverterManagerBean - Class in jodd.typeconverter
Provides dynamic object conversion to a type.
TypeConverterManagerBean() - Constructor for class jodd.typeconverter.TypeConverterManagerBean
 
typeConverters - Variable in class jodd.typeconverter.ConvertBean
Common type converters, filled up during the registration.
typeToString(Type) - Static method in class jodd.util.ReflectUtil
Converts Type to a String.

U

uncapitalize(String) - Static method in class jodd.util.StringUtil
Uncapitalizes a String, changing the first letter to lower case.
UncheckedException - Exception in jodd.exception
Unchecked exception and also a wrapper for checked exceptions.
UncheckedException(Throwable) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(Throwable, boolean) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException() - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(String) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(String, Throwable) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(String, Throwable, boolean) - Constructor for exception jodd.exception.UncheckedException
 
UNDERSCORE - Static variable in interface jodd.util.StringPool
 
unescapeJava(String) - Static method in class jodd.util.StringUtil
Unescapes a string using java rules.
ungzip(String) - Static method in class jodd.io.ZipUtil
Decompress gzip archive.
ungzip(File) - Static method in class jodd.io.ZipUtil
Decompress gzip archive.
UnicodeInputStream - Class in jodd.io
Unicode input stream for detecting UTF encodings and reading BOM characters.
UnicodeInputStream(InputStream, String) - Constructor for class jodd.io.UnicodeInputStream
Creates new unicode stream.
unregister(Class) - Static method in class jodd.typeconverter.TypeConverterManager
 
unregister(Class) - Method in class jodd.typeconverter.TypeConverterManagerBean
Un-registers converter for given type.
UNSAFE - Static variable in class jodd.util.UnsafeUtil
 
UnsafeUtil - Class in jodd.util
Few methods using infamous java.misc.Unsafe, mostly for private use.
UnsafeUtil() - Constructor for class jodd.util.UnsafeUtil
 
unzip(String, String, String...) - Static method in class jodd.io.ZipUtil
Extracts zip file content to the target directory.
unzip(File, File, String...) - Static method in class jodd.io.ZipUtil
Extracts zip file to the target directory.
UPLOAD - Static variable in class jodd.Jodd
 
URIConverter - Class in jodd.typeconverter.impl
Convert given object to URI.
URIConverter() - Constructor for class jodd.typeconverter.impl.URIConverter
 
url - Variable in class jodd.util.URLCoder.Builder
 
URLCoder - Class in jodd.util
Encodes URLs correctly, significantly faster and more convenient.
URLCoder() - Constructor for class jodd.util.URLCoder
 
URLCoder.Builder - Class in jodd.util
 
URLCoder.Builder(String, boolean, String) - Constructor for class jodd.util.URLCoder.Builder
 
URLConverter - Class in jodd.typeconverter.impl
Converts given object to URL.
URLConverter() - Constructor for class jodd.typeconverter.impl.URLConverter
 
URLDecoder - Class in jodd.util
URL decoder.
URLDecoder() - Constructor for class jodd.util.URLDecoder
 
US_ASCII - Static variable in interface jodd.util.StringPool
 
usedSize - Variable in class jodd.cache.FileLFUCache
 
USER_DIR - Static variable in class jodd.util.SystemUtil
 
USER_HOME - Static variable in class jodd.util.SystemUtil
 
USER_NAME - Static variable in class jodd.util.SystemUtil
 
UTF_8 - Static variable in interface jodd.util.StringPool
 
Util - Class in jodd.util
Some general utilities.
Util() - Constructor for class jodd.util.Util
 

V

validateHostIp(String) - Static method in class jodd.io.NetUtil
Validates IP address given as a string.
value - Variable in class jodd.mutable.MutableBoolean
The mutable value.
value - Variable in class jodd.mutable.MutableByte
The mutable value.
value - Variable in class jodd.mutable.MutableDouble
The mutable value.
value - Variable in class jodd.mutable.MutableFloat
The mutable value.
value - Variable in class jodd.mutable.MutableInteger
The mutable value.
value - Variable in class jodd.mutable.MutableLong
The mutable value.
value - Variable in class jodd.mutable.MutableShort
The mutable value.
value - Variable in class jodd.mutable.ValueHolder
 
value - Variable in class jodd.util.LoopIterator
 
value - Variable in class jodd.util.NameValue
 
ValueHolder<T> - Class in jodd.mutable
Generic mutable value holder for holding objects.
ValueHolder() - Constructor for class jodd.mutable.ValueHolder
 
ValueHolder(T) - Constructor for class jodd.mutable.ValueHolder
 
valueOf(String) - Static method in enum jodd.io.findfile.FindFile.Match
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jodd.io.StringInputStream.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jodd.util.collection.JoddArrayList.PIVOT_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum jodd.io.findfile.FindFile.Match
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jodd.io.StringInputStream.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values(Byte[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Character[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Short[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Integer[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Long[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Float[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Double[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Boolean[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values() - Method in class jodd.util.collection.IntHashMap
Returns a collection view of the values contained in this map.
values() - Static method in enum jodd.util.collection.JoddArrayList.PIVOT_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
valuesOf(byte[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(char[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(short[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(int[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(long[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(float[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(double[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(boolean[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
VTOR - Static variable in class jodd.Jodd
 

W

wait(Object) - Static method in class jodd.util.ThreadUtil
Waits for a object for synchronization purposes.
wait(Object, long) - Static method in class jodd.util.ThreadUtil
Waits for a object or a timeout for synchronization purposes.
walking - Variable in class jodd.io.findfile.FindFile
 
WEDNESDAY - Static variable in class jodd.datetime.JDateTime
 
weekdays - Variable in class jodd.util.DateFormatSymbolsEx
 
weekofmonth - Variable in class jodd.datetime.JDateTime
Week of month.
weekofyear - Variable in class jodd.datetime.JDateTime
Week of year, range: [1-52] or [1-53]
width - Variable in class jodd.format.PrintfFormat
 
Wildcard - Class in jodd.util
Checks whether a string or path matches a given wildcard pattern.
Wildcard() - Constructor for class jodd.util.Wildcard
 
WildcardFileFilter - Class in jodd.io.filter
FileFilter that matches file names against wildcard pattern (*, ?
WildcardFileFilter(String) - Constructor for class jodd.io.filter.WildcardFileFilter
Wildcard file filter.
WildcardFindFile - Class in jodd.io.findfile
FindFile that matches file names using *, ?
WildcardFindFile() - Constructor for class jodd.io.findfile.WildcardFindFile
 
wrap(Throwable) - Static method in exception jodd.exception.UncheckedException
Wraps all exceptions in a UncheckedException
wrap(Throwable, String) - Static method in exception jodd.exception.UncheckedException
Wraps all exceptions in a UncheckedException
wrapChecked(Throwable) - Static method in exception jodd.exception.UncheckedException
Wraps checked exceptions in a UncheckedException.
write(int) - Method in class jodd.io.DebugOutputStream
 
write(byte[]) - Method in class jodd.io.DebugOutputStream
 
write(byte[], int, int) - Method in class jodd.io.DebugOutputStream
 
write(byte[], int, int) - Method in class jodd.io.FastByteArrayOutputStream
 
write(int) - Method in class jodd.io.FastByteArrayOutputStream
Writes single byte.
write(char[], int, int) - Method in class jodd.io.FastCharArrayWriter
 
write(int) - Method in class jodd.io.FastCharArrayWriter
Writes single byte.
write(String, int, int) - Method in class jodd.io.FastCharArrayWriter
 
write(byte[]) - Method in class jodd.io.StringOutputStream
Writes and appends byte array to StringOutputStream.
write(byte[], int, int) - Method in class jodd.io.StringOutputStream
Writes and appends a byte array to StringOutputStream.
write(int) - Method in class jodd.io.StringOutputStream
Writes and appends a single byte to StringOutputStream.
writeBytes(String, byte[]) - Static method in class jodd.io.FileUtil
 
writeBytes(String, byte[], int, int) - Static method in class jodd.io.FileUtil
 
writeBytes(File, byte[]) - Static method in class jodd.io.FileUtil
 
writeBytes(File, byte[], int, int) - Static method in class jodd.io.FileUtil
 
writeChars(File, char[]) - Static method in class jodd.io.FileUtil
 
writeChars(String, char[]) - Static method in class jodd.io.FileUtil
 
writeChars(File, char[], String) - Static method in class jodd.io.FileUtil
 
writeChars(String, char[], String) - Static method in class jodd.io.FileUtil
 
writeObject(String, Object) - Static method in class jodd.util.ObjectUtil
 
writeObject(File, Object) - Static method in class jodd.util.ObjectUtil
Writes serializable object to a file.
writeObjectAsXml(String, Object) - Static method in class jodd.util.ObjectXmlUtil
 
writeObjectAsXml(File, Object) - Static method in class jodd.util.ObjectXmlUtil
Writes serializable object to a XML file.
writeStream(File, InputStream) - Static method in class jodd.io.FileUtil
 
writeStream(String, InputStream) - Static method in class jodd.io.FileUtil
 
writeString(String, String) - Static method in class jodd.io.FileUtil
 
writeString(String, String, String) - Static method in class jodd.io.FileUtil
 
writeString(File, String) - Static method in class jodd.io.FileUtil
 
writeString(File, String, String) - Static method in class jodd.io.FileUtil
 
writeTo(OutputStream) - Method in class jodd.io.FastByteArrayOutputStream
 
writeTo(Writer) - Method in class jodd.io.FastCharArrayWriter
 
writeToFile(Properties, String) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToFile(Properties, String, String) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToFile(Properties, File) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToFile(Properties, File, String) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.

X

xml(CharSequence) - Static method in class jodd.util.HtmlEncoder
Encodes XML string.

Y

Y - Static variable in interface jodd.util.StringPool
 
year - Variable in class jodd.datetime.DateTimeStamp
Year.
YES - Static variable in interface jodd.util.StringPool
 

Z

ZERO - Static variable in interface jodd.util.StringPool
 
zip(String) - Static method in class jodd.io.ZipUtil
Zips a file or a folder.
zip(File) - Static method in class jodd.io.ZipUtil
Zips a file or a folder.
ZIP_EXT - Static variable in class jodd.io.ZipUtil
 
ZipUtil - Class in jodd.io
Performs zip/gzip/zlib operations on files and directories.
ZipUtil() - Constructor for class jodd.io.ZipUtil
 
ZipUtil.AddToZip - Class in jodd.io
Command: "add to zip".
zlib(String) - Static method in class jodd.io.ZipUtil
Compresses a file into zlib archive.
zlib(File) - Static method in class jodd.io.ZipUtil
Compresses a file into zlib archive.
ZLIB_EXT - Static variable in class jodd.io.ZipUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2003-2013 Jodd Team