- 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
-
- AbstractFormatter() - Constructor for class jodd.datetime.format.AbstractFormatter
-
- accept(T, R, boolean) - Method in interface jodd.util.InExRuleMatcher
-
Match the value against the rule.
- accept(T, R, boolean) - Method in class jodd.util.InExRules
-
Matches value against single rule.
- 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.
- acceptFile(File) - Method in class jodd.io.watch.DirWatcher
-
Accepts if a file is going to be watched.
- 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(File) - Method in class jodd.io.ZipBuilder
-
- add(String) - Method in class jodd.io.ZipBuilder
-
- add(byte[]) - Method in class jodd.io.ZipBuilder
-
- add(E) - Method in class jodd.util.buffer.FastBuffer
-
Adds element to buffer.
- 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(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(E) - Method in class jodd.util.collection.SetMapAdapter
-
Adds the specified element to this set if it is not already
present.
- 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(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(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.
- addFolder(String) - Method in class jodd.io.ZipBuilder
-
- addFolderToZip(ZipOutputStream, String, String) - Static method in class jodd.io.ZipUtil
-
- 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.
- addLoaderOnlyRules(String...) - Method in class jodd.util.cl.ExtendedURLClassLoader
-
Adds loader-only rules for classes 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
-
- addParentOnlyRules(String...) - Method in class jodd.util.cl.ExtendedURLClassLoader
-
Adds parent only rules for classes which must be loaded on the
parent loader.
- addPath(File) - Method in class jodd.io.findfile.FindFile
-
Adds existing search path to the file list.
- addRule(R, boolean) - Method in class jodd.util.InExRules
-
Adds a rule.
- 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.
- 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, File, String, String, boolean) - Static method in class jodd.io.ZipUtil
-
Adds single entry to ZIP output stream.
- addToZip(ZipOutputStream, byte[], String, String) - Static method in class jodd.io.ZipUtil
-
Adds byte content into the zip as a file.
- 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.RandomString
-
- ALPHA_RANGE - Static variable in class jodd.util.RandomString
-
- 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
-
- apply(T, boolean) - Method in class jodd.util.InExRules
-
Applies rules on given flag using current black/white list mode.
- apply(T, boolean, boolean) - Method in class jodd.util.InExRules
-
Applies rules on given flag.
- 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.
- 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.
- ASTERISK - Static variable in interface jodd.util.StringPool
-
- AT - Static variable in interface jodd.util.StringPool
-
- attributeDoubleQuoted(CharSequence) - Static method in class jodd.util.HtmlEncoder
-
Encodes attribute value that will be double quoted.
- attributeSingleQuoted(CharSequence) - Static method in class jodd.util.HtmlEncoder
-
Encodes attribute value that will be single quoted.
- AUGUST - Static variable in class jodd.datetime.JDateTime
-
- 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.
- 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
-
- calculate(int) - Method in enum jodd.util.collection.JoddArrayList.PIVOT_TYPE
-
- calculateLength() - Method in class jodd.util.StringBand
-
Calculates string length.
- 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.
- 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
-
- chars(char...) - Static method in class jodd.util.ArraysUtil
-
Wraps elements into an array.
- CHARS - Static variable in class jodd.util.Base64
-
- 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.
- 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.core.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.
- ClassMap<V> - Class in jodd.util.collection
-
Storage for holding classes keys and values.
- ClassMap(int) - Constructor for class jodd.util.collection.ClassMap
-
Creates new map with given initial capacity.
- ClassMap() - Constructor for class jodd.util.collection.ClassMap
-
- 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.ClassMap
-
Clears the class map.
- 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.SetMapAdapter
-
Removes all of the elements from this set.
- clear() - Method in class jodd.util.collection.StringKeyedMapAdapter
-
Removes all attributes from the request as well as clears entries in this map.
- 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(Closeable) - Static method in class jodd.io.StreamUtil
-
Closes silently the closable object.
- close() - Method in class jodd.io.UnicodeInputStream
-
Closes input stream.
- close(ZipFile) - Static method in class jodd.io.ZipUtil
-
Closes zip file safely.
- 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.ZipBuilder.AddContentToZip
-
Defines optional comment.
- comment(String) - Method in class jodd.io.ZipBuilder.AddFileToZip
-
Defines optional comment.
- 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
-
- 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
-
- 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(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(Object) - Method in class jodd.util.collection.SetMapAdapter
-
Returns true if this set 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(CharSequence) - Static method in class jodd.util.StringUtil
-
Returns true if string contains only digits.
- containsOnlyDigitsAndSigns(CharSequence) - Static method in class jodd.util.StringUtil
-
- containsOnlyWhitespaces(CharSequence) - 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.
- convertCharset(String, String, String) - Static method in class jodd.util.StringUtil
-
Converts string charset.
- 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
-
- 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.
- convertToDate() - Method in class jodd.datetime.JDateTime
-
Converts to Date instance.
- convertToRoman(int) - Static method in class jodd.format.RomanNumber
-
Converts to Roman number.
- 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.
- 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.
- 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
-
- create() - Static method in class jodd.mutable.ValueHolderWrapper
-
- create() - Static method in class jodd.util.StringTemplateParser
-
Static ctor.
- createAnnotationData(A) - Method in class jodd.util.AnnotationDataReader
-
Creates annotation data from given annotation.
- createDirs - Variable in class jodd.io.FileUtilParams
-
- createEntriesRules() - Method in class jodd.io.findfile.ClassFinder
-
- 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.
- createHash(String) - Method in class jodd.util.PBKDF2Hash
-
Returns a salted PBKDF2 hash of the password.
- createHash(char[]) - Method in class jodd.util.PBKDF2Hash
-
Returns a salted PBKDF2 hash of the password.
- createJarRules() - Method in class jodd.io.findfile.ClassFinder
-
Creates JAR rules.
- createMapMacroResolver(Map) - Static method in class jodd.util.StringTemplateParser
-
- createRulesEngine() - Method in class jodd.io.findfile.FindFile
-
Creates rule engine.
- createRulesEngine() - Method in class jodd.io.findfile.RegExpFindFile
-
- createRulesEngine() - Method in class jodd.io.findfile.WildcardFindFile
-
- createString(char[]) - Static method in class jodd.util.UnsafeUtil
-
Creates (mutable) string 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.
- createZipFile(File) - Static method in class jodd.io.ZipBuilder
-
- createZipFile(String) - Static method in class jodd.io.ZipBuilder
-
- createZipInMemory() - Static method in class jodd.io.ZipBuilder
-
- 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.
- crypt_raw(byte[], byte[], int, int[]) - Method in class jodd.util.BCrypt
-
Perform the central password hashing step in the
bcrypt scheme.
- 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
-
- cutBetween(String, String, String) - Static method in class jodd.util.StringUtil
-
Cuts a string between two other strings.
- 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.
- elapsed() - Method in class jodd.datetime.JStopWatch
-
- 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 - Static variable in class jodd.core.JoddCore
-
Default file encoding (UTF8).
- encoding - Variable in class jodd.io.FileUtilParams
-
- encoding - Variable in class jodd.util.URLCoder.Builder
-
- end - Variable in class jodd.io.StreamGobbler
-
- 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.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.
- 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.InExRules.Rule
-
- 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(CharSequence, CharSequence) - Static method in class jodd.util.Wildcard
-
- 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.
- exceptionStackTraceToString(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.
- exclude(R) - Method in class jodd.util.InExRules
-
Adds exclude rule.
- excludeAll() - Method in class jodd.io.findfile.FindFile
-
Enables whitelist mode.
- excludesCount - Variable in class jodd.util.InExRules
-
- 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, boolean) - Constructor for class jodd.util.cl.ExtendedURLClassLoader
-
- ExtendedURLClassLoader(URL[], ClassLoader, boolean, boolean) - Constructor for class jodd.util.cl.ExtendedURLClassLoader
-
Creates class loader with given loading strategy.
- ExtendedURLClassLoader.Loading - Class in jodd.util.cl
-
- ExtendedURLClassLoader.Loading(boolean, boolean) - Constructor for class jodd.util.cl.ExtendedURLClassLoader.Loading
-
- extractTargetException(InvocationTargetException) - Static method in class jodd.exception.ExceptionUtil
-
- 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
-
- 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.
- 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_ENCODING - Static variable in class jodd.util.SystemUtil
-
- FileConsumer - Interface in jodd.io.findfile
-
- fileEncoding() - Static method in class jodd.util.SystemUtil
-
Returns file encoding.
- 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.
- 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.findfile.FindFile.FilesIterator
-
- filesCount - Variable in class jodd.io.watch.DirWatcher
-
- FileUtil - Class in jodd.io
-
File utilities.
- FileUtil() - Constructor for class jodd.io.FileUtil
-
- fileUtilParams - Static variable in class jodd.core.JoddCore
-
Default parameters used in
FileUtil operations.
- FileUtilParams - Class in jodd.io
-
- FileUtilParams() - Constructor for class jodd.io.FileUtilParams
-
- find() - Method in class jodd.io.findfile.FindFile
-
Performs scanning.
- find(FileConsumer) - Method in class jodd.io.findfile.FindFile
-
Finds a file.
- 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.
- findEnum(Class) - Static method in class jodd.util.ReflectUtil
-
Returns enum class or null if class is not an enum.
- 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.
- 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.
- fmix64(long) - Static method in class jodd.util.MurmurHash3
-
- 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/time 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.
- 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(Class) - Method in class jodd.util.collection.ClassMap
-
Returns a value associated to a key in thread-safe way.
- 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(Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
-
Returns the request attribute associated with the given key or null if it doesn't exist.
- get(String, String) - Static method in class jodd.util.SystemUtil
-
Get system property.
- 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.
- 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
-
- 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.
- getClassAsStream(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
-
Opens a class of the specified name for reading using provided class loader.
- 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.
- getClassLoader(Class<?>) - Static method in class jodd.util.ClassLoaderUtil
-
Returns class loader of a class, considering the security manager.
- 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, int) - Static method in class jodd.util.ReflectUtil
-
Returns single component type.
- getComponentType(Type, Class, int) - Static method in class jodd.util.ReflectUtil
-
Returns single component type for given type and implementation.
- getComponentTypes(Type) - Static method in class jodd.util.ReflectUtil
-
- getComponentTypes(Type, Class) - Static method in class jodd.util.ReflectUtil
-
Returns all component types of the given type.
- getContextClassLoader() - Static method in class jodd.util.ClassLoaderUtil
-
Returns thread context class loader.
- 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
-
- 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
-
- getDefaultClasspath(ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
-
Returns default class path from all available URLClassLoader
in classloader hierarchy.
- 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.
- getExitCode() - Method in class jodd.util.RuntimeUtil.ProcessResult
-
- 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.
- 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, int) - Static method in class jodd.util.ReflectUtil
-
Shortcut for getComponentType(type.getGenericSuperclass()).
- getGenericSupertypes(Class) - Static method in class jodd.util.ReflectUtil
-
Shortcut for getComponentTypes(type.getGenericSuperclass()).
- 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.
- 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.
- getInstance() - Static method in class jodd.util.RandomString
-
Returns default instance of RandomString.
- 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.
- getJdtFormatter() - Method in class jodd.datetime.JDateTime
-
- 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
-
- getLongLittleEndian(byte[], int) - Static method in class jodd.util.MurmurHash3
-
Gets a long from a byte buffer in little endian byte order.
- getMacroEnd() - Method in class jodd.util.StringTemplateParser
-
- getMacroPrefix() - 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.
- 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
-
- getOut() - Method in class jodd.util.RuntimeUtil.ProcessResult
-
- 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.
- 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, boolean) - 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.
- getResourceAsStream(String, ClassLoader, boolean) - 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
-
- 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.
- getRule(int) - Method in class jodd.util.InExRules
-
Returns rule's value on given index.
- 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.
- 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.
- 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.
- 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.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.
- 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
-
- ignoreCase - Variable in class jodd.util.NaturalOrderComparator
-
- ignoreDotFiles - Variable in class jodd.io.watch.DirWatcher
-
- ignoreDotFiles(boolean) - Method in class jodd.io.watch.DirWatcher
-
Enables or disables if dot files should be watched.
- 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.
- include(R) - Method in class jodd.util.InExRules
-
Adds include rule.
- include - Variable in class jodd.util.InExRules.Rule
-
- includeAll() - Method in class jodd.io.findfile.FindFile
-
Enables blacklist mode.
- includeDirs - Variable in class jodd.io.findfile.FindFile
-
- 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.
- includesCount - Variable in class jodd.util.InExRules
-
- index - Variable in class jodd.io.findfile.FindFile.FilesIterator
-
- 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(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(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.
- InExRuleMatcher<T,R> - Interface in jodd.util
-
Rule matcher.
- inExRuleMatcher - Variable in class jodd.util.InExRules
-
- InExRules<T,R> - Class in jodd.util
-
One-class rule engine for includes/excludes logic.
- InExRules() - Constructor for class jodd.util.InExRules
-
Creates default instance.
- InExRules(InExRuleMatcher<T, R>) - Constructor for class jodd.util.InExRules
-
Creates instance that uses provided matcher.
- InExRules.Rule<R> - Class in jodd.util
-
Rule definition.
- InExRules.Rule(R, boolean) - Constructor for class jodd.util.InExRules.Rule
-
- init() - Static method in class jodd.core.JoddCore
-
- 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() - Method in class jodd.io.watch.DirWatcher
-
Initializes dir watcher by reading all files
from watched folder.
- init(Class) - Static method in class jodd.Jodd
-
Manual initialization of a module.
- init(int) - Method in class jodd.util.collection.JoddArrayList
-
Initializes the list.
- initAllModules() - Static method in class jodd.Jodd
-
Loads all modules on the classpath by using classloader
of this class.
- initialCapacity - Static variable in class jodd.util.collection.IntArrayList
-
- 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.
- INSTANCE - Static variable in class jodd.util.RandomString
-
- int2hex(int) - Static method in class jodd.util.CharUtil
-
Converts integer digit to heck char.
- 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).
- 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.
- INTROSPECTOR - Static variable in class jodd.Jodd
-
- 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(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.core.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.
- isBinary(File) - Static method in class jodd.io.FileUtil
-
Checks the start of the file for ASCII control characters
- isBlacklist() - Method in class jodd.util.InExRules
-
Returns true if blacklist mode is set.
- isBlank(CharSequence) - Static method in class jodd.util.StringUtil
-
- 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.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.SetMapAdapter
-
Returns true if this set contains no elements.
- isEmpty(CharSequence) - 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.
- isExistingFile(File) - Static method in class jodd.io.FileUtil
-
Returns true if file exists.
- isExistingFolder(File) - Static method in class jodd.io.FileUtil
-
Returns true if folder exists.
- 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.
- isHostAndroid() - Static method in class jodd.util.SystemUtil
-
Returns true if system is android.
- 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.
- isInstanceOf(Object, Class) - Static method in class jodd.util.ReflectUtil
-
Safe version of isInstance, returns false
if any of the arguments is null.
- 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.
- isMatchingRules(String, String...) - Method in class jodd.util.cl.ExtendedURLClassLoader
-
Returns true if class or resource name matches
at least one package rule from the list.
- 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(CharSequence) - Static method in class jodd.util.StringUtil
-
Determines if a string is not empty.
- 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
-
- 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.
- isReallyFull(K) - Method in class jodd.cache.AbstractCacheMap
-
- 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
-
- isSubDelimiter(int) - Static method in class jodd.util.CharUtil
-
Indicates whether the given character is in the sub-delims set.
- isSubstringAt(String, String, int) - Static method in class jodd.util.StringUtil
-
Returns true if substring exist at given offset in a string.
- 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
-
- isTypeOf(Class<?>, Class<?>) - Static method in class jodd.util.ReflectUtil
-
Safe version of isAssignableFrom method that
returns false if one of the arguments is null.
- isTypeSignatureInUse(InputStream, byte[]) - Method in class jodd.io.findfile.ClassFinder
-
- 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
-
- isWhitelist() - Method in class jodd.util.InExRules
-
Returns true if whitelist mode is set.
- 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
-
- ITERATION_INDEX - Static variable in class jodd.util.PBKDF2Hash
-
- 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.
- 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
-
- javaHome() - 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.
- javaJreHome() - Static method in class jodd.util.SystemUtil
-
Returns JRE home.
- javaSpecificationVersion() - Static method in class jodd.util.SystemUtil
-
Retrieves the version of the currently running JVM.
- javaVendor() - Static method in class jodd.util.SystemUtil
-
Returns Java vendor.
- javaVersion() - Static method in class jodd.util.SystemUtil
-
Returns Java version string, as specified in system property.
- javaVersionNumber() - Static method in class jodd.util.SystemUtil
-
Returns detected java version.
- 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
-
- JDateTimeDefault - Class in jodd.datetime
-
- 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
-
- 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.core - package jodd.core
-
Jodd Core module.
- 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.findfile - package jodd.io.findfile
-
Nice utilities for easier files and classes finding.
- jodd.io.watch - package jodd.io.watch
-
Smart directory change watcher.
- jodd.mutable - package jodd.mutable
-
Mutable number bean-alike 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.
- 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.core
-
Jodd CORE module.
- JoddCore() - Constructor for class jodd.core.JoddCore
-
- joddLocation() - Static method in class jodd.util.RuntimeUtil
-
- JoddModule - Interface in jodd
-
Optional interface for Jodd modules.
- 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(Object...) - Static method in class jodd.util.StringUtil
-
Joins an array of objects into one string without separators.
- join(Object[], char) - Static method in class jodd.util.StringUtil
-
Joins an array of objects into one string with separator.
- join(Object[], String) - Static method in class jodd.util.StringUtil
-
Joins an array of objects into one string with separator.
- 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
-
- jrePackages() - Static method in class jodd.util.SystemUtil
-
Returns list of packages, build into runtime jars.
- JSON - Static variable in class jodd.Jodd
-
- 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
-
- random(int, char[]) - Method in class jodd.util.RandomString
-
Creates random string whose length is the number of characters specified.
- random(int, String) - Method in class jodd.util.RandomString
-
Creates random string whose length is the number of characters specified.
- random(int, char, char) - Method in class jodd.util.RandomString
-
Creates random string whose length is the number of characters specified.
- randomAlpha(int) - Method in class jodd.util.RandomString
-
Creates random string of characters.
- randomAlphaNumeric(int) - Method in class jodd.util.RandomString
-
Creates random string of characters and digits.
- randomAscii(int) - Method in class jodd.util.RandomString
-
Creates random string whose length is the number of characters specified.
- randomBase64(int) - Method in class jodd.util.RandomString
-
Creates random string that contains only Base64 characters.
- 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) - Method in class jodd.util.RandomString
-
Creates random string that consist only of numbers.
- randomRanges(int, char...) - Method in class jodd.util.RandomString
-
Creates random string whose length is the number of characters specified.
- RandomString - Class in jodd.util
-
Class that generates random strings.
- RandomString() - Constructor for class jodd.util.RandomString
-
Creates new random string.
- RandomString(Random) - Constructor for class jodd.util.RandomString
-
Creates new random string with given random object,
so random strings can be repeated.
- RandomString(long) - Constructor for class jodd.util.RandomString
-
Creates new random string with given seed.
- read(char[], int, int) - Method in class jodd.io.CharBufferReader
-
- read() - Method in class jodd.io.CharBufferReader
-
- read() - Method in class jodd.io.UnicodeInputStream
-
Reads byte from the stream.
- readAnnotationData(AccessibleObject) - Method in class jodd.util.AnnotationDataReader
-
- readAnnotationData(Class<?>) - Method in class jodd.util.AnnotationDataReader
-
- 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.
- readBoolean(A, String, boolean) - Method in class jodd.util.AnnotationDataReader
-
Reads boolean element from the annotation.
- readBytes(String) - Static method in class jodd.io.FileUtil
-
- readBytes(File) - Static method in class jodd.io.FileUtil
-
- readBytes(File, int) - 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.
- readInt(A, String, int) - Method in class jodd.util.AnnotationDataReader
-
Reads int element from the annotation.
- 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.
- 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.
- readString(Path) - Static method in class jodd.io.PathUtil
-
Reads path content.
- readString(A, String, String) - Method in class jodd.util.AnnotationDataReader
-
Reads string element from the annotation.
- 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.ZipBuilder.AddFileToZip
-
Defines if folders content should be added.
- ReflectUtil - Class in jodd.util
-
Various java.lang.reflect utilities.
- ReflectUtil() - Constructor for class jodd.util.ReflectUtil
-
- 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(DirWatcherListener) - Method in class jodd.io.watch.DirWatcher
-
- registerMimeType(String, String) - Static method in class jodd.util.MimeTypes
-
Registers MIME type for provided extension.
- reinit(String) - Method in class jodd.format.PrintfFormat
-
- 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(DirWatcherListener) - Method in class jodd.io.watch.DirWatcher
-
- 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() - Method in class jodd.util.collection.CompositeIterator
- 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(Object) - Method in class jodd.util.collection.SetMapAdapter
-
Removes the specified element from this set if it is present.
- 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.
- 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.
- removeQuotes(String) - Static method in class jodd.util.StringUtil
-
Removes starting and ending single or double quotes.
- 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.
- 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.InExRules
-
Resets all the rules in this rule engine.
- 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(Path, String) - Static method in class jodd.io.PathUtil
-
Resolves subpath in safer way.
- resolve(Path, String...) - Static method in class jodd.io.PathUtil
-
- resolve(String) - Method in interface jodd.util.StringTemplateParser.MacroResolver
-
Resolves macro value for macro name founded in
string template.
- resolveAllInterfaces(Class) - Static method in class jodd.util.ReflectUtil
-
Resolves all interfaces of a type.
- resolveAllSuperclasses(Class) - Static method in class jodd.util.ReflectUtil
-
Resolves all super classes, from top (direct subclass) to down.
- resolveAllVariables(Properties) - Static method in class jodd.util.PropertiesUtil
-
Resolves all variables.
- resolveEscapes - Variable in class jodd.util.StringTemplateParser
-
- resolveHome(String) - Static method in class jodd.io.FileNameUtil
-
Resolve ~ in the path.
- 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.
- resolveLoading(boolean, String) - Method in class jodd.util.cl.ExtendedURLClassLoader
-
Resolves loading rules.
- 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.
- resolveResourceLoading(boolean, String) - Method in class jodd.util.cl.ExtendedURLClassLoader
-
Resolves resources.
- 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 - Variable in class jodd.util.RandomString
-
- 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
-
- rules - Variable in class jodd.io.findfile.FindFile
-
- rules - Variable in class jodd.util.InExRules
-
- rulesEntries - Variable in class jodd.io.findfile.ClassFinder
-
- rulesJars - Variable in class jodd.io.findfile.ClassFinder
-
- run() - Method in class jodd.io.StreamGobbler
-
- run() - Method in class jodd.io.watch.DirWatcher.WatchTask
-
- run(Process) - Static method in class jodd.util.RuntimeUtil
-
Executes a process and returns the process output and exit code.
- running - Variable in class jodd.datetime.JStopWatch
-
Running flag.
- running - Variable in class jodd.io.watch.DirWatcher.WatchTask
-
- RuntimeUtil - Class in jodd.util
-
Runtime utilities.
- RuntimeUtil() - Constructor for class jodd.util.RuntimeUtil
-
- RuntimeUtil.ProcessResult - Class in jodd.util
-
- RuntimeUtil.ProcessResult(int, String) - Constructor for class jodd.util.RuntimeUtil.ProcessResult
-
- SALT_INDEX - Static variable in class jodd.util.PBKDF2Hash
-
- SATURDAY - Static variable in class jodd.datetime.JDateTime
-
- save() - Method in class jodd.io.ZipBuilder.AddContentToZip
-
Stores the content into the ZIP.
- save() - Method in class jodd.io.ZipBuilder.AddFileToZip
-
Stores the content into the ZIP.
- 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.
- 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
-
- 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, 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, 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.
- setCacheResourceBundles(boolean) - Method in class jodd.util.ResourceBundleMessageResolver
-
- 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.
- setExcludeAllEntries(boolean) - Method in class jodd.io.findfile.ClassFinder
-
Sets white/black list mode for entries.
- setExcludeAllJars(boolean) - Method in class jodd.io.findfile.ClassFinder
-
Sets white/black list mode for jars.
- 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
-
Specify excluded jars.
- 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.
- setIncludeAllEntries(boolean) - Method in class jodd.io.findfile.ClassFinder
-
Sets white/black list mode for entries.
- setIncludeAllJars(boolean) - Method in class jodd.io.findfile.ClassFinder
-
Sets white/black list mode for jars.
- 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
-
Specify included jars.
- 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.
- setMacroPrefix(String) - Method in class jodd.util.StringTemplateParser
-
- 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).
- setMatchResourcesAsPackages(boolean) - Method in class jodd.util.cl.ExtendedURLClassLoader
-
When set, resources will be matched in the same way as packages.
- 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
-
- 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
-
- setStrictFormat() - Method in class jodd.util.StringTemplateParser
-
Sets the strict format by setting the macro prefix to null.
- 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(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.
- sha(File) - Static method in class jodd.io.FileUtil
-
Creates SHA-1 digest of a file.
- sha256(File) - Static method in class jodd.io.FileUtil
-
Creates SHA-256 digest of a file.
- 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.ClassMap
-
Returns total number of stored classes.
- 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.SetMapAdapter
-
Returns the number of elements in this set (its cardinality).
- 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.
- smartMode() - Method in class jodd.util.InExRules
-
Sets blacklist or whitelist mode depending on rules.
- smear(int) - Static method in class jodd.util.HashCode
-
Smear hash code.
- 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.
- STAR - Static variable in interface jodd.util.StringPool
-
- start() - Method in class jodd.datetime.JStopWatch
-
Starts the stopwatch.
- start(long) - Method in class jodd.io.watch.DirWatcher
-
Starts the watcher.
- start() - Method in interface jodd.JoddModule
-
Invoked once when module has been created.
- start - Variable in class jodd.util.collection.JoddArrayList
-
- start - Variable in class jodd.util.LoopIterator
-
- startBlank - Variable in class jodd.io.watch.DirWatcher
-
- startBlank(boolean) - Method in class jodd.io.watch.DirWatcher
-
Defines if watcher should start blank and consider all present
files as
created.
- 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.watch.DirWatcher
-
Stops the watcher.
- 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) - Constructor for class jodd.io.StreamGobbler
-
- StreamGobbler(InputStream, OutputStream) - Constructor for class jodd.io.StreamGobbler
-
- StreamGobbler(InputStream, OutputStream, String) - Constructor for class jodd.io.StreamGobbler
-
- StreamUtil - Class in jodd.io
-
Optimized byte and character stream utilities.
- StreamUtil() - Constructor for class jodd.io.StreamUtil
-
- 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
-
- StringKeyedMapAdapter - Class in jodd.util.collection
-
Adapter for map whose keys are String values.
- StringKeyedMapAdapter() - Constructor for class jodd.util.collection.StringKeyedMapAdapter
-
- 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.
- systemClassPath() - Static method in class jodd.util.SystemUtil
-
Returns system class path.
- systemJars - Static variable in class jodd.io.findfile.ClassFinder
-
Array of system jars that are excluded from the search.
- SystemUtil - Class in jodd.util
-
System utilities.
- SystemUtil() - Constructor for class jodd.util.SystemUtil
-
- TAB - Static variable in interface jodd.util.StringPool
-
- TEMP_DIR - Static variable in class jodd.util.SystemUtil
-
- tempDir() - Static method in class jodd.util.SystemUtil
-
Returns system temp dir.
- tempFilePrefix - Static variable in class jodd.core.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
-
- TILDA - Static variable in interface jodd.util.StringPool
-
- time - Variable in class jodd.datetime.JDateTime
-
- 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.watch.DirWatcher
-
- 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.
- TimeZoneUtil - Class in jodd.datetime
-
Misc timezone utilities.
- TimeZoneUtil() - Constructor for class jodd.datetime.TimeZoneUtil
-
- 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.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.
- 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.
- 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.
- toBytes() - Method in class jodd.io.ZipBuilder
-
- 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.
- 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.
- toContainerFile(URL) - Static method in class jodd.io.FileUtil
-
Returns a file of either a folder or a containing archive.
- toCsvString(Object...) - Static method in class jodd.util.CsvUtil
-
Parse fields as csv string,
- todoFiles - Variable in class jodd.io.findfile.FindFile
-
- todoFolders - Variable in class jodd.io.findfile.FindFile
-
- 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.
- toHexString(byte[]) - Static method in class jodd.util.StringUtil
-
Converts bytes to hex string.
- 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.
- 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.
- toPrettyString(Object) - Static method in class jodd.util.StringUtil
-
Converts object into pretty string.
- 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.
- 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.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(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.InExRules.Rule
-
- toString() - Method in class jodd.util.LoopIterator
-
- toString() - Method in class jodd.util.MurmurHash3.HashValue
-
- 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.util.ArraysUtil
-
Converts an array to string array.
- toStringArray(String[]) - Static method in class jodd.util.ArraysUtil
-
Converts an array to string array.
- toStringArray(byte[]) - Static method in class jodd.util.ArraysUtil
-
Converts an array to string array.
- toStringArray(char[]) - Static method in class jodd.util.ArraysUtil
-
Converts an array to string array.
- toStringArray(short[]) - Static method in class jodd.util.ArraysUtil
-
Converts an array to string array.
- toStringArray(int[]) - Static method in class jodd.util.ArraysUtil
-
Converts an array to string array.
- toStringArray(long[]) - Static method in class jodd.util.ArraysUtil
-
Converts an array to string array.
- toStringArray(float[]) - Static method in class jodd.util.ArraysUtil
-
Converts an array to string array.
- toStringArray(double[]) - Static method in class jodd.util.ArraysUtil
-
Converts an array to string array.
- toStringArray(boolean[]) - Static method in class jodd.util.ArraysUtil
-
Converts an array to string array.
- 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 array object to array of strings, where every element
of input array is converted to a string.
- total() - Method in class jodd.datetime.JStopWatch
-
Stops the stopwatch and returns total cumulative time in ms.
- totalExcludeRules() - Method in class jodd.util.InExRules
-
Returns total number of exclude rules.
- totalIncludeRules() - Method in class jodd.util.InExRules
-
Returns total number of include rules.
- totalLaps() - Method in class jodd.datetime.JStopWatch
-
Returns the total number of laps up to this moment.
- totalRules() - Method in class jodd.util.InExRules
-
Returns total number of all rules.
- 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.
- toZipFile() - Method in class jodd.io.ZipBuilder
-
- 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.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.
- 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
-
- typeToString(Type) - Static method in class jodd.util.ReflectUtil
-
Converts Type to a String.