Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
$
- $() - Method in class org.codelibs.core.collection.Maps
-
Returns the
Map. - $(K, V) - Method in class org.codelibs.core.collection.Maps
-
Adds a key and value to the
Map.
A
- absolute(ResultSet, int) - Static method in class org.codelibs.core.sql.ResultSetUtil
-
Moves the cursor to the specified position.
- add(boolean[], boolean) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns a new array with the specified boolean value appended to the end of the boolean array.
- add(byte[], byte) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns a new array with the specified byte value appended to the end of the byte array.
- add(double[], double) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns a new array with the specified double value appended to the end of the double array.
- add(float[], float) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns a new array with the specified float value appended to the end of the float array.
- add(int[], int) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns a new array with the specified int value appended to the end of the int array.
- add(int, E) - Method in class org.codelibs.core.collection.SLinkedList
-
Inserts an object at the specified position.
- add(long[], long) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns a new array with the specified long value appended to the end of the long array.
- add(short[], short) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns a new array with the specified short value appended to the end of the short array.
- add(E) - Method in class org.codelibs.core.collection.LruHashSet
-
Adds the specified element to this set if it is not already present.
- add(String) - Method in class org.codelibs.core.collection.CaseInsensitiveSet
- add(Disposable) - Static method in class org.codelibs.core.misc.DisposableUtil
-
Registers a disposable resource.
- add(T[], T) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns a new array with the specified object appended to the end.
- addAll(boolean[], boolean[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array that is the concatenation of two arrays.
- addAll(byte[], byte[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array that is the concatenation of two arrays.
- addAll(char[], char[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array that is the concatenation of two arrays.
- addAll(double[], double[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array that is the concatenation of two arrays.
- addAll(float[], float[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array that is the concatenation of two arrays.
- addAll(int[], int[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array that is the concatenation of two arrays.
- addAll(long[], long[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array that is the concatenation of two arrays.
- addAll(short[], short[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array that is the concatenation of two arrays.
- addAll(T[], T[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array that is the concatenation of two arrays.
- addBatch(PreparedStatement) - Static method in class org.codelibs.core.sql.PreparedStatementUtil
-
Adds a batch.
- addBefore(E) - Method in class org.codelibs.core.collection.SLinkedList.Entry
-
Adds an element before this entry.
- addFieldDescs(Class<?>) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Adds fields defined in the class or interface.
- addFirst(E) - Method in class org.codelibs.core.collection.SLinkedList
-
Adds an element at the beginning.
- addFirst(Disposable) - Static method in class org.codelibs.core.misc.DisposableUtil
-
Registers a disposable resource at the beginning.
- addLast(E) - Method in class org.codelibs.core.collection.SLinkedList
-
Adds an element at the end.
- addPropertyDesc(PropertyDescImpl) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Adds a
PropertyDesc. - addTimeoutTarget(TimeoutTarget, int, boolean) - Method in class org.codelibs.core.timer.TimeoutManager
-
Adds a
TimeoutTarget. - addTraverserFactory(String, TraversalUtil.TraverserFactory) - Static method in class org.codelibs.core.io.TraversalUtil
-
Adds a
TraversalUtil.TraverserFactory. - adjustNumber(Class<?>[], Object[], int) - Static method in class org.codelibs.core.beans.impl.BeanDescImpl
-
If the argument type at the specified position is a number, converts the argument to match the type.
- algorithm - Variable in class org.codelibs.core.crypto.CachedCipher
- AnnotationUtil - Class in org.codelibs.core.lang
-
Utility class for annotations.
- AnnotationUtil() - Constructor for class org.codelibs.core.lang.AnnotationUtil
- appendAttr(Attr, StringBuilder) - Static method in class org.codelibs.core.xml.DomUtil
-
Appends the string representation of an
Attr. - appendAttrs(NamedNodeMap, StringBuilder) - Static method in class org.codelibs.core.xml.DomUtil
-
Appends the string representation of a
NamedNodeMap. - appendCDATASection(CDATASection, StringBuilder) - Static method in class org.codelibs.core.xml.DomUtil
-
Appends the string representation of a
CDATASection. - appendChildren(NodeList, StringBuilder) - Static method in class org.codelibs.core.xml.DomUtil
-
Appends the string representation of a
NodeList. - appendElement(Element, StringBuilder) - Static method in class org.codelibs.core.xml.DomUtil
-
Appends the string representation of an
Element. - appendEntityReference(EntityReference, StringBuilder) - Static method in class org.codelibs.core.xml.DomUtil
-
Appends the string representation of an
EntityReference. - appendHex(StringBuilder, byte) - Static method in class org.codelibs.core.lang.StringUtil
-
Appends the hexadecimal string representation of a number to the given StringBuilder.
- appendHex(StringBuilder, int) - Static method in class org.codelibs.core.lang.StringUtil
-
Appends the hexadecimal string representation of a number to the given StringBuilder.
- appendNode(Node, StringBuilder) - Static method in class org.codelibs.core.xml.DomUtil
-
Appends the string representation of a
Node. - appendText(Text, StringBuilder) - Static method in class org.codelibs.core.xml.DomUtil
-
Appends the string representation of a
Text. - argName - Variable in exception org.codelibs.core.exception.ClIllegalArgumentException
-
Name of the argument that is
null - args - Variable in exception org.codelibs.core.exception.ClIllegalArgumentException
-
Arguments for the message
- arguments - Variable in class org.codelibs.core.beans.impl.ParameterizedClassDescImpl
-
An array of
ParameterizedClassDescrepresenting type arguments - ArrayIterator<T> - Class in org.codelibs.core.collection
-
Adaptor that makes an array into an
Iterator. - ArrayIterator(T...) - Constructor for class org.codelibs.core.collection.ArrayIterator
-
Creates an
ArrayIterator. - ArrayMap<K,
V> - Class in org.codelibs.core.collection -
A
Mapthat combines the characteristics of an array. - ArrayMap() - Constructor for class org.codelibs.core.collection.ArrayMap
-
Constructs an instance with the default initial capacity.
- ArrayMap(int) - Constructor for class org.codelibs.core.collection.ArrayMap
-
Constructs an instance with the specified initial capacity.
- ArrayMap(Map<? extends K, ? extends V>) - Constructor for class org.codelibs.core.collection.ArrayMap
-
Constructs an instance with the same mappings as the specified
Map. - ArrayMap.ArrayMapIterator - Class in org.codelibs.core.collection
- ArrayMap.Entry<K,
V> - Class in org.codelibs.core.collection - ArrayMapIterator() - Constructor for class org.codelibs.core.collection.ArrayMap.ArrayMapIterator
- ArrayUtil - Class in org.codelibs.core.collection
-
Utility class for array operations.
- ArrayUtil() - Constructor for class org.codelibs.core.collection.ArrayUtil
- asArray(Boolean...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of Boolean.
- asArray(Byte...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of Byte.
- asArray(Character...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of Character.
- asArray(Double...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of Double.
- asArray(Float...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of Float.
- asArray(Integer...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of Integer.
- asArray(Long...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of Long.
- asArray(Object...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of Object.
- asArray(Short...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of Short.
- asArray(BigDecimal...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of BigDecimal.
- asArray(BigInteger...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of BigInteger.
- asBooleanArray(boolean...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of boolean.
- asByteArray(byte...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of byte.
- asCharArray(char...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of char.
- asDoubleArray(double...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of double.
- asFloatArray(float...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of float.
- asIntArray(int...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of int.
- asLongArray(long...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of long.
- assertArgument(String, boolean, String) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is valid.
- assertArgumentArrayIndex(String, int, int) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the index is valid.
- assertArgumentNotEmpty(String, boolean[]) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty array. - assertArgumentNotEmpty(String, byte[]) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty array. - assertArgumentNotEmpty(String, char[]) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty array. - assertArgumentNotEmpty(String, double[]) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty array. - assertArgumentNotEmpty(String, float[]) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty array. - assertArgumentNotEmpty(String, int[]) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty array. - assertArgumentNotEmpty(String, long[]) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty array. - assertArgumentNotEmpty(String, short[]) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty array. - assertArgumentNotEmpty(String, CharSequence) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty string. - assertArgumentNotEmpty(String, Object[]) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty array. - assertArgumentNotEmpty(String, String) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an empty string. - assertArgumentNotEmpty(String, Collection<?>) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an emptyCollection. - assertArgumentNotEmpty(String, Map<?, ?>) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is neither
nullnor an emptyMap. - assertArgumentNotNull(String, Object) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the argument is not
null. - assertIndex(boolean, String) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the index is not invalid.
- AssertionUtil - Class in org.codelibs.core.misc
-
Utility class for assertions.
- AssertionUtil() - Constructor for class org.codelibs.core.misc.AssertionUtil
- assertState(boolean, String) - Static method in class org.codelibs.core.misc.AssertionUtil
-
Asserts that the state is not invalid.
- asShortArray(short...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of short.
- asStringArray(String...) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns an array of String.
- available(InputStream) - Static method in class org.codelibs.core.io.InputStreamUtil
-
A method that wraps exception handling for
InputStream.available().
B
- BadPaddingRuntimeException - Exception in org.codelibs.core.exception
- BadPaddingRuntimeException(BadPaddingException) - Constructor for exception org.codelibs.core.exception.BadPaddingRuntimeException
- Base64Util - Class in org.codelibs.core.misc
-
Utility class for handling Base64 encoding and decoding.
- Base64Util() - Constructor for class org.codelibs.core.misc.Base64Util
- baseDir - Variable in class org.codelibs.core.io.TraversalUtil.FileSystemTraverser
-
The base directory.
- beanClass - Variable in class org.codelibs.core.beans.impl.BeanDescImpl
-
The class of the bean
- beanDelimiter - Variable in class org.codelibs.core.beans.util.CopyOptions
-
Delimiter for JavaBeans.
- beanDelimiter(char) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Sets the delimiter for JavaBeans.
- beanDelimiter(char) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith the specified delimiter for JavaBeans. - beanDesc - Variable in class org.codelibs.core.beans.impl.ConstructorDescImpl
-
The
BeanDescof the class that owns this method - beanDesc - Variable in class org.codelibs.core.beans.impl.FieldDescImpl
-
The
BeanDescof the class that owns this field - beanDesc - Variable in class org.codelibs.core.beans.impl.MethodDescImpl
-
The
BeanDescof the class that owns this method - BeanDesc - Interface in org.codelibs.core.beans
-
Interface for handling JavaBeans metadata.
- BeanDescFactory - Class in org.codelibs.core.beans.factory
-
This class generates
BeanDesc. - BeanDescFactory() - Constructor for class org.codelibs.core.beans.factory.BeanDescFactory
- BeanDescImpl - Class in org.codelibs.core.beans.impl
-
Implementation class of
BeanDesc. - BeanDescImpl(Class<?>) - Constructor for class org.codelibs.core.beans.impl.BeanDescImpl
-
Creates a
BeanDescImpl. - BeanFieldSetAccessibleFailureException - Exception in org.codelibs.core.exception
- BeanFieldSetAccessibleFailureException(Class<?>, Field, Throwable) - Constructor for exception org.codelibs.core.exception.BeanFieldSetAccessibleFailureException
- BeanMap - Class in org.codelibs.core.beans.util
-
A map with String keys that throws an exception when accessing (get) a non-existent key.
- BeanMap() - Constructor for class org.codelibs.core.beans.util.BeanMap
- BeanMethodSetAccessibleFailureException - Exception in org.codelibs.core.exception
- BeanMethodSetAccessibleFailureException(Class<?>, Method, Throwable) - Constructor for exception org.codelibs.core.exception.BeanMethodSetAccessibleFailureException
- BeanUtil - Class in org.codelibs.core.beans.util
-
Utility for copying properties between JavaBeans or between JavaBeans and
Map. - BeanUtil() - Constructor for class org.codelibs.core.beans.util.BeanUtil
- BigDecimalConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
BigDecimal. - BigDecimalConversionUtil() - Constructor for class org.codelibs.core.convert.BigDecimalConversionUtil
- BigIntegerConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
BigInteger. - BigIntegerConversionUtil() - Constructor for class org.codelibs.core.convert.BigIntegerConversionUtil
- BinaryConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to byte arrays.
- BinaryConversionUtil() - Constructor for class org.codelibs.core.convert.BinaryConversionUtil
- BooleanConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
Boolean. - BooleanConversionUtil() - Constructor for class org.codelibs.core.convert.BooleanConversionUtil
- buildCopyOptions(Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- ByteConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
Byte. - ByteConversionUtil() - Constructor for class org.codelibs.core.convert.ByteConversionUtil
C
- CachedCipher - Class in org.codelibs.core.crypto
- CachedCipher() - Constructor for class org.codelibs.core.crypto.CachedCipher
- CalendarConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
Calendar. - CalendarConversionUtil() - Constructor for class org.codelibs.core.convert.CalendarConversionUtil
- camelize(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Converts an underscore-separated string to camel case.
- cancel() - Method in class org.codelibs.core.timer.TimeoutTask
-
Cancels the task.
- CANONICAL_PROTOCOLS - Static variable in class org.codelibs.core.net.URLUtil
-
Map for normalizing protocols
- capitalize(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Capitalizes a string according to JavaBeans conventions.
- CaseInsensitiveMap<V> - Class in org.codelibs.core.collection
-
ArrayMapthat is case-insensitive for keys. - CaseInsensitiveMap() - Constructor for class org.codelibs.core.collection.CaseInsensitiveMap
-
Creates a
CaseInsensitiveMap. - CaseInsensitiveMap(int) - Constructor for class org.codelibs.core.collection.CaseInsensitiveMap
-
Creates a
CaseInsensitiveMap. - CaseInsensitiveSet - Class in org.codelibs.core.collection
-
Setthat is case-insensitive. - CaseInsensitiveSet() - Constructor for class org.codelibs.core.collection.CaseInsensitiveSet
-
Creates a
CaseInsensitiveSet. - CaseInsensitiveSet(int) - Constructor for class org.codelibs.core.collection.CaseInsensitiveSet
-
Creates a
CaseInsensitiveSet. - CaseInsensitiveSet(Collection<String>) - Constructor for class org.codelibs.core.collection.CaseInsensitiveSet
-
Creates a
CaseInsensitiveSet. - CENT_SIGN - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
CENT SIGN
- ChannelUtil - Class in org.codelibs.core.nio
-
Utility for
Channel. - ChannelUtil() - Constructor for class org.codelibs.core.nio.ChannelUtil
- CHARSET_UTF_8 - Static variable in class org.codelibs.core.CoreLibConstants
- charsetName - Variable in class org.codelibs.core.crypto.CachedCipher
- checkInterval - Variable in class org.codelibs.core.misc.DynamicProperties
- CLASS_SUFFIX - Static variable in class org.codelibs.core.io.ClassTraversalUtil
-
The file extension for class files.
- ClassHandler - Interface in org.codelibs.core.io
-
Interface for handlers that process classes.
- ClassIterator - Class in org.codelibs.core.lang
-
An
Iteratorthat iterates through the inheritance hierarchy of a class towards its superclasses. - ClassIterator(Class<?>) - Constructor for class org.codelibs.core.lang.ClassIterator
-
Constructs an instance.
- ClassIterator(Class<?>, boolean) - Constructor for class org.codelibs.core.lang.ClassIterator
-
Constructs an instance.
- classLoader - Variable in class org.codelibs.core.lang.ClassLoaderIterator
-
クラスローダ
- ClassLoaderIterator - Class in org.codelibs.core.lang
-
An
Iteratorthat iterates through the hierarchy of class loaders towards their parent class loaders. - ClassLoaderIterator(ClassLoader) - Constructor for class org.codelibs.core.lang.ClassLoaderIterator
-
Constructs an instance.
- ClassLoaderUtil - Class in org.codelibs.core.lang
-
Utility class for handling
ClassLoader. - ClassLoaderUtil() - Constructor for class org.codelibs.core.lang.ClassLoaderUtil
- ClassNotFoundRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when a class cannot be found.
- ClassNotFoundRuntimeException(ClassNotFoundException) - Constructor for exception org.codelibs.core.exception.ClassNotFoundRuntimeException
-
Creates a
ClassNotFoundRuntimeException. - ClassNotFoundRuntimeException(String, ClassNotFoundException) - Constructor for exception org.codelibs.core.exception.ClassNotFoundRuntimeException
-
Creates a
ClassNotFoundRuntimeException. - ClassTraversalUtil - Class in org.codelibs.core.io
-
Handler for traversing and processing classes.
- ClassTraversalUtil() - Constructor for class org.codelibs.core.io.ClassTraversalUtil
- ClassUtil - Class in org.codelibs.core.lang
-
Utility class for
Classoperations. - ClassUtil() - Constructor for class org.codelibs.core.lang.ClassUtil
- clazz - Variable in class org.codelibs.core.lang.ClassIterator
-
The class
- clear() - Static method in class org.codelibs.core.beans.factory.BeanDescFactory
-
Clears the cache.
- clear() - Method in class org.codelibs.core.collection.ArrayMap
- clear() - Method in class org.codelibs.core.collection.ArrayMap.Entry
-
Clears the state.
- clear() - Method in class org.codelibs.core.collection.CaseInsensitiveSet
- clear() - Method in class org.codelibs.core.collection.LruHashSet
-
Removes all of the elements from this set.
- clear() - Method in class org.codelibs.core.collection.SLinkedList
-
Empties the list.
- clear() - Method in class org.codelibs.core.misc.DynamicProperties
- clear() - Method in class org.codelibs.core.timer.TimeoutManager
-
Clears the managed
TimeoutTask. - ClIllegalArgumentException - Exception in org.codelibs.core.exception
-
Exception that wraps
IllegalArgumentException. - ClIllegalArgumentException(String, String, Object[]) - Constructor for exception org.codelibs.core.exception.ClIllegalArgumentException
-
Creates a
ClIllegalArgumentException. - ClIllegalArgumentException(String, String, Object[], Throwable) - Constructor for exception org.codelibs.core.exception.ClIllegalArgumentException
-
Creates a
ClIllegalArgumentException. - ClIllegalStateException - Exception in org.codelibs.core.exception
-
Exception that wraps
IllegalStateException. - ClIllegalStateException() - Constructor for exception org.codelibs.core.exception.ClIllegalStateException
-
Creates a
ClIllegalStateException. - ClIllegalStateException(String) - Constructor for exception org.codelibs.core.exception.ClIllegalStateException
-
Creates a
ClIllegalStateException. - ClIllegalStateException(String, Throwable) - Constructor for exception org.codelibs.core.exception.ClIllegalStateException
-
Creates a
ClIllegalStateException. - ClIllegalStateException(Throwable) - Constructor for exception org.codelibs.core.exception.ClIllegalStateException
-
Creates a
ClIllegalStateException. - ClIndexOutOfBoundsException - Exception in org.codelibs.core.exception
-
Exception that wraps
IndexOutOfBoundsException. - ClIndexOutOfBoundsException() - Constructor for exception org.codelibs.core.exception.ClIndexOutOfBoundsException
-
Creates a
ClIndexOutOfBoundsException. - ClIndexOutOfBoundsException(String) - Constructor for exception org.codelibs.core.exception.ClIndexOutOfBoundsException
-
Creates a
ClIndexOutOfBoundsException. - clone() - Method in class org.codelibs.core.collection.ArrayMap
- clone() - Method in class org.codelibs.core.collection.SLinkedList
- clone() - Method in class org.codelibs.core.misc.DynamicProperties
- close() - Method in class org.codelibs.core.io.TraversalUtil.FileSystemTraverser
- close() - Method in class org.codelibs.core.io.TraversalUtil.JarFileTraverser
- close() - Method in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
- close() - Method in interface org.codelibs.core.io.Traverser
-
Performs post-processing of resources.
- close(Closeable) - Static method in class org.codelibs.core.io.CloseableUtil
-
Closes a
Closeable. - close(ResultSet) - Static method in class org.codelibs.core.sql.ResultSetUtil
-
Closes the result set.
- close(Statement) - Static method in class org.codelibs.core.sql.StatementUtil
-
Closes the
Statement. - close(JarFile) - Static method in class org.codelibs.core.jar.JarFileUtil
-
Closes the JAR file.
- close(ZipFile) - Static method in class org.codelibs.core.zip.ZipFileUtil
-
Closes the Zip file.
- CloseableUtil - Class in org.codelibs.core.io
-
Utility class for
Closeableoperations. - CloseableUtil() - Constructor for class org.codelibs.core.io.CloseableUtil
- closeEntry(ZipInputStream) - Static method in class org.codelibs.core.zip.ZipInputStreamUtil
-
Closes the
ZipInputStream. - closeQuietly(Closeable) - Static method in class org.codelibs.core.io.CloseableUtil
- ClRuntimeException - Exception in org.codelibs.core.exception
-
A base exception class for CoreLib.
- ClRuntimeException(String) - Constructor for exception org.codelibs.core.exception.ClRuntimeException
-
Creates
ClRuntimeException. - ClRuntimeException(String, Object[]) - Constructor for exception org.codelibs.core.exception.ClRuntimeException
-
Creates
ClRuntimeException. - ClRuntimeException(String, Object[], Throwable) - Constructor for exception org.codelibs.core.exception.ClRuntimeException
-
Creates
ClRuntimeException. - ClRuntimeException(String, Throwable) - Constructor for exception org.codelibs.core.exception.ClRuntimeException
-
Creates
ClRuntimeException. - ClSQLException - Exception in org.codelibs.core.exception
-
SQLExceptionfor S2Util. - ClSQLException(String, Object[]) - Constructor for exception org.codelibs.core.exception.ClSQLException
-
Creates a
ClSQLException. - ClSQLException(String, Object[], String) - Constructor for exception org.codelibs.core.exception.ClSQLException
-
Creates a
ClSQLException. - ClSQLException(String, Object[], String, int) - Constructor for exception org.codelibs.core.exception.ClSQLException
-
Creates a
ClSQLException. - ClSQLException(String, Object[], String, int, String) - Constructor for exception org.codelibs.core.exception.ClSQLException
-
Creates a
ClSQLException. - ClSQLException(String, Object[], String, int, Throwable) - Constructor for exception org.codelibs.core.exception.ClSQLException
-
Creates a
ClSQLException. - ClSQLException(String, Object[], String, int, Throwable, String) - Constructor for exception org.codelibs.core.exception.ClSQLException
-
Creates a
ClSQLException. - ClSQLException(String, Object[], String, Throwable) - Constructor for exception org.codelibs.core.exception.ClSQLException
-
Creates a
ClSQLException. - ClSQLException(String, Object[], Throwable) - Constructor for exception org.codelibs.core.exception.ClSQLException
-
Creates a
ClSQLException. - ClUnsupportedOperationException - Exception in org.codelibs.core.exception
-
Exception that wraps
UnsupportedOperationException. - ClUnsupportedOperationException() - Constructor for exception org.codelibs.core.exception.ClUnsupportedOperationException
-
Creates a
ClUnsupportedOperationException. - ClUnsupportedOperationException(String) - Constructor for exception org.codelibs.core.exception.ClUnsupportedOperationException
-
Creates a
ClUnsupportedOperationException. - ClUnsupportedOperationException(String, Throwable) - Constructor for exception org.codelibs.core.exception.ClUnsupportedOperationException
-
Creates a
ClUnsupportedOperationException. - ClUnsupportedOperationException(Throwable) - Constructor for exception org.codelibs.core.exception.ClUnsupportedOperationException
-
Creates a
ClUnsupportedOperationException. - CODE_NUMBER_LENGTH - Static variable in class org.codelibs.core.message.MessageFormatter
-
Length of the numeric part of the message code
- CollectionsUtil - Class in org.codelibs.core.collection
-
Utility class for collections.
- CollectionsUtil() - Constructor for class org.codelibs.core.collection.CollectionsUtil
- CommonPoolUtil - Class in org.codelibs.core.concurrent
- concatName(String, String) - Static method in class org.codelibs.core.lang.ClassUtil
-
Concatenates elements of a class name.
- concurrentHashMap(KEY, VALUE) - Static method in class org.codelibs.core.collection.Maps
-
Returns a Maps for constructing a
ConcurrentHashMapwith the specified key and value. - constructor - Variable in class org.codelibs.core.beans.impl.ConstructorDescImpl
-
Constructor
- ConstructorDesc - Interface in org.codelibs.core.beans
-
Interface for handling constructors.
- ConstructorDescImpl - Class in org.codelibs.core.beans.impl
-
Implementation class of
ConstructorDesc. - ConstructorDescImpl(BeanDesc, Constructor<?>) - Constructor for class org.codelibs.core.beans.impl.ConstructorDescImpl
-
Constructs an instance.
- constructorDescs - Variable in class org.codelibs.core.beans.impl.BeanDescImpl
-
Array of
ConstructorDesc - ConstructorNotFoundRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when a
Constructorcannot be found. - ConstructorNotFoundRuntimeException(Class<?>, Class<?>[]) - Constructor for exception org.codelibs.core.exception.ConstructorNotFoundRuntimeException
-
Creates a
ConstructorNotFoundRuntimeException. - ConstructorNotFoundRuntimeException(Class<?>, Object[]) - Constructor for exception org.codelibs.core.exception.ConstructorNotFoundRuntimeException
-
Creates a
ConstructorNotFoundRuntimeException. - ConstructorUtil - Class in org.codelibs.core.lang
-
Utility class for
Constructoroperations. - ConstructorUtil() - Constructor for class org.codelibs.core.lang.ConstructorUtil
- contains(boolean[], boolean) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array contains the specified value.
- contains(byte[], byte) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array contains the specified value.
- contains(char[], char) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array contains the specified value.
- contains(double[], double) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array contains the specified value.
- contains(float[], float) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array contains the specified value.
- contains(int[], int) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array contains the specified value.
- contains(long[], long) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array contains the specified value.
- contains(short[], short) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array contains the specified value.
- contains(E) - Method in class org.codelibs.core.collection.SLinkedList
-
Checks if an element is contained in the list.
- contains(Object) - Method in class org.codelibs.core.collection.CaseInsensitiveSet
- contains(Object) - Method in class org.codelibs.core.collection.LruHashSet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class org.codelibs.core.misc.DynamicProperties
- contains(String, char) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns true if the string contains the specified character.
- contains(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns true if the string contains the specified substring.
- contains(T[], T) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array contains the specified object.
- containsKey(Object) - Method in class org.codelibs.core.collection.ArrayMap
- containsKey(Object) - Method in class org.codelibs.core.collection.CaseInsensitiveMap
- containsKey(Object) - Method in class org.codelibs.core.misc.DynamicProperties
- containsKey(String) - Method in class org.codelibs.core.collection.CaseInsensitiveMap
-
Returns whether the key is contained.
- containsValue(Object) - Method in class org.codelibs.core.collection.ArrayMap
- containsValue(Object) - Method in class org.codelibs.core.misc.DynamicProperties
- convertClass(String) - Static method in class org.codelibs.core.lang.ClassUtil
-
If the class is a primitive type, returns its wrapper class.
- converter(Converter, CharSequence...) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Sets a converter.
- converter(Converter, CharSequence...) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith the specified converter applied. - Converter - Interface in org.codelibs.core.beans
-
This interface performs conversion between strings and objects.
- converterMap - Variable in class org.codelibs.core.beans.util.CopyOptions
-
Converter associated with specific properties.
- ConverterRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when an error occurs in a
Converter. - ConverterRuntimeException(String, Object, Throwable) - Constructor for exception org.codelibs.core.exception.ConverterRuntimeException
-
Constructs an instance.
- converters - Variable in class org.codelibs.core.beans.util.CopyOptions
-
Converter not associated with specific properties.
- convertIfNeed(Object) - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- convertIfNeed(Object) - Method in interface org.codelibs.core.beans.PropertyDesc
-
Converts the value to the appropriate type if necessary based on the property type.
- convertMap(String, Locale) - Static method in class org.codelibs.core.io.ResourceBundleUtil
-
Converts the resource bundle to a
Mapand returns it. - convertMap(ResourceBundle) - Static method in class org.codelibs.core.io.ResourceBundleUtil
-
Converts the resource bundle to a
Map. - convertNumber(Class<?>, Object) - Static method in class org.codelibs.core.convert.NumberConversionUtil
-
Converts to the appropriate
Number. - convertPath(String, Class<?>) - Static method in class org.codelibs.core.io.ResourceUtil
-
Converts the path.
- convertPrimitiveWrapper(Class<?>, Object) - Static method in class org.codelibs.core.convert.NumberConversionUtil
-
Converts to the wrapper type corresponding to the specified primitive type.
- convertValue(Object, String, Class<?>) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Converts a value.
- copy(byte[], File) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a byte array to a file.
- copy(byte[], File, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a byte array with the platform default encoding to a file with the specified encoding.
- copy(byte[], OutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a byte array to an output stream.
- copy(byte[], Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a byte array to a writer using the platform default encoding.
- copy(byte[], StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a byte array to a
StringBuilderusing the platform default encoding. - copy(byte[], String, File) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a byte array with the specified encoding to a file with the platform default encoding.
- copy(byte[], String, File, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a byte array with the specified encoding to a file with the specified encoding.
- copy(byte[], String, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a byte array to a writer using the specified encoding.
- copy(byte[], String, StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a byte array with the specified encoding to a
StringBuilderusing the platform default encoding. - copy(File, File) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a file to a file.
- copy(File, File, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a file with the platform default encoding to a file with the specified encoding.
- copy(File, OutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a file to an output stream.
- copy(File, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a file to a writer using the platform default encoding.
- copy(File, StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a file to a
StringBuilderusing the platform default encoding. - copy(File, String, File) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a file with the specified encoding to a file with the platform default encoding.
- copy(File, String, File, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a file with the specified encoding to a file with the specified encoding.
- copy(File, String, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a file to a writer using the specified encoding.
- copy(File, String, StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a file to a
StringBuilderusing the specified encoding. - copy(InputStream, File) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from an input stream to a file.
- copy(InputStream, OutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from an input stream to an output stream.
- copy(InputStream, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from an input stream to a writer using the platform default encoding.
- copy(InputStream, StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from an input stream to a
StringBuilderusing the platform default encoding. - copy(InputStream, String, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from an input stream to a writer using the specified encoding.
- copy(InputStream, String, StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from an input stream to a
StringBuilderusing the specified encoding. - copy(Reader, File) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a reader to a file using the platform default encoding.
- copy(Reader, File, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a reader to a file using the specified encoding.
- copy(Reader, OutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a reader to an output stream using the platform default encoding.
- copy(Reader, OutputStream, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a reader to an output stream using the specified encoding.
- copy(Reader, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a reader to a writer.
- copy(Reader, StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a reader to a
StringBuilder. - copy(String, File) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies a string to a file using the platform default encoding.
- copy(String, File, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies a string to a file using the specified encoding.
- copy(String, OutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies a string to an output stream using the platform default encoding.
- copy(String, OutputStream, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies a string to an output stream using the specified encoding.
- copy(String, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies a string to a writer.
- copy(URL, File) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a URL to a file.
- copy(URL, File, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a URL with the platform default encoding to a file with the specified encoding.
- copy(URL, OutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a URL to an output stream.
- copy(URL, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a URL to a writer using the platform default encoding.
- copy(URL, StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a URL to a
StringBuilderusing the platform default encoding. - copy(URL, String, File) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a URL with the specified encoding to a file with the platform default encoding.
- copy(URL, String, File, String) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a URL with the specified encoding to a file with the specified encoding.
- copy(URL, String, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a URL to a writer using the specified encoding.
- copy(URL, String, StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies from a URL to a
StringBuilderusing the specified encoding. - copyBeanToBean(Object, Object) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies properties from one Bean to another Bean.
- copyBeanToBean(Object, Object, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyBeanToBean(Object, Object, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies properties from one Bean to another Bean.
- copyBeanToMap(Object, Map<String, Object>) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies from a Bean to a Map.
- copyBeanToMap(Object, Map<String, Object>, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyBeanToMap(Object, Map<String, Object>, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies from a Bean to a Map.
- copyBeanToNewBean(Object, Class<T>) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Bean to a new instance of the destination Bean and returns it.
- copyBeanToNewBean(Object, Class<T>, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyBeanToNewBean(Object, Class<T>, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Bean to a new instance of the destination Bean and returns it.
- copyBeanToNewMap(Object) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Bean to a new instance of LinkedHashMap and returns it.
- copyBeanToNewMap(Object, Class<? extends T>) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Bean to a new instance of a Map and returns it.
- copyBeanToNewMap(Object, Class<? extends T>, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyBeanToNewMap(Object, Class<? extends T>, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Bean to a new instance of a Map and returns it.
- copyBeanToNewMap(Object, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyBeanToNewMap(Object, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Bean to a new instance of LinkedHashMap and returns it.
- copyInternal(FileInputStream, FileOutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies the contents of a file input stream to a file output stream.
- copyInternal(FileInputStream, OutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies the contents of a file input stream to an output stream.
- copyInternal(InputStream, FileOutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies the contents of an input stream to a file output stream.
- copyInternal(InputStream, OutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies the contents of an input stream to an output stream.
- copyInternal(Reader, Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies the contents of a reader to a writer.
- copyInternal(Reader, StringBuilder) - Static method in class org.codelibs.core.io.CopyUtil
-
Copies the contents of a reader to a
StringBuilder. - copyMapToBean(Map<String, ? extends Object>, Object) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies from a Map to a Bean.
- copyMapToBean(Map<String, ? extends Object>, Object, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyMapToBean(Map<String, ? extends Object>, Object, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies from a Map to a Bean.
- copyMapToMap(Map<String, ? extends Object>, Map<String, Object>) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies from a Map to another Map.
- copyMapToMap(Map<String, ? extends Object>, Map<String, Object>, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyMapToMap(Map<String, ? extends Object>, Map<String, Object>, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies from a Map to another Map.
- copyMapToNewBean(Map<String, ? extends Object>, Class<T>) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Map to a new instance of the destination Bean and returns it.
- copyMapToNewBean(Map<String, ? extends Object>, Class<T>, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyMapToNewBean(Map<String, ? extends Object>, Class<T>, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Map to a new instance of the destination Bean and returns it.
- copyMapToNewMap(Map<String, ? extends Object>) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Map to a new instance of LinkedHashMap and returns it.
- copyMapToNewMap(Map<String, ? extends Object>, Class<? extends T>) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Map to a new instance of a Map and returns it.
- copyMapToNewMap(Map<String, ? extends Object>, Class<? extends T>, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyMapToNewMap(Map<String, ? extends Object>, Class<? extends T>, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Map to a new instance of a Map and returns it.
- copyMapToNewMap(Map<String, ? extends Object>, Consumer<CopyOptions>) - Static method in class org.codelibs.core.beans.util.BeanUtil
- copyMapToNewMap(Map<String, ? extends Object>, CopyOptions) - Static method in class org.codelibs.core.beans.util.BeanUtil
-
Copies the source Map to a new instance of LinkedHashMap and returns it.
- CopyOptions - Class in org.codelibs.core.beans.util
- CopyOptions() - Constructor for class org.codelibs.core.beans.util.CopyOptions
- CopyOptionsUtil - Class in org.codelibs.core.beans.util
-
A utility for static import to facilitate the instantiation of
CopyOptions. - CopyOptionsUtil() - Constructor for class org.codelibs.core.beans.util.CopyOptionsUtil
- CopyUtil - Class in org.codelibs.core.io
-
Utility for copying.
- CopyUtil() - Constructor for class org.codelibs.core.io.CopyUtil
- CoreLibConstants - Class in org.codelibs.core
-
Constants class.
- CoreLibConstants() - Constructor for class org.codelibs.core.CoreLibConstants
- create() - Static method in class org.codelibs.core.naming.InitialContextUtil
-
Creates and returns an initial context.
- create() - Static method in class org.codelibs.core.net.UuidUtil
-
Creates a UUID.
- create(File) - Static method in class org.codelibs.core.io.InputStreamUtil
-
Creates a
FileInputStream. - create(File) - Static method in class org.codelibs.core.io.OutputStreamUtil
-
Creates a
FileOutputStream. - create(File) - Static method in class org.codelibs.core.io.ReaderUtil
-
Creates a
Readerto read from a file with the default encoding. - create(File) - Static method in class org.codelibs.core.io.WriterUtil
-
Creates a
Writerto output to a file with the default encoding. - create(File) - Static method in class org.codelibs.core.jar.JarFileUtil
-
Creates and returns a
JarFileto read the specified JAR file. - create(File) - Static method in class org.codelibs.core.zip.ZipFileUtil
-
Creates and returns a
ZipFilefor reading the specified file. - create(File, String) - Static method in class org.codelibs.core.io.ReaderUtil
-
Creates a
Readerto read from a file with the specified encoding. - create(File, String) - Static method in class org.codelibs.core.io.WriterUtil
-
Creates a
Writerto output to a file with the specified encoding. - create(InputStream) - Static method in class org.codelibs.core.jar.JarInputStreamUtil
-
Creates a
JarInputStream. - create(InputStream, String) - Static method in class org.codelibs.core.io.ReaderUtil
-
Creates a
Readerto read from a file with the specified encoding. - create(OutputStream, String) - Static method in class org.codelibs.core.io.WriterUtil
-
Creates a
Writerto output to a stream with the specified encoding. - create(String) - Static method in class org.codelibs.core.jar.JarFileUtil
-
Creates and returns a
JarFileto read the specified JAR file. - create(String) - Static method in class org.codelibs.core.net.URLUtil
-
Creates a
URLobject from its string representation. - create(String) - Static method in class org.codelibs.core.zip.ZipFileUtil
-
Creates and returns a
ZipFilefor reading the specified Zip file. - create(URL, String) - Static method in class org.codelibs.core.net.URLUtil
-
Creates a
URLby parsing the specified spec within the specified context. - create(URL, String, String) - Method in interface org.codelibs.core.io.TraversalUtil.TraverserFactory
-
Creates and returns an instance of
Traverser. - create(Hashtable<?, ?>) - Static method in class org.codelibs.core.naming.InitialContextUtil
-
Creates and returns an initial context using the specified environment.
- createMessage(SAXException) - Static method in exception org.codelibs.core.exception.SAXRuntimeException
-
Creates a message.
- createParameterizedClassDesc(Constructor<?>, int, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.beans.factory.ParameterizedClassDescFactory
-
Creates and returns a
ParameterizedClassDescthat represents the type of the constructor argument. - createParameterizedClassDesc(Field, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.beans.factory.ParameterizedClassDescFactory
-
Creates and returns a
ParameterizedClassDescthat represents the type of the field. - createParameterizedClassDesc(Method, int, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.beans.factory.ParameterizedClassDescFactory
-
Creates and returns a
ParameterizedClassDescthat represents the type of the method argument. - createParameterizedClassDesc(Method, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.beans.factory.ParameterizedClassDescFactory
-
Creates and returns a
ParameterizedClassDescthat represents the return type of the method. - createParameterizedClassDesc(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.beans.factory.ParameterizedClassDescFactory
-
Creates and returns a
ParameterizedClassDescthat represents theType. - createParameterizedClassDesc(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Creates and returns a
ParameterizedClassDescrepresenting theType. - current - Variable in class org.codelibs.core.collection.ArrayMap.ArrayMapIterator
-
Current index
- currentTimeMillis() - Static method in class org.codelibs.core.lang.SystemUtil
D
- DATE_FORMAT_DIGIT_ONLY - Static variable in class org.codelibs.core.CoreLibConstants
- DATE_FORMAT_ISO_8601_BASIC - Static variable in class org.codelibs.core.CoreLibConstants
- DATE_FORMAT_ISO_8601_EXTEND - Static variable in class org.codelibs.core.CoreLibConstants
- DATE_FORMAT_ISO_8601_EXTEND_UTC - Static variable in class org.codelibs.core.CoreLibConstants
- DateConversionUtil - Class in org.codelibs.core.convert
- DateConversionUtil() - Constructor for class org.codelibs.core.convert.DateConversionUtil
- DateConversionUtil.DateFormatIterator - Class in org.codelibs.core.convert
-
Iteratorthat iterates overDateFormats corresponding to the styles held by the locale. - DateConversionUtil.PlainDateFormatIterator - Class in org.codelibs.core.convert
-
Iteratorthat iterates overDateFormats corresponding to the styles held by the locale. - dateConverter(String, CharSequence...) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Sets a converter for dates.
- dateConverter(String, CharSequence...) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith a date converter applied. - DateConverter - Class in org.codelibs.core.beans.converter
-
Converter for dates.
- DateConverter(String) - Constructor for class org.codelibs.core.beans.converter.DateConverter
-
Constructs an instance.
- DateFormatIterator(Locale) - Constructor for class org.codelibs.core.convert.DateConversionUtil.DateFormatIterator
-
Constructs an instance.
- DateFormatIterator(Locale) - Constructor for class org.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
-
Constructs an instance.
- DateFormatIterator(Locale) - Constructor for class org.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
-
Constructs an instance.
- debug(Object) - Method in class org.codelibs.core.log.Logger
-
Outputs DEBUG information.
- debug(Object, Throwable) - Method in class org.codelibs.core.log.Logger
-
Outputs DEBUG information.
- DEBUG - Enum constant in enum class org.codelibs.core.log.Logger.LogLevel
-
Debug
- decamelize(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Converts a camel case string to an underscore-separated string.
- decapitalize(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Decapitalizes a string according to JavaBeans conventions.
- DecimalFormatSymbolsUtil - Class in org.codelibs.core.text
-
Utility class for
DecimalFormatSymbols. - DecimalFormatSymbolsUtil() - Constructor for class org.codelibs.core.text.DecimalFormatSymbolsUtil
- DecimalFormatUtil - Class in org.codelibs.core.text
-
Utility class for
DecimalFormat. - DecimalFormatUtil() - Constructor for class org.codelibs.core.text.DecimalFormatUtil
- decode(String) - Static method in class org.codelibs.core.misc.Base64Util
-
Decodes data encoded in Base64.
- decode(String, String) - Static method in class org.codelibs.core.net.URLUtil
-
Decodes a
application/x-www-form-urlencodedstring using the specified encoding scheme. - decrypto(byte[]) - Method in class org.codelibs.core.crypto.CachedCipher
- decrypto(byte[], Key) - Method in class org.codelibs.core.crypto.CachedCipher
- decryptoQueue - Variable in class org.codelibs.core.crypto.CachedCipher
- decryptoText(String) - Method in class org.codelibs.core.crypto.CachedCipher
- DEFAULT_BUF_SIZE - Static variable in class org.codelibs.core.io.CopyUtil
-
Buffer size used for copying.
- DEFAULT_BUF_SIZE - Static variable in class org.codelibs.core.io.FileUtil
-
Default Buffer Size
- DEFAULT_DATE_CONVERTER - Static variable in class org.codelibs.core.beans.util.CopyOptions
-
Default converter for dates.
- DEFAULT_INITIAL_CAPACITY - Static variable in class org.codelibs.core.collection.LruHashMap
-
Default initial capacity.
- DEFAULT_LOAD_FACTOR - Static variable in class org.codelibs.core.collection.LruHashMap
-
Default load factor.
- DEFAULT_OPTIONS - Static variable in class org.codelibs.core.beans.util.BeanUtil
-
Default options
- DEFAULT_TIME_CONVERTER - Static variable in class org.codelibs.core.beans.util.CopyOptions
-
Default converter for time.
- DEFAULT_TIMESTAMP_CONVERTER - Static variable in class org.codelibs.core.beans.util.CopyOptions
-
Default converter for timestamps.
- defaultString(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns the given string, or an empty string if the argument is
null. - defaultString(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns the given string, or the specified default string if the argument is
null. - defaultValue(T, T) - Static method in class org.codelibs.core.lang.ObjectUtil
-
Returns the object, or the defaultValue if the object is
null. - deleteInBackground(File) - Static method in class org.codelibs.core.io.FileUtil
- deregisterAllDrivers() - Static method in class org.codelibs.core.sql.DriverManagerUtil
-
Deregisters all JDBC drivers associated with the current class loader.
- deregisterDriver(Driver) - Static method in class org.codelibs.core.sql.DriverManagerUtil
-
Deregisters a JDBC driver.
- digest(String, String) - Static method in class org.codelibs.core.security.MessageDigestUtil
-
Hashes the specified text using the given algorithm and converts it to a string.
- Disposable - Interface in org.codelibs.core.misc
-
Represents a disposable resource.
- disposables - Static variable in class org.codelibs.core.misc.DisposableUtil
-
Registered
Disposable - DisposableUtil - Class in org.codelibs.core.misc
-
Utility class for disposing of resources at the end of an application.
- DisposableUtil() - Constructor for class org.codelibs.core.misc.DisposableUtil
- dispose() - Method in interface org.codelibs.core.misc.Disposable
-
Disposes of the resources held by this object.
- dispose() - Static method in class org.codelibs.core.misc.DisposableUtil
-
Disposes of all registered resources.
- DocumentBuilderFactoryUtil - Class in org.codelibs.core.xml
-
Utility class for
DocumentBuilderFactory. - DocumentBuilderFactoryUtil() - Constructor for class org.codelibs.core.xml.DocumentBuilderFactoryUtil
- DocumentBuilderUtil - Class in org.codelibs.core.xml
-
Utility class for
DocumentBuilder. - DocumentBuilderUtil() - Constructor for class org.codelibs.core.xml.DocumentBuilderUtil
- DomUtil - Class in org.codelibs.core.xml
-
Utility class for DOM operations.
- DomUtil() - Constructor for class org.codelibs.core.xml.DomUtil
- DOUBLE_VERTICAL_LINE - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
DOUBLE VERTICAL LINE
- DoubleConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
Double. - DoubleConversionUtil() - Constructor for class org.codelibs.core.convert.DoubleConversionUtil
- DriverManagerUtil - Class in org.codelibs.core.sql
-
Utility class for
DriverManager. - DriverManagerUtil() - Constructor for class org.codelibs.core.sql.DriverManagerUtil
- DynamicProperties - Class in org.codelibs.core.misc
-
The
DynamicPropertiesclass extendsPropertiesto provide dynamic loading and storing of properties from a file. - DynamicProperties(File) - Constructor for class org.codelibs.core.misc.DynamicProperties
- DynamicProperties(String) - Constructor for class org.codelibs.core.misc.DynamicProperties
- DynamicProperties(Path) - Constructor for class org.codelibs.core.misc.DynamicProperties
E
- element - Variable in class org.codelibs.core.collection.SLinkedList.Entry
-
The element
- elements() - Method in class org.codelibs.core.misc.DynamicProperties
- EMPTY - Static variable in class org.codelibs.core.io.LineIterator
-
String object indicating that
LineIterator.lineis empty - EMPTY - Static variable in class org.codelibs.core.lang.StringUtil
-
An empty string
"". - EMPTY_ARGS - Static variable in class org.codelibs.core.beans.impl.BeanDescImpl
-
Empty object array
- EMPTY_ARRAY - Static variable in class org.codelibs.core.io.TraversalUtil
-
An empty array of
Traverser. - EMPTY_PARAM_TYPES - Static variable in class org.codelibs.core.beans.impl.BeanDescImpl
-
Empty class array
- EMPTY_STRINGS - Static variable in class org.codelibs.core.lang.StringUtil
-
An empty array of strings.
- EmptyArgumentException - Exception in org.codelibs.core.exception
-
Exception thrown when an argument is empty.
- EmptyArgumentException(String, String, Object[]) - Constructor for exception org.codelibs.core.exception.EmptyArgumentException
-
Creates an
EmptyArgumentException. - EmptyArgumentException(String, String, Object[], Throwable) - Constructor for exception org.codelibs.core.exception.EmptyArgumentException
-
Creates an
EmptyArgumentException. - EmptyEnumeration<T> - Class in org.codelibs.core.collection
-
An empty
Enumeration. - EmptyEnumeration() - Constructor for class org.codelibs.core.collection.EmptyEnumeration
-
Creates an
EmptyEnumeration. - EmptyIterator<T> - Class in org.codelibs.core.collection
-
An empty
Iterator. - EmptyIterator() - Constructor for class org.codelibs.core.collection.EmptyIterator
-
Creates an
EmptyIterator. - encode(byte[]) - Static method in class org.codelibs.core.misc.Base64Util
-
Encodes data in Base64.
- encode(String, String) - Static method in class org.codelibs.core.net.URLUtil
-
Converts a string into
application/x-www-form-urlencodedformat using the specified encoding scheme. - encodeAttrQuot(String) - Static method in class org.codelibs.core.xml.DomUtil
-
Encodes the value of an attribute.
- encodeText(String) - Static method in class org.codelibs.core.xml.DomUtil
-
Encodes the text.
- encrypto(byte[]) - Method in class org.codelibs.core.crypto.CachedCipher
- encrypto(byte[], Key) - Method in class org.codelibs.core.crypto.CachedCipher
- encryptoQueue - Variable in class org.codelibs.core.crypto.CachedCipher
- encryptoText(String) - Method in class org.codelibs.core.crypto.CachedCipher
- endsWithIgnoreCase(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns true if the string ends with the specified substring, ignoring case.
- ensureCapacity() - Method in class org.codelibs.core.collection.ArrayMap
-
Ensures capacity when the size exceeds the threshold.
- Entry() - Constructor for class org.codelibs.core.collection.ArrayMap.Entry
-
Constructs an instance.
- Entry(int, K, V, ArrayMap.Entry<K, V>) - Constructor for class org.codelibs.core.collection.ArrayMap.Entry
-
Constructs an instance.
- entryIndexOf(ArrayMap.Entry<K, V>) - Method in class org.codelibs.core.collection.ArrayMap
-
Returns the index of the entry.
- entryNames - Variable in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
-
Set of entry names inside the zip.
- entrySet - Variable in class org.codelibs.core.collection.ArrayMap
-
View as a
Set - entrySet() - Method in class org.codelibs.core.collection.ArrayMap
- entrySet() - Method in class org.codelibs.core.misc.DynamicProperties
- EnumerationIterator<T> - Class in org.codelibs.core.collection
-
Adapter to convert an
Enumerationto anIterator. - EnumerationIterator(Enumeration<T>) - Constructor for class org.codelibs.core.collection.EnumerationIterator
-
Constructs an instance of an
Iteratorwrapping anEnumeration. - equals(Object) - Method in class org.codelibs.core.collection.ArrayMap.Entry
- equals(Object) - Method in class org.codelibs.core.collection.ArrayMap
- equals(Object) - Method in class org.codelibs.core.misc.DynamicProperties
- equals(Object) - Method in class org.codelibs.core.misc.Pair
- equals(Object) - Method in class org.codelibs.core.misc.Tuple3
- equals(Object) - Method in class org.codelibs.core.misc.Tuple4
- equals(Object) - Method in class org.codelibs.core.misc.Tuple5
- equals(Object, Object) - Static method in class org.codelibs.core.lang.ObjectUtil
-
Returns true if the two objects are equal, or both are null.
- equals(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns whether two strings are equal.
- equalsIgnoreCase(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns whether two strings are equal ignoring case.
- equalsIgnoreSequence(T[], T[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the two arrays are equal, ignoring the order of elements.
- error(Object) - Method in class org.codelibs.core.log.Logger
-
Outputs ERROR information.
- error(Object, Throwable) - Method in class org.codelibs.core.log.Logger
-
Outputs ERROR information.
- ERROR - Enum constant in enum class org.codelibs.core.log.Logger.LogLevel
-
Error
- escape(String) - Static method in class org.codelibs.core.text.JsonUtil
-
Escapes a value as Json string.
- exclude(CharSequence...) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Adds property names to exclude from the operation.
- exclude(CharSequence...) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith the specified property names to exclude from the operation. - excludeNull() - Method in class org.codelibs.core.beans.util.CopyOptions
-
Excludes properties with null values from the operation.
- excludeNull() - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionsthat excludes properties with null values from the operation. - excludePropertyNames - Variable in class org.codelibs.core.beans.util.CopyOptions
-
Array of property names to exclude from the operation.
- excludesNull - Variable in class org.codelibs.core.beans.util.CopyOptions
-
Whether to exclude properties with null values from the operation.
- excludesWhitespace - Variable in class org.codelibs.core.beans.util.CopyOptions
-
Whether to exclude strings that consist only of whitespace from the operation.
- excludeWhitespace() - Method in class org.codelibs.core.beans.util.CopyOptions
-
Excludes properties with only whitespace from the operation.
- excludeWhitespace() - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionsthat excludes properties with whitespace values from the operation. - execute(Runnable) - Static method in class org.codelibs.core.concurrent.CommonPoolUtil
- execute(PreparedStatement) - Static method in class org.codelibs.core.sql.PreparedStatementUtil
-
Executes the statement.
- execute(Statement, String) - Static method in class org.codelibs.core.sql.StatementUtil
-
Executes the SQL.
- executeBatch(PreparedStatement) - Static method in class org.codelibs.core.sql.PreparedStatementUtil
-
Executes a batch update.
- executeQuery(PreparedStatement) - Static method in class org.codelibs.core.sql.PreparedStatementUtil
-
Executes the query.
- executeUpdate(PreparedStatement) - Static method in class org.codelibs.core.sql.PreparedStatementUtil
-
Executes the update.
- expired() - Method in interface org.codelibs.core.timer.TimeoutTarget
-
Describes the processing for a timeout.
F
- factory - Static variable in class org.codelibs.core.log.Logger
-
Factory for LoggerAdapter
- fatal(Object) - Method in class org.codelibs.core.log.Logger
-
Outputs FATAL information.
- fatal(Object, Throwable) - Method in class org.codelibs.core.log.Logger
-
Outputs FATAL information.
- FATAL - Enum constant in enum class org.codelibs.core.log.Logger.LogLevel
-
Fatal
- field - Variable in class org.codelibs.core.beans.impl.FieldDescImpl
-
The field
- FieldDesc - Interface in org.codelibs.core.beans
-
Interface for handling fields.
- fieldDescCache - Variable in class org.codelibs.core.beans.impl.BeanDescImpl
-
Map from field name to
FieldDescImpl - FieldDescImpl - Class in org.codelibs.core.beans.impl
-
Implementation class of
FieldDesc. - FieldDescImpl(BeanDesc, Field) - Constructor for class org.codelibs.core.beans.impl.FieldDescImpl
-
Constructs an instance.
- fieldName - Variable in class org.codelibs.core.beans.impl.FieldDescImpl
-
The field name
- FieldNotFoundRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when a
Fieldcannot be found. - FieldNotFoundRuntimeException(Class<?>, String) - Constructor for exception org.codelibs.core.exception.FieldNotFoundRuntimeException
-
Creates a
FieldNotFoundRuntimeException. - FieldNotStaticRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when accessing a non-static
Fieldwithout specifying an object. - FieldNotStaticRuntimeException(Class<?>, String) - Constructor for exception org.codelibs.core.exception.FieldNotStaticRuntimeException
-
Creates a
FieldNotStaticRuntimeException. - fieldType - Variable in class org.codelibs.core.beans.impl.FieldDescImpl
-
The type of the field
- FieldUtil - Class in org.codelibs.core.lang
-
Utility class for
Fieldoperations. - FieldUtil() - Constructor for class org.codelibs.core.lang.FieldUtil
- FILE_ENCODING - Static variable in class org.codelibs.core.lang.SystemUtil
-
file.encodingsystem property. - FileAccessException - Exception in org.codelibs.core.exception
-
Exception while accessing a file.
- FileAccessException(String) - Constructor for exception org.codelibs.core.exception.FileAccessException
- FileAccessException(String, Object[]) - Constructor for exception org.codelibs.core.exception.FileAccessException
- FileAccessException(String, Object[], Throwable) - Constructor for exception org.codelibs.core.exception.FileAccessException
- FileAccessException(String, Throwable) - Constructor for exception org.codelibs.core.exception.FileAccessException
- FileSystemTraverser(File, String, String) - Constructor for class org.codelibs.core.io.TraversalUtil.FileSystemTraverser
-
Constructs an instance.
- FileSystemTraverser(URL, String, String) - Constructor for class org.codelibs.core.io.TraversalUtil.FileSystemTraverser
-
Constructs an instance.
- FileUtil - Class in org.codelibs.core.io
-
Utility class for handling
File. - FileUtil() - Constructor for class org.codelibs.core.io.FileUtil
- findConverter(Class<?>) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Finds the converter corresponding to the class.
- findDecimalSeparator(Locale) - Static method in class org.codelibs.core.convert.NumberConversionUtil
-
Returns the separator for decimal numbers.
- findDefaultConverter(Class<?>) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Finds the default converter corresponding to the class.
- findGroupingSeparator(Locale) - Static method in class org.codelibs.core.convert.NumberConversionUtil
-
Finds the separator for grouping.
- findSuitableConstructorDesc(Object...) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Returns a
ConstructorDescthat matches the given arguments. - findSuitableConstructorDescAdjustNumber(Object...) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Returns a
ConstructorDescthat matches the given arguments. - findSuitableMethod(MethodDesc[], Object[]) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Returns a
MethodDescthat matches the given arguments. - findSuitableMethodDescAdjustNumber(MethodDesc[], Object[]) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Returns a
MethodDescthat matches the given arguments. - first - Variable in class org.codelibs.core.misc.Pair
-
The first value
- FloatConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
Float. - FloatConversionUtil() - Constructor for class org.codelibs.core.convert.FloatConversionUtil
- flush(OutputStream) - Static method in class org.codelibs.core.io.OutputStreamUtil
-
Flushes the
OutputStream. - forEach(File, String, ClassHandler) - Static method in class org.codelibs.core.io.ClassTraversalUtil
-
Traverses classes contained in the file system.
- forEach(File, String, ResourceHandler) - Static method in class org.codelibs.core.io.ResourceTraversalUtil
-
Traverses resources contained in the file system.
- forEach(File, ClassHandler) - Static method in class org.codelibs.core.io.ClassTraversalUtil
-
Processes the directory under the root directory.
- forEach(File, ResourceHandler) - Static method in class org.codelibs.core.io.ResourceTraversalUtil
-
Traverses resources contained in the file system.
- forEach(JarFile, String, ClassHandler) - Static method in class org.codelibs.core.io.ClassTraversalUtil
-
Traverses classes contained in a Jar file.
- forEach(JarFile, String, ResourceHandler) - Static method in class org.codelibs.core.io.ResourceTraversalUtil
-
Traverses resources contained in a Jar file.
- forEach(JarFile, ClassHandler) - Static method in class org.codelibs.core.io.ClassTraversalUtil
-
Traverses classes contained in a Jar file.
- forEach(JarFile, ResourceHandler) - Static method in class org.codelibs.core.io.ResourceTraversalUtil
-
Traverses resources contained in a Jar file.
- forEach(ZipInputStream, String, ClassHandler) - Static method in class org.codelibs.core.io.ClassTraversalUtil
-
Traverses classes contained in a ZIP file input stream.
- forEach(ZipInputStream, String, ResourceHandler) - Static method in class org.codelibs.core.io.ResourceTraversalUtil
-
Traverses resources contained in a ZIP file input stream.
- forEach(ZipInputStream, ClassHandler) - Static method in class org.codelibs.core.io.ClassTraversalUtil
-
Traverses classes contained in a ZIP file input stream.
- forEach(ZipInputStream, ResourceHandler) - Static method in class org.codelibs.core.io.ResourceTraversalUtil
-
Traverses resources contained in a ZIP file input stream.
- forEach(ClassHandler) - Method in class org.codelibs.core.io.TraversalUtil.FileSystemTraverser
- forEach(ClassHandler) - Method in class org.codelibs.core.io.TraversalUtil.JarFileTraverser
- forEach(ClassHandler) - Method in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
- forEach(ClassHandler) - Method in interface org.codelibs.core.io.Traverser
-
Searches for classes handled by this instance and calls the handler for each class.
- forEach(ResourceHandler) - Method in class org.codelibs.core.io.TraversalUtil.FileSystemTraverser
- forEach(ResourceHandler) - Method in class org.codelibs.core.io.TraversalUtil.JarFileTraverser
- forEach(ResourceHandler) - Method in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
- forEach(ResourceHandler) - Method in interface org.codelibs.core.io.Traverser
-
Searches for resources handled by this instance and calls the handler for each resource.
- format(String, Object...) - Static method in class org.codelibs.core.log.Logger
-
Returns a formatted message string.
- forName(String) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns the
Classobject associated with the class or interface with the given string name, using the current thread's context class loader. - forName(String, ClassLoader) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns the
Classobject associated with the class or interface with the given string name, using the specified class loader. - forNameNoException(String) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns the
Classobject associated with the class or interface with the given string name, using the current thread's context class loader. - forNameNoException(String, ClassLoader) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns the
Classobject associated with the class or interface with the given string name, using the specified class loader. - fromBinaryToObject(byte[]) - Static method in class org.codelibs.core.io.SerializeUtil
-
Converts a byte array to an object.
- fromObjectToBinary(Object) - Static method in class org.codelibs.core.io.SerializeUtil
-
Converts an object to a byte array.
- fromWindowsMapping(String) - Static method in class org.codelibs.core.convert.StringConversionUtil
-
Fixes a string created with Windows-specific mapping rules.
- FULLWIDTH_CENT_SIGN - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
FULLWIDTH CENT SIGN
- FULLWIDTH_HYPHEN_MINUS - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
FULLWIDTH HYPHEN-MINUS
- FULLWIDTH_NOT_SIGN - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
FULLWIDTH NOT SIGN
- FULLWIDTH_POUND_SIGN - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
FULLWIDTH POUND SIGN
- FULLWIDTH_TILDE - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
FULLWIDTH TILDE
G
- gatherTypeVariables(Class<?>, Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Gathers the type variables and type arguments of the specified parameterized type (class or interface) and adds them to the given map.
- gatherTypeVariables(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Gathers the type variables and type arguments of the specified type and adds them to the given map.
- GenericsUtil - Class in org.codelibs.core.lang
-
Utility class for handling generics in Java.
- GenericsUtil() - Constructor for class org.codelibs.core.lang.GenericsUtil
- get(int) - Method in class org.codelibs.core.collection.SLinkedList
-
Returns the element at the specified position.
- get(Object) - Method in class org.codelibs.core.beans.util.BeanMap
- get(Object) - Method in class org.codelibs.core.collection.ArrayMap
- get(Object) - Method in class org.codelibs.core.collection.CaseInsensitiveMap
- get(Object) - Method in class org.codelibs.core.misc.DynamicProperties
- get(Field) - Static method in class org.codelibs.core.lang.FieldUtil
-
Returns the value of a
staticfield represented by the givenField. - get(Field, Object) - Static method in class org.codelibs.core.lang.FieldUtil
-
Returns the value of the field represented by the given
Fieldfor the specified object. - get(Function<Stream<T>, R>) - Method in class org.codelibs.core.stream.StreamUtil.StreamOf
-
Applies the given function to a stream created by the supplier and returns the result.
- getActualClass(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the actual class of the specified type.
- getActualElementClassOfArray(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the actual element type of an array with parameterized types.
- getActualElementClassOfCollection(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the actual element type of a parameterized
Collection. - getActualElementClassOfList(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the actual element type of a parameterized
List. - getActualElementClassOfSet(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the actual element type of a parameterized
Set. - getActualKeyClassOfMap(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the actual key type of a parameterized
Map. - getActualValueClassOfMap(Type, Map<TypeVariable<?>, Type>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the actual value type of a parameterized
Map. - getAlgorithm() - Method in class org.codelibs.core.crypto.CachedCipher
- getArgName() - Method in exception org.codelibs.core.exception.ClIllegalArgumentException
-
Returns the name of the argument.
- getArgs() - Method in exception org.codelibs.core.exception.ClIllegalArgumentException
-
Returns the array of arguments.
- getArgs() - Method in exception org.codelibs.core.exception.ClRuntimeException
-
Returns arguments of a message
- getArgs() - Method in exception org.codelibs.core.exception.ClSQLException
-
Returns the array of arguments.
- getArgTypes() - Method in exception org.codelibs.core.exception.NoSuchConstructorRuntimeException
-
Returns the array of parameter types.
- getArgTypes() - Method in exception org.codelibs.core.exception.NoSuchMethodRuntimeException
-
Returns the argument types.
- getArguments() - Method in class org.codelibs.core.beans.impl.ParameterizedClassDescImpl
- getArguments() - Method in interface org.codelibs.core.beans.ParameterizedClassDesc
-
Returns an array of
ParameterizedClassDescrepresenting the type arguments. - getAsObject(String) - Method in class org.codelibs.core.beans.converter.DateConverter
- getAsObject(String) - Method in interface org.codelibs.core.beans.Converter
-
Returns the value as an object.
- getAsObject(String) - Method in class org.codelibs.core.beans.converter.NumberConverter
- getAsObject(String) - Method in class org.codelibs.core.beans.converter.SqlDateConverter
- getAsObject(String) - Method in class org.codelibs.core.beans.converter.TimeConverter
- getAsObject(String) - Method in class org.codelibs.core.beans.converter.TimestampConverter
- getAsString(Object) - Method in class org.codelibs.core.beans.converter.DateConverter
- getAsString(Object) - Method in interface org.codelibs.core.beans.Converter
-
Returns the value as a string.
- getAsString(Object) - Method in class org.codelibs.core.beans.converter.NumberConverter
- getAsString(Object) - Method in class org.codelibs.core.beans.converter.SqlDateConverter
- getAsString(Object) - Method in class org.codelibs.core.beans.converter.TimeConverter
- getAsString(Object) - Method in class org.codelibs.core.beans.converter.TimestampConverter
- getAt(int) - Method in class org.codelibs.core.collection.ArrayMap
-
Returns the value at the specified index.
- getBaseDir(File, String) - Static method in class org.codelibs.core.io.ResourceTraversalUtil
-
Returns a
Filerepresenting the base directory. - getBaseDir(URL, String) - Static method in class org.codelibs.core.io.TraversalUtil
-
Returns the base directory above the root package from a URL representing a file.
- getBeanClass() - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the class of the Bean.
- getBeanClass() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getBeanDesc() - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns the
BeanDescof the class that owns this constructor. - getBeanDesc() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the
BeanDescof the class that owns this field. - getBeanDesc() - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- getBeanDesc() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getBeanDesc() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getBeanDesc() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getBeanDesc() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the
BeanDescof the class that owns this method. - getBeanDesc() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the
BeanDesc. - getBeanDesc(Class<?>) - Static method in class org.codelibs.core.beans.factory.BeanDescFactory
-
Returns a
BeanDesc. - getBuildDir(Class<?>) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the root directory where the class file of the specified class is located.
- getBuildDir(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the root directory where the class file is located.
- getBundle(String) - Static method in class org.codelibs.core.io.ResourceBundleUtil
-
Returns the bundle.
- getBundle(String, Locale) - Static method in class org.codelibs.core.io.ResourceBundleUtil
-
Returns the bundle.
- getBundle(String, Locale, ClassLoader) - Static method in class org.codelibs.core.io.ResourceBundleUtil
-
Returns the bundle.
- getBytes(InputStream) - Static method in class org.codelibs.core.io.InputStreamUtil
-
Gets a byte array from an
InputStream. - getCanonicalPath(File) - Static method in class org.codelibs.core.io.FileUtil
-
Returns the canonical path string for this abstract pathname.
- getCharsetName() - Method in class org.codelibs.core.crypto.CachedCipher
- getClassLoader() - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the context class loader.
- getClassLoader(Class<?>) - Static method in class org.codelibs.core.lang.ClassLoaderUtil
-
Returns the class loader.
- getClassName() - Method in exception org.codelibs.core.exception.ClassNotFoundRuntimeException
-
Returns the class name.
- getConstructor() - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns the constructor.
- getConstructor() - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- getConstructor(Class<T>, Class<?>...) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns a
Constructorobject that reflects the specifiedpublicconstructor of the class represented by theClassobject. - getConstructorDesc(int) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
ConstructorDesc. - getConstructorDesc(int) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getConstructorDesc(Class<?>...) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
ConstructorDescfor the given parameter types. - getConstructorDesc(Class<?>...) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getConstructorDescs() - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns an
IterableofConstructorDesc. - getConstructorDescs() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getConstructorDescSize() - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the number of
ConstructorDesc. - getConstructorDescSize() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getContentsAsStream(String) - Static method in class org.codelibs.core.xml.DomUtil
-
Retrieves the XML content as an
InputStreamusing the platform's default encoding. - getContentsAsStream(String, String) - Static method in class org.codelibs.core.xml.DomUtil
-
Retrieves the XML content as an
InputStreamwith the specified encoding. - getDecimalFormatSymbols() - Static method in class org.codelibs.core.text.DecimalFormatSymbolsUtil
-
Returns
DecimalFormatSymbols. - getDecimalFormatSymbols(Locale) - Static method in class org.codelibs.core.text.DecimalFormatSymbolsUtil
-
Returns
DecimalFormatSymbols. - getDeclaredConstructor(Class<T>, Class<?>...) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns a
Constructorobject that reflects the specified constructor of the class represented by theClassobject. - getDeclaredField(Class<?>, String) - Static method in class org.codelibs.core.lang.ClassUtil
- getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.codelibs.core.lang.ClassUtil
- getDefault() - Static method in class org.codelibs.core.misc.LocaleUtil
- getElement() - Method in class org.codelibs.core.collection.Indexed
-
Returns the element.
- getElement() - Method in class org.codelibs.core.collection.SLinkedList.Entry
-
Returns the element.
- getElementClassOfCollection() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the element type if this field is a parameterized
Collection. - getElementClassOfCollection() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getElementClassOfCollection() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getElementClassOfCollection() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getElementClassOfCollection() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the element type if the return type of the method is a parameterized
Collection. - getElementClassOfCollection() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the element type if this property is a parameterized
Collection. - getElementClassOfCollection(int) - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns the element type if the parameter type of the method is a parameterized
Collection. - getElementClassOfCollection(int) - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- getElementClassOfCollection(int) - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getElementClassOfCollection(int) - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the element type if the method's parameter type at the specified index is a parameterized
Collection. - getElementTypeOfArray(Type) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the element type of an array with parameterized types.
- getElementTypeOfCollection(Field) - Static method in class org.codelibs.core.lang.FieldUtil
-
Returns the element type of a parameterized collection field.
- getElementTypeOfCollection(Type) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the element type of a parameterized
Collection. - getElementTypeOfCollectionFromParameterType(Method, int) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns the element type of the parameterized collection declared as the method's argument type.
- getElementTypeOfCollectionFromReturnType(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns the element type of the parameterized collection declared as the method's return type.
- getElementTypeOfList(Type) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the element type of a parameterized
List. - getElementTypeOfSet(Type) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the element type of a parameterized
Set. - getEntry(int) - Method in class org.codelibs.core.collection.SLinkedList
-
Returns the entry at the specified position.
- getEntryAt(int) - Method in class org.codelibs.core.collection.ArrayMap
-
Returns the
Map.Entryat the specified index. - getEnv(String) - Static method in class org.codelibs.core.lang.SystemUtil
-
Returns the system environment variable value for the specified key.
- getEnv(String, String) - Static method in class org.codelibs.core.lang.SystemUtil
-
Returns the system environment variable value for the specified key, or the default value if not found.
- getExpiredTask() - Method in class org.codelibs.core.timer.TimeoutManager
-
Returns the list of expired
TimeoutTask. - getExtension(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the extension of the path.
- getField() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the field.
- getField() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getField() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getField() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the public field recognized as a property.
- getField(Class<?>, String) - Static method in class org.codelibs.core.lang.ClassUtil
- getFieldDesc(int) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
FieldDesc. - getFieldDesc(int) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getFieldDesc(String) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
FieldDesc. - getFieldDesc(String) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getFieldDescs() - Method in interface org.codelibs.core.beans.BeanDesc
- getFieldDescs() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getFieldDescSize() - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the number of
FieldDesc. - getFieldDescSize() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getFieldName() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the field name.
- getFieldName() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getFieldName() - Method in exception org.codelibs.core.exception.FieldNotFoundRuntimeException
-
Returns the field name.
- getFieldName() - Method in exception org.codelibs.core.exception.FieldNotStaticRuntimeException
-
Returns the field name.
- getFieldName() - Method in exception org.codelibs.core.exception.NoSuchFieldRuntimeException
-
Returns the field name.
- getFieldType() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the type of the field.
- getFieldType() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getFieldValue(Object) - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the value of the
Field. - getFieldValue(Object) - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getFile(URL) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the file of the resource.
- getFileName(URL) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the file name of the resource.
- getFirst() - Method in class org.codelibs.core.collection.SLinkedList
-
Returns the first element.
- getFirst() - Method in class org.codelibs.core.misc.Pair
-
Returns the first value.
- getFirstEntry() - Method in class org.codelibs.core.collection.SLinkedList
-
Returns the first entry.
- getFormattedMessage(String, String) - Static method in class org.codelibs.core.message.MessageFormatter
-
Returns the message with the message code.
- getFullPattern() - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Returns the pattern string for
DateFormat.FULLstyle in the default locale. - getFullPattern() - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Returns the pattern string for
DateFormat.FULLstyle in the default locale. - getFullPattern() - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Returns the pattern string for
DateFormat.FULLstyle using the default locale. - getFullPattern(Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Returns the pattern string for
DateFormat.FULLstyle in the specified locale. - getFullPattern(Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Returns the pattern string for
DateFormat.FULLstyle in the specified locale. - getFullPattern(Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Returns the pattern string for
DateFormat.FULLstyle using the specified locale. - getGenericParameter(Field, int) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the generic type of the specified field for the given index.
- getGenericParameter(Field, int, Class<?>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the generic type of the specified field for the given index, or the default class if not found.
- getGenericParameter(Method, int) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the generic type of the specified method for the given index.
- getGenericParameter(Method, int, Class<?>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the generic type of the specified method for the given index, or the default class if not found.
- getGenericParameter(Type, int) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the generic type of the specified type for the given index.
- getGenericParameter(Type, int, Class<?>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the generic type of the specified type for the given index, or the default class if not found.
- getGenericParameters(Type) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the array of type arguments for the specified type.
- getIndex() - Method in class org.codelibs.core.collection.Indexed
-
Returns the index.
- getInputStream(JarFile, ZipEntry) - Static method in class org.codelibs.core.jar.JarFileUtil
-
Returns an input stream to read the contents of the specified JAR file entry.
- getInputStream(ZipFile, ZipEntry) - Static method in class org.codelibs.core.zip.ZipFileUtil
-
Returns an input stream for reading the contents of the specified Zip file entry.
- getInstance() - Static method in class org.codelibs.core.timer.TimeoutManager
-
Returns the instance for the singleton.
- getInstance(String) - Static method in class org.codelibs.core.security.MessageDigestUtil
-
Wraps the exception handling of
MessageDigest.getInstance(String). - getInt(Field) - Static method in class org.codelibs.core.lang.FieldUtil
-
Returns the value of a static
Fieldas an int. - getInt(Field, Object) - Static method in class org.codelibs.core.lang.FieldUtil
-
Returns the value of a
Fieldas an int. - getJarFile(JarURLConnection) - Static method in class org.codelibs.core.net.JarURLConnectionUtil
-
A method that wraps the exception handling of
JarURLConnection.getJarFile(). - getKey() - Method in class org.codelibs.core.collection.ArrayMap.Entry
- getKey() - Method in class org.codelibs.core.crypto.CachedCipher
- getKeyAt(int) - Method in class org.codelibs.core.collection.ArrayMap
-
Returns the key at the specified index.
- getKeyClassOfMap() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the key type if this field is a parameterized
Map. - getKeyClassOfMap() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getKeyClassOfMap() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getKeyClassOfMap() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getKeyClassOfMap() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the key type if the return type of the method is a parameterized
Map. - getKeyClassOfMap() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the key type if this property is a parameterized
Map. - getKeyClassOfMap(int) - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns the key type if the parameter type of the method is a parameterized
Map. - getKeyClassOfMap(int) - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- getKeyClassOfMap(int) - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getKeyClassOfMap(int) - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the key type if the method's parameter type at the specified index is a parameterized
Map. - getKeyTypeOfMap(Field) - Static method in class org.codelibs.core.lang.FieldUtil
-
Returns the key type of a parameterized map field.
- getKeyTypeOfMap(Type) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the key type of a parameterized
Map. - getKeyTypeOfMapFromParameterType(Method, int) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns the key type of the parameterized map declared as the method's argument type.
- getKeyTypeOfMapFromReturnType(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns the key type of the parameterized map declared as the method's return type.
- getLast() - Method in class org.codelibs.core.collection.SLinkedList
-
Returns the last element.
- getLastEntry() - Method in class org.codelibs.core.collection.SLinkedList
-
Returns the last entry.
- getLevel() - Method in class org.codelibs.core.log.Logger.LogMessage
-
Returns the log level.
- getLimitSize() - Method in class org.codelibs.core.collection.LruHashMap
-
Returns the upper limit on the number of entries.
- getLocale(String) - Static method in class org.codelibs.core.misc.LocaleUtil
-
Returns a
Locale. - getLocale(Locale) - Static method in class org.codelibs.core.io.ResourceBundleUtil
-
Returns the locale if not null, otherwise returns the default locale.
- getLogger(Class<?>) - Static method in class org.codelibs.core.log.Logger
-
Returns a
Logger. - getLoggerAdapterFactory() - Static method in class org.codelibs.core.log.Logger
-
Returns the logger adapter factory.
- getLongPattern() - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Returns the pattern string for
DateFormat.LONGstyle in the default locale. - getLongPattern() - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Returns the pattern string for
DateFormat.LONGstyle in the default locale. - getLongPattern() - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Returns the pattern string for
DateFormat.LONGstyle using the default locale. - getLongPattern(Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Returns the pattern string for
DateFormat.LONGstyle in the specified locale. - getLongPattern(Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Returns the pattern string for
DateFormat.LONGstyle in the specified locale. - getLongPattern(Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Returns the pattern string for
DateFormat.LONGstyle using the specified locale. - getMediumPattern() - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Returns the pattern string for
DateFormat.MEDIUMstyle in the default locale. - getMediumPattern() - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Returns the pattern string for
DateFormat.MEDIUMstyle in the default locale. - getMediumPattern() - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Returns the pattern string for
DateFormat.MEDIUMstyle using the default locale. - getMediumPattern(Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Returns the pattern string for
DateFormat.MEDIUMstyle in the specified locale. - getMediumPattern(Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Returns the pattern string for
DateFormat.MEDIUMstyle in the specified locale. - getMediumPattern(Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Returns the pattern string for
DateFormat.MEDIUMstyle using the specified locale. - getMessage() - Method in exception org.codelibs.core.exception.ClRuntimeException
- getMessage() - Method in class org.codelibs.core.log.Logger.LogMessage
-
Returns the message.
- getMessage(String, Object...) - Static method in class org.codelibs.core.message.MessageFormatter
-
Returns the message.
- getMessageCode() - Method in exception org.codelibs.core.exception.ClIllegalArgumentException
-
Returns the message code.
- getMessageCode() - Method in exception org.codelibs.core.exception.ClRuntimeException
-
Returns a message code.
- getMessageCode() - Method in exception org.codelibs.core.exception.ClSQLException
-
Returns the message code.
- getMethod() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getMethod() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the method.
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.codelibs.core.lang.ClassUtil
- getMethodArgClasses() - Method in exception org.codelibs.core.exception.MethodNotFoundRuntimeException
-
Returns the array of
Classfor the method arguments. - getMethodArgs() - Method in exception org.codelibs.core.exception.ConstructorNotFoundRuntimeException
-
Returns the array of arguments.
- getMethodDesc(String, Class<?>...) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
MethodDescfor the given parameter types. - getMethodDesc(String, Class<?>...) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getMethodDescNoException(String, Class<?>...) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
MethodDescthat matches the given parameter types. - getMethodDescNoException(String, Class<?>...) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getMethodDescs(String) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns an array of
MethodDesc. - getMethodDescs(String) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getMethodName() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getMethodName() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the method name.
- getMethodName() - Method in exception org.codelibs.core.exception.MethodNotFoundRuntimeException
-
Returns the method name.
- getMethodName() - Method in exception org.codelibs.core.exception.MethodNotStaticRuntimeException
-
Returns the method name.
- getMethodName() - Method in exception org.codelibs.core.exception.NoSuchMethodRuntimeException
-
Returns the method name.
- getMethodNames() - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns an array of method names.
- getMethodNames() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getNext() - Method in class org.codelibs.core.collection.SLinkedList.Entry
-
Returns the next entry.
- getNextEntry(ZipInputStream) - Static method in class org.codelibs.core.zip.ZipInputStreamUtil
-
A method that wraps the exception handling of
ZipInputStream.getNextEntry(). - getNextJarEntry(JarInputStream) - Static method in class org.codelibs.core.jar.JarInputStreamUtil
-
Method that wraps exception handling for
JarInputStream.getNextJarEntry(). - getNoPatternMessage(Object...) - Static method in class org.codelibs.core.message.MessageFormatter
-
Returns a message with arguments lined up without using a pattern.
- getPackageDir(File, String) - Static method in class org.codelibs.core.io.ClassTraversalUtil
-
Returns a
Filerepresenting the directory corresponding to the root package. - getPackageName(Class<?>) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns the package name of the specified class.
- getParameterizedClassDesc() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the
ParameterizedClassDescthat represents the type of the field. - getParameterizedClassDesc() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getParameterizedClassDesc() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getParameterizedClassDesc() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getParameterizedClassDesc() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the
ParameterizedClassDescrepresenting the return type of the method. - getParameterizedClassDesc() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the information if this property is parameterized.
- getParameterizedClassDescs() - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns an array of
ParameterizedClassDescrepresenting the parameter types of the method. - getParameterizedClassDescs() - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- getParameterizedClassDescs() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getParameterizedClassDescs() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns an array of
ParameterizedClassDescrepresenting the parameter types of the method. - getParameterTypes() - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns an array of the parameter types of the constructor.
- getParameterTypes() - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- getParameterTypes() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getParameterTypes() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns an array of the method's parameter types.
- getParamTypes() - Method in exception org.codelibs.core.exception.ConstructorNotFoundRuntimeException
-
Returns the array of parameter types.
- getPath() - Method in exception org.codelibs.core.exception.ResourceNotFoundRuntimeException
-
Returns the path.
- getPattern(String) - Static method in class org.codelibs.core.message.MessageFormatter
-
Returns the pattern string corresponding to the message code.
- getPrevious() - Method in class org.codelibs.core.collection.SLinkedList.Entry
-
Returns the previous entry.
- getPrimitiveClass(Class<?>) - Static method in class org.codelibs.core.lang.ClassUtil
-
Converts a wrapper class to its corresponding primitive class.
- getPrimitiveClassIfWrapper(Class<?>) - Static method in class org.codelibs.core.lang.ClassUtil
-
If the class is a wrapper class, returns its corresponding primitive class; otherwise, returns the class itself.
- getProperties() - Method in class org.codelibs.core.misc.DynamicProperties
- getProperties(Annotation) - Static method in class org.codelibs.core.lang.AnnotationUtil
-
Returns the elements of the annotation as a
Mapof names and values. - getProperties(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Loads and returns a properties file from the context class loader.
- getProperty(String) - Static method in class org.codelibs.core.lang.SystemUtil
-
Returns the system property value for the specified key.
- getProperty(String) - Method in class org.codelibs.core.misc.DynamicProperties
- getProperty(String, String) - Static method in class org.codelibs.core.lang.SystemUtil
-
Returns the system property value for the specified key, or the default value if not found.
- getProperty(String, String) - Method in class org.codelibs.core.misc.DynamicProperties
- getProperty(BeanDesc, Annotation, String) - Static method in class org.codelibs.core.lang.AnnotationUtil
-
Returns the value of an annotation element.
- getPropertyDesc(int) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
PropertyDesc. - getPropertyDesc(int) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getPropertyDesc(String) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
PropertyDesc. - getPropertyDesc(String) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getPropertyDescNoException(String) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Returns the
PropertyDescfor the specified property name. - getPropertyDescs() - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns an
IterableofPropertyDesc. - getPropertyDescs() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getPropertyDescSize() - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the number of
PropertyDesc. - getPropertyDescSize() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getPropertyName() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getPropertyName() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the property name.
- getPropertyName() - Method in exception org.codelibs.core.exception.ConverterRuntimeException
-
Returns the property name.
- getPropertyName() - Method in exception org.codelibs.core.exception.IllegalPropertyRuntimeException
-
Returns the property name.
- getPropertyName() - Method in exception org.codelibs.core.exception.PropertyNotFoundRuntimeException
-
Returns the property name.
- getPropertyType() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getPropertyType() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the property type.
- getRawClass() - Method in class org.codelibs.core.beans.impl.ParameterizedClassDescImpl
- getRawClass() - Method in interface org.codelibs.core.beans.ParameterizedClassDesc
-
Returns the raw class.
- getRawClass(Type) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the raw class of the specified type.
- getReadMethod() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getReadMethod() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the getter method.
- getReadString() - Method in class org.codelibs.core.text.Tokenizer
-
Returns the string that has already been read.
- getRealMessage(SQLException) - Static method in exception org.codelibs.core.exception.SQLRuntimeException
-
Returns the real message.
- getResource(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource from the context class loader.
- getResource(String, String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource from the context class loader.
- getResourceAsFile(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource as a file.
- getResourceAsFile(String, String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource as a file.
- getResourceAsFileNoException(Class<?>) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource representing the class file as a file.
- getResourceAsFileNoException(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource as a file.
- getResourceAsStream(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource as a stream from the context class loader.
- getResourceAsStream(String, String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource as a stream from the context class loader.
- getResourceAsStreamNoException(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource as a stream from the context class loader.
- getResourceAsStreamNoException(String, String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource as a stream from the context class loader.
- getResourceBundle(String) - Static method in class org.codelibs.core.message.MessageFormatter
-
Returns the resource bundle.
- getResourceNoException(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource from the context class loader.
- getResourceNoException(String, String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource from the context class loader.
- getResourceNoException(String, String, ClassLoader) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource from the specified class loader.
- getResourcePath(Class<?>) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource path.
- getResourcePath(Class<?>) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns the resource path representation of the class name.
- getResourcePath(String) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns the resource path representation of the class name.
- getResourcePath(String, String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns the resource path.
- getResources(Class<?>, String) - Static method in class org.codelibs.core.lang.ClassLoaderUtil
-
Searches for all resources with the specified name from the class loader returned by
ClassLoaderUtil.getClassLoader(Class). - getResources(ClassLoader, String) - Static method in class org.codelibs.core.lang.ClassLoaderUtil
-
Searches for all resources with the specified name from the specified class loader.
- getResources(String) - Static method in class org.codelibs.core.lang.ClassLoaderUtil
-
Searches for all resources with the specified name from the context class loader.
- getResultSet(Statement) - Static method in class org.codelibs.core.sql.StatementUtil
-
Returns the result set.
- getReturnType() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getReturnType() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the return type of the method.
- getSecond() - Method in class org.codelibs.core.misc.Pair
-
Returns the second value.
- getShortClassName(String) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns the class name without the package name from the fully qualified class name (FQCN).
- getShortPattern() - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Returns the pattern string for
DateFormat.SHORTstyle in the default locale. - getShortPattern() - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Returns the pattern string for
DateFormat.SHORTstyle in the default locale. - getShortPattern() - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Returns the pattern string for
DateFormat.SHORTstyle using the default locale. - getShortPattern(Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Returns the pattern string for
DateFormat.SHORTstyle in the specified locale. - getShortPattern(Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Returns the pattern string for
DateFormat.SHORTstyle in the specified locale. - getShortPattern(Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Returns the pattern string for
DateFormat.SHORTstyle using the specified locale. - getSignature(String, Class<?>...) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns the string representation of the method signature.
- getSignature(String, Object...) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns the string representation of the method signature.
- getSimpleClassName(Class<?>) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns the class name itself, or for arrays, the element class name with [] appended.
- getSimpleMessage() - Method in exception org.codelibs.core.exception.ClRuntimeException
-
Returns a simple message without a message code.
- getSimpleMessage(String, Object...) - Static method in class org.codelibs.core.message.MessageFormatter
-
Expands arguments and returns a simple message without a message code.
- getSql() - Method in exception org.codelibs.core.exception.ClSQLException
-
Returns the SQL.
- getSql(SQLException) - Static method in exception org.codelibs.core.exception.SQLRuntimeException
-
Returns the
SQL. - getStaticFieldValue() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the value of the static
Field. - getStaticFieldValue() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getString(Field) - Static method in class org.codelibs.core.lang.FieldUtil
- getString(Field, Object) - Static method in class org.codelibs.core.lang.FieldUtil
- getString(ResourceBundle, String) - Static method in class org.codelibs.core.io.ResourceBundleUtil
-
Returns the string for the specified key from the resource bundle.
- getStringValue() - Method in class org.codelibs.core.text.Tokenizer
-
Returns the value of the string.
- getSuitableConstructorDesc(Object...) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
ConstructorDescthat matches the given arguments. - getSuitableConstructorDesc(Object...) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getSuitableMethodDesc(String, Object...) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns the
MethodDescthat matches the given arguments. - getSuitableMethodDesc(String, Object...) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getSystemName(String) - Static method in class org.codelibs.core.message.MessageFormatter
-
Returns the system name.
- getTargetClass() - Method in exception org.codelibs.core.exception.BeanFieldSetAccessibleFailureException
- getTargetClass() - Method in exception org.codelibs.core.exception.BeanMethodSetAccessibleFailureException
- getTargetClass() - Method in exception org.codelibs.core.exception.ConstructorNotFoundRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.FieldNotFoundRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.FieldNotStaticRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.IllegalAccessRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.IllegalPropertyRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.InstantiationRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.InvocationTargetRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.MethodNotFoundRuntimeException
-
Returns the
Classof the target. - getTargetClass() - Method in exception org.codelibs.core.exception.MethodNotStaticRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.NoSuchConstructorRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.NoSuchFieldRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.NoSuchMethodRuntimeException
-
Returns the target class.
- getTargetClass() - Method in exception org.codelibs.core.exception.PropertyNotFoundRuntimeException
-
Returns the target class.
- getTargetField() - Method in exception org.codelibs.core.exception.BeanFieldSetAccessibleFailureException
- getTargetMethod() - Method in exception org.codelibs.core.exception.BeanMethodSetAccessibleFailureException
- getTimeoutTaskCount() - Method in class org.codelibs.core.timer.TimeoutManager
-
Returns the number of managed
TimeoutTask. - getTransformation() - Method in class org.codelibs.core.crypto.CachedCipher
- getTraverser(Class<?>) - Static method in class org.codelibs.core.io.TraversalUtil
-
Returns a
Traverserthat handles a collection of resources or classes based on the specified class. - getTraverser(String) - Static method in class org.codelibs.core.io.TraversalUtil
-
Returns a
Traverserthat handles a collection of classes or resources based on the specified directory. - getTraverser(URL, String, String) - Static method in class org.codelibs.core.io.TraversalUtil
-
Creates and returns a
Traverserfor handling the specified URL. - getTraversers(String) - Static method in class org.codelibs.core.io.TraversalUtil
-
Returns an array of
Traverserinstances that handle collections of classes or resources based on the specified root package. - getTypeVariableMap(Class<?>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns a
Mapwhere the keys are the type variables and the values are the type arguments of the specified parameterized type (class or interface). - getTypeVariables() - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns a map from type variables to type arguments.
- getTypeVariables() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- getTypeVariables(Class<?>) - Static method in class org.codelibs.core.beans.factory.ParameterizedClassDescFactory
-
Returns a
Mapwith type variables as keys and type arguments as values for a parameterized type (class or interface). - getUpdateCount(Statement) - Static method in class org.codelibs.core.sql.StatementUtil
-
Returns the update count.
- getValue() - Method in class org.codelibs.core.collection.ArrayMap.Entry
- getValue() - Method in exception org.codelibs.core.exception.ConverterRuntimeException
-
Returns the value.
- getValue() - Method in class org.codelibs.core.misc.ValueHolder
-
Returns the value.
- getValue(Object) - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getValue(Object) - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the property value.
- getValue1() - Method in class org.codelibs.core.misc.Tuple3
-
Returns the first value.
- getValue1() - Method in class org.codelibs.core.misc.Tuple4
-
Returns the first value.
- getValue1() - Method in class org.codelibs.core.misc.Tuple5
-
Returns the first value.
- getValue2() - Method in class org.codelibs.core.misc.Tuple3
-
Returns the second value.
- getValue2() - Method in class org.codelibs.core.misc.Tuple4
-
Returns the second value.
- getValue2() - Method in class org.codelibs.core.misc.Tuple5
-
Returns the second value.
- getValue3() - Method in class org.codelibs.core.misc.Tuple3
-
Returns the third value.
- getValue3() - Method in class org.codelibs.core.misc.Tuple4
-
Returns the third value.
- getValue3() - Method in class org.codelibs.core.misc.Tuple5
-
Returns the third value.
- getValue4() - Method in class org.codelibs.core.misc.Tuple4
-
Returns the fourth value.
- getValue4() - Method in class org.codelibs.core.misc.Tuple5
-
Returns the fourth value.
- getValue5() - Method in class org.codelibs.core.misc.Tuple5
-
Returns the fifth value.
- getValueClassOfMap() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns the value type if this field is a parameterized
Map. - getValueClassOfMap() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- getValueClassOfMap() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getValueClassOfMap() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getValueClassOfMap() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the value type if the return type of the method is a parameterized
Map. - getValueClassOfMap() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the value type if this property is a parameterized
Map. - getValueClassOfMap(int) - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns the value type if the parameter type of the method is a parameterized
Map. - getValueClassOfMap(int) - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- getValueClassOfMap(int) - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- getValueClassOfMap(int) - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns the value type if the method's parameter type at the specified index is a parameterized
Map. - getValueTypeOfMap(Field) - Static method in class org.codelibs.core.lang.FieldUtil
-
Returns the value type of a parameterized map field.
- getValueTypeOfMap(Type) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns the value type of a parameterized
Map. - getValueTypeOfMapFromParameterType(Method, int) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns the value type of the parameterized map declared as the method's argument type.
- getValueTypeOfMapFromReturnType(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns the value type of the parameterized map declared as the method's return type.
- getWrapperClass(Class<?>) - Static method in class org.codelibs.core.lang.ClassUtil
-
Converts a primitive class to its corresponding wrapper class.
- getWrapperClassIfPrimitive(Class<?>) - Static method in class org.codelibs.core.lang.ClassUtil
-
If the class is a primitive type, returns its wrapper class; otherwise, returns the class itself.
- getWriteMethod() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- getWriteMethod() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns the setter method.
- guessContentType(String) - Static method in class org.codelibs.core.net.MimeTypeUtil
-
Guesses the content type.
H
- hasFieldDesc(String) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns whether the
FieldDescexists. - hasFieldDesc(String) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- hashCode - Variable in class org.codelibs.core.collection.ArrayMap.Entry
-
Hash value
- hashCode() - Method in class org.codelibs.core.collection.ArrayMap.Entry
- hashCode() - Method in class org.codelibs.core.collection.ArrayMap
- hashCode() - Method in class org.codelibs.core.misc.DynamicProperties
- hashCode() - Method in class org.codelibs.core.misc.Pair
- hashCode() - Method in class org.codelibs.core.misc.Tuple3
- hashCode() - Method in class org.codelibs.core.misc.Tuple4
- hashCode() - Method in class org.codelibs.core.misc.Tuple5
- hashCode(Object) - Static method in class org.codelibs.core.lang.ObjectUtil
-
Returns the hash code of the specified object, or 0 if the object is null.
- hashMap(KEY, VALUE) - Static method in class org.codelibs.core.collection.Maps
-
Returns a Maps for constructing a
HashMapwith the specified key and value. - hashtable(KEY, VALUE) - Static method in class org.codelibs.core.collection.Maps
-
Returns a Maps for constructing a
Hashtablewith the specified key and value. - hasMethodDesc(String) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns whether the
MethodDescexists. - hasMethodDesc(String) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- hasMoreElements() - Method in class org.codelibs.core.collection.IteratorEnumeration
- hasNext - Variable in class org.codelibs.core.collection.SingleValueIterator
-
true if the iterator has more elements.
- hasNext() - Method in class org.codelibs.core.collection.ArrayIterator
- hasNext() - Method in class org.codelibs.core.collection.ArrayMap.ArrayMapIterator
- hasNext() - Method in class org.codelibs.core.collection.EmptyIterator
- hasNext() - Method in class org.codelibs.core.collection.EnumerationIterator
- hasNext() - Method in class org.codelibs.core.collection.IndexedIterator
- hasNext() - Method in class org.codelibs.core.collection.MultiIterator
- hasNext() - Method in class org.codelibs.core.collection.SingleValueIterator
- hasNext() - Method in class org.codelibs.core.convert.DateConversionUtil.DateFormatIterator
- hasNext() - Method in class org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
- hasNext() - Method in class org.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
- hasNext() - Method in class org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
- hasNext() - Method in class org.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
- hasNext() - Method in class org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
- hasNext() - Method in class org.codelibs.core.io.LineIterator
- hasNext() - Method in class org.codelibs.core.lang.ClassIterator
- hasNext() - Method in class org.codelibs.core.lang.ClassLoaderIterator
- hasPropertyDesc(String) - Method in interface org.codelibs.core.beans.BeanDesc
-
Returns whether the
PropertyDescexists. - hasPropertyDesc(String) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- hasReadMethod() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- hasReadMethod() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns whether the property has a getter method.
- hasWriteMethod() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- hasWriteMethod() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns whether the property has a setter method.
I
- identityHashMap(KEY, VALUE) - Static method in class org.codelibs.core.collection.Maps
-
Returns a Maps for constructing a
IdentityHashMapwith the specified key and value. - IllegalAccessRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
IllegalAccessException. - IllegalAccessRuntimeException(Class<?>, IllegalAccessException) - Constructor for exception org.codelibs.core.exception.IllegalAccessRuntimeException
-
Creates a
IllegalAccessRuntimeException. - IllegalBlockSizeRuntimeException - Exception in org.codelibs.core.exception
- IllegalBlockSizeRuntimeException(IllegalBlockSizeException) - Constructor for exception org.codelibs.core.exception.IllegalBlockSizeRuntimeException
- IllegalKeyOfBeanMapException - Exception in org.codelibs.core.exception
-
Exception thrown when using a key not contained in a BeanMap.
- IllegalKeyOfBeanMapException(Object, Map<?, ?>) - Constructor for exception org.codelibs.core.exception.IllegalKeyOfBeanMapException
-
Constructs an instance.
- IllegalPropertyRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when setting a property value fails.
- IllegalPropertyRuntimeException(Class<?>, String, Throwable) - Constructor for exception org.codelibs.core.exception.IllegalPropertyRuntimeException
-
Creates a
IllegalPropertyRuntimeException. - include(CharSequence...) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Adds property names to include in the operation.
- include(CharSequence...) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith the specified property names to include in the operation. - includeObject - Variable in class org.codelibs.core.lang.ClassIterator
-
If
Objectclass should also be iterated, set to true - includePropertyNames - Variable in class org.codelibs.core.beans.util.CopyOptions
-
Array of property names to include in the operation.
- index - Variable in class org.codelibs.core.collection.ArrayIterator
-
The index of the currently referenced element
- index - Variable in class org.codelibs.core.collection.IndexedIterator
-
The index of the iterator.
- index - Variable in class org.codelibs.core.collection.MultiIterator
-
Index of the currently iterated
Iterator. - index - Variable in class org.codelibs.core.convert.DateConversionUtil.DateFormatIterator
-
The index indicating the current style.
- index - Variable in class org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
-
The index indicating the current style.
- index - Variable in class org.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
-
Index indicating the current style
- index - Variable in class org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
-
Index indicating the current style
- index - Variable in class org.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
-
Index indicating the current style
- index - Variable in class org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
-
Index indicating the current style
- indexed(Iterable<T>) - Static method in class org.codelibs.core.collection.IndexedIterator
-
Returns an
Iterablethat wraps anIndexedIteratorfor use in a for-each statement. - indexed(Iterator<T>) - Static method in class org.codelibs.core.collection.IndexedIterator
-
Returns an
Iterablethat wraps anIndexedIteratorfor use in a for-each statement. - Indexed<T> - Class in org.codelibs.core.collection
-
Element to be iterated by
IndexedIterator. - Indexed(T, int) - Constructor for class org.codelibs.core.collection.Indexed
-
Constructor.
- IndexedIterator<T> - Class in org.codelibs.core.collection
-
Iteratorwith index. - IndexedIterator(Iterator<T>) - Constructor for class org.codelibs.core.collection.IndexedIterator
-
Constructs an instance.
- indexOf(boolean[], boolean) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified value in the array.
- indexOf(byte[], byte) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified value in the array.
- indexOf(char[], char) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified value in the array.
- indexOf(double[], double) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified value in the array.
- indexOf(float[], float) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified value in the array.
- indexOf(int[], int) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified value in the array.
- indexOf(long[], long) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified value in the array.
- indexOf(short[], short) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified value in the array.
- indexOf(E) - Method in class org.codelibs.core.collection.SLinkedList
-
Returns the position of the element.
- indexOf(Object) - Method in class org.codelibs.core.collection.ArrayMap
-
Returns the index for the specified value.
- indexOf(T[], T) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified object in the array.
- indexOf(T[], T, int) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns the index of the first occurrence of the specified object in the array, starting the search at the specified index.
- info(Object) - Method in class org.codelibs.core.log.Logger
-
Outputs INFO information.
- info(Object, Throwable) - Method in class org.codelibs.core.log.Logger
-
Outputs INFO information.
- INFO - Enum constant in enum class org.codelibs.core.log.Logger.LogLevel
-
Info
- initCause(Throwable) - Method in exception org.codelibs.core.exception.InstantiationRuntimeException
- INITIAL_CAPACITY - Static variable in class org.codelibs.core.collection.ArrayMap
-
The default value of the initial capacity
- InitialContextUtil - Class in org.codelibs.core.naming
-
Utility class for handling
InitialContext. - InitialContextUtil() - Constructor for class org.codelibs.core.naming.InitialContextUtil
- initialize() - Static method in class org.codelibs.core.beans.factory.BeanDescFactory
-
Performs initialization.
- initialize() - Static method in class org.codelibs.core.log.Logger
-
Initializes the
Logger. - initialize() - Static method in class org.codelibs.core.message.MessageFormatter
-
Initializes the class.
- initialized - Static variable in class org.codelibs.core.message.MessageFormatter
-
Flag indicating initialization
- InputStreamUtil - Class in org.codelibs.core.io
-
Utility class for
InputStream. - InputStreamUtil() - Constructor for class org.codelibs.core.io.InputStreamUtil
- instance - Static variable in class org.codelibs.core.timer.TimeoutManager
-
Instance for the singleton.
- InstantiationRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
InstantiationException. - InstantiationRuntimeException(Class<?>, InstantiationException) - Constructor for exception org.codelibs.core.exception.InstantiationRuntimeException
-
Creates a
InstantiationRuntimeException. - IntegerConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
Integer. - IntegerConversionUtil() - Constructor for class org.codelibs.core.convert.IntegerConversionUtil
- InterruptedRuntimeException - Exception in org.codelibs.core.exception
-
Wrapped InterruptedException.
- InterruptedRuntimeException(InterruptedException) - Constructor for exception org.codelibs.core.exception.InterruptedRuntimeException
- InvalidKeyRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
NoSuchAlgorithmException. - InvalidKeyRuntimeException(InvalidKeyException) - Constructor for exception org.codelibs.core.exception.InvalidKeyRuntimeException
-
Creates a
InvalidKeyRuntimeException. - invalidPropertyNames - Variable in class org.codelibs.core.beans.impl.BeanDescImpl
-
Set of invalid property names
- InvocationTargetRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
InvocationTargetException. - InvocationTargetRuntimeException(Class<?>, InvocationTargetException) - Constructor for exception org.codelibs.core.exception.InvocationTargetRuntimeException
-
Creates a
InvocationTargetRuntimeException. - invoke(Object, Object...) - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- invoke(Object, Object...) - Method in interface org.codelibs.core.beans.MethodDesc
-
Invokes the method and returns its result.
- invoke(Method, Object, Object...) - Static method in class org.codelibs.core.lang.MethodUtil
-
Invokes the underlying method represented by the
Methodobject, with the specified object and parameters. - invokeStatic(Object...) - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- invokeStatic(Object...) - Method in interface org.codelibs.core.beans.MethodDesc
-
Invokes a static method and returns its result.
- invokeStatic(Method, Object...) - Static method in class org.codelibs.core.lang.MethodUtil
-
Invokes the underlying
staticmethod represented by theMethodobject, with the specified parameters. - IORuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
IOException. - IORuntimeException(IOException) - Constructor for exception org.codelibs.core.exception.IORuntimeException
-
Creates a
IORuntimeException. - isAbstract() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- isAbstract() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns true if the method is abstract.
- isAbstract(int) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified modifier is abstract.
- isAbstract(Class<?>) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified class is abstract.
- isAbstract(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns whether the method is
abstract. - isAncestor(ClassLoader, ClassLoader) - Static method in class org.codelibs.core.lang.ClassLoaderUtil
-
Returns
trueif the class loaderotheris an ancestor of the class loadercl. - isArray(Object) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the object is an array.
- isAsciiPrintable(CharSequence) - Static method in class org.codelibs.core.lang.StringUtil
-
Checks if the CharSequence contains only ASCII printable characters.
- isAssignableFrom(Class<?>, Class<?>) - Static method in class org.codelibs.core.lang.ClassUtil
-
Returns whether the class can be assigned from another class.
- isBlank(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns true if the string is blank.
- isCanceled() - Method in class org.codelibs.core.timer.TimeoutTask
-
Returns whether the task has been canceled.
- isDebugEnabled() - Method in class org.codelibs.core.log.Logger
-
Checks if debug level is enabled.
- isEmpty() - Method in class org.codelibs.core.collection.ArrayMap
- isEmpty() - Method in class org.codelibs.core.collection.CaseInsensitiveSet
- isEmpty() - Method in class org.codelibs.core.collection.LruHashSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class org.codelibs.core.collection.SLinkedList
-
Checks if the list is empty.
- isEmpty() - Method in class org.codelibs.core.misc.DynamicProperties
- isEmpty(boolean[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is null or has a length of 0.
- isEmpty(byte[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is null or has a length of 0.
- isEmpty(char[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is null or has a length of 0.
- isEmpty(double[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is null or has a length of 0.
- isEmpty(float[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is null or has a length of 0.
- isEmpty(int[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is null or has a length of 0.
- isEmpty(long[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is null or has a length of 0.
- isEmpty(short[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is null or has a length of 0.
- isEmpty(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Checks if the string is empty or null.
- isEmpty(Collection<?>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Returns true if the given
Collectionis null or empty. - isEmpty(Map<?, ?>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Returns true if the given
Mapis null or empty. - isEmpty(T[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is null or has a length of 0.
- isEnabledFor(Logger.LogLevel) - Method in class org.codelibs.core.log.Logger
-
Returns true if the specified log level is enabled.
- isEqualsMethod(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns whether the method is the equals(Object) method.
- isExist(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Returns whether the resource exists in the context class loader.
- isExistClass(String) - Method in class org.codelibs.core.io.TraversalUtil.FileSystemTraverser
- isExistClass(String) - Method in class org.codelibs.core.io.TraversalUtil.JarFileTraverser
- isExistClass(String) - Method in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
- isExistClass(String) - Method in interface org.codelibs.core.io.Traverser
-
Returns
trueif the class file corresponding to the specified class name exists in the resources handled by this instance. - isExpired() - Method in class org.codelibs.core.timer.TimeoutTask
-
Returns whether the task has expired.
- isFinal() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns true if the field is final.
- isFinal() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- isFinal() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- isFinal() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns true if the method is final.
- isFinal(int) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified modifier is final.
- isFinal(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns whether the method is
final. - isFinal(Method) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified method is final.
- isFinalField(Field) - Static method in class org.codelibs.core.lang.FieldUtil
-
Checks if the given field is a final field.
- isHashCodeMethod(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns whether the method is the hashCode() method.
- isInfoEnabled() - Method in class org.codelibs.core.log.Logger
-
Checks if info level is enabled.
- isInstanceField(Field) - Static method in class org.codelibs.core.lang.FieldUtil
-
Checks if the given field is an instance field.
- isInstanceField(Field) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified field is an instance field.
- isNotArray(Object) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the object is not an array.
- isNotBlank(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns true if the string is not blank.
- isNotEmpty(boolean[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is not null and its length is not 0.
- isNotEmpty(byte[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is not null and its length is not 0.
- isNotEmpty(char[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is not null and its length is not 0.
- isNotEmpty(double[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is not null and its length is not 0.
- isNotEmpty(float[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is not null and its length is not 0.
- isNotEmpty(int[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is not null and its length is not 0.
- isNotEmpty(long[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is not null and its length is not 0.
- isNotEmpty(short[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is not null and its length is not 0.
- isNotEmpty(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Checks if the string is not empty.
- isNotEmpty(Collection<?>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Returns true if the given
Collectionis not null and not empty. - isNotEmpty(Map<?, ?>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Returns true if the given
Mapis not null and not empty. - isNotEmpty(T[]) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns true if the array is not null and its length is not 0.
- isNumber(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns true if the string consists only of numeric characters.
- isParameterized() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns true if the field is parameterized.
- isParameterized() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- isParameterized() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- isParameterized() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- isParameterized() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns true if the return type is parameterized.
- isParameterized() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns true if this property is parameterized.
- isParameterized(int) - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns true if the parameter type of the constructor is parameterized.
- isParameterized(int) - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- isParameterized(int) - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- isParameterized(int) - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns true if the method's parameter type at the specified index is parameterized.
- isParameterizedClass() - Method in class org.codelibs.core.beans.impl.ParameterizedClassDescImpl
- isParameterizedClass() - Method in interface org.codelibs.core.beans.ParameterizedClassDesc
-
Returns
trueif the class represented by this instance is parameterized. - isPermanent() - Method in class org.codelibs.core.timer.TimeoutTask
-
Returns whether the task is permanent.
- isPublic() - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns true if the constructor is public.
- isPublic() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns true if the field is public.
- isPublic() - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- isPublic() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- isPublic() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- isPublic() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns true if the method is public.
- isPublic(int) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified modifier is public.
- isPublic(Constructor<?>) - Static method in class org.codelibs.core.lang.ConstructorUtil
-
Returns whether the constructor is
public. - isPublic(Field) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified field is public.
- isPublic(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns whether the method is
public. - isPublic(Method) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified method is public.
- isPublicField(Field) - Static method in class org.codelibs.core.lang.FieldUtil
-
Checks if the given field is a public field.
- isPublicStaticFinal(int) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified modifier is public, static, and final.
- isPublicStaticFinalField(Field) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified field is public, static, and final.
- isReadable() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- isReadable() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns whether the property value can be retrieved.
- isStatic() - Method in interface org.codelibs.core.beans.FieldDesc
-
Returns true if the field is static.
- isStatic() - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- isStatic() - Method in class org.codelibs.core.beans.impl.MethodDescImpl
- isStatic() - Method in interface org.codelibs.core.beans.MethodDesc
-
Returns true if the method is static.
- isStatic(int) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified modifier is static.
- isStatic(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns whether the method is
static. - isStopped() - Method in class org.codelibs.core.timer.TimeoutTask
-
Returns whether the task is stopped.
- isSuitable(Class<?>[], Object[], boolean) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Checks whether the arguments are suitable for the parameter types.
- isTarget(Class<?>) - Method in class org.codelibs.core.beans.converter.DateConverter
- isTarget(Class<?>) - Method in interface org.codelibs.core.beans.Converter
-
Returns true if this converter can handle the specified type.
- isTarget(Class<?>) - Method in class org.codelibs.core.beans.converter.NumberConverter
- isTarget(Class<?>) - Method in class org.codelibs.core.beans.converter.SqlDateConverter
- isTarget(Class<?>) - Method in class org.codelibs.core.beans.converter.TimeConverter
- isTarget(Class<?>) - Method in class org.codelibs.core.beans.converter.TimestampConverter
- isTargetProperty(String) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Returns whether the property is a target property.
- isTargetValue(Object) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Returns true if the value is a target for copying.
- isToStringMethod(Method) - Static method in class org.codelibs.core.lang.MethodUtil
-
Returns whether the method is the toString() method.
- isTransient(int) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified modifier is transient.
- isTransient(Field) - Static method in class org.codelibs.core.lang.ModifierUtil
-
Checks if the specified field is transient.
- isTypeOf(Type, Class<?>) - Static method in class org.codelibs.core.lang.GenericsUtil
-
Returns
trueif the raw type oftypecan be assigned toclazz,falseotherwise. - isUpdated() - Method in class org.codelibs.core.misc.DynamicProperties
- isWritable() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- isWritable() - Method in interface org.codelibs.core.beans.PropertyDesc
-
Returns whether the property value can be set.
- items - Variable in class org.codelibs.core.collection.ArrayIterator
-
The array of elements to iterate over
- iterable(E) - Static method in class org.codelibs.core.collection.SingleValueIterator
-
Returns an
Iterablethat wraps aSingleValueIteratorfor use in a for-each statement. - iterable(BufferedReader) - Static method in class org.codelibs.core.io.LineIterator
-
Returns an
Iterablethat wraps aLineIteratorfor use in enhanced for-loops. - iterable(Reader) - Static method in class org.codelibs.core.io.LineIterator
-
Returns an
Iterablethat wraps aLineIteratorfor use in enhanced for-loops. - iterable(Class<?>) - Static method in class org.codelibs.core.lang.ClassIterator
-
Returns an
Iterablethat wraps aClassIteratorfor use in a for-each statement. - iterable(Class<?>, boolean) - Static method in class org.codelibs.core.lang.ClassIterator
-
Returns an
Iterablethat wraps aClassIteratorfor use in a for-each statement. - iterable(ClassLoader) - Static method in class org.codelibs.core.lang.ClassLoaderIterator
-
Returns an
Iterablethat wraps aClassLoaderIteratorfor use in a for-each statement. - iterable(Iterable<E>...) - Static method in class org.codelibs.core.collection.MultiIterator
-
Returns an
Iterablethat wraps aMultiIteratorfor use in a for-each statement. - iterable(Enumeration<T>) - Static method in class org.codelibs.core.collection.EnumerationIterator
-
Returns an
Iterablethat wraps anEnumerationfor use in a for-each statement. - iterable(Iterator<E>...) - Static method in class org.codelibs.core.collection.MultiIterator
-
Returns an
Iterablethat wraps aMultiIteratorfor use in a for-each statement. - iterable(T...) - Static method in class org.codelibs.core.collection.ArrayIterator
-
Returns an
Iterablethat wraps the array for use in a for-each statement. - iterator - Variable in class org.codelibs.core.collection.IndexedIterator
- iterator - Variable in class org.codelibs.core.collection.IteratorEnumeration
-
反復子
- iterator() - Method in class org.codelibs.core.collection.CaseInsensitiveSet
- iterator() - Method in class org.codelibs.core.collection.LruHashSet
-
Returns an iterator over the elements in this set.
- IteratorEnumeration<T> - Class in org.codelibs.core.collection
-
Adapter to convert an
Iteratorto anEnumeration. - IteratorEnumeration(Iterable<T>) - Constructor for class org.codelibs.core.collection.IteratorEnumeration
-
Creates an
IteratorEnumeration. - IteratorEnumeration(Iterator<T>) - Constructor for class org.codelibs.core.collection.IteratorEnumeration
-
Creates an
IteratorEnumeration. - iterators - Variable in class org.codelibs.core.collection.MultiIterator
-
Array of
Iterators.
J
- jarFile - Variable in class org.codelibs.core.io.TraversalUtil.JarFileTraverser
-
The Jar file.
- JarFileTraverser(URL, String, String) - Constructor for class org.codelibs.core.io.TraversalUtil.JarFileTraverser
-
Constructs an instance.
- JarFileTraverser(JarFile, String, String) - Constructor for class org.codelibs.core.io.TraversalUtil.JarFileTraverser
-
Constructs an instance.
- JarFileUtil - Class in org.codelibs.core.jar
-
Utility class for handling
JarFile. - JarFileUtil() - Constructor for class org.codelibs.core.jar.JarFileUtil
- JarInputStreamUtil - Class in org.codelibs.core.jar
-
Utility class for
JarInputStreamoperations. - JarInputStreamUtil() - Constructor for class org.codelibs.core.jar.JarInputStreamUtil
- JarURLConnectionUtil - Class in org.codelibs.core.net
-
Utility class for
JarURLConnection. - JarURLConnectionUtil() - Constructor for class org.codelibs.core.net.JarURLConnectionUtil
- JAVA_IO_TMPDIR - Static variable in class org.codelibs.core.lang.SystemUtil
-
java.io.tmpdirsystem property. - JsonUtil - Class in org.codelibs.core.text
-
JSON utilities.
- JsonUtil() - Constructor for class org.codelibs.core.text.JsonUtil
-
Defualt constructor.
K
- key - Variable in class org.codelibs.core.collection.ArrayMap.Entry
-
Key
- key - Variable in class org.codelibs.core.crypto.CachedCipher
- keys() - Method in class org.codelibs.core.misc.DynamicProperties
- keySet() - Method in class org.codelibs.core.misc.DynamicProperties
L
- last - Variable in class org.codelibs.core.collection.ArrayMap.ArrayMapIterator
-
Index of the last accessed element
- lastChecked - Variable in class org.codelibs.core.misc.DynamicProperties
- lastModified - Variable in class org.codelibs.core.misc.DynamicProperties
- level - Variable in class org.codelibs.core.log.Logger.LogMessage
-
Log level
- limitSize - Variable in class org.codelibs.core.collection.LruHashMap
-
Upper limit on the number of entries.
- line - Variable in class org.codelibs.core.io.LineIterator
-
The line that has been read
- LINE_SEPARATOR - Static variable in class org.codelibs.core.lang.SystemUtil
-
line.separatorsystem property. - LineIterator - Class in org.codelibs.core.io
-
An
Iteratorthat iterates over lines read from aBufferedReader. - LineIterator(BufferedReader) - Constructor for class org.codelibs.core.io.LineIterator
-
Constructs an instance.
- LineIterator(Reader) - Constructor for class org.codelibs.core.io.LineIterator
-
Constructs an instance.
- linkedHashMap(KEY, VALUE) - Static method in class org.codelibs.core.collection.Maps
-
Returns a Maps for constructing a
LinkedHashMapwith the specified key and value. - list(PrintStream) - Method in class org.codelibs.core.misc.DynamicProperties
- list(PrintWriter) - Method in class org.codelibs.core.misc.DynamicProperties
- listTable - Variable in class org.codelibs.core.collection.ArrayMap
-
Entry as an array
- load() - Method in class org.codelibs.core.misc.DynamicProperties
- load(InputStream) - Method in class org.codelibs.core.misc.DynamicProperties
- load(Reader) - Method in class org.codelibs.core.misc.DynamicProperties
- load(Properties, File) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Loads the specified file into the
Propertiesusing the platform default encoding (wraps exception handling). - load(Properties, File, String) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Loads the specified file into the
Propertiesusing the given encoding (wraps exception handling). - load(Properties, InputStream) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Wraps exception handling for
Properties.load(InputStream). - load(Properties, Reader) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Wraps exception handling for
Properties.load(Reader). - load(Properties, String) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Loads a resource from the context class loader into the
Properties(wraps exception handling). - load(Properties, URL) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Loads the specified
URLinto theProperties(wraps exception handling). - LOAD_FACTOR - Static variable in class org.codelibs.core.collection.ArrayMap
-
The default value of the load factor
- loadClass(ClassLoader, String) - Static method in class org.codelibs.core.lang.ClassLoaderUtil
-
Loads the class with the specified binary name.
- loadFromXML(InputStream) - Method in class org.codelibs.core.misc.DynamicProperties
- locale - Variable in class org.codelibs.core.convert.DateConversionUtil.DateFormatIterator
-
The locale.
- locale - Variable in class org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
-
The locale.
- locale - Variable in class org.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
-
Locale
- locale - Variable in class org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
-
Locale
- locale - Variable in class org.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
-
Locale
- locale - Variable in class org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
-
Locale
- LocaleUtil - Class in org.codelibs.core.misc
-
Utility class for
Locale. - LocaleUtil() - Constructor for class org.codelibs.core.misc.LocaleUtil
- localize(Calendar) - Static method in class org.codelibs.core.convert.CalendarConversionUtil
- log(String, Object...) - Method in class org.codelibs.core.log.Logger
-
Outputs a log entry.
- log(Throwable) - Method in class org.codelibs.core.log.Logger
-
Outputs a log entry.
- log(Logger.LogMessage) - Method in class org.codelibs.core.log.Logger
-
Outputs a log entry.
- log(Logger.LogMessage, Throwable) - Method in class org.codelibs.core.log.Logger
-
Outputs a log entry.
- Logger - Class in org.codelibs.core.log
-
Logger interface.
- Logger(Class<?>) - Constructor for class org.codelibs.core.log.Logger
-
Constructs an instance.
- Logger.LogLevel - Enum Class in org.codelibs.core.log
-
Log output levels.
- Logger.LogMessage - Class in org.codelibs.core.log
-
The message to be logged.
- loggers - Static variable in class org.codelibs.core.log.Logger
-
Map of loggers keyed by class
- LogMessage(Logger.LogLevel, String) - Constructor for class org.codelibs.core.log.Logger.LogMessage
-
Constructs an instance.
- LongConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions to
Long. - LongConversionUtil() - Constructor for class org.codelibs.core.convert.LongConversionUtil
- lookup(InitialContext, String) - Static method in class org.codelibs.core.naming.InitialContextUtil
-
Retrieves and returns the specified object from the given initial context.
- LruHashMap<K,
V> - Class in org.codelibs.core.collection -
HashMapwith an upper limit on the number of entries. - LruHashMap(int) - Constructor for class org.codelibs.core.collection.LruHashMap
-
Creates an
LruHashMap. - LruHashMap(int, int, float) - Constructor for class org.codelibs.core.collection.LruHashMap
-
Creates an
LruHashMap. - LruHashSet<E> - Class in org.codelibs.core.collection
- LruHashSet(int) - Constructor for class org.codelibs.core.collection.LruHashSet
- ltrim(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Removes whitespace from the left side of the string.
- ltrim(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Removes the specified characters from the left side of the string.
M
- map - Variable in class org.codelibs.core.collection.Maps
-
The target
Mapto be created. - map(FileChannel, FileChannel.MapMode) - Static method in class org.codelibs.core.nio.ChannelUtil
-
Returns a
ByteBufferthat maps the file channel to memory. - map(KEY, VALUE) - Static method in class org.codelibs.core.collection.Maps
-
Returns a Maps for constructing a
Mapwith the specified key and value. - mapDelimiter - Variable in class org.codelibs.core.beans.util.CopyOptions
-
Delimiter for Map.
- mapDelimiter(char) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Sets the delimiter for
Map. - mapDelimiter(char) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith the specified delimiter for Map. - Maps<K,
V> - Class in org.codelibs.core.collection -
Utility class for easily creating and setting values in
Mapinstances. - Maps(Map<K, V>) - Constructor for class org.codelibs.core.collection.Maps
-
Constructs an instance.
- mapTable - Variable in class org.codelibs.core.collection.ArrayMap
-
Entry as a map
- MAX_BUF_SIZE - Static variable in class org.codelibs.core.io.FileUtil
-
Max Buffer Size
- message - Variable in class org.codelibs.core.log.Logger.LogMessage
-
Log message
- messageCode - Variable in exception org.codelibs.core.exception.ClIllegalArgumentException
-
Message code
- MessageDigestUtil - Class in org.codelibs.core.security
-
Utility for handling
MessageDigest. - MessageDigestUtil() - Constructor for class org.codelibs.core.security.MessageDigestUtil
- MessageFormatter - Class in org.codelibs.core.message
-
Class for assembling messages from message codes and arguments.
- MessageFormatter() - Constructor for class org.codelibs.core.message.MessageFormatter
- MESSAGES - Static variable in class org.codelibs.core.message.MessageFormatter
-
Suffix of the resource bundle name corresponding to the message code
- method - Variable in class org.codelibs.core.beans.impl.MethodDescImpl
-
The method
- MethodDesc - Interface in org.codelibs.core.beans
-
Interface for handling methods.
- MethodDescImpl - Class in org.codelibs.core.beans.impl
-
Implementation class of
MethodDesc. - MethodDescImpl(BeanDesc, Method) - Constructor for class org.codelibs.core.beans.impl.MethodDescImpl
-
Constructs an instance.
- methodDescsCache - Variable in class org.codelibs.core.beans.impl.BeanDescImpl
-
Map from method name to array of
MethodDesc - methodName - Variable in class org.codelibs.core.beans.impl.MethodDescImpl
-
The method name
- MethodNotFoundRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when a
Methodcannot be found. - MethodNotFoundRuntimeException(Class<?>, String, Class<?>[]) - Constructor for exception org.codelibs.core.exception.MethodNotFoundRuntimeException
-
Creates a
MethodNotFoundRuntimeException. - MethodNotFoundRuntimeException(Class<?>, String, Object[]) - Constructor for exception org.codelibs.core.exception.MethodNotFoundRuntimeException
-
Creates a
MethodNotFoundRuntimeException. - MethodNotStaticRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when accessing a non-static
Methodwithout specifying an object. - MethodNotStaticRuntimeException(Class<?>, String) - Constructor for exception org.codelibs.core.exception.MethodNotStaticRuntimeException
-
Creates a
MethodNotStaticRuntimeException. - MethodUtil - Class in org.codelibs.core.lang
-
Utility class for method operations.
- MethodUtil() - Constructor for class org.codelibs.core.lang.MethodUtil
- MimeTypeUtil - Class in org.codelibs.core.net
-
Utility class for MIME types.
- MimeTypeUtil() - Constructor for class org.codelibs.core.net.MimeTypeUtil
- MINUS_SIGN - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
MINUS SIGN
- ModifierUtil - Class in org.codelibs.core.lang
-
Utility class for modifier operations.
- ModifierUtil() - Constructor for class org.codelibs.core.lang.ModifierUtil
- MultiIterator<E> - Class in org.codelibs.core.collection
- MultiIterator(Iterator<E>...) - Constructor for class org.codelibs.core.collection.MultiIterator
-
Constructs an instance.
N
- NamingRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
NamingException. - NamingRuntimeException(NamingException) - Constructor for exception org.codelibs.core.exception.NamingRuntimeException
-
Creates a
NamingRuntimeException. - newArrayBlockingQueue(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ArrayBlockingQueue. - newArrayBlockingQueue(int, boolean) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ArrayBlockingQueue. - newArrayBlockingQueue(int, boolean, Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ArrayBlockingQueue. - newArrayDeque() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ArrayDeque. - newArrayDeque(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ArrayDeque. - newArrayDeque(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ArrayDeque. - newArrayList() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ArrayList. - newArrayList(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ArrayList. - newArrayList(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ArrayList. - newConcurrentHashMap() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentHashMap. - newConcurrentHashMap(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentHashMap. - newConcurrentHashMap(int, float, int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentHashMap. - newConcurrentHashMap(Map<? extends K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentHashMap. - newConcurrentLinkedQueue() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentLinkedQueue. - newConcurrentLinkedQueue(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentLinkedQueue. - newConcurrentSkipListMap() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentSkipListMap. - newConcurrentSkipListMap(Comparator<? super K>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentSkipListMap. - newConcurrentSkipListMap(Map<? extends K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentSkipListMap. - newConcurrentSkipListMap(SortedMap<K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentSkipListMap. - newConcurrentSkipListSet() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentSkipListSet. - newConcurrentSkipListSet(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentSkipListSet. - newConcurrentSkipListSet(Comparator<? super E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentSkipListSet. - newConcurrentSkipListSet(SortedSet<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
ConcurrentSkipListSet. - newCopyOnWriteArrayList() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
CopyOnWriteArrayList. - newCopyOnWriteArrayList(E[]) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
CopyOnWriteArrayList. - newCopyOnWriteArrayList(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
CopyOnWriteArrayList. - newCopyOnWriteArraySet() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
CopyOnWriteArraySet. - newCopyOnWriteArraySet(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
CopyOnWriteArraySet. - newDelayQueue() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
DelayQueue. - newDelayQueue(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
DelayQueue. - newDocumentBuilder() - Static method in class org.codelibs.core.xml.DocumentBuilderFactoryUtil
-
Creates a new
DocumentBuilder. - newEnumMap(Class<K>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
EnumMap. - newEnumMap(EnumMap<K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
EnumMap. - newEnumMap(Map<K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
EnumMap. - newHashMap() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
HashMap. - newHashMap(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
HashMap. - newHashMap(int, float) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
HashMap. - newHashMap(Map<? extends K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
HashMap. - newHashSet() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
HashSet. - newHashSet(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
HashSet. - newHashSet(int, float) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
HashSet. - newHashSet(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
HashSet. - newHashtable() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
Hashtable. - newHashtable(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
Hashtable. - newHashtable(int, float) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
Hashtable. - newHashtable(Map<? extends K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
Hashtable. - newIdentityHashMap() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
IdentityHashMap. - newIdentityHashMap(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
IdentityHashMap. - newIdentityHashMap(Map<? extends K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
IdentityHashMap. - newInstance() - Static method in class org.codelibs.core.xml.DocumentBuilderFactoryUtil
-
Returns a new instance of
DocumentBuilderFactory. - newInstance() - Static method in class org.codelibs.core.xml.SAXParserFactoryUtil
-
Creates a new instance of
SAXParserFactory. - newInstance(boolean) - Static method in class org.codelibs.core.xml.DocumentBuilderFactoryUtil
- newInstance(Class<T>) - Static method in class org.codelibs.core.lang.ClassUtil
-
Creates and initializes a new instance of the class using its default constructor.
- newInstance(Object...) - Method in interface org.codelibs.core.beans.BeanDesc
-
Creates a new instance.
- newInstance(Object...) - Method in interface org.codelibs.core.beans.ConstructorDesc
-
Returns an instance created by invoking the constructor.
- newInstance(Object...) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
- newInstance(Object...) - Method in class org.codelibs.core.beans.impl.ConstructorDescImpl
- newInstance(Constructor<T>, Object...) - Static method in class org.codelibs.core.lang.ConstructorUtil
-
Creates and initializes a new instance of the class declared by the specified constructor with the given initialization parameters.
- newInstance(String) - Static method in class org.codelibs.core.lang.ClassUtil
-
Retrieves the specified class using the context class loader and creates and initializes a new instance of the class using its default constructor.
- newInstance(String, ClassLoader) - Static method in class org.codelibs.core.lang.ClassUtil
-
Retrieves the specified class using the given class loader and creates and initializes a new instance of the class using its default constructor.
- newLinkedBlockingDeque() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedBlockingDeque. - newLinkedBlockingDeque(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedBlockingDeque. - newLinkedBlockingDeque(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedBlockingDeque. - newLinkedBlockingQueue() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedBlockingQueue. - newLinkedBlockingQueue(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedBlockingQueue. - newLinkedBlockingQueue(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedBlockingQueue. - newLinkedHashMap() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedHashMap. - newLinkedHashMap(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedHashMap. - newLinkedHashMap(int, float) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedHashMap. - newLinkedHashMap(Map<? extends K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedHashMap. - newLinkedHashSet() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedHashSet. - newLinkedHashSet(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedHashSet. - newLinkedHashSet(int, float) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedHashSet. - newLinkedHashSet(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedHashSet. - newLinkedList() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedList. - newLinkedList(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
LinkedList. - newPriorityBlockingQueue() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityBlockingQueue. - newPriorityBlockingQueue(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityBlockingQueue. - newPriorityBlockingQueue(int, Comparator<? super E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityBlockingQueue. - newPriorityBlockingQueue(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityBlockingQueue. - newPriorityQueue() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityQueue. - newPriorityQueue(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityQueue. - newPriorityQueue(int, Comparator<? super E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityQueue. - newPriorityQueue(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityQueue. - newPriorityQueue(PriorityQueue<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityQueue. - newPriorityQueue(SortedSet<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
PriorityQueue. - newRelaxNgSchema(File) - Static method in class org.codelibs.core.xml.SchemaUtil
-
Generates a
Schemafor RELAX NG from a file. - newRelaxNgSchema(URL) - Static method in class org.codelibs.core.xml.SchemaUtil
-
Generates a
Schemafor RELAX NG from a URL. - newRelaxNgSchema(Source) - Static method in class org.codelibs.core.xml.SchemaUtil
- newRelaxNgSchemaFactory() - Static method in class org.codelibs.core.xml.SchemaFactoryUtil
-
Creates a
SchemaFactoryfor RELAX NG. - newRelaxNgSchemaFactory(boolean) - Static method in class org.codelibs.core.xml.SchemaFactoryUtil
- newSAXParser() - Static method in class org.codelibs.core.xml.SAXParserFactoryUtil
-
Creates a new instance of
SAXParserusing the default configuration ofSAXParserFactory. - newSAXParser(SAXParserFactory) - Static method in class org.codelibs.core.xml.SAXParserFactoryUtil
-
Creates a new instance of
SAXParserusing the specifiedSAXParserFactory. - newSchema(SchemaFactory, File) - Static method in class org.codelibs.core.xml.SchemaUtil
-
Creates a
Schemausing the specifiedSchemaFactory. - newSchema(SchemaFactory, URL) - Static method in class org.codelibs.core.xml.SchemaUtil
-
Creates a
Schemausing the specifiedSchemaFactory. - newSchema(SchemaFactory, Source) - Static method in class org.codelibs.core.xml.SchemaUtil
-
Creates a
Schemausing the specifiedSchemaFactory. - newStack() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
Stack. - newStringUnsafe(char[]) - Static method in class org.codelibs.core.lang.StringUtil
- newSynchronousQueue() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
SynchronousQueue. - newSynchronousQueue(boolean) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
SynchronousQueue. - newTreeMap() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
TreeMap. - newTreeMap(Comparator<? super K>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
TreeMap. - newTreeMap(Map<? extends K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
TreeMap. - newTreeMap(SortedMap<K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
TreeMap. - newTreeSet() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
TreeSet. - newTreeSet(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
TreeSet. - newTreeSet(Comparator<? super E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
TreeSet. - newTreeSet(SortedSet<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
TreeSet. - newVector() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
Vector. - newVector(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
Vector. - newVector(int, int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
Vector. - newVector(Collection<? extends E>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
Vector. - newW3cXmlSchema(File) - Static method in class org.codelibs.core.xml.SchemaUtil
-
Generates a
Schemafor W3C XML Schema from a file. - newW3cXmlSchema(URL) - Static method in class org.codelibs.core.xml.SchemaUtil
-
Generates a
Schemafor W3C XML Schema from a URL. - newW3cXmlSchema(Source) - Static method in class org.codelibs.core.xml.SchemaUtil
- newW3cXmlSchemaFactory() - Static method in class org.codelibs.core.xml.SchemaFactoryUtil
-
Creates a
SchemaFactoryfor W3C XML Schema. - newW3cXmlSchemaFactory(boolean) - Static method in class org.codelibs.core.xml.SchemaFactoryUtil
- newWeakHashMap() - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
WeakHashMap. - newWeakHashMap(int) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
WeakHashMap. - newWeakHashMap(int, float) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
WeakHashMap. - newWeakHashMap(Map<? extends K, ? extends V>) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Creates and returns a new instance of
WeakHashMap. - next - Variable in class org.codelibs.core.collection.ArrayMap.Entry
-
Next entry
- next - Variable in class org.codelibs.core.collection.SLinkedList.Entry
-
The next entry
- next() - Method in class org.codelibs.core.collection.ArrayIterator
- next() - Method in class org.codelibs.core.collection.ArrayMap.ArrayMapIterator
- next() - Method in class org.codelibs.core.collection.EmptyIterator
- next() - Method in class org.codelibs.core.collection.EnumerationIterator
- next() - Method in class org.codelibs.core.collection.IndexedIterator
- next() - Method in class org.codelibs.core.collection.MultiIterator
- next() - Method in class org.codelibs.core.collection.SingleValueIterator
- next() - Method in class org.codelibs.core.convert.DateConversionUtil.DateFormatIterator
- next() - Method in class org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
- next() - Method in class org.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
- next() - Method in class org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
- next() - Method in class org.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
- next() - Method in class org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
- next() - Method in class org.codelibs.core.io.LineIterator
- next() - Method in class org.codelibs.core.lang.ClassIterator
- next() - Method in class org.codelibs.core.lang.ClassLoaderIterator
- next(ResultSet) - Static method in class org.codelibs.core.sql.ResultSetUtil
-
Moves the result set to the next position.
- nextElement() - Method in class org.codelibs.core.collection.IteratorEnumeration
- nextToken() - Method in class org.codelibs.core.text.Tokenizer
-
Advances to the next token.
- normalize(String) - Static method in class org.codelibs.core.text.DecimalFormatUtil
-
Normalizes the string representation of a number.
- normalize(String, Locale) - Static method in class org.codelibs.core.text.DecimalFormatUtil
-
Normalizes the string representation of a number by removing grouping separators and representing the decimal point with '.'.
- NoSuchAlgorithmRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
NoSuchAlgorithmException. - NoSuchAlgorithmRuntimeException(NoSuchAlgorithmException) - Constructor for exception org.codelibs.core.exception.NoSuchAlgorithmRuntimeException
-
Creates a
NoSuchAlgorithmRuntimeException. - NoSuchConstructorRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps a
NoSuchMethodExceptionthrown when aConstructorcannot be found. - NoSuchConstructorRuntimeException(Class<?>, Class<?>[], Throwable) - Constructor for exception org.codelibs.core.exception.NoSuchConstructorRuntimeException
-
Creates a
NoSuchConstructorRuntimeException. - NoSuchFieldRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
NoSuchFieldException. - NoSuchFieldRuntimeException(Class<?>, String, Throwable) - Constructor for exception org.codelibs.core.exception.NoSuchFieldRuntimeException
-
Creates a
NoSuchFieldRuntimeException. - NoSuchMethodRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
NoSuchMethodException. - NoSuchMethodRuntimeException(Class<?>, String, Class<?>[], Throwable) - Constructor for exception org.codelibs.core.exception.NoSuchMethodRuntimeException
-
Creates a
NoSuchMethodRuntimeException. - NoSuchPaddingRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
NoSuchPaddingException. - NoSuchPaddingRuntimeException(NoSuchPaddingException) - Constructor for exception org.codelibs.core.exception.NoSuchPaddingRuntimeException
-
Creates a
NoSuchPaddingRuntimeException. - NOT_SIGN - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
NOT SIGN
- notEquals(Object, Object) - Static method in class org.codelibs.core.lang.ObjectUtil
-
Returns true if the two objects are not equal.
- NullArgumentException - Exception in org.codelibs.core.exception
-
Exception thrown when an argument is null.
- NullArgumentException(String) - Constructor for exception org.codelibs.core.exception.NullArgumentException
-
Creates a
NullArgumentException. - NumberConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
Number. - NumberConversionUtil() - Constructor for class org.codelibs.core.convert.NumberConversionUtil
- numberConverter(String, CharSequence...) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Sets a converter for numbers.
- numberConverter(String, CharSequence...) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith a number converter applied. - NumberConverter - Class in org.codelibs.core.beans.converter
-
Converter for numbers.
- NumberConverter(String) - Constructor for class org.codelibs.core.beans.converter.NumberConverter
-
Constructs an instance.
O
- ObjectUtil - Class in org.codelibs.core.lang
-
Utility class for object operations.
- ObjectUtil() - Constructor for class org.codelibs.core.lang.ObjectUtil
- of(Consumer<Stream<T>>) - Method in class org.codelibs.core.stream.StreamUtil.StreamOf
- offerDecryptoCipher(Cipher) - Method in class org.codelibs.core.crypto.CachedCipher
- offerEncryptoCipher(Cipher) - Method in class org.codelibs.core.crypto.CachedCipher
- openConnection(URL) - Static method in class org.codelibs.core.net.URLUtil
-
Returns a
URLConnectionobject that represents a connection to the remote object referred to by the URL. - openStream(URL) - Static method in class org.codelibs.core.net.URLUtil
-
Opens a URL and returns an
InputStream. - ordinaryChar(byte[], int) - Static method in class org.codelibs.core.text.Tokenizer
-
Sets a character as a standalone character.
- org.codelibs.core - package org.codelibs.core
- org.codelibs.core.beans - package org.codelibs.core.beans
- org.codelibs.core.beans.converter - package org.codelibs.core.beans.converter
- org.codelibs.core.beans.factory - package org.codelibs.core.beans.factory
- org.codelibs.core.beans.impl - package org.codelibs.core.beans.impl
- org.codelibs.core.beans.util - package org.codelibs.core.beans.util
- org.codelibs.core.collection - package org.codelibs.core.collection
- org.codelibs.core.concurrent - package org.codelibs.core.concurrent
- org.codelibs.core.convert - package org.codelibs.core.convert
- org.codelibs.core.crypto - package org.codelibs.core.crypto
- org.codelibs.core.exception - package org.codelibs.core.exception
- org.codelibs.core.io - package org.codelibs.core.io
- org.codelibs.core.jar - package org.codelibs.core.jar
- org.codelibs.core.lang - package org.codelibs.core.lang
- org.codelibs.core.log - package org.codelibs.core.log
- org.codelibs.core.message - package org.codelibs.core.message
- org.codelibs.core.misc - package org.codelibs.core.misc
- org.codelibs.core.naming - package org.codelibs.core.naming
- org.codelibs.core.net - package org.codelibs.core.net
- org.codelibs.core.nio - package org.codelibs.core.nio
- org.codelibs.core.security - package org.codelibs.core.security
- org.codelibs.core.sql - package org.codelibs.core.sql
- org.codelibs.core.stream - package org.codelibs.core.stream
- org.codelibs.core.text - package org.codelibs.core.text
- org.codelibs.core.timer - package org.codelibs.core.timer
- org.codelibs.core.xml - package org.codelibs.core.xml
- org.codelibs.core.zip - package org.codelibs.core.zip
- org.codelibs.corelib - module org.codelibs.corelib
- OS_NAME - Static variable in class org.codelibs.core.lang.SystemUtil
-
os.namesystem property. - OutputStreamUtil - Class in org.codelibs.core.io
-
Utility class for
OutputStreamoperations. - OutputStreamUtil() - Constructor for class org.codelibs.core.io.OutputStreamUtil
P
- pair(T1, T2) - Static method in class org.codelibs.core.misc.Pair
-
Creates and returns a pair of two values.
- Pair<T1,
T2> - Class in org.codelibs.core.misc -
A pair of two values.
- Pair() - Constructor for class org.codelibs.core.misc.Pair
-
Constructs an instance.
- Pair(T1, T2) - Constructor for class org.codelibs.core.misc.Pair
-
Constructs an instance.
- PARALLEL_TO - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
PARALLEL TO
- parameterizedClassDesc - Variable in class org.codelibs.core.beans.impl.FieldDescImpl
-
Information about the parameterized type
- parameterizedClassDesc - Variable in class org.codelibs.core.beans.impl.MethodDescImpl
-
Information about the parameterized return type
- ParameterizedClassDesc - Interface in org.codelibs.core.beans
-
Interface for handling parameterized classes.
- ParameterizedClassDescFactory - Class in org.codelibs.core.beans.factory
-
Factory for creating
ParameterizedClassDescthat represents the type of fields, method argument types, and return types. - ParameterizedClassDescFactory() - Constructor for class org.codelibs.core.beans.factory.ParameterizedClassDescFactory
- ParameterizedClassDescImpl - Class in org.codelibs.core.beans.impl
-
Implementation class of
ParameterizedClassDesc. - ParameterizedClassDescImpl(Class<?>) - Constructor for class org.codelibs.core.beans.impl.ParameterizedClassDescImpl
-
Constructs an instance.
- ParameterizedClassDescImpl(Class<?>, ParameterizedClassDesc[]) - Constructor for class org.codelibs.core.beans.impl.ParameterizedClassDescImpl
-
Constructs an instance.
- parameterizedClassDescs - Variable in class org.codelibs.core.beans.impl.ConstructorDescImpl
-
Information about parameterized argument types
- parameterizedClassDescs - Variable in class org.codelibs.core.beans.impl.MethodDescImpl
-
Information about parameterized argument types
- parameterTypes - Variable in class org.codelibs.core.beans.impl.ConstructorDescImpl
-
Array of constructor parameter types
- parameterTypes - Variable in class org.codelibs.core.beans.impl.MethodDescImpl
-
Array of method parameter types
- parse(DocumentBuilder, InputStream) - Static method in class org.codelibs.core.xml.DocumentBuilderUtil
-
Parses the XML.
- parse(SAXParser, InputSource, DefaultHandler) - Static method in class org.codelibs.core.xml.SAXParserUtil
-
Parses the content of the specified
InputSourceas XML using the specifiedDefaultHandler. - ParserConfigurationRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
ParserConfigurationException. - ParserConfigurationRuntimeException(ParserConfigurationException) - Constructor for exception org.codelibs.core.exception.ParserConfigurationRuntimeException
-
Creates a
ParserConfigurationRuntimeException. - ParseRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when parsing fails.
- ParseRuntimeException(String) - Constructor for exception org.codelibs.core.exception.ParseRuntimeException
-
Creates a
ParseRuntimeException. - ParseRuntimeException(ParseException) - Constructor for exception org.codelibs.core.exception.ParseRuntimeException
-
Creates a
ParseRuntimeException. - PATH_SEPARATOR - Static variable in class org.codelibs.core.lang.SystemUtil
-
path.separatorsystem property. - pattern - Variable in class org.codelibs.core.beans.converter.DateConverter
-
The date pattern.
- pattern - Variable in class org.codelibs.core.beans.converter.NumberConverter
-
The pattern for numbers.
- pattern - Variable in class org.codelibs.core.beans.converter.SqlDateConverter
-
The date pattern.
- pattern - Variable in class org.codelibs.core.beans.converter.TimeConverter
-
The pattern for time.
- pattern - Variable in class org.codelibs.core.beans.converter.TimestampConverter
-
The pattern for the date and time.
- PlainDateFormatIterator(String, Locale) - Constructor for class org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
-
Constructs an instance.
- PlainDateFormatIterator(String, Locale) - Constructor for class org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
-
Constructs an instance.
- PlainDateFormatIterator(String, Locale) - Constructor for class org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
-
Constructs an instance.
- pollDecryptoCipher() - Method in class org.codelibs.core.crypto.CachedCipher
- pollDecryptoCipher(Key) - Method in class org.codelibs.core.crypto.CachedCipher
- pollEncryptoCipher() - Method in class org.codelibs.core.crypto.CachedCipher
- pollEncryptoCipher(Key) - Method in class org.codelibs.core.crypto.CachedCipher
- POUND_SIGN - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
POUND SIGN
- prefix - Variable in class org.codelibs.core.beans.util.CopyOptions
-
The prefix.
- prefix - Variable in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
-
Prefix of entries inside the zip.
- prefix(CharSequence) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Specifies the prefix.
- prefix(CharSequence) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith the specified prefix. - PreparedStatementUtil - Class in org.codelibs.core.sql
-
Utility class for
PreparedStatement. - PreparedStatementUtil() - Constructor for class org.codelibs.core.sql.PreparedStatementUtil
- previous - Variable in class org.codelibs.core.collection.SLinkedList.Entry
-
The previous entry
- primitiveNameToClassMap - Static variable in class org.codelibs.core.lang.ClassUtil
-
Map from primitive type names to classes
- primitiveToWrapperMap - Static variable in class org.codelibs.core.lang.ClassUtil
-
Map from primitive types to wrapper types
- processClass(String, String) - Method in interface org.codelibs.core.io.ClassHandler
-
Processes a class.
- processResource(String, InputStream) - Method in interface org.codelibs.core.io.ResourceHandler
-
Processes a resource.
- properties - Variable in class org.codelibs.core.misc.DynamicProperties
- propertiesFile - Variable in class org.codelibs.core.misc.DynamicProperties
- PropertiesUtil - Class in org.codelibs.core.io
-
Utility class for
Propertiesoperations. - PropertiesUtil() - Constructor for class org.codelibs.core.io.PropertiesUtil
- PropertyDesc - Interface in org.codelibs.core.beans
-
Interface for handling properties.
- propertyDescCache - Variable in class org.codelibs.core.beans.impl.BeanDescImpl
-
Map from property name to
PropertyDesc - PropertyDescImpl - Class in org.codelibs.core.beans.impl
-
Implementation class of
PropertyDesc. - PropertyDescImpl(String, Class<?>, Method, Method, Field, BeanDesc) - Constructor for class org.codelibs.core.beans.impl.PropertyDescImpl
-
Creates an instance of
PropertyDescImpl. - PropertyDescImpl(String, Class<?>, Method, Method, BeanDesc) - Constructor for class org.codelibs.core.beans.impl.PropertyDescImpl
-
Creates an instance of
PropertyDescImpl. - propertyNames() - Method in class org.codelibs.core.misc.DynamicProperties
- PropertyNotFoundRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when a property cannot be found.
- PropertyNotFoundRuntimeException(Class<?>, String) - Constructor for exception org.codelibs.core.exception.PropertyNotFoundRuntimeException
-
Returns a
PropertyNotFoundRuntimeException. - put(Object, Object) - Method in class org.codelibs.core.misc.DynamicProperties
- put(String, V) - Method in class org.codelibs.core.collection.CaseInsensitiveMap
- put(K, V) - Method in class org.codelibs.core.collection.ArrayMap
- putAll(Map<? extends Object, ? extends Object>) - Method in class org.codelibs.core.misc.DynamicProperties
- putAll(Map<? extends String, ? extends V>) - Method in class org.codelibs.core.collection.CaseInsensitiveMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.codelibs.core.collection.ArrayMap
- putIfAbsent(ConcurrentMap<K, V>, K, V) - Static method in class org.codelibs.core.collection.CollectionsUtil
-
Associates the specified value with the specified key in the map if the map does not already contain the key.
R
- rawClass - Variable in class org.codelibs.core.beans.impl.ParameterizedClassDescImpl
-
The raw class
- read(Reader, int) - Static method in class org.codelibs.core.io.FileUtil
-
Returns the contents read from the reader as a string.
- read(FileChannel, ByteBuffer) - Static method in class org.codelibs.core.nio.ChannelUtil
-
Reads the contents of the file channel into a byte buffer.
- read(FileChannel, ByteBuffer, long) - Static method in class org.codelibs.core.nio.ChannelUtil
-
Reads the contents of the file channel into a byte buffer.
- readBytes(File) - Static method in class org.codelibs.core.io.FileUtil
-
Reads the contents of a file into a byte array and returns it.
- reader - Variable in class org.codelibs.core.io.LineIterator
- ReaderUtil - Class in org.codelibs.core.io
-
Utility class for
Readeroperations. - ReaderUtil() - Constructor for class org.codelibs.core.io.ReaderUtil
- readExternal(ObjectInput) - Method in class org.codelibs.core.collection.ArrayMap.Entry
- readExternal(ObjectInput) - Method in class org.codelibs.core.collection.ArrayMap
- readExternal(ObjectInput) - Method in class org.codelibs.core.collection.SLinkedList
- readLine(BufferedReader) - Static method in class org.codelibs.core.io.ReaderUtil
-
Reads a single line from the given
BufferedReader. - readText(File) - Static method in class org.codelibs.core.io.FileUtil
-
Reads text from a file using the default encoding.
- readText(File, String) - Static method in class org.codelibs.core.io.FileUtil
-
Reads text from a file with the specified encoding.
- readText(Reader) - Static method in class org.codelibs.core.io.ReaderUtil
-
Reads text from the given
Reader. - readText(String) - Static method in class org.codelibs.core.io.FileUtil
-
Reads text from a file using the default encoding.
- readText(String, String) - Static method in class org.codelibs.core.io.FileUtil
-
Reads text from a file with the specified encoding.
- readUTF8(File) - Static method in class org.codelibs.core.io.FileUtil
-
Reads text from a file in UTF-8 encoding.
- readUTF8(String) - Static method in class org.codelibs.core.io.FileUtil
-
Reads text from a file in UTF-8 encoding.
- registerDriver(Class<Driver>) - Static method in class org.codelibs.core.sql.DriverManagerUtil
-
Registers a JDBC driver.
- registerDriver(String) - Static method in class org.codelibs.core.sql.DriverManagerUtil
-
Registers a JDBC driver.
- registerDriver(Driver) - Static method in class org.codelibs.core.sql.DriverManagerUtil
-
Registers a JDBC driver.
- reload(String) - Method in class org.codelibs.core.misc.DynamicProperties
- remove() - Method in class org.codelibs.core.collection.ArrayIterator
- remove() - Method in class org.codelibs.core.collection.ArrayMap.ArrayMapIterator
- remove() - Method in class org.codelibs.core.collection.EmptyIterator
- remove() - Method in class org.codelibs.core.collection.EnumerationIterator
- remove() - Method in class org.codelibs.core.collection.IndexedIterator
- remove() - Method in class org.codelibs.core.collection.MultiIterator
- remove() - Method in class org.codelibs.core.collection.SingleValueIterator
- remove() - Method in class org.codelibs.core.collection.SLinkedList.Entry
-
Removes the element.
- remove() - Method in class org.codelibs.core.convert.DateConversionUtil.DateFormatIterator
- remove() - Method in class org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
- remove() - Method in class org.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
- remove() - Method in class org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
- remove() - Method in class org.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
- remove() - Method in class org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
- remove() - Method in class org.codelibs.core.io.LineIterator
- remove() - Method in class org.codelibs.core.lang.ClassIterator
- remove() - Method in class org.codelibs.core.lang.ClassLoaderIterator
- remove(int) - Method in class org.codelibs.core.collection.SLinkedList
-
Removes the element at the specified position.
- remove(E) - Method in class org.codelibs.core.collection.SLinkedList
-
Removes an element from the list.
- remove(Object) - Method in class org.codelibs.core.collection.ArrayMap
- remove(Object) - Method in class org.codelibs.core.collection.CaseInsensitiveMap
- remove(Object) - Method in class org.codelibs.core.collection.CaseInsensitiveSet
- remove(Object) - Method in class org.codelibs.core.collection.LruHashSet
-
Removes the specified element from this set if it is present.
- remove(Object) - Method in class org.codelibs.core.misc.DynamicProperties
- remove(Disposable) - Static method in class org.codelibs.core.misc.DisposableUtil
-
Unregisters a disposable resource.
- remove(T[], T) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Returns a new array with the first occurrence of the specified object removed.
- removeAt(int) - Method in class org.codelibs.core.collection.ArrayMap
-
Removes the entry at the specified index.
- removeDelimeter(String, Locale) - Static method in class org.codelibs.core.convert.NumberConversionUtil
-
Removes delimiters.
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.codelibs.core.collection.LruHashMap
- removeExtension(String) - Static method in class org.codelibs.core.io.ResourceUtil
-
Removes the extension from the path.
- removeFirst() - Method in class org.codelibs.core.collection.SLinkedList
-
Removes the first element.
- removeLast() - Method in class org.codelibs.core.collection.SLinkedList
-
Removes the last element.
- removeList(int) - Method in class org.codelibs.core.collection.ArrayMap
-
Removes the entry at the specified index from the list entries.
- removeMap(Object) - Method in class org.codelibs.core.collection.ArrayMap
-
Removes the entry corresponding to the specified key from the map entries.
- replace(String, String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Replaces all occurrences of a substring within a string with another string.
- reset(InputStream) - Static method in class org.codelibs.core.io.InputStreamUtil
-
Resets the
InputStream. - reset(ZipInputStream) - Static method in class org.codelibs.core.zip.ZipInputStreamUtil
-
A method that wraps the exception handling of
InflaterInputStream.reset(). - ResourceBundleUtil - Class in org.codelibs.core.io
-
Utility class for
ResourceBundleoperations. - ResourceBundleUtil() - Constructor for class org.codelibs.core.io.ResourceBundleUtil
- ResourceHandler - Interface in org.codelibs.core.io
-
Interface for handlers that process resources.
- ResourceNotFoundRuntimeException - Exception in org.codelibs.core.exception
-
Exception thrown when a resource cannot be found.
- ResourceNotFoundRuntimeException(String) - Constructor for exception org.codelibs.core.exception.ResourceNotFoundRuntimeException
-
Creates a
ResourceNotFoundRuntimeException. - ResourceTraversalUtil - Class in org.codelibs.core.io
-
Class for traversing resources.
- ResourceTraversalUtil() - Constructor for class org.codelibs.core.io.ResourceTraversalUtil
- ResourceUtil - Class in org.codelibs.core.io
-
Utility class for resource handling.
- ResourceUtil() - Constructor for class org.codelibs.core.io.ResourceUtil
- restart() - Method in class org.codelibs.core.timer.TimeoutTask
-
Restarts the timer.
- ResultSetUtil - Class in org.codelibs.core.sql
-
Utility class for
ResultSet. - ResultSetUtil() - Constructor for class org.codelibs.core.sql.ResultSetUtil
- RETURN_STRING - Static variable in class org.codelibs.core.lang.StringUtil
-
A system line separator.
- returnType - Variable in class org.codelibs.core.beans.impl.MethodDescImpl
-
The return type of the method
- rootDir - Variable in class org.codelibs.core.io.TraversalUtil.FileSystemTraverser
-
The root directory.
- rootDir - Variable in class org.codelibs.core.io.TraversalUtil.JarFileTraverser
-
The root directory.
- rootDir - Variable in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
-
The root directory.
- rootPackage - Variable in class org.codelibs.core.io.TraversalUtil.FileSystemTraverser
-
The root package.
- rootPackage - Variable in class org.codelibs.core.io.TraversalUtil.JarFileTraverser
-
The root package.
- rootPackage - Variable in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
-
The root package.
- rtrim(String) - Static method in class org.codelibs.core.lang.StringUtil
-
Removes whitespace from the right side of the string.
- rtrim(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Removes the specified characters from the right side of the string.
- run() - Method in class org.codelibs.core.timer.TimeoutManager
S
- save(OutputStream, String) - Method in class org.codelibs.core.misc.DynamicProperties
- SAXParserFactoryUtil - Class in org.codelibs.core.xml
-
Utility class for
SAXParser. - SAXParserFactoryUtil() - Constructor for class org.codelibs.core.xml.SAXParserFactoryUtil
- SAXParserUtil - Class in org.codelibs.core.xml
-
Utility class for
SAXParser. - SAXParserUtil() - Constructor for class org.codelibs.core.xml.SAXParserUtil
- SAXRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
SAXException. - SAXRuntimeException(SAXException) - Constructor for exception org.codelibs.core.exception.SAXRuntimeException
-
Creates a
SAXRuntimeException. - SchemaFactoryUtil - Class in org.codelibs.core.xml
-
Utility class for
SchemaFactory. - SchemaFactoryUtil() - Constructor for class org.codelibs.core.xml.SchemaFactoryUtil
- SchemaUtil - Class in org.codelibs.core.xml
-
Utility class for
Schema. - SchemaUtil() - Constructor for class org.codelibs.core.xml.SchemaUtil
- second - Variable in class org.codelibs.core.misc.Pair
-
The second value
- serialize(Object) - Static method in class org.codelibs.core.io.SerializeUtil
-
Tests if the object can be serialized.
- SerializeUtil - Class in org.codelibs.core.io
-
Utility for serializing objects.
- SerializeUtil() - Constructor for class org.codelibs.core.io.SerializeUtil
- set(int, E) - Method in class org.codelibs.core.collection.SLinkedList
-
Sets the element at the specified position.
- set(Field, Object) - Static method in class org.codelibs.core.lang.FieldUtil
-
Sets the value of the given
Fieldrepresenting astaticfield to the specified new value. - set(Field, Object, Object) - Static method in class org.codelibs.core.lang.FieldUtil
-
Sets the value of the given
Fieldrepresenting the specified object argument's field to the specified new value. - setAlgorithm(String) - Method in class org.codelibs.core.crypto.CachedCipher
- setArguments(ParameterizedClassDesc[]) - Method in class org.codelibs.core.beans.impl.ParameterizedClassDescImpl
-
Sets an array of
ParameterizedClassDescrepresenting type arguments. - setAt(int, V) - Method in class org.codelibs.core.collection.ArrayMap
-
Sets the value at the specified index.
- setCharsetName(String) - Method in class org.codelibs.core.crypto.CachedCipher
- setCheckInterval(long) - Method in class org.codelibs.core.misc.DynamicProperties
- setDefault(Supplier<Locale>) - Static method in class org.codelibs.core.misc.LocaleUtil
- setFetchSize(Statement, int) - Static method in class org.codelibs.core.sql.StatementUtil
-
Sets the fetch size.
- setField(Field) - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
-
Sets the public field recognized as a property.
- setFieldValue(Object, Object) - Method in interface org.codelibs.core.beans.FieldDesc
-
Sets the value of the
Field. - setFieldValue(Object, Object) - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- setFirst(T1) - Method in class org.codelibs.core.misc.Pair
-
Sets the first value.
- setKey(String) - Method in class org.codelibs.core.crypto.CachedCipher
- setMaxRows(Statement, int) - Static method in class org.codelibs.core.sql.StatementUtil
-
Sets the maximum number of rows.
- setProperty(String, String) - Method in class org.codelibs.core.misc.DynamicProperties
- setProperty(SAXParser, String, String) - Static method in class org.codelibs.core.xml.SAXParserUtil
-
Sets a specific property on the base implementation of
XMLReader. - setQueryTimeout(Statement, int) - Static method in class org.codelibs.core.sql.StatementUtil
-
Sets the query timeout.
- setRawClass(Class<?>) - Method in class org.codelibs.core.beans.impl.ParameterizedClassDescImpl
-
Sets the raw class.
- setReadMethod(Method) - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
-
Sets the getter method.
- setSecond(T2) - Method in class org.codelibs.core.misc.Pair
-
Sets the second value.
- setStaticFieldValue(Object) - Method in interface org.codelibs.core.beans.FieldDesc
-
Sets the value of the static
Field. - setStaticFieldValue(Object) - Method in class org.codelibs.core.beans.impl.FieldDescImpl
- setTransformation(String) - Method in class org.codelibs.core.crypto.CachedCipher
- setup(byte[]) - Static method in class org.codelibs.core.text.Tokenizer
- setupConstructorDescs() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Prepares the constructors.
- setupFieldDescs() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Prepares the fields.
- setupFieldDescsByInterface(Class<?>) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Prepares the fields defined in the interface.
- setupMethodDescs() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Prepares the methods.
- setupPropertyDescs() - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Prepares
PropertyDesc. - setupReadMethod(Method, String) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Prepares the getter method.
- setupWriteMethod(Method, String) - Method in class org.codelibs.core.beans.impl.BeanDescImpl
-
Prepares the setter method.
- setValue(Object, Object) - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- setValue(Object, Object) - Method in interface org.codelibs.core.beans.PropertyDesc
-
Sets the value of the property.
- setValue(T) - Method in class org.codelibs.core.misc.ValueHolder
-
Sets the value.
- setValue(V) - Method in class org.codelibs.core.collection.ArrayMap.Entry
- setValue1(T1) - Method in class org.codelibs.core.misc.Tuple3
-
Sets the first value.
- setValue1(T1) - Method in class org.codelibs.core.misc.Tuple4
-
Sets the first value.
- setValue1(T1) - Method in class org.codelibs.core.misc.Tuple5
-
Sets the first value.
- setValue2(T2) - Method in class org.codelibs.core.misc.Tuple3
-
Sets the second value.
- setValue2(T2) - Method in class org.codelibs.core.misc.Tuple4
-
Sets the second value.
- setValue2(T2) - Method in class org.codelibs.core.misc.Tuple5
-
Sets the second value.
- setValue3(T3) - Method in class org.codelibs.core.misc.Tuple3
-
Sets the third value.
- setValue3(T3) - Method in class org.codelibs.core.misc.Tuple4
-
Sets the third value.
- setValue3(T3) - Method in class org.codelibs.core.misc.Tuple5
-
Sets the third value.
- setValue4(T4) - Method in class org.codelibs.core.misc.Tuple4
-
Sets the fourth value.
- setValue4(T4) - Method in class org.codelibs.core.misc.Tuple5
-
Sets the fourth value.
- setValue5(T5) - Method in class org.codelibs.core.misc.Tuple5
-
Sets the fifth value.
- setWriteMethod(Method) - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
-
Sets the setter method.
- setXIncludeAware(SAXParserFactory, boolean) - Static method in class org.codelibs.core.xml.SAXParserFactoryUtil
-
Sets the enable/disable state of XInclude.
- ShortConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
Short. - ShortConversionUtil() - Constructor for class org.codelibs.core.convert.ShortConversionUtil
- SingleValueIterator<E> - Class in org.codelibs.core.collection
-
An
Iteratorthat returns a single value. - SingleValueIterator(E) - Constructor for class org.codelibs.core.collection.SingleValueIterator
-
Constructs an instance.
- size - Variable in class org.codelibs.core.collection.ArrayMap
-
Number of elements
- size() - Method in class org.codelibs.core.collection.ArrayMap
- size() - Method in class org.codelibs.core.collection.CaseInsensitiveSet
- size() - Method in class org.codelibs.core.collection.LruHashSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class org.codelibs.core.collection.SLinkedList
-
Returns the number of elements.
- size() - Method in class org.codelibs.core.misc.DynamicProperties
- size(FileChannel) - Static method in class org.codelibs.core.nio.ChannelUtil
-
Returns the size of the file.
- sleep(long) - Static method in class org.codelibs.core.lang.ThreadUtil
- sleepQuietly(long) - Static method in class org.codelibs.core.lang.ThreadUtil
- SLinkedList<E> - Class in org.codelibs.core.collection
-
Linked list for Seasar2.
- SLinkedList() - Constructor for class org.codelibs.core.collection.SLinkedList
-
Creates an
SLinkedList. - SLinkedList.Entry - Class in org.codelibs.core.collection
-
An entry that stores an element.
- split(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Splits the string by the specified delimiter.
- split(String, String) - Static method in class org.codelibs.core.stream.StreamUtil
-
Splits the given string into an array of substrings based on the specified regular expression and returns a stream of those substrings.
- splitPackageAndShortClassName(String) - Static method in class org.codelibs.core.lang.ClassUtil
-
Splits a fully qualified class name (FQCN) into the package name and the class name without the package.
- sqlDateConverter(String, CharSequence...) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Sets a converter for SQL dates.
- sqlDateConverter(String, CharSequence...) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith a SQL date converter applied. - SqlDateConverter - Class in org.codelibs.core.beans.converter
-
Converter for SQL dates.
- SqlDateConverter(String) - Constructor for class org.codelibs.core.beans.converter.SqlDateConverter
-
Constructs an instance.
- SQLRuntimeException - Exception in org.codelibs.core.exception
-
Exception that wraps
SQLException. - SQLRuntimeException(SQLException) - Constructor for exception org.codelibs.core.exception.SQLRuntimeException
-
Creates a
SQLRuntimeException. - src - Variable in class org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
-
The source string to convert.
- src - Variable in class org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
-
Source string to convert
- src - Variable in class org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
-
Source string to be converted
- start() - Method in class org.codelibs.core.timer.TimeoutManager
-
Starts the process.
- startsWithIgnoreCase(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns true if the string starts with the specified substring, ignoring case.
- StatementUtil - Class in org.codelibs.core.sql
-
Utility class for
Statement. - StatementUtil() - Constructor for class org.codelibs.core.sql.StatementUtil
- stop() - Method in class org.codelibs.core.timer.TimeoutManager
-
Stops the process.
- stop() - Method in class org.codelibs.core.timer.TimeoutTask
-
Stops the timer.
- stop(long) - Method in class org.codelibs.core.timer.TimeoutManager
-
Interrupts the thread and waits for it to terminate.
- stopIfLeisure() - Method in class org.codelibs.core.timer.TimeoutManager
-
Stops the process if there are no managed tasks.
- store() - Method in class org.codelibs.core.misc.DynamicProperties
- store(OutputStream, String) - Method in class org.codelibs.core.misc.DynamicProperties
- store(Writer, String) - Method in class org.codelibs.core.misc.DynamicProperties
- store(Properties, File, String) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Stores the
Propertiesto a file using the platform default encoding (wraps exception handling). - store(Properties, File, String, String) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Stores the
Propertiesto a file with the specified encoding (wraps exception handling). - store(Properties, OutputStream, String) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Wraps exception handling for
Properties.store(OutputStream, String). - store(Properties, Writer, String) - Static method in class org.codelibs.core.io.PropertiesUtil
-
Wraps exception handling for
Properties.store(Writer, String). - storeToXML(OutputStream, String) - Method in class org.codelibs.core.misc.DynamicProperties
- storeToXML(OutputStream, String, String) - Method in class org.codelibs.core.misc.DynamicProperties
- stream(Map<K, V>) - Static method in class org.codelibs.core.stream.StreamUtil
-
Creates a stream of map entries from the given map.
- stream(T...) - Static method in class org.codelibs.core.stream.StreamUtil
-
Creates a
StreamUtil.StreamOfinstance from the provided values. - StreamOf(Supplier<Stream<T>>) - Constructor for class org.codelibs.core.stream.StreamUtil.StreamOf
- StreamUtil - Class in org.codelibs.core.stream
-
Utility class for
Stream. - StreamUtil.StreamOf<T> - Class in org.codelibs.core.stream
- StringConversionUtil - Class in org.codelibs.core.convert
-
Utility class for conversions related to
String. - StringConversionUtil() - Constructor for class org.codelibs.core.convert.StringConversionUtil
- stringPropertyNames() - Method in class org.codelibs.core.misc.DynamicProperties
- StringUtil - Class in org.codelibs.core.lang
-
Utility class for string operations.
- StringUtil() - Constructor for class org.codelibs.core.lang.StringUtil
- STYLES - Static variable in class org.codelibs.core.convert.DateConversionUtil
-
Array of styles held by
DateFormat. - STYLES - Static variable in class org.codelibs.core.convert.TimeConversionUtil
-
Array of styles held by
DateFormat - STYLES - Static variable in class org.codelibs.core.convert.TimestampConversionUtil
-
Array of styles held by
DateFormat - substringFromLast(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns the part of the string before the last occurrence of the specified separator.
- substringToLast(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Returns the part of the string after the last occurrence of the specified separator.
- swapValue(ArrayMap.Entry<K, V>, V) - Method in class org.codelibs.core.collection.ArrayMap
-
Replaces the value of the entry with a new value.
- SystemUtil - Class in org.codelibs.core.lang
-
Utility class for system operations.
- SystemUtil() - Constructor for class org.codelibs.core.lang.SystemUtil
T
- targetClass - Variable in exception org.codelibs.core.exception.BeanFieldSetAccessibleFailureException
- targetClass - Variable in exception org.codelibs.core.exception.BeanMethodSetAccessibleFailureException
- targetField - Variable in exception org.codelibs.core.exception.BeanFieldSetAccessibleFailureException
- targetMethod - Variable in exception org.codelibs.core.exception.BeanMethodSetAccessibleFailureException
- thread - Variable in class org.codelibs.core.timer.TimeoutManager
-
Threadfor the timer. - ThreadUtil - Class in org.codelibs.core.lang
-
Utility class for Thread class
- ThreadUtil() - Constructor for class org.codelibs.core.lang.ThreadUtil
- threshold - Variable in class org.codelibs.core.collection.ArrayMap
-
Load factor
- TimeConversionUtil - Class in org.codelibs.core.convert
- TimeConversionUtil() - Constructor for class org.codelibs.core.convert.TimeConversionUtil
- TimeConversionUtil.DateFormatIterator - Class in org.codelibs.core.convert
-
An
Iteratorthat iterates overDateFormatinstances corresponding to the styles supported by the locale. - TimeConversionUtil.PlainDateFormatIterator - Class in org.codelibs.core.convert
-
An
Iteratorthat iterates overDateFormatinstances corresponding to the styles supported by the locale. - timeConverter(String, CharSequence...) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Sets a converter for time.
- timeConverter(String, CharSequence...) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith a time converter applied. - TimeConverter - Class in org.codelibs.core.beans.converter
-
Converter for time.
- TimeConverter(String) - Constructor for class org.codelibs.core.beans.converter.TimeConverter
-
Constructs an instance.
- TimeoutManager - Class in org.codelibs.core.timer
-
A class that handles timers.
- TimeoutTarget - Interface in org.codelibs.core.timer
-
This is an interface for handling timeouts.
- TimeoutTask - Class in org.codelibs.core.timer
-
This class manages timeouts.
- timeoutTaskList - Variable in class org.codelibs.core.timer.TimeoutManager
-
A list for managing
TimeoutTask. - TimestampConversionUtil - Class in org.codelibs.core.convert
- TimestampConversionUtil() - Constructor for class org.codelibs.core.convert.TimestampConversionUtil
- TimestampConversionUtil.DateFormatIterator - Class in org.codelibs.core.convert
-
An
Iteratorthat iterates overDateFormatinstances corresponding to the styles supported by the locale. - TimestampConversionUtil.PlainDateFormatIterator - Class in org.codelibs.core.convert
-
An
Iteratorthat iterates overDateFormatinstances corresponding to the styles supported by the locale. - timestampConverter(String, CharSequence...) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Sets a converter for date and time.
- timestampConverter(String, CharSequence...) - Static method in class org.codelibs.core.beans.util.CopyOptionsUtil
-
Returns a
CopyOptionswith a timestamp converter applied. - TimestampConverter - Class in org.codelibs.core.beans.converter
-
Converter for timestamps.
- TimestampConverter(String) - Constructor for class org.codelibs.core.beans.converter.TimestampConverter
-
Constructs an instance.
- toArray() - Method in class org.codelibs.core.collection.ArrayMap
-
Converts this map to an array.
- toArray() - Method in class org.codelibs.core.collection.SLinkedList
-
Converts the list to an array.
- toArray(E[]) - Method in class org.codelibs.core.collection.SLinkedList
-
Converts the list to an array.
- toArray(V[]) - Method in class org.codelibs.core.collection.ArrayMap
-
Converts this map to an array.
- toBeanDestPropertyName(String) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Converts the source property name to the destination property name for use in a Bean.
- toBigDecimal(Object) - Static method in class org.codelibs.core.convert.BigDecimalConversionUtil
-
Converts to
BigDecimal. - toBigDecimal(Object, String) - Static method in class org.codelibs.core.convert.BigDecimalConversionUtil
-
Converts to
BigDecimal. - toBigInteger(Object) - Static method in class org.codelibs.core.convert.BigIntegerConversionUtil
-
Converts to
BigInteger. - toBigInteger(Object, String) - Static method in class org.codelibs.core.convert.BigIntegerConversionUtil
-
Converts to
BigInteger. - toBinary(Object) - Static method in class org.codelibs.core.convert.BinaryConversionUtil
-
Converts to a byte array.
- toBoolean(Object) - Static method in class org.codelibs.core.convert.BooleanConversionUtil
-
Converts to
Boolean. - toByte(Object) - Static method in class org.codelibs.core.convert.ByteConversionUtil
-
Converts to
Byte. - toByte(Object, String) - Static method in class org.codelibs.core.convert.ByteConversionUtil
-
Converts to
Byte. - toCalendar(Object) - Static method in class org.codelibs.core.convert.CalendarConversionUtil
-
Converts to
Calendar. - toCalendar(Object) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Calendar. - toCalendar(Object) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Calendar. - toCalendar(Object) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Calendar. - toCalendar(Object, String) - Static method in class org.codelibs.core.convert.CalendarConversionUtil
-
Converts to
Calendar. - toCalendar(Object, String) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Calendar. - toCalendar(Object, String) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Calendar. - toCalendar(Object, String) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Calendar. - toCalendar(Object, String, Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Calendar. - toCalendar(Object, String, Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Calendar. - toCalendar(Object, String, Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Calendar. - toCalendar(Object, Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Calendar. - toCalendar(Object, Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Calendar. - toCalendar(Object, Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Calendar. - toCalendar(Date, Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
- toCalendar(Date, Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
- toCalendar(Date, Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
- toCanonicalProtocol(String) - Static method in class org.codelibs.core.net.URLUtil
-
Returns the normalized protocol.
- toClassFile(String) - Static method in class org.codelibs.core.io.TraversalUtil
-
Converts a class name to the corresponding class file path name and returns it.
- toDate(Object) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Date. - toDate(Object) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Date. - toDate(Object) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Date. - toDate(Object, String) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Date. - toDate(Object, String) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Date. - toDate(Object, String) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Date. - toDate(Object, String, Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Date. - toDate(Object, String, Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Date. - toDate(Object, String, Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Date. - toDate(Object, Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Date. - toDate(Object, Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Date. - toDate(Object, Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Date. - toDate(String, DateFormat) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts a string to a
Date. - toDate(String, DateFormat) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts a string to a
Date. - toDate(String, DateFormat) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts a string to a
Date. - toDate(String, Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts a string to a
Date. - toDate(String, Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts a string to a
Date. - toDate(String, Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the string to a
Date. - toDirectoryName(String) - Static method in class org.codelibs.core.io.TraversalUtil
-
Converts a package name to a directory name and returns it.
- toDouble(Object) - Static method in class org.codelibs.core.convert.DoubleConversionUtil
-
Converts to
Double. - toDouble(Object, String) - Static method in class org.codelibs.core.convert.DoubleConversionUtil
-
Converts to
Double. - toExternalForm(URL) - Static method in class org.codelibs.core.io.ResourceUtil
-
Converts the resource URL to an external form.
- toFile(URL) - Static method in class org.codelibs.core.net.URLUtil
-
Returns the
Fileobject of the Jar file indicated by the URL. - toFloat(Object) - Static method in class org.codelibs.core.convert.FloatConversionUtil
-
Converts to
Float. - toFloat(Object, String) - Static method in class org.codelibs.core.convert.FloatConversionUtil
-
Converts to
Float. - toHex(byte[]) - Static method in class org.codelibs.core.lang.StringUtil
-
Converts a byte array to a hexadecimal string.
- toHex(int) - Static method in class org.codelibs.core.lang.StringUtil
-
Converts an int value to a hexadecimal string.
- toInteger(Object) - Static method in class org.codelibs.core.convert.IntegerConversionUtil
-
Converts to
Integer. - toInteger(Object, String) - Static method in class org.codelibs.core.convert.IntegerConversionUtil
-
Converts to
Integer. - toJarFile(URL) - Static method in class org.codelibs.core.jar.JarFileUtil
-
Creates and returns a
JarFileto read the JAR file specified by the URL. - toJarFilePath(URL) - Static method in class org.codelibs.core.jar.JarFileUtil
-
Returns the path of the JAR file specified by the URL.
- Tokenizer - Class in org.codelibs.core.text
-
A class that recognizes tokens.
- Tokenizer(String) - Constructor for class org.codelibs.core.text.Tokenizer
-
Creates a
Tokenizer. - Tokenizer(String, byte[]) - Constructor for class org.codelibs.core.text.Tokenizer
-
Creates a
Tokenizer. - toList(Object) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Converts an array to a list.
- toLong(Object) - Static method in class org.codelibs.core.convert.LongConversionUtil
-
Converts the given object to a
Long. - toLong(Object, String) - Static method in class org.codelibs.core.convert.LongConversionUtil
-
Converts the given object to a
Long. - toMapDestPropertyName(String) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Converts the source property name to the destination property name for use in a Map.
- toObjectArray(Object) - Static method in class org.codelibs.core.collection.ArrayUtil
-
Converts an array to an object array (Object[]).
- toPlainPattern(String) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts a pattern string to a plain pattern string without delimiters.
- toPlainPattern(String) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts a pattern string to a plain pattern string without delimiters.
- toPlainPattern(String) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the pattern string to a plain pattern string without delimiters.
- toPrimitiveBoolean(Object) - Static method in class org.codelibs.core.convert.BooleanConversionUtil
-
Converts to boolean.
- toPrimitiveByte(Object) - Static method in class org.codelibs.core.convert.ByteConversionUtil
-
Converts to byte.
- toPrimitiveByte(Object, String) - Static method in class org.codelibs.core.convert.ByteConversionUtil
-
Converts to byte.
- toPrimitiveDouble(Object) - Static method in class org.codelibs.core.convert.DoubleConversionUtil
-
Converts to double.
- toPrimitiveDouble(Object, String) - Static method in class org.codelibs.core.convert.DoubleConversionUtil
-
Converts to double.
- toPrimitiveFloat(Object) - Static method in class org.codelibs.core.convert.FloatConversionUtil
-
Converts to float.
- toPrimitiveFloat(Object, String) - Static method in class org.codelibs.core.convert.FloatConversionUtil
-
Converts to float.
- toPrimitiveInt(Object) - Static method in class org.codelibs.core.convert.IntegerConversionUtil
-
Converts to int.
- toPrimitiveInt(Object, String) - Static method in class org.codelibs.core.convert.IntegerConversionUtil
-
Converts to int.
- toPrimitiveLong(Object) - Static method in class org.codelibs.core.convert.LongConversionUtil
-
Converts the given object to a long.
- toPrimitiveLong(Object, String) - Static method in class org.codelibs.core.convert.LongConversionUtil
-
Converts the given object to a long.
- toPrimitiveShort(Object) - Static method in class org.codelibs.core.convert.ShortConversionUtil
-
Converts to short.
- toPrimitiveShort(Object, String) - Static method in class org.codelibs.core.convert.ShortConversionUtil
-
Converts to short.
- toShort(Object) - Static method in class org.codelibs.core.convert.ShortConversionUtil
-
Converts to
Short. - toShort(Object, String) - Static method in class org.codelibs.core.convert.ShortConversionUtil
-
Converts to
Short. - toSqlDate(Object) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Date. - toSqlDate(Object, String) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Date. - toSqlDate(Object, String, Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Date. - toSqlDate(Object, Locale) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts an object to
Date. - toSqlDateJdbcEscape(String) - Static method in class org.codelibs.core.convert.DateConversionUtil
-
Converts a string to a
Date. - toSqlTime(Object) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Time. - toSqlTime(Object, String) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Time. - toSqlTime(Object, String, Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Time. - toSqlTime(Object, Locale) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts the given object to a
Time. - toSqlTimeJdbcEscape(String) - Static method in class org.codelibs.core.convert.TimeConversionUtil
-
Converts a string to a
Time. - toSqlTimestamp(Object) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Timestamp. - toSqlTimestamp(Object, String) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Timestamp. - toSqlTimestamp(Object, String, Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Timestamp. - toSqlTimestamp(Object, Locale) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts the given object to a
Timestamp. - toSqlTimestampJdbcEscape(String) - Static method in class org.codelibs.core.convert.TimestampConversionUtil
-
Converts a string to a
Timestamp. - toString() - Method in class org.codelibs.core.beans.impl.PropertyDescImpl
- toString() - Method in class org.codelibs.core.collection.ArrayMap.Entry
- toString() - Method in class org.codelibs.core.misc.DynamicProperties
- toString() - Method in class org.codelibs.core.misc.Pair
- toString() - Method in class org.codelibs.core.misc.Tuple3
- toString() - Method in class org.codelibs.core.misc.Tuple4
- toString() - Method in class org.codelibs.core.misc.Tuple5
- toString() - Method in class org.codelibs.core.misc.ValueHolder
- toString(Number, String) - Static method in class org.codelibs.core.convert.StringConversionUtil
-
Converts the given object to a string.
- toString(Object) - Static method in class org.codelibs.core.convert.StringConversionUtil
-
Converts the given object to a string.
- toString(Object) - Static method in class org.codelibs.core.lang.ObjectUtil
-
Returns the string representation of the specified object, or null if the object is null.
- toString(Object) - Static method in class org.codelibs.core.log.Logger
-
Returns the string representation of the message object.
- toString(Object, String) - Static method in class org.codelibs.core.convert.StringConversionUtil
-
Converts the given object to a string.
- toString(BigDecimal) - Static method in class org.codelibs.core.convert.BigDecimalConversionUtil
-
Converts a
BigDecimalto a string. - toString(Date, String) - Static method in class org.codelibs.core.convert.StringConversionUtil
-
Converts the given object to a string.
- toString(Document) - Static method in class org.codelibs.core.xml.DomUtil
-
Converts a
Documentto a string. - toString(Element) - Static method in class org.codelibs.core.xml.DomUtil
-
Converts an
Elementto a string. - toStringList(CharSequence[]) - Static method in class org.codelibs.core.beans.util.CopyOptions
-
Converts an array of CharSequence to a List of String.
- toURL(File) - Static method in class org.codelibs.core.io.FileUtil
-
Converts this abstract pathname to a
file:URL. - toWindowsMapping(String) - Static method in class org.codelibs.core.convert.StringConversionUtil
-
Fixes a string to match Windows-specific mapping rules.
- toZipFile(URL) - Static method in class org.codelibs.core.zip.ZipFileUtil
-
Creates and returns a
ZipFilefor reading the Zip file specified by the URL. - toZipFilePath(URL) - Static method in class org.codelibs.core.zip.ZipFileUtil
-
Returns the path of the Zip file specified by the URL.
- transfer(FileChannel, FileChannel) - Static method in class org.codelibs.core.nio.ChannelUtil
-
Transfers the contents of the file channel from to to.
- transformation - Variable in class org.codelibs.core.crypto.CachedCipher
- TraversalUtil - Class in org.codelibs.core.io
-
Utility for traversing collections of classes and resources on the file system or inside JAR files.
- TraversalUtil() - Constructor for class org.codelibs.core.io.TraversalUtil
- TraversalUtil.FileSystemTraverser - Class in org.codelibs.core.io
-
Object that handles a collection of resources on the file system.
- TraversalUtil.JarFileTraverser - Class in org.codelibs.core.io
-
Object that handles a collection of resources inside a Jar file.
- TraversalUtil.TraverserFactory - Interface in org.codelibs.core.io
-
Factory for creating instances of
Traverser. - TraversalUtil.VfsZipTraverser - Class in org.codelibs.core.io
-
Object that handles a collection of resources represented by the vfszip protocol of JBossAS5.
- traverseFileSystem(File, File, ResourceHandler) - Static method in class org.codelibs.core.io.ResourceTraversalUtil
-
Traverses resources contained in the file system.
- traverseFileSystem(File, String, ClassHandler) - Static method in class org.codelibs.core.io.ClassTraversalUtil
-
Traverses classes contained in the file system.
- Traverser - Interface in org.codelibs.core.io
-
Object representing a collection of classes or resources.
- traverserFactories - Static variable in class org.codelibs.core.io.TraversalUtil
-
Mapping from URL protocol (as key) to
TraversalUtil.TraverserFactory(as value). - treeMap(KEY, VALUE) - Static method in class org.codelibs.core.collection.Maps
-
Returns a Maps for constructing a
TreeMapwith the specified key and value. - trimPrefix(String) - Method in class org.codelibs.core.beans.util.CopyOptions
-
Trims the prefix.
- trimPrefix(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Removes the prefix from the string if it is present.
- trimSuffix(String, String) - Static method in class org.codelibs.core.lang.StringUtil
-
Removes the suffix from the string if it is present.
- TT_EOF - Static variable in class org.codelibs.core.text.Tokenizer
-
Represents EOF (End of File).
- TT_QUOTE - Static variable in class org.codelibs.core.text.Tokenizer
-
Represents a Quote.
- TT_WORD - Static variable in class org.codelibs.core.text.Tokenizer
-
Represents a word.
- tuple3(T1, T2, T3) - Static method in class org.codelibs.core.misc.Tuple3
-
Creates and returns a tuple of three values.
- Tuple3<T1,
T2, T3> - Class in org.codelibs.core.misc -
A tuple of three values.
- Tuple3() - Constructor for class org.codelibs.core.misc.Tuple3
-
Constructs an instance.
- Tuple3(T1, T2, T3) - Constructor for class org.codelibs.core.misc.Tuple3
-
Constructs an instance.
- tuple4(T1, T2, T3, T4) - Static method in class org.codelibs.core.misc.Tuple4
-
Creates and returns a tuple of four values.
- Tuple4<T1,
T2, T3, T4> - Class in org.codelibs.core.misc -
A tuple of four values.
- Tuple4() - Constructor for class org.codelibs.core.misc.Tuple4
-
Constructs an instance.
- Tuple4(T1, T2, T3, T4) - Constructor for class org.codelibs.core.misc.Tuple4
-
Constructs an instance.
- tuple5(T1, T2, T3, T4, T5) - Static method in class org.codelibs.core.misc.Tuple5
-
Creates and returns a tuple of five values.
- Tuple5<T1,
T2, T3, T4, T5> - Class in org.codelibs.core.misc -
A tuple of five values.
- Tuple5() - Constructor for class org.codelibs.core.misc.Tuple5
-
Constructs an instance.
- Tuple5(T1, T2, T3, T4, T5) - Constructor for class org.codelibs.core.misc.Tuple5
-
Constructs an instance.
- typeVariables - Variable in class org.codelibs.core.beans.impl.BeanDescImpl
-
Map of type arguments and type variables
U
- UnsupportedEncodingRuntimeException - Exception in org.codelibs.core.exception
- UnsupportedEncodingRuntimeException(UnsupportedEncodingException) - Constructor for exception org.codelibs.core.exception.UnsupportedEncodingRuntimeException
- URLUtil - Class in org.codelibs.core.net
-
Utility class for handling
URL. - URLUtil() - Constructor for class org.codelibs.core.net.URLUtil
- USER_DIR - Static variable in class org.codelibs.core.lang.SystemUtil
-
user.dirsystem property. - USER_HOME - Static variable in class org.codelibs.core.lang.SystemUtil
-
user.homesystem property. - UTF_8 - Static variable in class org.codelibs.core.CoreLibConstants
-
UTF-8
- UuidUtil - Class in org.codelibs.core.net
-
Utility for creating UUIDs.
- UuidUtil() - Constructor for class org.codelibs.core.net.UuidUtil
V
- value - Variable in class org.codelibs.core.collection.ArrayMap.Entry
-
Value
- value - Variable in class org.codelibs.core.collection.SingleValueIterator
-
The only value returned by the iterator.
- value - Variable in class org.codelibs.core.misc.ValueHolder
-
The value
- value1 - Variable in class org.codelibs.core.misc.Tuple3
-
The first value
- value1 - Variable in class org.codelibs.core.misc.Tuple4
-
The first value
- value1 - Variable in class org.codelibs.core.misc.Tuple5
-
The first value
- value2 - Variable in class org.codelibs.core.misc.Tuple3
-
The second value
- value2 - Variable in class org.codelibs.core.misc.Tuple4
-
The second value
- value2 - Variable in class org.codelibs.core.misc.Tuple5
-
The second value
- value3 - Variable in class org.codelibs.core.misc.Tuple3
-
The third value
- value3 - Variable in class org.codelibs.core.misc.Tuple4
-
The third value
- value3 - Variable in class org.codelibs.core.misc.Tuple5
-
The third value
- value4 - Variable in class org.codelibs.core.misc.Tuple4
-
The fourth value
- value4 - Variable in class org.codelibs.core.misc.Tuple5
-
The fourth value
- value5 - Variable in class org.codelibs.core.misc.Tuple5
-
The fifth value
- ValueHolder<T> - Class in org.codelibs.core.misc
-
A class that holds a value.
- ValueHolder() - Constructor for class org.codelibs.core.misc.ValueHolder
-
Constructs an instance.
- ValueHolder(T) - Constructor for class org.codelibs.core.misc.ValueHolder
-
Constructs an instance.
- valueOf(String) - Static method in enum class org.codelibs.core.log.Logger.LogLevel
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.codelibs.core.log.Logger.LogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.codelibs.core.misc.DynamicProperties
- VfsZipTraverser(URL, String, String) - Constructor for class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
-
Constructs an instance.
W
- WAR_CLASSES_PREFIX - Static variable in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
-
Prefix for .class files inside a WAR.
- WAR_FILE_EXTENSION - Static variable in class org.codelibs.core.io.ClassTraversalUtil
-
The file extension for WAR files.
- warn(Object) - Method in class org.codelibs.core.log.Logger
-
Outputs WARN information.
- warn(Object, Throwable) - Method in class org.codelibs.core.log.Logger
-
Outputs WARN information.
- WARN - Enum constant in enum class org.codelibs.core.log.Logger.LogLevel
-
Warning
- WAVE_DASH - Static variable in class org.codelibs.core.convert.StringConversionUtil
-
WAVE DASH
- weakHashMap(KEY, VALUE) - Static method in class org.codelibs.core.collection.Maps
-
Returns a Maps for constructing a
WeakHashMapwith the specified key and value. - WEB_INF_CLASSES_PATH - Static variable in class org.codelibs.core.io.ClassTraversalUtil
-
The entry prefix for class files inside a WAR file.
- whitespaceChars(byte[], int, int) - Static method in class org.codelibs.core.text.Tokenizer
-
Sets characters as whitespace.
- wordChar(byte[], int) - Static method in class org.codelibs.core.text.Tokenizer
-
Sets a character as a word character.
- wordChars(byte[], int, int) - Static method in class org.codelibs.core.text.Tokenizer
- wrap(InputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Wraps the input stream with a
BufferedInputStreamif necessary. - wrap(OutputStream) - Static method in class org.codelibs.core.io.CopyUtil
-
Wraps the output stream with a
BufferedOutputStreamif necessary. - wrap(Reader) - Static method in class org.codelibs.core.io.CopyUtil
-
Wraps the reader with a
BufferedReaderif necessary. - wrap(Writer) - Static method in class org.codelibs.core.io.CopyUtil
-
Wraps the writer with a
BufferedWriterif necessary. - wrapperToPrimitiveMap - Static variable in class org.codelibs.core.lang.ClassUtil
-
Map from wrapper types to primitive types
- write(FileChannel, ByteBuffer) - Static method in class org.codelibs.core.nio.ChannelUtil
-
Writes the contents of the byte buffer to the file channel.
- write(FileChannel, ByteBuffer, long) - Static method in class org.codelibs.core.nio.ChannelUtil
-
Writes the contents of the byte buffer to the file channel.
- writeBytes(String, byte[]) - Static method in class org.codelibs.core.io.FileUtil
- writeExternal(ObjectOutput) - Method in class org.codelibs.core.collection.ArrayMap.Entry
- writeExternal(ObjectOutput) - Method in class org.codelibs.core.collection.ArrayMap
- writeExternal(ObjectOutput) - Method in class org.codelibs.core.collection.SLinkedList
- WriterUtil - Class in org.codelibs.core.io
-
Utility class for
Writeroperations. - WriterUtil() - Constructor for class org.codelibs.core.io.WriterUtil
Z
- ZipFileUtil - Class in org.codelibs.core.zip
-
Utility class for handling
ZipFile. - ZipFileUtil() - Constructor for class org.codelibs.core.zip.ZipFileUtil
- ZipInputStreamUtil - Class in org.codelibs.core.zip
-
Utility class for handling
ZipInputStream. - ZipInputStreamUtil() - Constructor for class org.codelibs.core.zip.ZipInputStreamUtil
- zipUrl - Variable in class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
-
The URL of the zip file.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form