- b2c(byte) - 类 中的静态方法com.jn.langx.util.Chars
-
- Base64 - com.jn.langx.codec.base64中的类
-
Provides Base64 encoding and decoding as defined by
RFC 2045.
- Base64() - 类 的构造器com.jn.langx.codec.base64.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(boolean) - 类 的构造器com.jn.langx.codec.base64.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
- Base64(int) - 类 的构造器com.jn.langx.codec.base64.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[]) - 类 的构造器com.jn.langx.codec.base64.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[], boolean) - 类 的构造器com.jn.langx.codec.base64.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64IdGenerator - com.jn.langx.util.id中的类
-
https://github.com/elastic/elasticsearch/tree/master/server/src/main/java/org/elasticsearch/common
- Base64IdGenerator() - 类 的构造器com.jn.langx.util.id.Base64IdGenerator
-
- Base64InputStream - com.jn.langx.codec.base64中的类
-
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
- Base64InputStream(InputStream) - 类 的构造器com.jn.langx.codec.base64.Base64InputStream
-
Creates a Base64InputStream such that all data read is Base64-decoded from the original provided InputStream.
- Base64InputStream(InputStream, boolean) - 类 的构造器com.jn.langx.codec.base64.Base64InputStream
-
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original
provided InputStream.
- Base64InputStream(InputStream, boolean, int, byte[]) - 类 的构造器com.jn.langx.codec.base64.Base64InputStream
-
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original
provided InputStream.
- Base64OutputStream - com.jn.langx.codec.base64中的类
-
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
- Base64OutputStream(OutputStream) - 类 的构造器com.jn.langx.codec.base64.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is Base64-encoded to the original provided OutputStream.
- Base64OutputStream(OutputStream, boolean) - 类 的构造器com.jn.langx.codec.base64.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the
original provided OutputStream.
- Base64OutputStream(OutputStream, boolean, int, byte[]) - 类 的构造器com.jn.langx.codec.base64.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the
original provided OutputStream.
- BasedStringAccessor<K,T> - com.jn.langx.util中的类
-
- BasedStringAccessor() - 类 的构造器com.jn.langx.util.BasedStringAccessor
-
- BaseNCodec - com.jn.langx.codec中的类
-
Abstract superclass for Base-N encoders and decoders.
- BaseNCodec(int, int, int, int) - 类 的构造器com.jn.langx.codec.BaseNCodec
-
Note
lineLength is rounded down to the nearest multiple of
BaseNCodec.encodedBlockSize
If
chunkSeparatorLength is zero, then chunking is disabled.
- BaseNCodec(int, int, int, int, byte) - 类 的构造器com.jn.langx.codec.BaseNCodec
-
Note
lineLength is rounded down to the nearest multiple of
BaseNCodec.encodedBlockSize
If
chunkSeparatorLength is zero, then chunking is disabled.
- BaseNCodec.Context - com.jn.langx.codec中的类
-
Holds thread context so classes can be thread-safe.
- BaseNCodecInputStream - com.jn.langx.codec中的类
-
Abstract superclass for Base-N input streams.
- BaseNCodecInputStream(InputStream, BaseNCodec, boolean) - 类 的构造器com.jn.langx.codec.BaseNCodecInputStream
-
- BaseNCodecOutputStream - com.jn.langx.codec中的类
-
Abstract superclass for Base-N output streams.
- BaseNCodecOutputStream(OutputStream, BaseNCodec, boolean) - 类 的构造器com.jn.langx.codec.BaseNCodecOutputStream
-
- before(char) - 类 中的方法com.jn.langx.util.StringMaker
-
- before(char, char) - 类 中的方法com.jn.langx.util.StringMaker
-
- before(String) - 类 中的方法com.jn.langx.util.StringMaker
-
- beforeLast(char) - 类 中的方法com.jn.langx.util.StringMaker
-
- beforeLast(char, char) - 类 中的方法com.jn.langx.util.StringMaker
-
- beforeLast(String) - 类 中的方法com.jn.langx.util.StringMaker
-
- BinaryDecoder - com.jn.langx.codec中的接口
-
Defines common decoding methods for byte array decoders.
- BinaryEncoder - com.jn.langx.codec中的接口
-
Defines common encoding methods for byte array encoders.
- BooleanEvaluator - com.jn.langx.util中的类
-
- BooleanEvaluator(boolean, boolean, Object[], Object[]) - 类 的构造器com.jn.langx.util.BooleanEvaluator
-
- BooleanEvaluator(boolean, boolean, List<Object>, List<Object>) - 类 的构造器com.jn.langx.util.BooleanEvaluator
-
- buffer - 类 中的变量com.jn.langx.codec.BaseNCodec.Context
-
Buffer for streaming.
- buffer(Reader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given reader if it is already a
BufferedReader, otherwise creates a BufferedReader from
the given reader.
- buffer(Reader, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given reader if it is already a
BufferedReader, otherwise creates a BufferedReader from the
given reader.
- buffer(Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given Writer if it is already a
BufferedWriter, otherwise creates a BufferedWriter from the
given Writer.
- buffer(Writer, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given Writer if it is already a
BufferedWriter, otherwise creates a BufferedWriter from the
given Writer.
- buffer(OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given OutputStream if it is already a
BufferedOutputStream, otherwise creates a
BufferedOutputStream from the given OutputStream.
- buffer(OutputStream, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given OutputStream if it is already a
BufferedOutputStream, otherwise creates a
BufferedOutputStream from the given OutputStream.
- buffer(InputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given InputStream if it is already a
BufferedInputStream, otherwise creates a
BufferedInputStream from the given InputStream.
- buffer(InputStream, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given InputStream if it is already a
BufferedInputStream, otherwise creates a
BufferedInputStream from the given InputStream.
- build() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie.TrieBuilder
-
Configure the Trie based on the builder settings.
- builder() - 类 中的静态方法com.jn.langx.algorithm.ahocorasick.trie.Trie
-
Provides a fluent interface for constructing Trie instances.
- ByteArrayOutputStream - com.jn.langx.util.io中的类
-
This class implements an output stream in which the data is
written into a byte array.
- ByteArrayOutputStream() - 类 的构造器com.jn.langx.util.io.ByteArrayOutputStream
-
Creates a new byte array output stream.
- ByteArrayOutputStream(int) - 类 的构造器com.jn.langx.util.io.ByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of
the specified size, in bytes.
- byteCountToDisplaySize(BigInteger) - 类 中的静态方法com.jn.langx.util.DataSizes
-
- byteCountToDisplaySize(long) - 类 中的静态方法com.jn.langx.util.DataSizes
-
- ByteProcessor - com.jn.langx.util中的接口
-
Provides a mechanism to iterate over a collection of bytes.
- ByteProcessor.IndexNotOfProcessor - com.jn.langx.util中的类
-
A
ByteProcessor which finds the first appearance which is not of a specific byte.
- ByteProcessor.IndexOfProcessor - com.jn.langx.util中的类
-
A
ByteProcessor which finds the first appearance of a specific byte.
- Bytes - com.jn.langx.util中的类
-
Utility methods for reading and writing bytes.
- Bytes.ByteConsumer - com.jn.langx.util中的接口
-
Used to consume bytes.
- Bytes.ByteSupplier - com.jn.langx.util中的接口
-
Used to supply bytes.
- Bytes.InputStreamByteSupplier - com.jn.langx.util中的类
-
- Bytes.OutputStreamByteConsumer - com.jn.langx.util中的类
-
- c2b(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- Calenders - com.jn.langx.util中的类
-
- Calenders() - 类 的构造器com.jn.langx.util.Calenders
-
- call() - 类 中的方法com.jn.langx.util.concurrent.WrappedCallable
-
- cancel() - 接口 中的方法com.jn.langx.util.timer.Timeout
-
Attempts to cancel the
TimerTask associated with this handle.
- canonicalize(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl
-
- caseInsensitive() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie.TrieBuilder
-
- CHAR_COMPARATOR - 类 中的静态变量com.jn.langx.util.comparator.Comparators
-
- CharComparator - com.jn.langx.util.comparator中的类
-
- CharComparator() - 类 的构造器com.jn.langx.util.comparator.CharComparator
-
- Chars - com.jn.langx.util中的类
-
- Chars() - 类 的构造器com.jn.langx.util.Chars
-
- Charsets - com.jn.langx.util.io中的类
-
- checkFilePath(String) - 类 中的静态方法com.jn.langx.util.io.file.Filenames
-
- checkFileSegment(String) - 类 中的静态方法com.jn.langx.util.io.file.Filenames
-
文件名不能包含【\/:*?"
- checkForOverlaps(Intervalable, IntervalNode.Direction) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalNode
-
- checkForOverlapsToTheLeft(Intervalable) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalNode
-
- checkForOverlapsToTheRight(Intervalable) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalNode
-
- checkNotNull(T) - 类 中的静态方法com.jn.langx.util.Preconditions
-
- checkNotNull(T, String) - 类 中的静态方法com.jn.langx.util.Preconditions
-
- checkPrimitiveArray(GenericArrayType) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
- checksum(File, Checksum) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Computes the checksum of a file using the specified checksum object.
- checksumCRC32(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Computes the checksum of a file using the CRC32 checksum routine.
- checkTrue(boolean) - 类 中的静态方法com.jn.langx.util.Preconditions
-
- checkTrue(boolean, String) - 类 中的静态方法com.jn.langx.util.Preconditions
-
- CHINESE - 类 中的静态变量com.jn.langx.util.script.javascript.regexp.RegExp
-
- cleanDirectory(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Cleans a directory without deleting it.
- clear() - 类 中的方法com.jn.langx.factory.ThreadLocalFactory
-
- clear() - 类 中的方法com.jn.langx.util.collection.LinkedTreeMap
-
- clear() - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- clear() - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- clear() - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- clear() - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- clear() - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- clear() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- clear() - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- clear() - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Atomically removes all of the elements from this queue.
- clear() - 类 中的方法com.jn.langx.util.StringMaker
-
- close() - 类 中的方法com.jn.langx.codec.BaseNCodecOutputStream
-
Closes this output stream and releases any system resources associated with the stream.
- close() - 类 中的方法com.jn.langx.text.csv.CsvParser
-
Closes resources.
- close() - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
- close(boolean) - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Closes the underlying stream with an optional flush first.
- close() - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close(Object) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- close() - 类 中的方法com.jn.langx.util.io.LineIterator
-
Closes the underlying Reader.
- close() - 类 中的方法com.jn.langx.util.io.StringBuilderWriter
-
Closing this writer has no effect.
- close(T) - 接口 中的方法com.jn.langx.util.leak.ResourceLeakTracker
-
- CLOSED_INPUT_STREAM - 类 中的静态变量com.jn.langx.util.io.ClosedInputStream
-
A singleton.
- ClosedInputStream - com.jn.langx.util.io中的类
-
Closed input stream.
- ClosedInputStream() - 类 的构造器com.jn.langx.util.io.ClosedInputStream
-
- collect(Object, Collector<E, R>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- collect(Object, Supplier0<R>, Consumer2<R, E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- collect(Object, Collection<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- collect(Collector<E, R>) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- CollectionDiffer<E> - com.jn.langx.util.collection.diff中的类
-
- CollectionDiffer() - 类 的构造器com.jn.langx.util.collection.diff.CollectionDiffer
-
- CollectionDifferResult<C> - com.jn.langx.util.collection.diff中的接口
-
- CollectionDiffResult<E> - com.jn.langx.util.collection.diff中的类
-
- CollectionDiffResult() - 类 的构造器com.jn.langx.util.collection.diff.CollectionDiffResult
-
- Collector<E,C> - com.jn.langx.util.function中的接口
-
- Collects - com.jn.langx.util.collection中的类
-
Collection utilities
- Collects() - 类 的构造器com.jn.langx.util.collection.Collects
-
- Collects.ListType - com.jn.langx.util.collection中的枚举
-
- Collects.MapType - com.jn.langx.util.collection中的枚举
-
- Collects.SetType - com.jn.langx.util.collection中的枚举
-
- com.jn.langx - 程序包 com.jn.langx
-
- com.jn.langx.algorithm.ahocorasick.interval - 程序包 com.jn.langx.algorithm.ahocorasick.interval
-
- com.jn.langx.algorithm.ahocorasick.trie - 程序包 com.jn.langx.algorithm.ahocorasick.trie
-
- com.jn.langx.algorithm.ahocorasick.trie.handler - 程序包 com.jn.langx.algorithm.ahocorasick.trie.handler
-
- com.jn.langx.annotation - 程序包 com.jn.langx.annotation
-
- com.jn.langx.codec - 程序包 com.jn.langx.codec
-
- com.jn.langx.codec.base64 - 程序包 com.jn.langx.codec.base64
-
- com.jn.langx.environment - 程序包 com.jn.langx.environment
-
- com.jn.langx.event - 程序包 com.jn.langx.event
-
- com.jn.langx.event.local - 程序包 com.jn.langx.event.local
-
- com.jn.langx.event.remote - 程序包 com.jn.langx.event.remote
-
- com.jn.langx.exception - 程序包 com.jn.langx.exception
-
- com.jn.langx.factory - 程序包 com.jn.langx.factory
-
- com.jn.langx.io.resource - 程序包 com.jn.langx.io.resource
-
- com.jn.langx.lifecycle - 程序包 com.jn.langx.lifecycle
-
- com.jn.langx.proxy - 程序包 com.jn.langx.proxy
-
- com.jn.langx.proxy.aop - 程序包 com.jn.langx.proxy.aop
-
- com.jn.langx.proxy.invokerdelegate - 程序包 com.jn.langx.proxy.invokerdelegate
-
- com.jn.langx.proxy.targetdelegate - 程序包 com.jn.langx.proxy.targetdelegate
-
- com.jn.langx.text - 程序包 com.jn.langx.text
-
- com.jn.langx.text.csv - 程序包 com.jn.langx.text.csv
-
- com.jn.langx.text.pinyin - 程序包 com.jn.langx.text.pinyin
-
- com.jn.langx.util - 程序包 com.jn.langx.util
-
- com.jn.langx.util.collection - 程序包 com.jn.langx.util.collection
-
- com.jn.langx.util.collection.diff - 程序包 com.jn.langx.util.collection.diff
-
- com.jn.langx.util.collection.iter - 程序包 com.jn.langx.util.collection.iter
-
- com.jn.langx.util.collection.mutable - 程序包 com.jn.langx.util.collection.mutable
-
- com.jn.langx.util.collection.tree - 程序包 com.jn.langx.util.collection.tree
-
- com.jn.langx.util.comparator - 程序包 com.jn.langx.util.comparator
-
- com.jn.langx.util.concurrent - 程序包 com.jn.langx.util.concurrent
-
- com.jn.langx.util.concurrent.interceptor - 程序包 com.jn.langx.util.concurrent.interceptor
-
- com.jn.langx.util.enums - 程序包 com.jn.langx.util.enums
-
- com.jn.langx.util.enums.base - 程序包 com.jn.langx.util.enums.base
-
- com.jn.langx.util.function - 程序包 com.jn.langx.util.function
-
- com.jn.langx.util.id - 程序包 com.jn.langx.util.id
-
- com.jn.langx.util.io - 程序包 com.jn.langx.util.io
-
- com.jn.langx.util.io.file - 程序包 com.jn.langx.util.io.file
-
- com.jn.langx.util.io.file.comparator - 程序包 com.jn.langx.util.io.file.comparator
-
- com.jn.langx.util.io.file.filter - 程序包 com.jn.langx.util.io.file.filter
-
- com.jn.langx.util.jar - 程序包 com.jn.langx.util.jar
-
- com.jn.langx.util.leak - 程序包 com.jn.langx.util.leak
-
- com.jn.langx.util.net - 程序包 com.jn.langx.util.net
-
- com.jn.langx.util.random - 程序包 com.jn.langx.util.random
-
- com.jn.langx.util.reflect - 程序包 com.jn.langx.util.reflect
-
- com.jn.langx.util.reflect.type - 程序包 com.jn.langx.util.reflect.type
-
- com.jn.langx.util.script - 程序包 com.jn.langx.util.script
-
- com.jn.langx.util.script.javascript.regexp - 程序包 com.jn.langx.util.script.javascript.regexp
-
- com.jn.langx.util.struct - 程序包 com.jn.langx.util.struct
-
- com.jn.langx.util.struct.pair - 程序包 com.jn.langx.util.struct.pair
-
- com.jn.langx.util.timer - 程序包 com.jn.langx.util.timer
-
- com.jn.langx.util.xml - 程序包 com.jn.langx.util.xml
-
- CommonEnum - com.jn.langx.util.enums.base中的接口
-
- CommonEnums - com.jn.langx.util.enums中的类
-
- CommonEnums() - 类 的构造器com.jn.langx.util.enums.CommonEnums
-
- CommonThreadFactory - com.jn.langx.util.concurrent中的类
-
- CommonThreadFactory() - 类 的构造器com.jn.langx.util.concurrent.CommonThreadFactory
-
- CommonThreadFactory(String, boolean) - 类 的构造器com.jn.langx.util.concurrent.CommonThreadFactory
-
- CommonTree - com.jn.langx.util.collection.tree中的类
-
- CommonTree() - 类 的构造器com.jn.langx.util.collection.tree.CommonTree
-
- CommonTree(Collection<TreeNode>) - 类 的构造器com.jn.langx.util.collection.tree.CommonTree
-
- ComparableComparator<E extends Comparable<E>> - com.jn.langx.util.comparator中的类
-
- ComparableComparator() - 类 的构造器com.jn.langx.util.comparator.ComparableComparator
-
- Comparators - com.jn.langx.util.comparator中的类
-
- Comparators() - 类 的构造器com.jn.langx.util.comparator.Comparators
-
- compare(Intervalable, Intervalable) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalableComparatorByPosition
-
- compare(Intervalable, Intervalable) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalableComparatorBySize
-
- compare(char, char) - 类 中的静态方法com.jn.langx.util.Chars
-
Compares two char values numerically.
- compare(Character, Character) - 类 中的方法com.jn.langx.util.comparator.CharComparator
-
- compare(E, E) - 类 中的方法com.jn.langx.util.comparator.ComparableComparator
-
- compare(V, V) - 类 中的方法com.jn.langx.util.comparator.EqualsComparator
-
- compare(Object, Object) - 类 中的方法com.jn.langx.util.comparator.ParallelingComparator
-
- compare(V, V) - 类 中的方法com.jn.langx.util.comparator.ReverseComparator
-
- compare(String, String) - 类 中的方法com.jn.langx.util.comparator.StringComparator
-
- compare(File, File) - 类 中的方法com.jn.langx.util.io.file.comparator.LastModifiedFileComparator
-
Compare the last the last modified date/time of two files.
- compare(File, File) - 类 中的方法com.jn.langx.util.io.file.comparator.SizeFileComparator
-
Compare the length of two files.
- compare(Object, Object) - 类 中的方法com.jn.langx.util.reflect.FieldComparator
-
- compareSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValue
-
- compareSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueBool
-
- compareSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueDouble
-
- compareSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueFloat
-
- compareSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueInt
-
- compareSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueLong
-
- compareTo(Object) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.Interval
-
- compareTo(MutableValue) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValue
-
- CompositeIterator<E> - com.jn.langx.util.collection.iter中的类
-
- CompositeIterator() - 类 的构造器com.jn.langx.util.collection.iter.CompositeIterator
-
- concat(Collection<E>, Collection<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Concat two collection to one
- concat(Collection<E>, Collection<E>, boolean) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Concat two collection to one
- concat(Pipeline<E>) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- concat(Collection<E>) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- ConstructorInterceptor - com.jn.langx.proxy.aop中的接口
-
- ConstructorInvocation - com.jn.langx.proxy.aop中的接口
-
- Consumer<E> - com.jn.langx.util.function中的接口
-
Consume a data, it is similar to Java 8 Consumer.
- Consumer2<K,V> - com.jn.langx.util.function中的接口
-
Consume a data, it is similar to Java 8 Consumer.
- contains(Object) - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- containsAll(Collection<?>) - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- containsAlphabetOrPad(byte[]) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
- containsKey(Object) - 类 中的方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
- containsKey(Object) - 类 中的方法com.jn.langx.util.collection.LinkedTreeMap
-
- containsKey(Object) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- containsKey(Object, K2) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- containsKey(Object, K2, K3) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- containsKey(Object, K2, K3, K4) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- containsKey(Object, K2, K3, K4, K5) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- containsKey(Object) - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- containsMatch(CharSequence) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie
-
- containsValue(Object) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- containsValue(Object) - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- contentEquals(InputStream, InputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Compares the contents of two Streams to determine if they are equal or
not.
- contentEquals(Reader, Reader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Compares the contents of two Readers to determine if they are equal or
not.
- contentEqualsIgnoreEOL(Reader, Reader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Compares the contents of two Readers to determine if they are equal or
not, ignoring EOL characters.
- copy(MutableValue) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValue
-
- copy(MutableValue) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueBool
-
- copy(MutableValue) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueDouble
-
- copy(MutableValue) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueFloat
-
- copy(MutableValue) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueInt
-
- copy(MutableValue) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueLong
-
- copy(InputStream, OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies bytes from an InputStream to an
OutputStream.
- copy(InputStream, OutputStream, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies bytes from an InputStream to an OutputStream using an internal buffer of the
given size.
- copy(InputStream, Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- copy(InputStream, Writer, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(InputStream, Writer, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(Reader, Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies chars from a Reader to a Writer.
- copy(Reader, OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- copy(Reader, OutputStream, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copy(Reader, OutputStream, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copyAndPut(K, V) - 类 中的方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
Associate key with value and return a new copy
of the hash table.
- copyAndPutAll(Map<? extends K, ? extends V>) - 类 中的方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
- copyAndPutAll(Iterable<Map.Entry<K1, V1>>) - 类 中的方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
- copyAndRemove(Object) - 类 中的方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
Remove the given key from this map.
- copyAndRemoveAll(Collection<?>) - 类 中的方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
- copyDirectory(File, File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a whole directory to a new location preserving the file dates.
- copyDirectory(File, File, boolean) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a whole directory to a new location.
- copyDirectory(File, File, FileFilter) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a filtered directory to a new location preserving the file dates.
- copyDirectory(File, File, FileFilter, boolean) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a filtered directory to a new location.
- copyDirectoryToDirectory(File, File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a directory to within another directory preserving the file dates.
- copyFile(File, File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a file to a new location preserving the file date.
- copyFile(File, File, boolean) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a file to a new location.
- copyFile(File, OutputStream) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copy bytes from a File to an OutputStream.
- copyFileToDirectory(File, File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a file to a directory preserving the file date.
- copyFileToDirectory(File, File, boolean) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a file to a directory optionally preserving the file date.
- copyInputStreamToFile(InputStream, File, boolean) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies bytes from an
InputStream source to a file
destination.
- copyLarge(InputStream, OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, byte[]) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, long, long) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies some or all bytes from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input bytes.
- copyLarge(InputStream, OutputStream, long, long, byte[]) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies some or all bytes from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input bytes.
- copyLarge(Reader, Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, char[]) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, long, long) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies some or all chars from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input chars.
- copyLarge(Reader, Writer, long, long, char[]) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Copies some or all chars from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input chars.
- copyOf(Map<? extends K, ? extends V>) - 类 中的静态方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
Return a copy of the provided map.
- CopyOnWriteHashMap<K,V> - com.jn.langx.util.collection中的类
-
An immutable map whose writes result in a new copy of the map to be created.
- CopyOnWriteHashMap() - 类 的构造器com.jn.langx.util.collection.CopyOnWriteHashMap
-
Create a new empty map.
- copyToDirectory(File, File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a file or directory to within another directory preserving the file dates.
- copyToDirectory(Iterable<File>, File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies a files to a directory preserving each file's date.
- copyToFile(InputStream, File, boolean) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies bytes from an
InputStream source to a file
destination.
- copyURLToFile(URL, File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies bytes from the URL source to a file
destination.
- copyURLToFile(URL, File, int, int) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Copies bytes from the URL source to a file
destination.
- count(Map<K, V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- count(Collection<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- count(Object) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- count() - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- CR - 类 中的静态变量com.jn.langx.util.io.LineDelimiter
-
- CR_LF - 类 中的静态变量com.jn.langx.util.io.LineDelimiter
-
- create(String, boolean) - 类 中的静态方法com.jn.langx.util.concurrent.CommonThreadFactory
-
- create(String) - 类 中的静态方法com.jn.langx.util.concurrent.CommonThreadFactory
-
- createArray(Class<E>, int) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
Create an array with the specified length
- createArray(Class<E>, int, E) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
Create an array with the specified length and every element's value is the specified initValue
- createArray(Class<E>, int, Supplier<Integer, E>) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
Create an array with the specified length and every element's value is supplied by the specified initSupplier
- createBigDecimal(String) - 类 中的静态方法com.jn.langx.util.Numbers
-
Convert a String to a BigDecimal.
- createBigInteger(String) - 类 中的静态方法com.jn.langx.util.Numbers
-
Convert a String to a BigInteger.
- createDouble(String) - 类 中的静态方法com.jn.langx.util.Numbers
-
Convert a String to a Double.
- createFalseEvaluator(Object...) - 类 中的静态方法com.jn.langx.util.BooleanEvaluator
-
- createFalseEvaluator(boolean, boolean, Object[]) - 类 中的静态方法com.jn.langx.util.BooleanEvaluator
-
- createFloat(String) - 类 中的静态方法com.jn.langx.util.Numbers
-
Convert a String to a Float.
- createInteger(String) - 类 中的静态方法com.jn.langx.util.Numbers
-
- createLong(String) - 类 中的静态方法com.jn.langx.util.Numbers
-
Convert a String to a Long.
- createNumber(String) - 类 中的静态方法com.jn.langx.util.Numbers
-
- createTrueEvaluator(Object...) - 类 中的静态方法com.jn.langx.util.BooleanEvaluator
-
- createTrueEvaluator(boolean, boolean, Object[]) - 类 中的静态方法com.jn.langx.util.BooleanEvaluator
-
- CRLF - 类 中的静态变量com.jn.langx.util.io.LineDelimiter
-
- CsvFormat - com.jn.langx.text.csv中的类
-
Specifies the format of a CSV file and parses input.
- CsvFormat.Predefined - com.jn.langx.text.csv中的枚举
-
Predefines formats.
- CsvParser - com.jn.langx.text.csv中的类
-
Parses CSV files according to the specified format.
- CsvParser(Reader, CsvFormat) - 类 的构造器com.jn.langx.text.csv.CsvParser
-
Customized CSV parser using the given
CsvFormat
If you do not read all records from the given
reader, you should call
CsvParser.close() on the parser,
unless you close the
reader.
- CsvParser(Reader, CsvFormat, long, long) - 类 的构造器com.jn.langx.text.csv.CsvParser
-
Customized CSV parser using the given
CsvFormat
If you do not read all records from the given
reader, you should call
CsvParser.close() on the parser,
unless you close the
reader.
- CsvPrinter - com.jn.langx.text.csv中的类
-
- CsvPrinter(Appendable, CsvFormat) - 类 的构造器com.jn.langx.text.csv.CsvPrinter
-
Creates a printer that will print values to the given stream following the CSVFormat.
- CsvRecord - com.jn.langx.text.csv中的类
-
A CSV record parsed from a CSV file.
- current() - 类 中的静态方法com.jn.langx.util.random.ThreadLocalRandom
-
Returns the current thread's ThreadLocalRandom.
- currentLinePos - 类 中的变量com.jn.langx.codec.BaseNCodec.Context
-
Variable tracks how many characters have been written to the current line.
- currentTaskName() - 类 中的方法com.jn.langx.util.StopWatch
-
Return the name of the currently running task, if any.
- DataSizes - com.jn.langx.util中的类
-
- DataSizes() - 类 的构造器com.jn.langx.util.DataSizes
-
- decode(byte[], int, int, BaseNCodec.Context) - 类 中的方法com.jn.langx.codec.base64.Base64
-
Decodes all of the provided data, starting at inPos, for inAvail bytes.
- decode(Object) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Decodes an Object using the Base-N algorithm.
- decode(String) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Decodes a String containing characters in the Base-N alphabet.
- decode(byte[]) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Decodes a byte[] containing characters in the Base-N alphabet.
- decode(byte[], int, int, BaseNCodec.Context) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
- decode(byte[]) - 接口 中的方法com.jn.langx.codec.BinaryDecoder
-
Decodes a byte array and returns the results as a byte array.
- decode(Object) - 接口 中的方法com.jn.langx.codec.Decoder
-
Decodes an "encoded" Object and returns a "decoded" Object.
- decodeBase64(String) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Decodes a Base64 String into octets.
- decodeBase64(byte[]) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Decodes Base64 data into octets.
- decodeHexNibble(char) - 类 中的静态方法com.jn.langx.util.Strings
-
Helper to decode half of a hexadecimal number from a string.
- decodeInteger(byte[]) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- Decoder - com.jn.langx.codec中的接口
-
Provides the highest level of abstraction for Decoders.
- decoder(Charset, CodingErrorAction, CodingErrorAction) - 类 中的静态方法com.jn.langx.util.io.Charsets
-
- decoder(Charset, CodingErrorAction) - 类 中的静态方法com.jn.langx.util.io.Charsets
-
- decoder(Charset) - 类 中的静态方法com.jn.langx.util.io.Charsets
-
- DecoderException - com.jn.langx.codec中的异常错误
-
Thrown when there is a failure condition during the decoding process.
- DecoderException() - 异常错误 的构造器com.jn.langx.codec.DecoderException
-
Constructs a new exception with null as its detail message.
- DecoderException(String) - 异常错误 的构造器com.jn.langx.codec.DecoderException
-
Constructs a new exception with the specified detail message.
- DecoderException(String, Throwable) - 异常错误 的构造器com.jn.langx.codec.DecoderException
-
Constructs a new exception with the specified detail message and cause.
- DecoderException(Throwable) - 异常错误 的构造器com.jn.langx.codec.DecoderException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ?
- decodeUrl(String) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Decodes the specified URL as per RFC 3986, i.e. transforms
percent-encoded octets to characters by decoding with the UTF-8 character
set.
- DEFAULT - 类 中的静态变量com.jn.langx.text.csv.CsvFormat
-
Standard Comma Separated Value format, as for
CsvFormat.RFC4180 but allowing empty lines.
- DEFAULT - 类 中的静态变量com.jn.langx.util.io.LineDelimiter
-
the line delimiter constant of the current O/S.
- DefaultConstructorInvocation - com.jn.langx.proxy.aop中的类
-
- DefaultConstructorInvocation() - 类 的构造器com.jn.langx.proxy.aop.DefaultConstructorInvocation
-
- DefaultEmitHandler - com.jn.langx.algorithm.ahocorasick.trie.handler中的类
-
- DefaultEmitHandler() - 类 的构造器com.jn.langx.algorithm.ahocorasick.trie.handler.DefaultEmitHandler
-
- DefaultMethodInvocation - com.jn.langx.proxy.aop中的类
-
- DefaultMethodInvocation(Object, Object, Method, Object[]) - 类 的构造器com.jn.langx.proxy.aop.DefaultMethodInvocation
-
- DefaultResourceLeakDetectorFactory - com.jn.langx.util.leak中的类
-
- DefaultResourceLeakDetectorFactory() - 类 的构造器com.jn.langx.util.leak.DefaultResourceLeakDetectorFactory
-
- Delegatable<T> - com.jn.langx中的接口
-
- DelegatableComparator - com.jn.langx.util.comparator中的接口
-
- DelegateInvocationHandler - com.jn.langx.proxy.targetdelegate中的类
-
Use it, the delegate will be the target
- DelegateInvocationHandler(Object, TargetDelegateProvider) - 类 的构造器com.jn.langx.proxy.targetdelegate.DelegateInvocationHandler
-
- deleteDirectory(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Deletes a directory recursively.
- deleteQuietly(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Deletes a file, never throwing an exception.
- deleteWhitespace(String) - 类 中的静态方法com.jn.langx.util.Strings
-
- determineMedian(List<Intervalable>) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalNode
-
- diff(Collection<E>, Collection<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- diff(Collection<E>, Collection<E>, Comparator<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- diff(Collection<E>, Collection<E>, Comparator<E>, KeyBuilder<String, E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- diff(Map<K, V>, Map<K, V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- diff(Map<K, V>, Map<K, V>, Comparator<V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- diff(Map<K, V>, Map<K, V>, Comparator<V>, Comparator<K>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- diff(Collection<E>, Collection<E>) - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffer
-
- diff(Map<K, V>, Map<K, V>) - 类 中的方法com.jn.langx.util.collection.diff.MapDiffer
-
- diff(V, V) - 接口 中的方法com.jn.langx.util.collection.Differ
-
- Differ<V,R extends DiffResult> - com.jn.langx.util.collection中的接口
-
- DiffResult - com.jn.langx.util.collection中的接口
-
- diffUsingMap(KeyBuilder<String, E>) - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffer
-
- distinct(Collection<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- distinct() - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- doAfter() - 类 中的方法com.jn.langx.util.concurrent.interceptor.TaskInterceptorChain
-
- doAfter() - 接口 中的方法com.jn.langx.util.concurrent.TaskInterceptor
-
- doBefore() - 类 中的方法com.jn.langx.util.concurrent.interceptor.TaskInterceptorChain
-
- doBefore() - 接口 中的方法com.jn.langx.util.concurrent.TaskInterceptor
-
- doError(Throwable) - 类 中的方法com.jn.langx.util.concurrent.interceptor.TaskInterceptorChain
-
- doError(Throwable) - 接口 中的方法com.jn.langx.util.concurrent.TaskInterceptor
-
- doJoinPoint() - 类 中的方法com.jn.langx.proxy.aop.DefaultMethodInvocation
-
- DomainEvent<Source> - com.jn.langx.event中的类
-
- DomainEvent(String, Source) - 类 的构造器com.jn.langx.event.DomainEvent
-
- DoubleNameValuePair - com.jn.langx.util.struct.pair中的类
-
- DoubleNameValuePair() - 类 的构造器com.jn.langx.util.struct.pair.DoubleNameValuePair
-
- DoubleNameValuePair(String, Double) - 类 的构造器com.jn.langx.util.struct.pair.DoubleNameValuePair
-
- drainTo(Collection<? super E>) - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
- drainTo(Collection<? super E>, int) - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
- DTDEntityResolver(InputStream) - 类 的构造器com.jn.langx.util.xml.Xmls.DTDEntityResolver
-
- duplicate() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValue
-
- duplicate() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueBool
-
- duplicate() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueDate
-
- duplicate() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueDouble
-
- duplicate() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueFloat
-
- duplicate() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueInt
-
- duplicate() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueLong
-
- duplicate() - 类 中的方法com.jn.langx.util.StringMaker
-
- element() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- EMAIL - 类 中的静态变量com.jn.langx.util.script.javascript.regexp.RegExp
-
- Emit - com.jn.langx.algorithm.ahocorasick.trie中的类
-
- Emit(int, int, String) - 类 的构造器com.jn.langx.algorithm.ahocorasick.trie.Emit
-
- emit(Emit) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.handler.DefaultEmitHandler
-
- emit(Emit) - 接口 中的方法com.jn.langx.algorithm.ahocorasick.trie.handler.EmitHandler
-
- emit() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.State
-
- EmitHandler - com.jn.langx.algorithm.ahocorasick.trie.handler中的接口
-
- EMPTY - 类 中的静态变量com.jn.langx.util.collection.StringMap
-
- EMPTY_BYTE_BUFFERS - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_BYTES - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_CERTIFICATES - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_CHARS - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_CLASSES - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_INTS - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_JAVAX_X509_CERTIFICATES - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_OBJECTS - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_STACK_TRACE - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_STRINGS - 类 中的静态变量com.jn.langx.util.Emptys
-
- EMPTY_X509_CERTIFICATES - 类 中的静态变量com.jn.langx.util.Emptys
-
- emptyArray(Class<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- emptyArrayList() - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.ArrayList
- emptyArrayListSupplier() - 类 中的静态方法com.jn.langx.util.function.Functions
-
Supplier
- emptyHashMap() - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.HashMap
- emptyHashMap(boolean) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.HashMap or java.util.LinkedHashMap
- emptyHashSet() - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.HashSet
- emptyHashSet(boolean) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.HashSet or java.util.LinkedHashSet
- emptyHashSetSupplier() - 类 中的静态方法com.jn.langx.util.function.Functions
-
- emptyHashSetSupplier0() - 类 中的静态方法com.jn.langx.util.function.Functions
-
- emptyHashtable() - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.Hashtable
- emptyLinkedHashSetSupplier() - 类 中的静态方法com.jn.langx.util.function.Functions
-
- emptyLinkedList() - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.LinkedList
- emptyLinkedListSupplier() - 类 中的静态方法com.jn.langx.util.function.Functions
-
- emptyNonAbsentHashMap(Supplier<K, V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- Emptys - com.jn.langx.util中的类
-
- Emptys() - 类 的构造器com.jn.langx.util.Emptys
-
- emptyTreeMap() - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.TreeMap
- emptyTreeMap(Comparator<K>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.TreeMap
- emptyTreeSet() - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Get a empty, mutable java.util.TreeSet
- emptyTreeSet(Comparator<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- emptyTreeSetSupplier(Comparator<V>) - 类 中的静态方法com.jn.langx.util.function.Functions
-
- emptyTreeSetSupplier0(Comparator<E>) - 类 中的静态方法com.jn.langx.util.function.Functions
-
- encode(byte[], int, int, BaseNCodec.Context) - 类 中的方法com.jn.langx.codec.base64.Base64
-
Encodes all of the provided data, starting at inPos, for inAvail bytes.
- encode(Object) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Encodes an Object using the Base-N algorithm.
- encode(byte[]) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
- encode(byte[], int, int) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing
characters in the alphabet.
- encode(byte[], int, int, BaseNCodec.Context) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
- encode(byte[]) - 接口 中的方法com.jn.langx.codec.BinaryEncoder
-
Encodes a byte array and return the encoded data as a byte array.
- encode(Object) - 接口 中的方法com.jn.langx.codec.Encoder
-
Encodes an "Object" and returns the encoded content as an Object.
- encodeAsString(byte[]) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
- encodeBase64(byte[]) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64URLSafe(byte[]) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeInteger(BigInteger) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- Encoder - com.jn.langx.codec中的接口
-
Provides the highest level of abstraction for Encoders.
- encoder(Charset, CodingErrorAction, CodingErrorAction) - 类 中的静态方法com.jn.langx.util.io.Charsets
-
- encoder(Charset, CodingErrorAction) - 类 中的静态方法com.jn.langx.util.io.Charsets
-
- encoder(Charset) - 类 中的静态方法com.jn.langx.util.io.Charsets
-
- EncoderException - com.jn.langx.codec中的异常错误
-
Thrown when there is a failure condition during the encoding process.
- EncoderException() - 异常错误 的构造器com.jn.langx.codec.EncoderException
-
Constructs a new exception with null as its detail message.
- EncoderException(String) - 异常错误 的构造器com.jn.langx.codec.EncoderException
-
Constructs a new exception with the specified detail message.
- EncoderException(String, Throwable) - 异常错误 的构造器com.jn.langx.codec.EncoderException
-
Constructs a new exception with the specified detail message and cause.
- EncoderException(Throwable) - 异常错误 的构造器com.jn.langx.codec.EncoderException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ?
- encodeToString(byte[]) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
- ensureBufferSize(int, BaseNCodec.Context) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Ensure that the buffer has room for size bytes
- Entry<K,V> - com.jn.langx.util.struct中的类
-
- Entry(K) - 类 的构造器com.jn.langx.util.struct.Entry
-
- Entry(K, V) - 类 的构造器com.jn.langx.util.struct.Entry
-
- entrySet() - 类 中的方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
- entrySet() - 类 中的方法com.jn.langx.util.collection.LinkedTreeMap
-
- entrySet() - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- entrySet() - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- EnumDelegate - com.jn.langx.util.enums.base中的类
-
Use it, every enum will have the follow field: code, name, displayText;
you can declare any enum like this:
public enum Period implements Delegatable {
MINUTES(0, "minutes", "minutes"),
HOURS(1, "hours", "hours"),
DAY(2, "day", "day"),
MONTH(3, "month", "month");
private int code;
private String name;
private String displayText;
private EnumDelegate delegate;
Period(int code, String name, String displayText){
this.code = code;
this.name = name;
this.displayText = displayText;
setDelegate(new EnumDelegate(code, name, displayText));
}
public int getCode(){
return code;
}
public String getName(){
return name;
}
public String getDisplayText(){
return displayText;
}
public EnumDelegate getDelegate(){
return delegate;
}
public void setDelegate(EnumDelegate delegate){
this.delegate = delegate;
}
}
if use it, you can get any enum instance by CommonEnums:
for examples:
// get an enum instance by code
Period p = CommonEnums.ofCode(0);
// get an enum instance by name
Period p = CommonEnums.ofName("minutes");
// get an enum instance by displayText
Period p = CommonEnums.ofDisplayText("minutes");
- EnumDelegate(int, String, String) - 类 的构造器com.jn.langx.util.enums.base.EnumDelegate
-
- EnumerationIterable<E> - com.jn.langx.util.collection.iter中的类
-
Wrap an Enumeration or an EnumerationIterator to Iterable
- EnumerationIterable(Enumeration<E>) - 类 的构造器com.jn.langx.util.collection.iter.EnumerationIterable
-
- EnumerationIterable(EnumerationIterator<E>) - 类 的构造器com.jn.langx.util.collection.iter.EnumerationIterable
-
- EnumerationIterator<E> - com.jn.langx.util.collection.iter中的类
-
Wrap an Enumeration to an Iterator
- EnumerationIterator(Enumeration<E>) - 类 的构造器com.jn.langx.util.collection.iter.EnumerationIterator
-
- Environment - com.jn.langx.environment中的接口
-
- eof - 类 中的变量com.jn.langx.codec.BaseNCodec.Context
-
Boolean flag to indicate the EOF has been reached.
- eof() - 类 中的方法com.jn.langx.codec.BaseNCodecOutputStream
-
Writes EOF.
- EOF - 类 中的静态变量com.jn.langx.util.io.IOs
-
- equal(Object, Object) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
- equals(Object) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.Interval
-
- equals(Object) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
- equals(Object) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- equals(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValue
-
- equals(Object) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- equals(Object) - 类 中的方法com.jn.langx.util.collection.Tuple
-
- equals(Object) - 类 中的方法com.jn.langx.util.io.LineDelimiter
- equals(byte[], int, byte[], int, int) - 类 中的静态方法com.jn.langx.util.Platform
-
- equals(Object) - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl
-
- equals(Object) - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl.GenericArrayTypeImpl
-
- equals(Object) - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl.WildcardTypeImpl
-
- equals(Type, Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
Returns true if a and b are equal.
- equals(Object) - 类 中的方法com.jn.langx.util.struct.Entry
-
- equals(Object) - 类 中的方法com.jn.langx.util.struct.Pair
-
- EqualsComparator<V> - com.jn.langx.util.comparator中的类
-
- EqualsComparator() - 类 的构造器com.jn.langx.util.comparator.EqualsComparator
-
- equalsSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValue
-
- equalsSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueBool
-
- equalsSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueDouble
-
- equalsSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueFloat
-
- equalsSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueInt
-
- equalsSameType(Object) - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueLong
-
- error(SAXParseException) - 类 中的方法com.jn.langx.util.xml.Xmls.ErrorHandler
-
- ErrorHandler() - 类 的构造器com.jn.langx.util.xml.Xmls.ErrorHandler
-
- evalFalse(Object) - 类 中的方法com.jn.langx.util.BooleanEvaluator
-
- evalTrue(Object) - 类 中的方法com.jn.langx.util.BooleanEvaluator
-
- EventListener<EVENT extends DomainEvent> - com.jn.langx.event中的接口
-
- EventPublisher<EVENT extends DomainEvent> - com.jn.langx.event中的接口
-
- EXCEL - 类 中的静态变量com.jn.langx.text.csv.CsvFormat
-
Excel file format (using a comma as the value delimiter).
- ExceptionMessage - com.jn.langx.exception中的类
-
- ExceptionMessage(String) - 类 的构造器com.jn.langx.exception.ExceptionMessage
-
- ExceptionMessage(String, Object...) - 类 的构造器com.jn.langx.exception.ExceptionMessage
-
- execute(MethodInvocation) - 类 中的方法com.jn.langx.proxy.SimpleInvocationHandler
-
- execute(MethodInvocation) - 类 中的方法com.jn.langx.proxy.targetdelegate.DelegateInvocationHandler
-
- ExecuteableFileFilter - com.jn.langx.util.io.file.filter中的类
-
- ExecuteableFileFilter() - 类 的构造器com.jn.langx.util.io.file.filter.ExecuteableFileFilter
-
- exists - 类 中的变量com.jn.langx.util.collection.mutable.MutableValue
-
- exists() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValue
-
- ExistsFileFilter - com.jn.langx.util.io.file.filter中的类
-
- ExistsFileFilter() - 类 的构造器com.jn.langx.util.io.file.filter.ExistsFileFilter
-
- extractDescendants(List<TreeNode>, boolean) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- extractFilename(String) - 类 中的静态方法com.jn.langx.util.io.file.Filenames
-
- Factory<I,O> - com.jn.langx.factory中的接口
-
- failure() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.State
-
- fatalError(SAXParseException) - 类 中的方法com.jn.langx.util.xml.Xmls.ErrorHandler
-
- FieldAccessor - com.jn.langx.util.reflect中的类
-
A field accessor based on reflect
- FieldAccessor(Object) - 类 的构造器com.jn.langx.util.reflect.FieldAccessor
-
- FieldAttributes - com.jn.langx.util.reflect中的类
-
- FieldAttributes(Field) - 类 的构造器com.jn.langx.util.reflect.FieldAttributes
-
Constructs a Field Attributes object from the f.
- FieldComparator - com.jn.langx.util.reflect中的类
-
- FieldComparator(Field, Comparator) - 类 的构造器com.jn.langx.util.reflect.FieldComparator
-
- FieldComparator(Class, String, Comparator) - 类 的构造器com.jn.langx.util.reflect.FieldComparator
-
- FileExistsException - com.jn.langx.exception中的异常错误
-
- FileExistsException() - 异常错误 的构造器com.jn.langx.exception.FileExistsException
-
Default Constructor.
- FileExistsException(String) - 异常错误 的构造器com.jn.langx.exception.FileExistsException
-
Construct an instance with the specified message.
- FileExistsException(File) - 异常错误 的构造器com.jn.langx.exception.FileExistsException
-
Construct an instance with the specified file.
- FileFilter - com.jn.langx.util.io.file中的接口
-
- FilenameFilter - com.jn.langx.util.io.file中的接口
-
paramters:
1)File: the directory
2)String: the filename
- Filenames - com.jn.langx.util.io.file中的类
-
- Filenames() - 类 的构造器com.jn.langx.util.io.file.Filenames
-
- Files - com.jn.langx.util.io.file中的类
-
- Files() - 类 的构造器com.jn.langx.util.io.file.Files
-
- FileSystems - com.jn.langx.util.io.file中的类
-
- FileSystems() - 类 的构造器com.jn.langx.util.io.file.FileSystems
-
- Filter<E> - com.jn.langx中的接口
-
- filter(Object, Predicate<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Filter any object with the specified predicate
- filter(Map<K, V>, Predicate2<K, V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Filter a map with the specified predicate
- filter(Predicate<E>) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- filterFields(Field[], int...) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- finalize() - 类 中的方法com.jn.langx.util.timer.HashedWheelTimer
-
- FIND_ASCII_SPACE - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a ascii space character (' ').
- FIND_COMMA - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a comma (',').
- FIND_CR - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a CR ('\r').
- FIND_CRLF - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a CR ('\r') or a LF ('\n').
- FIND_LF - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a LF ('\n').
- FIND_LINEAR_WHITESPACE - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a linear whitespace (a (' ' or a '\t').
- FIND_NON_CR - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a non-CR ('\r').
- FIND_NON_CRLF - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a byte which is neither a CR ('\r') nor a LF ('\n').
- FIND_NON_LF - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a non-LF ('\n').
- FIND_NON_LINEAR_WHITESPACE - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a byte which is not a linear whitespace (neither ' ' nor '\t').
- FIND_NON_NUL - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a non-NUL (0x00).
- FIND_NUL - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a NUL (0x00).
- FIND_SEMI_COLON - 接口 中的静态变量com.jn.langx.util.ByteProcessor
-
Aborts on a semicolon (';').
- findAvailableTcpPort() - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find an available TCP port randomly selected from the range
[
1024,
65535].
- findAvailableTcpPort(int) - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find an available TCP port randomly selected from the range
[
minPort,
65535].
- findAvailableTcpPort(int, int) - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find an available TCP port randomly selected from the range
[minPort, maxPort].
- findAvailableTcpPorts(int) - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find the requested number of available TCP ports, each randomly selected
from the range [
1024,
65535].
- findAvailableTcpPorts(int, int, int) - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find the requested number of available TCP ports, each randomly selected
from the range [minPort, maxPort].
- findAvailableUdpPort() - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find an available UDP port randomly selected from the range
[
1024,
65535].
- findAvailableUdpPort(int) - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find an available UDP port randomly selected from the range
[
minPort,
65535].
- findAvailableUdpPort(int, int) - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find an available UDP port randomly selected from the range
[minPort, maxPort].
- findAvailableUdpPorts(int) - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find the requested number of available UDP ports, each randomly selected
from the range [
1024,
65535].
- findAvailableUdpPorts(int, int, int) - 类 中的静态方法com.jn.langx.util.net.Sockets
-
Find the requested number of available UDP ports, each randomly selected
from the range [minPort, maxPort].
- findFirst(Collection<E>, Predicate<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
find the first matched element, null if not found
- findFirst(Map<? extends K, ? extends V>, Predicate2<K, V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
find the first matched element, null if not found
- findFirst() - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- findFirst(Predicate<E>) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- findOverlappingRanges(IntervalNode, Intervalable) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalNode
-
- findOverlaps(Intervalable) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalNode
-
- findOverlaps(Intervalable) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalTree
-
- firstMatch(CharSequence) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie
-
The first matching text sequence.
- flatMap(Collection<Collection<E>>, Function<E, R>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
map a collection to another, flat it
- flatMap(Function<I, O>) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- flush() - 类 中的方法com.jn.langx.codec.BaseNCodecOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
- flush() - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Flushes the underlying stream.
- flush() - 类 中的方法com.jn.langx.util.io.StringBuilderWriter
-
Flushing this writer has no effect.
- forceDelete(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Deletes a file.
- forceDeleteOnExit(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Schedules a file to be deleted when JVM exits.
- forceMakeDirParent(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Makes any necessary but nonexistent parent directories for a given File.
- forceMkdir(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Makes a directory, including any necessary but nonexistent parent
directories.
- forEach(Object, Consumer<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Iterate every element
- forEach(E[], Consumer2<Integer, E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Iterate every element
- forEach(Map<? extends K, ? extends V>, Consumer2<K, V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Iterate every element
- forEach(Consumer<E>) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- forEach(Consumer2<Tree, TreeNode>) - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- forEach(Consumer2<Tree, TreeNode>) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- forEach(Consumer2<Tree, TreeNode>) - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- format(Object...) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Formats the specified values.
- format(Object[]) - 类 中的方法com.jn.langx.text.StringTemplate
-
- format(String, Object...) - 类 中的静态方法com.jn.langx.text.StringTemplates
-
format based index
- format(String, String, Function2<String, Object[], String>, Object...) - 类 中的静态方法com.jn.langx.text.StringTemplates
-
custom formatter
- format(String, Pattern, Function2<String, Object[], String>, Object...) - 类 中的静态方法com.jn.langx.text.StringTemplates
-
custom formatter
- formatWithoutIndex(String, Object...) - 类 中的静态方法com.jn.langx.text.StringTemplates
-
format based order
- FragmentToken - com.jn.langx.algorithm.ahocorasick.trie中的类
-
- FragmentToken(String) - 类 的构造器com.jn.langx.algorithm.ahocorasick.trie.FragmentToken
-
- fromLittleEndian(byte[]) - 类 中的静态方法com.jn.langx.util.Bytes
-
Reads the given byte array as a little endian long.
- fromLittleEndian(byte[], int, int) - 类 中的静态方法com.jn.langx.util.Bytes
-
Reads the given byte array as a little endian long.
- fromLittleEndian(InputStream, int) - 类 中的静态方法com.jn.langx.util.Bytes
-
Reads the given number of bytes from the given stream as a little endian long.
- fromLittleEndian(Bytes.ByteSupplier, int) - 类 中的静态方法com.jn.langx.util.Bytes
-
Reads the given number of bytes from the given supplier as a little endian long.
- fromLittleEndian(DataInput, int) - 类 中的静态方法com.jn.langx.util.Bytes
-
Reads the given number of bytes from the given input as little endian long.
- Function<I,O> - com.jn.langx.util.function中的接口
-
Any function, it is similar to Java 8 Function.
- Function2<I1,I2,O> - com.jn.langx.util.function中的接口
-
Any function, it is similar to Java 8 Function.
- Functions - com.jn.langx.util.function中的类
-
- Functions() - 类 的构造器com.jn.langx.util.function.Functions
-
- GB2312 - 类 中的静态变量com.jn.langx.util.io.Charsets
-
- GBK - 类 中的静态变量com.jn.langx.util.io.Charsets
-
- GenericArrayTypeImpl(Type) - 类 的构造器com.jn.langx.util.reflect.type.ParameterizedTypeImpl.GenericArrayTypeImpl
-
- get(K) - 接口 中的方法com.jn.langx.Accessor
-
- get(I) - 类 中的方法com.jn.langx.factory.ThreadLocalFactory
-
- get(E) - 接口 中的方法com.jn.langx.IdGenerator
-
- get(Object) - 类 中的方法com.jn.langx.proxy.aop.AopProxyFactory
-
- get(Object) - 类 中的方法com.jn.langx.proxy.SimpleProxyFactory
-
- get(Enum<?>) - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
- get(int) - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Returns a value by index.
- get(String) - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Returns a value by name.
- get(String) - 类 中的方法com.jn.langx.text.HttpQueryStringAccessor
-
- get(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- get(Object) - 类 中的方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
- get(Object) - 类 中的方法com.jn.langx.util.collection.LinkedTreeMap
-
- get(Object) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- get(Object, K2) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- get(Object, K2, K3) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- get(Object, K2, K3, K4) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- get(Object, K2, K3, K4, K5) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- get(Object, Supplier<K, V>) - 类 中的方法com.jn.langx.util.collection.NonAbsentHashMap
-
- get(Object) - 类 中的方法com.jn.langx.util.collection.NonAbsentHashMap
-
- get(String) - 类 中的方法com.jn.langx.util.collection.PropertiesAccessor
-
- get(String) - 类 中的方法com.jn.langx.util.collection.StringMapAccessor
-
- get(Integer) - 类 中的方法com.jn.langx.util.collection.Tuple
-
- get() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- get(Object, Supplier<K, V>) - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- get(Object) - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- get(Runnable) - 类 中的方法com.jn.langx.util.concurrent.CommonThreadFactory
-
- get(I) - 接口 中的方法com.jn.langx.util.function.Supplier
-
- get() - 接口 中的方法com.jn.langx.util.function.Supplier0
-
- get(Object) - 类 中的方法com.jn.langx.util.id.AutoIncrementIdGenerator
-
- get(Object) - 类 中的方法com.jn.langx.util.id.Base64IdGenerator
-
Returns a Base64 encoded version of a Version 4.0 compatible UUID
as defined here: http://www.ietf.org/rfc/rfc4122.txt
- get(Object) - 类 中的方法com.jn.langx.util.id.SimpleIdGenerator
-
- get(Object) - 类 中的方法com.jn.langx.util.id.UuidGenerator
-
- get(Integer) - 类 中的方法com.jn.langx.util.reflect.ArrayAccessor
-
- get(String) - 类 中的方法com.jn.langx.util.reflect.FieldAccessor
-
- get() - 类 中的方法com.jn.langx.util.struct.Holder
-
- getAccessor() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getActualTypeArguments() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl
-
- getAdds() - 接口 中的方法com.jn.langx.util.collection.diff.CollectionDifferResult
-
- getAdds() - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffResult
-
- getAdds() - 类 中的方法com.jn.langx.util.collection.diff.MapDiffResult
-
- getAll() - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- getAllDeclaredFields(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getAllDeclaredFields(Class, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getAllInterfaces(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getAllowDuplicateHeaderNames() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns true if and only if duplicate names are allowed in the headers.
- getAllowMissingColumnNames() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Specifies whether missing column names are allowed when parsing the header line.
- getAllPublicFields(Class, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getAllPublicInstanceFields(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getAllSuperClass(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getAnnotation(Class<T>) - 类 中的方法com.jn.langx.util.reflect.FieldAttributes
-
Return the T annotation object from this field if it exist; otherwise returns
null.
- getAnnotation(AnnotatedElement, Class<E>) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotations() - 类 中的方法com.jn.langx.util.reflect.FieldAttributes
-
Return the annotations that are present on this field.
- getAnnotations(AnnotatedElement) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
Returns all annotations present on this element.
- getAnyField(Class, String) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getAnyFieldValue(Object, String, boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getAnyFieldValueForcedIfPresent(Object, String) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getAnyMethod(Class, String, Class...) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getArguments() - 类 中的方法com.jn.langx.proxy.aop.DefaultConstructorInvocation
-
- getArguments() - 类 中的方法com.jn.langx.proxy.aop.DefaultMethodInvocation
-
- getArguments() - 接口 中的方法com.jn.langx.proxy.aop.Invocation
-
- getArguments() - 类 中的方法com.jn.langx.proxy.MethodInvocation
-
- getAsByte() - 接口 中的方法com.jn.langx.util.Bytes.ByteSupplier
-
The contract is similar to
InputStream.read(), return
the byte as an unsigned int, -1 if there are no more bytes.
- getAsByte() - 类 中的方法com.jn.langx.util.Bytes.InputStreamByteSupplier
-
- getAutoFlush() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns whether to flush on close.
- getAvailableThreadNum(float) - 类 中的静态方法com.jn.langx.util.concurrent.Threads
-
获取需要创建线程数
线程分工原则:
计算密集型尽量少创建线程,多分段处理;
IO密集型尽量多创建线程
- getBase64UUID(Random) - 类 中的方法com.jn.langx.util.id.Base64IdGenerator
-
Returns a Base64 encoded version of a Version 4.0 compatible UUID
randomly initialized by the given
Random instance
as defined here: http://www.ietf.org/rfc/rfc4122.txt
- getBase64UUIDSecureString() - 类 中的方法com.jn.langx.util.id.Base64IdGenerator
-
Returns a Base64 encoded of a Version 4.0 compatible UUID
as defined here: http://www.ietf.org/rfc/rfc4122.txt
- getBeginIndex() - 类 中的方法com.jn.langx.util.StringMaker
-
- getBoolean(K) - 接口 中的方法com.jn.langx.Accessor
-
- getBoolean(K, Boolean) - 接口 中的方法com.jn.langx.Accessor
-
- getBoolean(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getBoolean(K, Boolean) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getBuilder() - 类 中的方法com.jn.langx.util.io.StringBuilderWriter
-
Returns the underlying builder.
- getByName(CharSequence) - 类 中的静态方法com.jn.langx.util.net.Nets
-
- getByName(CharSequence, boolean) - 类 中的静态方法com.jn.langx.util.net.Nets
-
- getByte(K) - 接口 中的方法com.jn.langx.Accessor
-
- getByte(K, Byte) - 接口 中的方法com.jn.langx.Accessor
-
- getByte(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getByte(K, Byte) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getBytesUtf8(String) - 类 中的静态方法com.jn.langx.util.Strings
-
- getCharacter(K) - 接口 中的方法com.jn.langx.Accessor
-
- getCharacter(K, Character) - 接口 中的方法com.jn.langx.Accessor
-
- getCharacter(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getCharacter(K, Character) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getCharacterPosition() - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Returns the start position of this record as a character position in the source stream.
- getCharset(Charset) - 类 中的静态方法com.jn.langx.util.io.Charsets
-
- getCharset(String) - 类 中的静态方法com.jn.langx.util.io.Charsets
-
- getCharset(String, String) - 类 中的静态方法com.jn.langx.util.io.Charsets
-
- getChildNodeById(String) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- getChildren(String) - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- getChildren(String) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- getChildren(String) - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- getChildren() - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- getClassLoader() - 接口 中的方法com.jn.langx.io.resource.ResourceLoader
-
- getClassLoader() - 类 中的方法com.jn.langx.io.resource.ResourceLoaderRegistry
-
- getClassPathSeparator() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getCode() - 接口 中的方法com.jn.langx.util.enums.base.CommonEnum
-
- getCode() - 类 中的方法com.jn.langx.util.enums.base.EnumDelegate
-
- getCodeLocation(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getComment() - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Returns the comment for this record, if any.
- getCommentMarker() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns the character marking the start of a line comment.
- getConstructor(Class, Class...) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getCurrentLineNumber() - 类 中的方法com.jn.langx.text.csv.CsvParser
-
Returns the current line number in the input stream.
- getDeclaredAnnotations(AnnotatedElement) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
Returns all annotations that are directly present on this
element.
- getDeclaredClass() - 类 中的方法com.jn.langx.util.reflect.FieldAttributes
-
Returns the Class object that was declared for this field.
- getDeclaredField(Class, String) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getDeclaredFieldValue(Object, String, boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getDeclaredFieldValueForcedIfPresent(Object, String) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getDeclaredMethod(Class, String, Class...) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getDeclaredType() - 类 中的方法com.jn.langx.util.reflect.FieldAttributes
-
For example, assume the following class definition:
public class Foo {
private String bar;
private List<String> red;
}
Type listParameterizedType = new TypeToken<List<String>>() {}.getType();
This method would return String.class for the bar field and
listParameterizedType for the red field.
- getDeclaringClass() - 类 中的方法com.jn.langx.util.reflect.FieldAttributes
-
- getDefaultBufferSize() - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Get the default buffer size.
- getDelegate() - 接口 中的方法com.jn.langx.Delegatable
-
- getDelegate() - 类 中的方法com.jn.langx.factory.ThreadLocalFactory
-
- getDelegate() - 类 中的方法com.jn.langx.util.reflect.FieldComparator
-
- getDelimiter() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns the character delimiting the values (typically ';', ',' or '\t').
- getDepth() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.State
-
- getDescendant(String) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- getDisplayText() - 接口 中的方法com.jn.langx.util.enums.base.CommonEnum
-
- getDisplayText() - 类 中的方法com.jn.langx.util.enums.base.EnumDelegate
-
- getDomain() - 类 中的方法com.jn.langx.event.DomainEvent
-
- getDouble(K) - 接口 中的方法com.jn.langx.Accessor
-
- getDouble(K, Double) - 接口 中的方法com.jn.langx.Accessor
-
- getDouble(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getDouble(K, Double) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getElement(Document, XPathFactory, String) - 类 中的方法com.jn.langx.util.xml.XmlAccessor
-
- getElementAttribute(String, String, String) - 类 中的方法com.jn.langx.util.xml.XmlAccessor
-
- getElementAttribute(Document, XPathFactory, String, String) - 类 中的方法com.jn.langx.util.xml.XmlAccessor
-
- getEmit() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.FragmentToken
-
- getEmit() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.MatchToken
-
- getEmit() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Token
-
- getEmits() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.handler.AbstractStatefulEmitHandler
-
- getEmits() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.handler.DefaultEmitHandler
-
- getEmits() - 接口 中的方法com.jn.langx.algorithm.ahocorasick.trie.handler.StatefulEmitHandler
-
- getEmptyListIfNull(List<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Avoid NPE, create an empty, new list when the specified list is null
- getEmptyListIfNull(List<E>, Collects.ListType) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- getEmptyMapIfNull(Map<K, V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Create an empty map when the specified map is null.
- getEmptyMapIfNull(Map<K, V>, Collects.MapType) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- getEmptySetIfNull(Set<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Avoid NPE, create an empty, new set when the specified set is null
- getEmptySetIfNull(Set<E>, Collects.SetType) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- getEncodedLength(byte[]) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Calculates the amount of space needed to encode the supplied array.
- getEnd() - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.Interval
-
Returns the ending offset into the text for this interval.
- getEnd() - 接口 中的方法com.jn.langx.algorithm.ahocorasick.interval.Intervalable
-
- getEndIndex() - 类 中的方法com.jn.langx.util.StringMaker
-
- getEquals() - 接口 中的方法com.jn.langx.util.collection.diff.CollectionDifferResult
-
- getEquals() - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffResult
-
- getEquals() - 类 中的方法com.jn.langx.util.collection.diff.MapDiffResult
-
- getEscapeCharacter() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns the escape character.
- getExecutor() - 类 中的方法com.jn.langx.event.local.AsyncEventPublisher
-
- getFieldValue(Field, Object, boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getFileEncoding() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getFirstEndOfLine() - 类 中的方法com.jn.langx.text.csv.CsvParser
-
Gets the first end-of-line string encountered.
- getFloat(K) - 接口 中的方法com.jn.langx.Accessor
-
- getFloat(K, Float) - 接口 中的方法com.jn.langx.Accessor
-
- getFloat(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getFloat(K, Float) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getFormat() - 枚举 中的方法com.jn.langx.text.csv.CsvFormat.Predefined
-
Gets the format.
- getFQNClassName(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getFragment() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Token
-
- getGenericComponentType() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl.GenericArrayTypeImpl
-
- getGenericSupertype(Type, Class<?>, Class<?>) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
Returns the generic supertype for supertype.
- getHeader() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a copy of the header array.
- getHeaderComments() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a copy of the header comment array.
- getHeaderMap() - 类 中的方法com.jn.langx.text.csv.CsvParser
-
Returns a copy of the header map.
- getHeaderNames() - 类 中的方法com.jn.langx.text.csv.CsvParser
-
Returns a read-only list of header names that iterates in column order.
- getHostname(InetSocketAddress) - 类 中的静态方法com.jn.langx.util.net.Nets
-
- getId() - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- getId() - 类 中的方法com.jn.langx.util.StopWatch
-
Return the id of this stop watch, as specified on construction.
- getIfPresent(Object) - 类 中的方法com.jn.langx.util.collection.NonAbsentHashMap
-
- getIfPresent(Object) - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- getIgnoreEmptyLines() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Specifies whether empty lines between records are ignored when parsing input.
- getIgnoreHeaderCase() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Specifies whether header names will be accessed ignoring case.
- getIgnoreSurroundingSpaces() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Specifies whether spaces around values are ignored when parsing input.
- getInitialSeedUniquifier() - 类 中的静态方法com.jn.langx.util.random.ThreadLocalRandom
-
- getInputStream() - 接口 中的方法com.jn.langx.io.resource.Resource
-
- getInteger(K) - 接口 中的方法com.jn.langx.Accessor
-
- getInteger(K, Integer) - 接口 中的方法com.jn.langx.Accessor
-
- getInteger(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getInteger(K, Integer) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getInvocationHandler(Object) - 类 中的静态方法com.jn.langx.proxy.Proxys
-
- getIsParent() - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- getJavaClassPath() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getJavaClassPathString() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getJavaClassVersion() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getJavaEndorsedDirs() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getJavaExtDirs() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getJavaIOTmpDir() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getJavaLibraryPath() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
OS PATH environment variable
- getJavaSpecificationVersion() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getJavaVersion() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getJoinPoint() - 类 中的方法com.jn.langx.proxy.aop.DefaultConstructorInvocation
-
- getJoinPoint() - 类 中的方法com.jn.langx.proxy.aop.DefaultMethodInvocation
-
- getJoinPoint() - 接口 中的方法com.jn.langx.proxy.aop.Invocation
-
MethodInvocation will return the Method object,
ConstructorInvocation will return the Constructor object
- getJREHome() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
JRE home directory
- getJREVersion() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
JRE version
- getJvmSignature(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getKey(O) - 接口 中的方法com.jn.langx.util.collection.diff.KeyBuilder
-
- getKey() - 类 中的方法com.jn.langx.util.struct.Pair
-
- getKeyword() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Emit
-
- getLastTaskInfo() - 类 中的方法com.jn.langx.util.StopWatch
-
Return the last task as a TaskInfo object.
- getLastTaskName() - 类 中的方法com.jn.langx.util.StopWatch
-
Return the name of the last task.
- getLastTaskTimeMillis() - 类 中的方法com.jn.langx.util.StopWatch
-
Return the time taken by the last task.
- getLength(Object) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
get the length if argument is an array, else -1
- getLevel() - 类 中的静态方法com.jn.langx.util.leak.ResourceLeakDetector
-
Returns the current resource leak detection level.
- getListParameterizedType(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
List
- getLong(K) - 接口 中的方法com.jn.langx.Accessor
-
- getLong(K, Long) - 接口 中的方法com.jn.langx.Accessor
-
- getLong(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getLong(K, Long) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getLowerBounds() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl.WildcardTypeImpl
-
- getMap(String, String, String) - 类 中的静态方法com.jn.langx.util.struct.Entry
-
- getMapList(String, String, String, String) - 类 中的静态方法com.jn.langx.util.struct.Entry
-
- getMapParameterizedType(Type, Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
Map
- getMatcher(String, String) - 类 中的静态方法com.jn.langx.util.script.javascript.regexp.RegExp
-
提供了对于JDK中的Pattern与Matcher的调用入口
- getMaxDay(int, int) - 类 中的静态方法com.jn.langx.util.Calenders
-
获取某个月份的天数
- getMessage() - 类 中的方法com.jn.langx.text.ParameterizedMessage
-
- getMethod() - 类 中的方法com.jn.langx.proxy.MethodInvocation
-
- getMethodString(String, String, Class, Class[]) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getMethodString(Method) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getMethodString(Class, String, Class[]) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getName() - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- getName() - 接口 中的方法com.jn.langx.util.enums.base.CommonEnum
-
- getName() - 类 中的方法com.jn.langx.util.enums.base.EnumDelegate
-
- getName() - 类 中的方法com.jn.langx.util.reflect.FieldAttributes
-
- getName() - 类 中的方法com.jn.langx.util.struct.pair.NameValuePair
-
- getNodeById(String) - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- getNodeById(String) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- getNodeById(String) - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- getNodeList(Document, XPathFactory, String) - 类 中的方法com.jn.langx.util.xml.XmlAccessor
-
- getNodes() - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- getNodes() - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- getNodes() - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- getNodesAsArray() - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- getNodesAsArray() - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- getNodesAsArray() - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- getNullString() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Gets the String to convert to and from null.
- getNumberInWeek(int, int, int) - 类 中的静态方法com.jn.langx.util.Calenders
-
- getOSArch() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getOSName() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getOSVersion() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getOut() - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Gets the target Appendable.
- getOwnerType() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl
-
- getPackageName(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getParameterizedType(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
- getParameterizedType(Type, Type...) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
- getParameterizedTypeWithOwnerType(Type, Type, Type...) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
- getParentNode(String) - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- getParentNode(TreeNode) - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- getParentNode(String) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- getParentNode(TreeNode) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- getParentNode(String) - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- getParentNode(TreeNode) - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- getParser() - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Returns the parser.
- getPid() - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- getPrimitiveWrapClass(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
get the wrap class for a primitive type
- getProperty(String) - 接口 中的方法com.jn.langx.environment.Environment
-
- getProxy() - 类 中的方法com.jn.langx.proxy.MethodInvocation
-
- getProxyClass(Class<?>...) - 类 中的静态方法com.jn.langx.proxy.Proxys
-
- getProxyClass(ClassLoader, Class<?>...) - 类 中的静态方法com.jn.langx.proxy.Proxys
-
- getPublicField(Class, String) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getPublicFieldValue(Object, String, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getPublicFieldValueForcedIfPresent(Object, String) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getPublicMethod(Class, String, Class...) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getQuoteCharacter() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns the character used to encapsulate values containing special characters.
- getQuoteMode() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns the quote policy output fields.
- getRawType() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl
-
- getRawType(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
- getRecordNumber() - 类 中的方法com.jn.langx.text.csv.CsvParser
-
Returns the current record number in the input stream.
- getRecordNumber() - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Returns the number of this record in the parsed CSV file.
- getRecords() - 类 中的方法com.jn.langx.text.csv.CsvParser
-
Parses the CSV input according to the given format and returns the content as a list of
CSVRecords.
- getRecordSeparator() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns the record separator delimiting output records.
- getRemoves() - 接口 中的方法com.jn.langx.util.collection.diff.CollectionDifferResult
-
- getRemoves() - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffResult
-
- getRemoves() - 类 中的方法com.jn.langx.util.collection.diff.MapDiffResult
-
- getRootCause(Throwable) - 类 中的静态方法com.jn.langx.util.Throwables
-
- getRootNodes() - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- getRootNodes() - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- getRootNodes() - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- getScriptEngine(ScriptLanguage) - 类 中的静态方法com.jn.langx.util.script.SimpleScriptEngineFactory
-
- getShort(K) - 接口 中的方法com.jn.langx.Accessor
-
- getShort(K, Short) - 接口 中的方法com.jn.langx.Accessor
-
- getShort(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getShort(K, Short) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getSimpleClassName(Object) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getSimpleClassName(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getSkipHeaderRecord() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns whether to skip the header record.
- getSource() - 类 中的方法com.jn.langx.event.DomainEvent
-
- getStackTraceAsString(Throwable) - 类 中的静态方法com.jn.langx.util.Throwables
-
- getStart() - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.Interval
-
Returns the starting offset into the text for this interval.
- getStart() - 接口 中的方法com.jn.langx.algorithm.ahocorasick.interval.Intervalable
-
- getStates() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.State
-
- getString(K) - 接口 中的方法com.jn.langx.Accessor
-
- getString(K, String) - 接口 中的方法com.jn.langx.Accessor
-
- getString(String, String) - 类 中的方法com.jn.langx.text.HttpQueryStringAccessor
-
- getString(K) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getString(K, String) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getString(String, String) - 类 中的方法com.jn.langx.util.collection.PropertiesAccessor
-
- getString(String, String) - 类 中的方法com.jn.langx.util.collection.StringMapAccessor
-
- getString(Integer, String) - 类 中的方法com.jn.langx.util.collection.Tuple
-
- getString(Integer, String) - 类 中的方法com.jn.langx.util.reflect.ArrayAccessor
-
- getString(String, String) - 类 中的方法com.jn.langx.util.reflect.FieldAccessor
-
- getStringMap() - 类 中的方法com.jn.langx.text.HttpQueryStringAccessor
-
- getSuffix(String) - 类 中的静态方法com.jn.langx.util.io.file.Filenames
-
- getSuffix(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
- getSuffixAsLowCase(String) - 类 中的静态方法com.jn.langx.util.io.file.Filenames
-
- getSuffixAsUpperCase(String) - 类 中的静态方法com.jn.langx.util.io.file.Filenames
-
- getTarget() - 接口 中的方法com.jn.langx.Accessor
-
- getTarget() - 类 中的方法com.jn.langx.proxy.MethodInvocation
-
- getTarget() - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- getTarget() - 类 中的方法com.jn.langx.util.collection.Tuple
-
- getTaskCount() - 类 中的方法com.jn.langx.util.StopWatch
-
Return the number of tasks timed.
- getTaskInfo() - 类 中的方法com.jn.langx.util.StopWatch
-
Return an array of the data for tasks performed.
- getTaskName() - 类 中的方法com.jn.langx.util.StopWatch.TaskInfo
-
Return the name of this task.
- getTempDirectory() - 类 中的静态方法com.jn.langx.util.Platform
-
Returns a
File representing the system temporary directory.
- getTempDirectoryPath() - 类 中的静态方法com.jn.langx.util.Platform
-
Returns the path to the system temporary directory.
- getThis() - 类 中的方法com.jn.langx.proxy.aop.DefaultConstructorInvocation
-
- getThis() - 类 中的方法com.jn.langx.proxy.aop.DefaultMethodInvocation
-
- getThis() - 接口 中的方法com.jn.langx.proxy.aop.Invocation
-
- getTimeMillis() - 类 中的方法com.jn.langx.util.StopWatch.TaskInfo
-
Return the time in milliseconds this task took.
- getTimeSeconds() - 类 中的方法com.jn.langx.util.StopWatch.TaskInfo
-
Return the time in seconds this task took.
- getTotalTimeMillis() - 类 中的方法com.jn.langx.util.StopWatch
-
Return the total time in milliseconds for all tasks.
- getTotalTimeSeconds() - 类 中的方法com.jn.langx.util.StopWatch
-
Return the total time in seconds for all tasks.
- getTrailingDelimiter() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns whether to add a trailing delimiter.
- getTransitions() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.State
-
- getTrim() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns whether to trim leading and trailing blanks.
- getType() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeGetter
-
- getTypeName(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- getTypeSignature(String) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
get the type's signature in jvm runtime
- getUpdates() - 接口 中的方法com.jn.langx.util.collection.diff.CollectionDifferResult
-
- getUpdates() - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffResult
-
- getUpdates() - 类 中的方法com.jn.langx.util.collection.diff.MapDiffResult
-
- getUpperBounds() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl.WildcardTypeImpl
-
- getUserHome() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getUserHomeDirectory() - 类 中的静态方法com.jn.langx.util.Platform
-
Returns a
File representing the user's home directory.
- getUserHomeDirectoryPath() - 类 中的静态方法com.jn.langx.util.Platform
-
Returns the path to the user's home directory.
- getUserLocal() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getUserName() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getUserWorkDir() - 类 中的静态方法com.jn.langx.util.SystemPropertys
-
- getValue() - 类 中的方法com.jn.langx.util.io.LineDelimiter
-
- getValue() - 类 中的方法com.jn.langx.util.struct.Pair
-
- getXmlDoc(EntityResolver, InputStream) - 类 中的静态方法com.jn.langx.util.xml.Xmls
-
- getXmlDoc(InputStream, String, boolean) - 类 中的静态方法com.jn.langx.util.xml.Xmls
-
- getXmlDoc(InputStream, String) - 类 中的静态方法com.jn.langx.util.xml.Xmls
-
- ibitWorkArea - 类 中的变量com.jn.langx.codec.BaseNCodec.Context
-
Place holder for the bytes we're dealing with for our based logic.
- IdGenerator<E> - com.jn.langx中的接口
-
- ignoreCase() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie.TrieBuilder
-
Configure the Trie to ignore case when searching for keywords in
the text.
- ignoreOverlaps() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie.TrieBuilder
-
Configure the Trie to ignore overlapping keywords.
- IllegalParameterException - com.jn.langx.exception中的异常错误
-
- IllegalParameterException() - 异常错误 的构造器com.jn.langx.exception.IllegalParameterException
-
- IllegalParameterException(ExceptionMessage) - 异常错误 的构造器com.jn.langx.exception.IllegalParameterException
-
- IllegalParameterException(String) - 异常错误 的构造器com.jn.langx.exception.IllegalParameterException
-
- IllegalParameterException(String, Throwable) - 异常错误 的构造器com.jn.langx.exception.IllegalParameterException
-
- IllegalParameterException(Throwable) - 异常错误 的构造器com.jn.langx.exception.IllegalParameterException
-
- IllegalValueException - com.jn.langx.exception中的异常错误
-
- IllegalValueException() - 异常错误 的构造器com.jn.langx.exception.IllegalValueException
-
- IllegalValueException(ExceptionMessage) - 异常错误 的构造器com.jn.langx.exception.IllegalValueException
-
- IllegalValueException(String) - 异常错误 的构造器com.jn.langx.exception.IllegalValueException
-
- IllegalValueException(String, Throwable) - 异常错误 的构造器com.jn.langx.exception.IllegalValueException
-
- IllegalValueException(Throwable) - 异常错误 的构造器com.jn.langx.exception.IllegalValueException
-
- IndexBasedValueGetter() - 类 的构造器com.jn.langx.text.StringTemplate.IndexBasedValueGetter
-
- IndexNotOfProcessor(byte) - 类 的构造器com.jn.langx.util.ByteProcessor.IndexNotOfProcessor
-
- indexOf(CharSequence, char, int) - 类 中的静态方法com.jn.langx.util.net.Nets
-
Finds the first index in the CharSequence that matches the
specified character.
- IndexOfProcessor(byte) - 类 的构造器com.jn.langx.util.ByteProcessor.IndexOfProcessor
-
- INFORMIX_UNLOAD - 类 中的静态变量com.jn.langx.text.csv.CsvFormat
-
Default Informix CSV UNLOAD format used by the UNLOAD TO file_name operation.
- INFORMIX_UNLOAD_CSV - 类 中的静态变量com.jn.langx.text.csv.CsvFormat
-
Default Informix CSV UNLOAD format used by the UNLOAD TO file_name operation (escaping is disabled.)
- init() - 接口 中的方法com.jn.langx.lifecycle.Initializable
-
- init(Pinyin.Config) - 类 中的静态方法com.jn.langx.text.pinyin.Pinyin
-
- initArray(E[], E) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
- initArray(E[], Supplier<Integer, E>) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
- Initializable - com.jn.langx.lifecycle中的接口
-
- InputStreamByteSupplier(InputStream) - 类 的构造器com.jn.langx.util.Bytes.InputStreamByteSupplier
-
- insertElement(T[], T, int) - 类 中的静态方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
- INSTANCE - 类 中的静态变量com.jn.langx.util.id.Base64IdGenerator
-
- instance() - 类 中的静态方法com.jn.langx.util.leak.ResourceLeakDetectorFactory
-
Get the singleton instance of this factory class.
- IntegerNameValuePair - com.jn.langx.util.struct.pair中的类
-
- IntegerNameValuePair() - 类 的构造器com.jn.langx.util.struct.pair.IntegerNameValuePair
-
- IntegerNameValuePair(String, Integer) - 类 的构造器com.jn.langx.util.struct.pair.IntegerNameValuePair
-
- intercept(I) - 接口 中的方法com.jn.langx.proxy.aop.InvocationInterceptor
-
- Interval - com.jn.langx.algorithm.ahocorasick.interval中的类
-
- Interval(int, int) - 类 的构造器com.jn.langx.algorithm.ahocorasick.interval.Interval
-
Constructs an interval with a start and end position.
- Intervalable - com.jn.langx.algorithm.ahocorasick.interval中的接口
-
- IntervalableComparatorByPosition - com.jn.langx.algorithm.ahocorasick.interval中的类
-
- IntervalableComparatorByPosition() - 类 的构造器com.jn.langx.algorithm.ahocorasick.interval.IntervalableComparatorByPosition
-
- IntervalableComparatorBySize - com.jn.langx.algorithm.ahocorasick.interval中的类
-
- IntervalableComparatorBySize() - 类 的构造器com.jn.langx.algorithm.ahocorasick.interval.IntervalableComparatorBySize
-
- IntervalNode - com.jn.langx.algorithm.ahocorasick.interval中的类
-
- IntervalNode(List<Intervalable>) - 类 的构造器com.jn.langx.algorithm.ahocorasick.interval.IntervalNode
-
- IntervalTree - com.jn.langx.algorithm.ahocorasick.interval中的类
-
- IntervalTree(List<Intervalable>) - 类 的构造器com.jn.langx.algorithm.ahocorasick.interval.IntervalTree
-
- Invocation<M extends Member> - com.jn.langx.proxy.aop中的接口
-
- InvocationInterceptor<I extends Invocation> - com.jn.langx.proxy.aop中的接口
-
- invoke(Object, Method, Object[]) - 类 中的方法com.jn.langx.proxy.aop.AopInvocationHandler
-
- invoke(Object, Method, Object[]) - 类 中的方法com.jn.langx.proxy.invokerdelegate.InvokerInvocationHandler
-
- invoke(Object, Method, Object[]) - 类 中的方法com.jn.langx.proxy.SimpleInvocationHandler
-
- invoke(Method, Object, Object[], boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- invokeAnyMethod(Object, String, Class[], Object[], boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- invokeAnyMethodForcedIfPresent(Object, String, Class[], Object[]) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- invokeAnyStaticMethod(String, String, Class[], Object[], boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- invokeAnyStaticMethod(Class, String, Class[], Object[], boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- invokeDeclaredMethod(Object, String, Class[], Object[], boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- invokeDeclaredMethodForcedIfPresent(Object, String, Class[], Object[]) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- invokePublicMethod(Object, String, Class[], Object[], boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- invokePublicMethodForcedIfPresent(Object, String, Class[], Object[]) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- Invoker - com.jn.langx.proxy.invokerdelegate中的接口
-
- InvokerInvocationHandler - com.jn.langx.proxy.invokerdelegate中的类
-
- InvokerInvocationHandler(Object, Invoker) - 类 的构造器com.jn.langx.proxy.invokerdelegate.InvokerInvocationHandler
-
- IOs - com.jn.langx.util.io中的类
-
- IOs() - 类 的构造器com.jn.langx.util.io.IOs
-
- isAbstract(Class) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isAbstract(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isAllowOverlaps() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- isAlphabetic(int) - 类 中的静态方法com.jn.langx.util.Chars
-
Determines if the specified character (Unicode code point) is an alphabet.
- isAndroid - 类 中的静态变量com.jn.langx.util.Platform
-
- isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
Returns true if an annotation for the specified type
is present on this element, else false.
- isAnonymous(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- isAnonymousOrLocal(Class<?>) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- isArray(Object) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
judge whether an object is an Array
- isArray(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
judge a type is a array or not
- isArrayByteBase64(byte[]) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
- isAscii(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- isAsciiPrintable(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- isBase64(byte) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Returns whether or not the octet is in the base 64 alphabet.
- isBase64(String) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
- isBase64(byte[]) - 类 中的静态方法com.jn.langx.codec.base64.Base64
-
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
- isBlank(String) - 类 中的静态方法com.jn.langx.util.Strings
-
judge a string has some whitespace at most
- isCancelled() - 接口 中的方法com.jn.langx.util.timer.Timeout
-
Returns
true if and only if the
TimerTask associated
with this handle has been cancelled.
- isCaseInsensitive() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- isChinese(char) - 类 中的静态方法com.jn.langx.text.pinyin.Pinyin
-
判断输入字符是否为汉字
- isClass(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
judge a type is a class or not
- isClosed() - 类 中的方法com.jn.langx.text.csv.CsvParser
-
Gets whether this parser is closed.
- isCommentMarkerSet() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Specifies whether comments are supported by this format.
- isConsistent() - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Tells whether the record size matches the header size.
- isDigits(String) - 类 中的静态方法com.jn.langx.util.Numbers
-
Checks whether the String contains only
digit characters.
- IsDirectoryFileFilter - com.jn.langx.util.io.file.filter中的类
-
- IsDirectoryFileFilter() - 类 的构造器com.jn.langx.util.io.file.filter.IsDirectoryFileFilter
-
- isEmpty() - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- isEmpty() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- isEmpty() - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- isEmpty(Object) - 类 中的静态方法com.jn.langx.util.Emptys
-
- isEmpty() - 类 中的方法com.jn.langx.util.StringMaker
-
- isEmpty(String) - 类 中的静态方法com.jn.langx.util.Strings
-
judge a string is null or ""
- isEnabled() - 类 中的静态方法com.jn.langx.util.leak.ResourceLeakDetector
-
Returns true if resource leak detection is enabled.
- isEscapeCharacterSet() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns whether escape are being processed.
- isExpired() - 接口 中的方法com.jn.langx.util.timer.Timeout
-
Returns
true if and only if the
TimerTask associated
with this handle has been expired.
- IsFileFilter - com.jn.langx.util.io.file.filter中的类
-
- IsFileFilter() - 类 的构造器com.jn.langx.util.io.file.filter.IsFileFilter
-
- isFileNewer(File, File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Tests if the specified File is newer than the reference
File.
- isFileNewer(File, Date) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Tests if the specified File is newer than the specified
Date.
- isFileNewer(File, long) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Tests if the specified File is newer than the specified
time reference.
- isFileOlder(File, Date) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Tests if the specified File is older than the specified
Date.
- isFileOlder(File, long) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Tests if the specified File is older than the specified
time reference.
- isFinal(Class) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isFinal(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isGroovyAvailable - 类 中的静态变量com.jn.langx.util.Platform
-
- isHidden(File) - 类 中的静态方法com.jn.langx.util.io.file.FileSystems
-
- isInAlphabet(byte) - 类 中的方法com.jn.langx.codec.base64.Base64
-
Returns whether or not the octet is in the Base64 alphabet.
- isInAlphabet(byte) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Returns whether or not the octet is in the current alphabet.
- isInAlphabet(byte[], boolean) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Tests a given byte array to see if it contains only valid characters within the alphabet.
- isInAlphabet(String) - 类 中的方法com.jn.langx.codec.BaseNCodec
-
Tests a given String to see if it contains only valid characters within the alphabet.
- isInnerClass(Class<?>) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- isInstance(T, String) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- isInterface(Class) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isInterface(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isLambda(Class<?>) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- isLocal(Class) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- isLowerCase(byte) - 类 中的静态方法com.jn.langx.util.Chars
-
- isLowerCase(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- isLowOrUpperCase(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- isLowOrUpperCase(byte) - 类 中的静态方法com.jn.langx.util.Chars
-
- isMapped(String) - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Checks whether a given column is mapped, i.e. its name has been defined to the parser.
- isMatch() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.FragmentToken
-
- isMatch() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.MatchToken
-
- isMatch() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Token
-
- isMutable() - 类 中的方法com.jn.langx.util.collection.iter.WrappedIterable
-
- isNative(Class) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isNative(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isNotBlank(String) - 类 中的静态方法com.jn.langx.util.Strings
-
- isNotEmpty(Object) - 类 中的静态方法com.jn.langx.util.Emptys
-
- isNotEmpty(String) - 类 中的静态方法com.jn.langx.util.Strings
-
- isNotNull(Object) - 类 中的静态方法com.jn.langx.util.Emptys
-
- isNotSymlink(File) - 类 中的静态方法com.jn.langx.util.io.file.FileSystems
-
Determines whether the specified file is a Symbolic Link rather than an actual file.
- isNull(Object) - 类 中的静态方法com.jn.langx.util.Emptys
-
- isNullStringSet() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns whether a nullString has been defined.
- isNumber(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- isNumber(String) - 类 中的静态方法com.jn.langx.util.Numbers
-
Checks whether the String a valid Java number.
- ISO_8859_1 - 类 中的静态变量com.jn.langx.util.io.Charsets
-
- isOnlyWholeWords() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- isOnlyWholeWordsWhiteSpaceSeparated() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- isOpen() - 类 中的方法com.jn.langx.util.collection.tree.TreeStackNode
-
- isOutOfBounds(int, int, int) - 类 中的静态方法com.jn.langx.util.Maths
-
Determine if the requested index and length will fit within capacity.
- isParameterizedType(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
judge a type is a ParameterizedType
- isPrimitive(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Primitives
-
Returns true if this type is a primitive.
- isPrimitive(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
judge a type is a primitive type or not
- isPrivate(Class) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isPrivate(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isProtected(Class) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isProtected(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isProxyClass(Class<?>) - 类 中的静态方法com.jn.langx.proxy.Proxys
-
- isPublic(Class) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isPublic(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isQuoteCharacterSet() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns whether a quoteChar has been defined.
- isRunning() - 类 中的方法com.jn.langx.util.StopWatch
-
Return whether the stop watch is currently running.
- isSet(String) - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Checks whether a given columns is mapped and has a value.
- isStatic(Class) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isStatic(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isStatic(Class<?>) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- isStopOnHit() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- isStrict(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isSupportedModifier(int) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isSymlink(File) - 类 中的静态方法com.jn.langx.util.io.file.FileSystems
-
- isSynchronized(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isTransient(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isUpperCase(byte) - 类 中的静态方法com.jn.langx.util.Chars
-
- isUpperCase(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- isUrlSafe() - 类 中的方法com.jn.langx.codec.base64.Base64
-
Returns our current encode mode.
- isValidIpV4Address(String) - 类 中的静态方法com.jn.langx.util.net.Nets
-
Takes a
String and parses it to see if it is a valid IPV4 address.
- isValidIpV6Address(String) - 类 中的静态方法com.jn.langx.util.net.Nets
-
- isValidIpV6Address(CharSequence) - 类 中的静态方法com.jn.langx.util.net.Nets
-
- isValidLine(String) - 类 中的方法com.jn.langx.util.io.LineIterator
-
Overridable method to validate each line that is returned.
- isVolatile(Member) - 类 中的静态方法com.jn.langx.util.reflect.Modifiers
-
- isWhiteSpace(byte) - 类 中的静态方法com.jn.langx.codec.BaseNCodec
-
Checks if a byte value is whitespace or not.
- isWindows - 类 中的静态变量com.jn.langx.util.Platform
-
- isWrapperType(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Primitives
-
Returns
true if
type is one of the nine
primitive-wrapper types, such as
Integer.
- iterator() - 类 中的方法com.jn.langx.text.csv.CsvParser
-
Returns an iterator on the records.
- iterator() - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Returns an iterator over the values of this record.
- iterator() - 类 中的方法com.jn.langx.util.collection.iter.ArrayIterator
-
- iterator() - 类 中的方法com.jn.langx.util.collection.iter.EnumerationIterable
-
- iterator() - 类 中的方法com.jn.langx.util.collection.iter.IteratorIterable
-
- iterator() - 类 中的方法com.jn.langx.util.collection.iter.WrappedIterable
-
- iterator() - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- iterator() - 类 中的方法com.jn.langx.util.collection.Tuple
-
- iterator() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- iterator() - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Returns an iterator over the elements in this queue in proper sequence.
- IteratorIterable<E> - com.jn.langx.util.collection.iter中的类
-
Wrap an Iterator to an Iterable
- IteratorIterable(Iterator<E>) - 类 的构造器com.jn.langx.util.collection.iter.IteratorIterable
-
- IteratorIterable(Iterator<E>, boolean) - 类 的构造器com.jn.langx.util.collection.iter.IteratorIterable
-
- of(Object) - 类 中的静态方法com.jn.langx.util.collection.Pipeline
-
- of(Iterable<T>) - 类 中的静态方法com.jn.langx.util.collection.Pipeline
-
- of(T[]) - 类 中的静态方法com.jn.langx.util.collection.Pipeline
-
- of(Object...) - 类 中的静态方法com.jn.langx.util.collection.Tuple
-
- ofCode(Class<T>, int) - 类 中的静态方法com.jn.langx.util.enums.CommonEnums
-
- ofDisplayText(Class<T>, String) - 类 中的静态方法com.jn.langx.util.enums.CommonEnums
-
- offer(E) - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- offer(E, long, TimeUnit) - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Inserts the specified element at the tail of this queue, waiting if
necessary up to the specified wait time for space to become available.
- offer(E) - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Inserts the specified element at the tail of this queue if it is
possible to do so immediately without exceeding the queue's capacity,
returning true upon success and false if this queue
is full.
- ofList(List) - 枚举 中的静态方法com.jn.langx.util.collection.Collects.ListType
-
- ofMap(Map) - 枚举 中的静态方法com.jn.langx.util.collection.Collects.MapType
-
- ofName(Class<T>, String) - 类 中的静态方法com.jn.langx.util.enums.CommonEnums
-
- ofSet(Set) - 枚举 中的静态方法com.jn.langx.util.collection.Collects.SetType
-
- on(EVENT) - 接口 中的方法com.jn.langx.event.EventListener
-
- ONE_EB - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in an exabyte.
- ONE_EB_BI - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in an exabyte.
- ONE_GB - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a gigabyte.
- ONE_GB_BI - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a gigabyte.
- ONE_KB - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a kilobyte.
- ONE_KB_BI - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a kilobyte.
- ONE_MB - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a megabyte.
- ONE_MB_BI - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a megabyte.
- ONE_PB - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a petabyte.
- ONE_PB_BI - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a petabyte.
- ONE_TB - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a terabyte.
- ONE_TB_BI - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a terabyte.
- ONE_YB - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a yottabyte.
- ONE_ZB - 类 中的静态变量com.jn.langx.util.DataSizes
-
The number of bytes in a zettabyte.
- onlyWholeWords() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie.TrieBuilder
-
Configure the Trie to match whole keywords in the text.
- onlyWholeWordsWhiteSpaceSeparated() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie.TrieBuilder
-
Configure the Trie to match whole keywords that are separated by
whitespace in the text.
- openInputStream(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Opens a
FileInputStream for the specified file, providing better
error messages than simply calling
new FileInputStream(file).
- openOutputStream(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Opens a
FileOutputStream for the specified file, checking and
creating the parent directory if it does not exist.
- openOutputStream(File, boolean) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Opens a
FileOutputStream for the specified file, checking and
creating the parent directory if it does not exist.
- ORACLE - 类 中的静态变量com.jn.langx.text.csv.CsvFormat
-
Default Oracle format used by the SQL*Loader utility.
- OutputStreamByteConsumer(OutputStream) - 类 的构造器com.jn.langx.util.Bytes.OutputStreamByteConsumer
-
- overlapsWith(Interval) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.Interval
-
Answers whether the given interval overlaps this interval
instance.
- overlapsWith(int) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.Interval
-
- PAD - 类 中的变量com.jn.langx.codec.BaseNCodec
-
- pad - 类 中的变量com.jn.langx.codec.BaseNCodec
-
- PAD_DEFAULT - 类 中的静态变量com.jn.langx.codec.BaseNCodec
-
Byte used to pad output.
- Pair<K,V> - com.jn.langx.util.struct中的类
-
Key value pair
- Pair() - 类 的构造器com.jn.langx.util.struct.Pair
-
- ParallelingComparator - com.jn.langx.util.comparator中的类
-
- ParallelingComparator() - 类 的构造器com.jn.langx.util.comparator.ParallelingComparator
-
- ParameterizedMessage - com.jn.langx.text中的类
-
参数化消息
使用方式:
new ParameterizedMessage("hello {0}, welcome you to {1} . ", new Object[]{"zhang san", "BeiJing"});
那么结果就是:
"hello zhang san, welcome you to BeiJing ."
- ParameterizedMessage() - 类 的构造器com.jn.langx.text.ParameterizedMessage
-
- ParameterizedMessage(String) - 类 的构造器com.jn.langx.text.ParameterizedMessage
-
- ParameterizedMessage(String, Object...) - 类 的构造器com.jn.langx.text.ParameterizedMessage
-
- ParameterizedTypeGetter<T> - com.jn.langx.util.reflect.type中的类
-
Usage:
List:
ParameterizedType type0 = new ParameterizedTypeGetter>(){}.getType();
ParameterizedType type1 = Types.getParameterizedType(List.class, Person);
ParameterizedType type2 = new ParameterizedType(null, List.class, Person);
type0 equivalent to type1
type0 equivalent to type2
- ParameterizedTypeGetter() - 类 的构造器com.jn.langx.util.reflect.type.ParameterizedTypeGetter
-
- ParameterizedTypeImpl - com.jn.langx.util.reflect.type中的类
-
also see the ParameterizedTypeImpl class in gson 2.9.8
- ParameterizedTypeImpl(Type, Type, Type...) - 类 的构造器com.jn.langx.util.reflect.type.ParameterizedTypeImpl
-
- ParameterizedTypeImpl.GenericArrayTypeImpl - com.jn.langx.util.reflect.type中的类
-
- ParameterizedTypeImpl.WildcardTypeImpl - com.jn.langx.util.reflect.type中的类
-
- parse(I) - 接口 中的方法com.jn.langx.Parser
-
- parse(Reader) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Parses the specified content.
- parse(File, Charset, CsvFormat) - 类 中的静态方法com.jn.langx.text.csv.CsvParser
-
Creates a parser for the given
File.
- parse(InputStream, Charset, CsvFormat) - 类 中的静态方法com.jn.langx.text.csv.CsvParser
-
Creates a CSV parser using the given
CsvFormat.
- parse(Reader, CsvFormat) - 类 中的静态方法com.jn.langx.text.csv.CsvParser
-
Creates a CSV parser using the given
CsvFormat
If you do not read all records from the given
reader, you should call
CsvParser.close() on the parser,
unless you close the
reader.
- parse(String, CsvFormat) - 类 中的静态方法com.jn.langx.text.csv.CsvParser
-
Creates a parser for the given
String.
- parse(URL, Charset, CsvFormat) - 类 中的静态方法com.jn.langx.text.csv.CsvParser
-
Creates a parser for the given URL.
- parse(String) - 类 中的方法com.jn.langx.text.HttpQueryStringAccessor
-
- parse(String) - 类 中的方法com.jn.langx.text.PropertiesPlaceholderParser
-
- Parser<I,O> - com.jn.langx中的接口
-
- parseStringValue(String, PlaceholderParser, Set<String>) - 类 中的方法com.jn.langx.text.PropertyPlaceholderHandler
-
- parseText(CharSequence) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie
-
- parseText(CharSequence, StatefulEmitHandler) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie
-
- parseText(CharSequence, EmitHandler) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie
-
- peek() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- peek() - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
- PEM_CHUNK_SIZE - 类 中的静态变量com.jn.langx.codec.BaseNCodec
-
PEM chunk size per RFC 1421 section 4.3.2.4.
- pendingTimeouts() - 类 中的方法com.jn.langx.util.timer.HashedWheelTimer
-
Returns the number of pending timeouts of this
Timer.
- Pinyin - com.jn.langx.text.pinyin中的类
-
- Pinyin.Config - com.jn.langx.text.pinyin中的类
-
- PinyinDict - com.jn.langx.text.pinyin中的接口
-
- PinyinMapDict - com.jn.langx.text.pinyin中的类
-
- PinyinMapDict() - 类 的构造器com.jn.langx.text.pinyin.PinyinMapDict
-
- Pipeline<E> - com.jn.langx.util.collection中的类
-
- Pipeline(Collection<E>) - 类 的构造器com.jn.langx.util.collection.Pipeline
-
- PlaceholderParser - com.jn.langx.text中的接口
-
- Platform - com.jn.langx.util中的类
-
- Platform() - 类 的构造器com.jn.langx.util.Platform
-
- poll() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- poll(long, TimeUnit) - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
- poll() - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
- PORT_RANGE_MAX - 类 中的静态变量com.jn.langx.util.net.Sockets
-
The default maximum value for port ranges used when finding an available
socket port.
- PORT_RANGE_MIN - 类 中的静态变量com.jn.langx.util.net.Sockets
-
The default minimum value for port ranges used when finding an available
socket port.
- pos - 类 中的变量com.jn.langx.codec.BaseNCodec.Context
-
Position where next character should be written in the buffer.
- POSTGRESQL_CSV - 类 中的静态变量com.jn.langx.text.csv.CsvFormat
-
Default PostgreSQL CSV format used by the COPY operation.
- POSTGRESQL_TEXT - 类 中的静态变量com.jn.langx.text.csv.CsvFormat
-
Default PostgreSQL text format used by the COPY operation.
- Preconditions - com.jn.langx.util中的类
-
- Predicate<V> - com.jn.langx.util.function中的接口
-
Pre-condition, it is similar to Java 8 Predicate
- Predicate2<K,V> - com.jn.langx.util.function中的接口
-
Pre-condition, it is similar to Java 8 Predicate
- prettyPrint() - 类 中的方法com.jn.langx.util.StopWatch
-
Return a string with a table describing all tasks performed.
- prev() - 类 中的方法com.jn.langx.util.StringMaker
-
- PrimitiveArrays - com.jn.langx.util.collection中的类
-
Primitive array wrapper
- PrimitiveArrays() - 类 的构造器com.jn.langx.util.collection.PrimitiveArrays
-
- Primitives - com.jn.langx.util.reflect.type中的类
-
- print(Appendable) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Prints to the specified output.
- print(File, Charset) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Prints to the specified output.
- print(Object, Appendable, boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Prints the value as the next value on the line to out.
- print(Object) - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Prints the string as the next value on the line.
- printComment(String) - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Prints a comment on a new line among the delimiter separated values.
- printer() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
- println(Appendable) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Outputs the trailing delimiter (if set) followed by the record separator (if set).
- println() - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Outputs the record separator.
- printRecord(Appendable, Object...) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Prints the given values to out as a single record of delimiter separated values followed by the
record separator.
- printRecord(Iterable<?>) - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Prints the given values a single record of delimiter separated values followed by the record separator.
- printRecord(Object...) - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Prints the given values a single record of delimiter separated values followed by the record separator.
- printRecords(Iterable<?>) - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Prints all the objects in the given collection handling nested collections/arrays as records.
- printRecords(Object...) - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Prints all the objects in the given array handling nested collections/arrays as records.
- printRecords(ResultSet) - 类 中的方法com.jn.langx.text.csv.CsvPrinter
-
Prints all the objects in the given JDBC result set.
- proceed() - 类 中的方法com.jn.langx.proxy.aop.DefaultConstructorInvocation
-
- proceed() - 类 中的方法com.jn.langx.proxy.aop.DefaultMethodInvocation
-
- proceed() - 接口 中的方法com.jn.langx.proxy.aop.Invocation
-
- process(byte) - 类 中的方法com.jn.langx.util.ByteProcessor.IndexNotOfProcessor
-
- process(byte) - 类 中的方法com.jn.langx.util.ByteProcessor.IndexOfProcessor
-
- process(byte) - 接口 中的方法com.jn.langx.util.ByteProcessor
-
- processId - 类 中的静态变量com.jn.langx.util.Platform
-
- PropertiesAccessor - com.jn.langx.util.collection中的类
-
- PropertiesAccessor() - 类 的构造器com.jn.langx.util.collection.PropertiesAccessor
-
- PropertiesAccessor(Properties) - 类 的构造器com.jn.langx.util.collection.PropertiesAccessor
-
- PropertiesPlaceholderParser - com.jn.langx.text中的类
-
- PropertiesPlaceholderParser(Properties) - 类 的构造器com.jn.langx.text.PropertiesPlaceholderParser
-
- propertiesToStringMap(Properties) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- propertiesToStringMap(Properties, boolean) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- propertiesToStringMap(Properties, Comparator<String>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- PropertyPlaceholderHandler - com.jn.langx.text中的类
-
Utility class for working with Strings that have placeholder values in them.
- PropertyPlaceholderHandler(String, String) - 类 的构造器com.jn.langx.text.PropertyPlaceholderHandler
-
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
- PropertyPlaceholderHandler(String, String, String, boolean) - 类 的构造器com.jn.langx.text.PropertyPlaceholderHandler
-
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
- Provider<I,O> - com.jn.langx.factory中的接口
-
- proxy - 类 中的变量com.jn.langx.proxy.MethodInvocation
-
- ProxyConfig - com.jn.langx.proxy中的类
-
- ProxyConfig() - 类 的构造器com.jn.langx.proxy.ProxyConfig
-
- ProxyFactory<I,O> - com.jn.langx.proxy中的接口
-
- Proxys - com.jn.langx.proxy中的类
-
- Proxys() - 类 的构造器com.jn.langx.proxy.Proxys
-
- publish(EVENT) - 接口 中的方法com.jn.langx.event.EventPublisher
-
- publish(DomainEvent) - 类 中的方法com.jn.langx.event.local.AsyncEventPublisher
-
- publish(DomainEvent) - 类 中的方法com.jn.langx.event.local.SimpleEventPublisher
-
- put(K, V) - 类 中的方法com.jn.langx.util.collection.LinkedTreeMap
-
- put(Object, V) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- put(Object, K2, V) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- put(Object, K2, K3, V) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- put(Object, K2, K3, K4, V) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- put(Object, K2, K3, K4, K5, V) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- put(K, V) - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- put(E) - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Inserts the specified element at the tail of this queue, waiting if
necessary for space to become available.
- putAll(Map<? extends Object, ? extends V>) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- putAll(Map<? extends K, ? extends V>) - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- putIfAbsent(K, V) - 类 中的方法com.jn.langx.util.collection.NonAbsentHashMap
-
- putIfAbsent(K, V) - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- range(int) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
It is similar to Python's range(start, end, step)
[start, end)
- range(int, int) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
It is similar to Python's range(start, end, step)
[start, end)
- range(int, int, int) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
It is similar to Python's range(start, end, step)
[start, end)
- read() - 类 中的方法com.jn.langx.codec.BaseNCodecInputStream
-
Reads one byte from this input stream.
- read(byte[], int, int) - 类 中的方法com.jn.langx.codec.BaseNCodecInputStream
-
Attempts to read len bytes into the specified b array starting at offset
from this InputStream.
- read() - 类 中的方法com.jn.langx.util.io.ClosedInputStream
-
Returns -1 to indicate that the stream is closed.
- read(Reader, char[], int, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads characters from an input character stream.
- read(Reader, char[]) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads characters from an input character stream.
- read(InputStream, byte[], int, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads bytes from an input stream.
- read(InputStream, byte[]) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads bytes from an input stream.
- read(ReadableByteChannel, ByteBuffer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads bytes from a ReadableByteChannel.
- ReadableFileFilter - com.jn.langx.util.io.file.filter中的类
-
- ReadableFileFilter() - 类 的构造器com.jn.langx.util.io.file.filter.ReadableFileFilter
-
- readAsString(Reader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- readAsString(InputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- readFully(Reader, char[], int, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads the requested number of characters or fail if there are not enough left.
- readFully(Reader, char[]) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads the requested number of characters or fail if there are not enough left.
- readFully(InputStream, byte[], int, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, byte[]) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(ReadableByteChannel, ByteBuffer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Reads the requested number of bytes or fail if there are not enough left.
- readLines(InputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- readLines(InputStream, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of an InputStream as a list of Strings,
one entry per line, using the specified character encoding.
- readLines(InputStream, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of an InputStream as a list of Strings,
one entry per line, using the specified character encoding.
- readLines(Reader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a Reader as a list of Strings,
one entry per line.
- ReadonlyFileFilter - com.jn.langx.util.io.file.filter中的类
-
- ReadonlyFileFilter() - 类 的构造器com.jn.langx.util.io.file.filter.ReadonlyFileFilter
-
- readPos - 类 中的变量com.jn.langx.codec.BaseNCodec.Context
-
Position where next character should be read from the buffer.
- record() - 接口 中的方法com.jn.langx.util.leak.ResourceLeakTracker
-
Records the caller's current stack trace so that the
ResourceLeakDetector can tell where the leaked
resource was accessed lastly.
- record(Object) - 接口 中的方法com.jn.langx.util.leak.ResourceLeakTracker
-
Records the caller's current stack trace and the specified additional arbitrary information
so that the
ResourceLeakDetector can tell where the leaked resource was accessed lastly.
- Reflects - com.jn.langx.util.reflect中的类
-
- Reflects() - 类 的构造器com.jn.langx.util.reflect.Reflects
-
- RegExp - com.jn.langx.util.script.javascript.regexp中的类
-
这是一个正则表达式验证。
- RegExp(String) - 类 的构造器com.jn.langx.util.script.javascript.regexp.RegExp
-
- RegExp(String, boolean) - 类 的构造器com.jn.langx.util.script.javascript.regexp.RegExp
-
- RegexpPatternException - com.jn.langx.util.script.javascript.regexp中的异常错误
-
- RegexpPatternException(String) - 异常错误 的构造器com.jn.langx.util.script.javascript.regexp.RegexpPatternException
-
- remainingCapacity() - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Returns the number of additional elements that this queue can ideally
(in the absence of memory or resource constraints) accept without
blocking.
- RemoteEventPublisher<EVENT extends DomainEvent> - com.jn.langx.event.remote中的接口
-
- remove() - 类 中的方法com.jn.langx.util.collection.iter.ArrayIterator
-
- remove() - 类 中的方法com.jn.langx.util.collection.iter.CompositeIterator
-
- remove() - 类 中的方法com.jn.langx.util.collection.iter.EnumerationIterator
-
- remove() - 类 中的方法com.jn.langx.util.collection.iter.WrappedIterator
-
- remove(Object) - 类 中的方法com.jn.langx.util.collection.LinkedTreeMap
-
- remove(Object) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- remove(Object, K2, K3) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- remove(Object, K2, K3, K4) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- remove(Object, K2, K3, K4, K5) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- remove() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- remove(Object) - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- remove(Object) - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- remove(Object) - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- remove() - 类 中的方法com.jn.langx.util.io.LineIterator
-
Unsupported.
- remove2(Object, K2) - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- removeAll(Collection<?>) - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- removeChildNode(T) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- removeChildNodes(String) - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- removeChildNodes(String) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- removeChildNodes(String, List<TreeNode>) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- removeChildNodes(String) - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- removeChildNodes() - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- removeIf(Collection<E>, Predicate<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
remove all elements that match the condition
- removeIf(Iterator<E>, Predicate<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- removeIf(Map<K, V>, Predicate2<K, V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
remove all elements that match the map
- removeNode(TreeNode) - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- removeNode(TreeNode, boolean) - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- removeNode(TreeNode, boolean) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- removeNode(TreeNode) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- removeNode(TreeNode, boolean) - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- removeNode(TreeNode) - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- removeOverlaps(List<Intervalable>) - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.IntervalTree
-
- removeOverlaps() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie.TrieBuilder
-
- replacePlaceholders(String, Properties) - 类 中的方法com.jn.langx.text.PropertyPlaceholderHandler
-
Replaces all placeholders of format
${name} with the corresponding
property from the supplied
Properties.
- replacePlaceholders(String, PlaceholderParser) - 类 中的方法com.jn.langx.text.PropertyPlaceholderHandler
-
Replaces all placeholders of format
${name} with the value returned
from the supplied
PlaceholderParser.
- reportTracedLeak(String, String) - 类 中的方法com.jn.langx.util.leak.ResourceLeakDetector
-
This method is called when a traced leak is detected.
- reportUntracedLeak(String) - 类 中的方法com.jn.langx.util.leak.ResourceLeakDetector
-
This method is called when an untraced leak is detected.
- reset() - 类 中的方法com.jn.langx.codec.BaseNCodecInputStream
-
Repositions this stream to the position at the time the mark method was last called on this input stream.
- reset() - 接口 中的方法com.jn.langx.util.collection.iter.ResettableIterator
-
- reset() - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
- reset() - 类 中的方法com.jn.langx.util.StringMaker
-
- ResettableIterator<E> - com.jn.langx.util.collection.iter中的接口
-
- resolve(Type, Class<?>, Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
- resolveEntity(String, String) - 类 中的方法com.jn.langx.util.xml.Xmls.DTDEntityResolver
-
- resolveEntity(String, String) - 类 中的方法com.jn.langx.util.xml.Xmls.NullEntityResolver
-
- Resource - com.jn.langx.io.resource中的接口
-
- ResourceLeakDetector<T> - com.jn.langx.util.leak中的类
-
- ResourceLeakDetector(Class<?>, int) - 类 的构造器com.jn.langx.util.leak.ResourceLeakDetector
-
- ResourceLeakDetector.Level - com.jn.langx.util.leak中的枚举
-
Represents the level of resource leak detection.
- ResourceLeakDetectorFactory - com.jn.langx.util.leak中的类
-
- ResourceLeakDetectorFactory() - 类 的构造器com.jn.langx.util.leak.ResourceLeakDetectorFactory
-
- ResourceLeakHint - com.jn.langx.util.leak中的接口
-
A hint object that provides human-readable message for easier resource leak tracking.
- ResourceLeakTracker<T> - com.jn.langx.util.leak中的接口
-
- ResourceLoader - com.jn.langx.io.resource中的接口
-
- ResourceLoaderRegistry - com.jn.langx.io.resource中的类
-
- ResourceLoaderRegistry() - 类 的构造器com.jn.langx.io.resource.ResourceLoaderRegistry
-
- ResourceLoaderType - com.jn.langx.io.resource中的类
-
- ResourceLoaderType() - 类 的构造器com.jn.langx.io.resource.ResourceLoaderType
-
- resourceToByteArray(String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a classpath resource as a byte array.
- resourceToByteArray(String, ClassLoader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a classpath resource as a byte array.
- resourceToString(String, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a classpath resource as a String using the
specified character encoding.
- resourceToString(String, Charset, ClassLoader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a classpath resource as a String using the
specified character encoding.
- resourceToURL(String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets a URL pointing to the given classpath resource.
- resourceToURL(String, ClassLoader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets a URL pointing to the given classpath resource.
- retainAll(Collection<?>) - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- reverse(List<E>, boolean) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Reverse a list, return an new list when the argument 'newOne' is true
- ReverseComparator<V> - com.jn.langx.util.comparator中的类
-
- ReverseComparator(Comparator<V>) - 类 的构造器com.jn.langx.util.comparator.ReverseComparator
-
- RFC4180 - 类 中的静态变量com.jn.langx.text.csv.CsvFormat
-
Comma separated format as defined by
RFC 4180.
- run() - 类 中的方法com.jn.langx.util.concurrent.WrappedRunable
-
- run(Timeout) - 接口 中的方法com.jn.langx.util.timer.TimerTask
-
- run0() - 类 中的方法com.jn.langx.util.concurrent.WrappedCallable
-
- run0() - 类 中的方法com.jn.langx.util.concurrent.WrappedRunable
-
- run0() - 类 中的方法com.jn.langx.util.concurrent.WrappedTask
-
- runInternal() - 类 中的方法com.jn.langx.util.concurrent.WrappedTask
-
- ScriptLanguage - com.jn.langx.util.script中的枚举
-
- set(K, Object) - 接口 中的方法com.jn.langx.Accessor
-
- set(String, Object) - 类 中的方法com.jn.langx.text.HttpQueryStringAccessor
-
- set(K, Object) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- set(String, Object) - 类 中的方法com.jn.langx.util.collection.PropertiesAccessor
-
- set(String, Object) - 类 中的方法com.jn.langx.util.collection.StringMapAccessor
-
- set(Integer, Object) - 类 中的方法com.jn.langx.util.collection.Tuple
-
- set(Integer, Object) - 类 中的方法com.jn.langx.util.reflect.ArrayAccessor
-
- set(String, Object) - 类 中的方法com.jn.langx.util.reflect.FieldAccessor
-
- set(V) - 类 中的方法com.jn.langx.util.struct.Holder
-
- setAdds(Collection<E>) - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffResult
-
- setAdds(Map<K, V>) - 类 中的方法com.jn.langx.util.collection.diff.MapDiffResult
-
- setAllowOverlaps(boolean) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- setAnyFieldValue(Object, String, Object, boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- setArguments(Object[]) - 类 中的方法com.jn.langx.proxy.MethodInvocation
-
- setBoolean(K, boolean) - 接口 中的方法com.jn.langx.Accessor
-
- setBoolean(K, boolean) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setByte(K, byte) - 接口 中的方法com.jn.langx.Accessor
-
- setByte(K, byte) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setCaseInsensitive(boolean) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- setChar(K, char) - 接口 中的方法com.jn.langx.Accessor
-
- setChar(K, char) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setChildren(Collection<T>) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- setCode(int) - 接口 中的方法com.jn.langx.util.enums.base.CommonEnum
-
- setCode(int) - 类 中的方法com.jn.langx.util.enums.base.EnumDelegate
-
- setComparator(Comparator<E>) - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffer
-
- setDeclaredFieldValue(Object, String, Object, boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- setDelegate(T) - 接口 中的方法com.jn.langx.Delegatable
-
- setDelegate(Factory<I, E>) - 类 中的方法com.jn.langx.factory.ThreadLocalFactory
-
- setDelegate(Comparator) - 类 中的方法com.jn.langx.util.reflect.FieldComparator
-
- setDisplayText(String) - 接口 中的方法com.jn.langx.util.enums.base.CommonEnum
-
- setDisplayText(String) - 类 中的方法com.jn.langx.util.enums.base.EnumDelegate
-
- setDomain(String) - 类 中的方法com.jn.langx.event.DomainEvent
-
- setDouble(K, double) - 接口 中的方法com.jn.langx.Accessor
-
- setDouble(K, double) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setElementAttribute(Document, XPathFactory, String, String, String) - 类 中的方法com.jn.langx.util.xml.XmlAccessor
-
- setElementAttributes(Document, XPathFactory, String, Map<String, String>) - 类 中的方法com.jn.langx.util.xml.XmlAccessor
-
- setElementsAttributes(Document, XPathFactory, String, Map<String, String>) - 类 中的方法com.jn.langx.util.xml.XmlAccessor
-
- setEquals(Collection<E>) - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffResult
-
- setEquals(Map<K, V>) - 类 中的方法com.jn.langx.util.collection.diff.MapDiffResult
-
- setExecutor(ExecutorService) - 类 中的方法com.jn.langx.event.local.AsyncEventPublisher
-
- setFailure(State) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.State
-
- setFieldValue(Field, Object, Object, boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- setFloat(K, float) - 接口 中的方法com.jn.langx.Accessor
-
- setFloat(K, float) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setId(String) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- setIgnoreCase(boolean) - 类 中的方法com.jn.langx.util.comparator.StringComparator
-
- setIgnoreCase(boolean) - 类 中的方法com.jn.langx.util.script.javascript.regexp.RegExp
-
- setInitialSeedUniquifier(long) - 类 中的静态方法com.jn.langx.util.random.ThreadLocalRandom
-
- setInteger(K, int) - 接口 中的方法com.jn.langx.Accessor
-
- setInteger(K, int) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setInterceptors(List<MethodInterceptor>) - 类 中的方法com.jn.langx.proxy.aop.DefaultMethodInvocation
-
- setIsParent(boolean) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- setKeepTaskList(boolean) - 类 中的方法com.jn.langx.util.StopWatch
-
Determine whether the TaskInfo array is built over time.
- setKey(K) - 类 中的方法com.jn.langx.util.struct.Pair
-
- setKeyComparator(Comparator<K>) - 类 中的方法com.jn.langx.util.collection.diff.MapDiffer
-
- setLevel(ResourceLeakDetector.Level) - 类 中的静态方法com.jn.langx.util.leak.ResourceLeakDetector
-
Sets the resource leak detection level.
- setLong(K, long) - 接口 中的方法com.jn.langx.Accessor
-
- setLong(K, long) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setMethod(Method) - 类 中的方法com.jn.langx.proxy.MethodInvocation
-
- setName(String) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- setName(String) - 接口 中的方法com.jn.langx.util.enums.base.CommonEnum
-
- setName(String) - 类 中的方法com.jn.langx.util.enums.base.EnumDelegate
-
- setName(String) - 类 中的方法com.jn.langx.util.struct.pair.NameValuePair
-
- setNullValue(boolean) - 类 中的方法com.jn.langx.util.BooleanEvaluator
-
- setOnlyWholeWords(boolean) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- setOnlyWholeWordsWhiteSpaceSeparated(boolean) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- setOpen(boolean) - 类 中的方法com.jn.langx.util.collection.tree.TreeStackNode
-
- setPid(String) - 类 中的方法com.jn.langx.util.collection.tree.TreeNode
-
- setProperty(String, String) - 接口 中的方法com.jn.langx.environment.Environment
-
- setProxy(Object) - 类 中的方法com.jn.langx.proxy.MethodInvocation
-
- setPublicFieldValue(Object, String, Object, boolean, boolean) - 类 中的静态方法com.jn.langx.util.reflect.Reflects
-
- setRemoves(Collection<E>) - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffResult
-
- setRemoves(Map<K, V>) - 类 中的方法com.jn.langx.util.collection.diff.MapDiffResult
-
- setResourceLeakDetectorFactory(ResourceLeakDetectorFactory) - 类 中的静态方法com.jn.langx.util.leak.ResourceLeakDetectorFactory
-
Set the factory's singleton instance.
- setSeed(long) - 类 中的方法com.jn.langx.util.random.ThreadLocalRandom
-
Throws UnsupportedOperationException.
- setShort(K, short) - 接口 中的方法com.jn.langx.Accessor
-
- setShort(K, short) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setSource(Source) - 类 中的方法com.jn.langx.event.DomainEvent
-
- setStopOnHit(boolean) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- setString(K, String) - 接口 中的方法com.jn.langx.Accessor
-
- setString(K, String) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setString(String, String) - 类 中的方法com.jn.langx.util.reflect.FieldAccessor
-
- setStringIgnoreCase(boolean) - 类 中的方法com.jn.langx.util.BooleanEvaluator
-
- setTarget(T) - 接口 中的方法com.jn.langx.Accessor
-
- setTarget(Object) - 类 中的方法com.jn.langx.proxy.MethodInvocation
-
- setTarget(Object) - 类 中的方法com.jn.langx.proxy.SimpleInvocationHandler
-
- setTarget(String) - 类 中的方法com.jn.langx.text.HttpQueryStringAccessor
-
- setTarget(T) - 类 中的方法com.jn.langx.util.BasedStringAccessor
-
- setTarget(Collection) - 类 中的方法com.jn.langx.util.collection.Tuple
-
- setTarget(E) - 类 中的方法com.jn.langx.util.reflect.ArrayAccessor
-
- setTask(Callable<V>) - 类 中的方法com.jn.langx.util.concurrent.WrappedCallable
-
- setTask(Runnable) - 类 中的方法com.jn.langx.util.concurrent.WrappedRunable
-
- setUpdates(Collection<E>) - 类 中的方法com.jn.langx.util.collection.diff.CollectionDiffResult
-
- setUpdates(Map<K, V>) - 类 中的方法com.jn.langx.util.collection.diff.MapDiffResult
-
- setValue(V) - 类 中的方法com.jn.langx.util.struct.Pair
-
- setValueComparator(Comparator<V>) - 类 中的方法com.jn.langx.util.collection.diff.MapDiffer
-
- shortSummary() - 类 中的方法com.jn.langx.util.StopWatch
-
Return a short description of the total running time.
- SimpleEventPublisher - com.jn.langx.event.local中的类
-
- SimpleEventPublisher() - 类 的构造器com.jn.langx.event.local.SimpleEventPublisher
-
- SimpleIdGenerator - com.jn.langx.util.id中的类
-
A simple
IdGenerator that starts at 1 and increments by 1 with each call.
- SimpleIdGenerator() - 类 的构造器com.jn.langx.util.id.SimpleIdGenerator
-
- SimpleInvocationHandler - com.jn.langx.proxy中的类
-
ProxyInstance -> invocation handler -> Target
- SimpleInvocationHandler() - 类 的构造器com.jn.langx.proxy.SimpleInvocationHandler
-
- SimpleInvocationHandler(Object) - 类 的构造器com.jn.langx.proxy.SimpleInvocationHandler
-
- SimpleProxyFactory - com.jn.langx.proxy中的类
-
- SimpleProxyFactory() - 类 的构造器com.jn.langx.proxy.SimpleProxyFactory
-
- SimpleScriptEngineFactory - com.jn.langx.util.script中的类
-
- SimpleScriptEngineFactory() - 类 的构造器com.jn.langx.util.script.SimpleScriptEngineFactory
-
- simpleStringEvaluator - 类 中的静态变量com.jn.langx.util.BooleanEvaluator
-
- SimpleTree - com.jn.langx.util.collection.tree中的类
-
- SimpleTree() - 类 的构造器com.jn.langx.util.collection.tree.SimpleTree
-
- SimpleTree(Collection<TreeNode>) - 类 的构造器com.jn.langx.util.collection.tree.SimpleTree
-
- size() - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.Interval
-
Returns the length of the interval.
- size() - 接口 中的方法com.jn.langx.algorithm.ahocorasick.interval.Intervalable
-
- size() - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Returns the number of values in this record.
- size() - 类 中的方法com.jn.langx.util.collection.CopyOnWriteHashMap
-
- size() - 类 中的方法com.jn.langx.util.collection.LinkedTreeMap
-
- size() - 类 中的方法com.jn.langx.util.collection.MultiKeyMap
-
- size() - 类 中的方法com.jn.langx.util.collection.Tuple
-
- size() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- size() - 类 中的方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- size() - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Returns the number of elements in this queue.
- size() - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Return the current size of the byte array.
- SizeFileComparator - com.jn.langx.util.io.file.comparator中的类
-
- SizeFileComparator() - 类 的构造器com.jn.langx.util.io.file.comparator.SizeFileComparator
-
- SizeFileComparator(boolean) - 类 的构造器com.jn.langx.util.io.file.comparator.SizeFileComparator
-
Construct a file size comparator instance specifying whether the size of
the directory contents should be aggregated.
- sizeOf(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Returns the size of the specified file or directory.
- sizeOfAsBigInteger(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Returns the size of the specified file or directory.
- sizeOfDirectory(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Counts the size of a directory recursively (sum of the length of all files).
- sizeOfDirectoryAsBigInteger(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Counts the size of a directory recursively (sum of the length of all files).
- skip(long) - 类 中的方法com.jn.langx.codec.BaseNCodecInputStream
- skip(Collection<E>, int) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
skip n elements, get a collection using subList(n, size)
- skip(int) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- skip(InputStream, long) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Skips bytes from an input byte stream.
- skip(ReadableByteChannel, long) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Skips bytes from a ReadableByteChannel.
- skip(Reader, long) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Skips characters from an input character stream.
- skipFully(InputStream, long) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Skips the requested number of bytes or fail if there are not enough left.
- skipFully(ReadableByteChannel, long) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Skips the requested number of bytes or fail if there are not enough left.
- skipFully(Reader, long) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Skips the requested number of characters or fail if there are not enough left.
- Sockets - com.jn.langx.util.net中的类
-
- Sockets() - 类 的构造器com.jn.langx.util.net.Sockets
-
- SOMAXCONN - 类 中的静态变量com.jn.langx.util.net.Nets
-
The SOMAXCONN value of the current machine.
- sort(Collection<E>, boolean) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
sort a collection, return an new list. it is different to
Collections.sort(list) is that : Collections.sort() return void
- sort(Collection<E>, Comparator<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
sort a collection, return an new list. it is different to
Collections.sort(list) is that : Collections.sort() return void
- sort(Collection<E>, Comparator<E>, boolean) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
sort a collection, return an new list. it is different to
Collections.sort(list) is that : Collections.sort() return void
- sort(Map<K, V>, Comparator<K>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
sort a collection, return an new list. it is different to
Collections.sort(list) is that : Collections.sort() return void
- sort(Comparator<TreeNode>) - 类 中的方法com.jn.langx.util.collection.tree.CommonTree
-
- sort(Comparator<TreeNode>) - 类 中的方法com.jn.langx.util.collection.tree.SimpleTree
-
- sort(Comparator<TreeNode>) - 接口 中的方法com.jn.langx.util.collection.tree.Tree
-
- sorted(Comparator<E>) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- split(String, String) - 类 中的静态方法com.jn.langx.util.Strings
-
split a string, the returned array is not contains: whitespace, null.
- start() - 类 中的方法com.jn.langx.util.StopWatch
-
Start an unnamed task.
- start(String) - 类 中的方法com.jn.langx.util.StopWatch
-
Start a named task.
- start() - 类 中的方法com.jn.langx.util.timer.HashedWheelTimer
-
Starts the background thread explicitly.
- State - com.jn.langx.algorithm.ahocorasick.trie中的类
-
A state has various important tasks it must attend to:
success; when a character points to another state, it must return that state
failure; when a character has no matching state, the algorithm must be able to fall back on a
state with less depth
emits; when this state is passed and keywords have been matched, the matches must be
'emitted' so that they can be used later on.
- State() - 类 的构造器com.jn.langx.algorithm.ahocorasick.trie.State
-
- State(int) - 类 的构造器com.jn.langx.algorithm.ahocorasick.trie.State
-
- StatefulEmitHandler - com.jn.langx.algorithm.ahocorasick.trie.handler中的接口
-
- stop() - 类 中的方法com.jn.langx.util.StopWatch
-
Stop the current task.
- stop() - 类 中的方法com.jn.langx.util.timer.HashedWheelTimer
-
- stop() - 接口 中的方法com.jn.langx.util.timer.Timer
-
Releases all resources acquired by this
Timer and cancels all
tasks which were scheduled but not executed yet.
- stopOnHit() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie.TrieBuilder
-
Configure the Trie to stop after the first keyword is found in the
text.
- StopWatch - com.jn.langx.util中的类
-
Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
- StopWatch() - 类 的构造器com.jn.langx.util.StopWatch
-
Construct a new stop watch.
- StopWatch(String) - 类 的构造器com.jn.langx.util.StopWatch
-
Construct a new stop watch with the given id.
- StopWatch.TaskInfo - com.jn.langx.util中的类
-
Inner class to hold data about one task executed within the stop watch.
- STRING_COMPARATOR - 类 中的静态变量com.jn.langx.util.comparator.Comparators
-
- STRING_COMPARATOR_IGNORE_CASE - 类 中的静态变量com.jn.langx.util.comparator.Comparators
-
- StringBuilderWriter - com.jn.langx.util.io中的类
-
- StringBuilderWriter() - 类 的构造器com.jn.langx.util.io.StringBuilderWriter
-
- StringBuilderWriter(int) - 类 的构造器com.jn.langx.util.io.StringBuilderWriter
-
Constructs a new
StringBuilder instance with the specified capacity.
- StringBuilderWriter(StringBuilder) - 类 的构造器com.jn.langx.util.io.StringBuilderWriter
-
- StringComparator - com.jn.langx.util.comparator中的类
-
- StringComparator() - 类 的构造器com.jn.langx.util.comparator.StringComparator
-
- StringComparator(boolean) - 类 的构造器com.jn.langx.util.comparator.StringComparator
-
- StringMaker - com.jn.langx.util中的类
-
- StringMaker(String) - 类 的构造器com.jn.langx.util.StringMaker
-
- StringMap - com.jn.langx.util.collection中的类
-
A map with key, value are String.
- StringMap() - 类 的构造器com.jn.langx.util.collection.StringMap
-
- StringMap(int) - 类 的构造器com.jn.langx.util.collection.StringMap
-
- StringMap(int, float) - 类 的构造器com.jn.langx.util.collection.StringMap
-
- StringMap(Map<String, String>) - 类 的构造器com.jn.langx.util.collection.StringMap
-
- StringMap(String, String, String) - 类 的构造器com.jn.langx.util.collection.StringMap
-
- StringMapAccessor - com.jn.langx.util.collection中的类
-
A accessor for a StringMap
- StringMapAccessor() - 类 的构造器com.jn.langx.util.collection.StringMapAccessor
-
- StringMapAccessor(StringMap) - 类 的构造器com.jn.langx.util.collection.StringMapAccessor
-
- StringNameValuePair - com.jn.langx.util.struct.pair中的类
-
- StringNameValuePair() - 类 的构造器com.jn.langx.util.struct.pair.StringNameValuePair
-
- StringNameValuePair(String, String) - 类 的构造器com.jn.langx.util.struct.pair.StringNameValuePair
-
- Strings - com.jn.langx.util中的类
-
- StringTemplate - com.jn.langx.text中的类
-
- StringTemplate() - 类 的构造器com.jn.langx.text.StringTemplate
-
- StringTemplate.IndexBasedValueGetter - com.jn.langx.text中的类
-
- StringTemplates - com.jn.langx.text中的类
-
- StringTemplates() - 类 的构造器com.jn.langx.text.StringTemplates
-
- substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法com.jn.langx.util.Strings
-
Test whether the given string matches the given substring
at the given index.
- subtypeOf(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
Returns a type that represents an unknown type that extends bound.
- SuffixFileFilter - com.jn.langx.util.io.file.filter中的类
-
- SuffixFileFilter(String) - 类 的构造器com.jn.langx.util.io.file.filter.SuffixFileFilter
-
- SuffixFileFilter(String, boolean) - 类 的构造器com.jn.langx.util.io.file.filter.SuffixFileFilter
-
- SuffixFileFilter(String[]) - 类 的构造器com.jn.langx.util.io.file.filter.SuffixFileFilter
-
- SuffixFileFilter(String[], boolean) - 类 的构造器com.jn.langx.util.io.file.filter.SuffixFileFilter
-
- SuffixFileFilter(List<String>) - 类 的构造器com.jn.langx.util.io.file.filter.SuffixFileFilter
-
- SuffixFileFilter(List<String>, boolean) - 类 的构造器com.jn.langx.util.io.file.filter.SuffixFileFilter
-
- sum() - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- supertypeOf(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
Returns a type that represents an unknown supertype of bound.
- supplier() - 接口 中的方法com.jn.langx.util.function.Collector
-
- Supplier<I,O> - com.jn.langx.util.function中的接口
-
A factory that is similar to Java 8 Supplier.
- Supplier0<O> - com.jn.langx.util.function中的接口
-
A factory that is similar to Java 8 Supplier.
- SystemPropertys - com.jn.langx.util中的类
-
- SystemPropertys() - 类 的构造器com.jn.langx.util.SystemPropertys
-
- take() - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
- target - 类 中的变量com.jn.langx.proxy.MethodInvocation
-
- target - 类 中的变量com.jn.langx.proxy.SimpleInvocationHandler
-
- TargetDelegateProvider - com.jn.langx.proxy.targetdelegate中的接口
-
- task() - 接口 中的方法com.jn.langx.util.timer.Timeout
-
Returns the
TimerTask which is associated with this handle.
- TaskInterceptor - com.jn.langx.util.concurrent中的接口
-
- TaskInterceptorChain - com.jn.langx.util.concurrent.interceptor中的类
-
Interceptor chain for task execute.
- TaskInterceptorChain() - 类 的构造器com.jn.langx.util.concurrent.interceptor.TaskInterceptorChain
-
- TDF - 类 中的静态变量com.jn.langx.text.csv.CsvFormat
-
Tab-delimited format.
- TEL - 类 中的静态变量com.jn.langx.util.script.javascript.regexp.RegExp
-
电话号码:
1、手机号码验证 /^((86|\+86)?
- test(V) - 接口 中的方法com.jn.langx.util.function.Predicate
-
- test(K, V) - 接口 中的方法com.jn.langx.util.function.Predicate2
-
- test(File) - 类 中的方法com.jn.langx.util.io.file.filter.AbstractFileFilter
-
- test(File, String) - 类 中的方法com.jn.langx.util.io.file.filter.AbstractFileFilter
-
- test(String) - 类 中的方法com.jn.langx.util.script.javascript.regexp.RegExp
-
判断字符串str是否匹配指定的模式
- test(String, RegExp.MutilTest) - 类 中的方法com.jn.langx.util.script.javascript.regexp.RegExp
-
这个方法可以多次调用Js中Reg的test方法
- ThreadLocalFactory<I,E> - com.jn.langx.factory中的类
-
- ThreadLocalFactory(Factory<I, E>) - 类 的构造器com.jn.langx.factory.ThreadLocalFactory
-
- ThreadLocalRandom - com.jn.langx.util.random中的类
-
A random number generator isolated to the current thread.
- Threads - com.jn.langx.util.concurrent中的类
-
- Threads() - 类 的构造器com.jn.langx.util.concurrent.Threads
-
- ThreadSafe - com.jn.langx.annotation中的注释类型
-
a mark annotation
- Throwables - com.jn.langx.util中的类
-
- Throwables() - 类 的构造器com.jn.langx.util.Throwables
-
- throwAsRuntimeException(Throwable) - 类 中的静态方法com.jn.langx.util.Throwables
-
- throwIfError(Throwable) - 类 中的静态方法com.jn.langx.util.Throwables
-
- throwIfIOException(Throwable) - 类 中的静态方法com.jn.langx.util.Throwables
-
- throwIfRuntimeException(Throwable) - 类 中的静态方法com.jn.langx.util.Throwables
-
- throwRootCauseIfIOException(Throwable) - 类 中的静态方法com.jn.langx.util.Throwables
-
step1 : get root cause
step2 : throwIfIOException(root cause)
- Timeout - com.jn.langx.util.timer中的接口
-
- timer() - 接口 中的方法com.jn.langx.util.timer.Timeout
-
Returns the
Timer that created this handle.
- Timer - com.jn.langx.util.timer中的接口
-
Schedules
TimerTasks for one-time future execution in a background
thread.
- TimerTask - com.jn.langx.util.timer中的接口
-
- toAddressString(InetAddress) - 类 中的静态方法com.jn.langx.util.net.Nets
-
- toAddressString(InetAddress, boolean) - 类 中的静态方法com.jn.langx.util.net.Nets
-
- toArray(Collection<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- toArray(Collection<E>, Class<E[]>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
Convert a list to an array
- toArray() - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- toArray(Class<E[]>) - 类 中的方法com.jn.langx.util.collection.Pipeline
-
- toArray() - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- toArray(T[]) - 类 中的方法com.jn.langx.util.collection.WheelQueue
-
- toArray() - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Returns an array containing all of the elements in this queue, in
proper sequence.
- toArray(T[]) - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
- toBufferedInputStream(InputStream) - 类 中的静态方法com.jn.langx.util.io.ByteArrayOutputStream
-
Fetches entire contents of an InputStream and represent
same data as result InputStream.
- toBufferedInputStream(InputStream, int) - 类 中的静态方法com.jn.langx.util.io.ByteArrayOutputStream
-
Fetches entire contents of an InputStream and represent
same data as result InputStream.
- toBufferedInputStream(InputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Fetches entire contents of an InputStream and represent
same data as result InputStream.
- toBufferedInputStream(InputStream, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Fetches entire contents of an InputStream and represent
same data as result InputStream.
- toBufferedReader(Reader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given reader if it is a
BufferedReader, otherwise creates a BufferedReader from the given
reader.
- toBufferedReader(Reader, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Returns the given reader if it is a
BufferedReader, otherwise creates a BufferedReader from the given
reader.
- toByteArray() - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Gets the current contents of this byte stream as a byte array.
- toByteArray(InputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of an InputStream as a byte[].
- toByteArray(InputStream, long) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets contents of an InputStream as a byte[].
- toByteArray(InputStream, int) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of an InputStream as a byte[].
- toByteArray(Reader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- toByteArray(Reader, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a Reader as a byte[]
using the specified character encoding.
- toByteArray(Reader, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a Reader as a byte[]
using the specified character encoding.
- toByteArray(String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- toByteArray(URI) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a URI as a byte[].
- toByteArray(URL) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a URL as a byte[].
- toByteArray(URLConnection) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a URLConnection as a byte[].
- toCharArray(InputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- toCharArray(InputStream, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of an InputStream as a character array
using the specified character encoding.
- toCharArray(InputStream, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of an InputStream as a character array
using the specified character encoding.
- toCharArray(Reader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a Reader as a character array.
- toClass(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
convert any type to Class
- toFile(URL) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Convert from a URL to a File.
- toHashMap(Function<E, K>, Function<E, V>, boolean) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- toHashSet(boolean) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- toHintString() - 接口 中的方法com.jn.langx.util.leak.ResourceLeakHint
-
Returns a human-readable message that potentially enables easier resource leak tracking.
- toInputStream() - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Gets the current contents of this byte stream as a Input Stream.
- toInputStream(CharSequence) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- toInputStream(CharSequence, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Converts the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(CharSequence, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Converts the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- toInputStream(String, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Converts the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(String, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Converts the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toInt(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- Token - com.jn.langx.algorithm.ahocorasick.trie中的类
-
- Token(String) - 类 的构造器com.jn.langx.algorithm.ahocorasick.trie.Token
-
- tokenize(String) - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Trie
-
- toList() - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- toLittleEndian(byte[], long, int, int) - 类 中的静态方法com.jn.langx.util.Bytes
-
Inserts the given value into the array as a little endian
sequence of the given length starting at the given offset.
- toLittleEndian(OutputStream, long, int) - 类 中的静态方法com.jn.langx.util.Bytes
-
Writes the given value to the given stream as a little endian
array of the given length.
- toLittleEndian(Bytes.ByteConsumer, long, int) - 类 中的静态方法com.jn.langx.util.Bytes
-
Provides the given value to the given consumer as a little endian
sequence of the given length.
- toLittleEndian(DataOutput, long, int) - 类 中的静态方法com.jn.langx.util.Bytes
-
Writes the given value to the given stream as a little endian
array of the given length.
- toLowerCase(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- toLowerCase(byte) - 类 中的静态方法com.jn.langx.util.Chars
-
- toMap() - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Copies this record into a new Map of header name to record value.
- toObject() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValue
-
- toObject() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueBool
-
- toObject() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueDate
-
- toObject() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueDouble
-
- toObject() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueFloat
-
- toObject() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueInt
-
- toObject() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValueLong
-
- toPinyin(String) - 类 中的静态方法com.jn.langx.text.pinyin.Pinyin
-
- toPinyin(String, String) - 类 中的静态方法com.jn.langx.text.pinyin.Pinyin
-
将输入字符串转为拼音,转换过程中会使用之前设置的用户词典,以字符为单位插入分隔符
例: "hello:中国" 在separator为","时,输出: "h,e,l,l,o,:,ZHONG,GUO,!"
- toPinyin(char) - 类 中的静态方法com.jn.langx.text.pinyin.Pinyin
-
将输入字符转为拼音
- toPinyin(String) - 接口 中的方法com.jn.langx.text.pinyin.PinyinDict
-
- toPinyin(String) - 类 中的方法com.jn.langx.text.pinyin.PinyinMapDict
-
- toSocketAddressString(InetSocketAddress) - 类 中的静态方法com.jn.langx.util.net.Nets
-
- toSocketAddressString(String, int) - 类 中的静态方法com.jn.langx.util.net.Nets
-
Returns the
String representation of a host port combo.
- toString() - 类 中的方法com.jn.langx.algorithm.ahocorasick.interval.Interval
-
Returns the starting offset and ending offset separated
by a full colon (:).
- toString() - 类 中的方法com.jn.langx.algorithm.ahocorasick.trie.Emit
-
- toString() - 类 中的方法com.jn.langx.codec.BaseNCodec.Context
-
Returns a String useful for debugging (especially within a debugger.)
- toString() - 类 中的方法com.jn.langx.event.DomainEvent
-
- toString() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
- toString() - 类 中的方法com.jn.langx.text.csv.CsvRecord
-
Returns a string representation of the contents of this record.
- toString() - 类 中的方法com.jn.langx.text.ParameterizedMessage
-
- toString() - 类 中的方法com.jn.langx.util.collection.mutable.MutableValue
-
- toString() - 类 中的方法com.jn.langx.util.concurrent.MpscQueue
-
- toString() - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
- toString(String) - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Gets the current contents of this byte stream as a string
using the specified encoding.
- toString(Charset) - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Gets the current contents of this byte stream as a string
using the specified encoding.
- toString(InputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- toString(InputStream, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of an InputStream as a String
using the specified character encoding.
- toString(InputStream, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of an InputStream as a String
using the specified character encoding.
- toString(Reader) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a Reader as a String.
- toString(URI) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- toString(URI, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents at the given URI.
- toString(URI, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents at the given URI.
- toString(URL) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- toString(URL, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents at the given URL.
- toString(URL, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents at the given URL.
- toString(byte[]) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- toString(byte[], String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Gets the contents of a byte[] as a String
using the specified character encoding.
- toString() - 类 中的方法com.jn.langx.util.io.LineDelimiter
- toString() - 类 中的方法com.jn.langx.util.io.StringBuilderWriter
-
- toString() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl.GenericArrayTypeImpl
-
- toString() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl
-
- toString() - 类 中的方法com.jn.langx.util.reflect.type.ParameterizedTypeImpl.WildcardTypeImpl
-
- toString() - 类 中的方法com.jn.langx.util.StopWatch
-
Return an informative string describing all tasks performed
For custom reporting, call getTaskInfo() and use the task info directly.
- toString() - 类 中的方法com.jn.langx.util.StringMaker
-
- toStringFunction() - 类 中的静态方法com.jn.langx.util.function.Functions
-
Function, Mapper
- toTreeMap(Function<E, K>, Function<E, V>, Comparator<K>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- toTreeSet(Comparator<E>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- touch(File) - 类 中的静态方法com.jn.langx.util.io.file.Files
-
Implements the same behaviour as the "touch" utility on Unix.
- toUpperCase(byte) - 类 中的静态方法com.jn.langx.util.Chars
-
- toUpperCase(char) - 类 中的静态方法com.jn.langx.util.Chars
-
- track(T) - 类 中的方法com.jn.langx.util.leak.ResourceLeakDetector
-
- Tree<T extends TreeNode> - com.jn.langx.util.collection.tree中的接口
-
- TreeNode<T extends TreeNode> - com.jn.langx.util.collection.tree中的类
-
- TreeNode(String, String, String) - 类 的构造器com.jn.langx.util.collection.tree.TreeNode
-
- TreeNode() - 类 的构造器com.jn.langx.util.collection.tree.TreeNode
-
- TreeNode(String, String, String, boolean) - 类 的构造器com.jn.langx.util.collection.tree.TreeNode
-
- TreeNode(String, String, String, boolean, Collection<T>) - 类 的构造器com.jn.langx.util.collection.tree.TreeNode
-
- TreeNodeNotFoundException - com.jn.langx.util.collection.tree中的异常错误
-
- TreeNodeNotFoundException(String) - 异常错误 的构造器com.jn.langx.util.collection.tree.TreeNodeNotFoundException
-
- TreeStackNode - com.jn.langx.util.collection.tree中的类
-
- TreeStackNode(String, String, String) - 类 的构造器com.jn.langx.util.collection.tree.TreeStackNode
-
- Trie - com.jn.langx.algorithm.ahocorasick.trie中的类
-
Based on the Aho-Corasick white paper, Bell technologies:
http://cr.yp.to/bib/1975/aho.pdf
- Trie.TrieBuilder - com.jn.langx.algorithm.ahocorasick.trie中的类
-
- TrieConfig - com.jn.langx.algorithm.ahocorasick.trie中的类
-
- TrieConfig() - 类 的构造器com.jn.langx.algorithm.ahocorasick.trie.TrieConfig
-
- truncate(String, int) - 类 中的静态方法com.jn.langx.util.Strings
-
Get substring from 0 to a specified length
equals: string.substring(0, length)
- Tuple - com.jn.langx.util.collection中的类
-
- Tuple(Object, Object...) - 类 的构造器com.jn.langx.util.collection.Tuple
-
- Tuple(Collection<Object>) - 类 的构造器com.jn.langx.util.collection.Tuple
-
- Tuple(int, Collection<Object>) - 类 的构造器com.jn.langx.util.collection.Tuple
-
- Types - com.jn.langx.util.reflect.type中的类
-
- Types() - 类 的构造器com.jn.langx.util.reflect.type.Types
-
- typeToString(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Types
-
show a type as a string, for examples:
// TODO show an example for typeToString
- warning(SAXParseException) - 类 中的方法com.jn.langx.util.xml.Xmls.ErrorHandler
-
- WheelQueue<E> - com.jn.langx.util.collection中的类
-
- WheelQueue() - 类 的构造器com.jn.langx.util.collection.WheelQueue
-
- WildcardTypeImpl(Type[], Type[]) - 类 的构造器com.jn.langx.util.reflect.type.ParameterizedTypeImpl.WildcardTypeImpl
-
- WINDOWS - 类 中的静态变量com.jn.langx.util.io.LineDelimiter
-
- with(PinyinDict) - 类 中的方法com.jn.langx.text.pinyin.Pinyin.Config
-
添加字典
- with(Function2<String, Object[], String>) - 类 中的方法com.jn.langx.text.StringTemplate
-
- withAllowDuplicateHeaderNames() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat that allows duplicate header names.
- withAllowDuplicateHeaderNames(boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with duplicate header names behavior set to the given value.
- withAllowMissingColumnNames() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the missing column names behavior of the format set to true
- withAllowMissingColumnNames(boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the missing column names behavior of the format set to the given value.
- withAutoFlush(boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with whether to flush on close.
- withCommentMarker(char) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the comment start marker of the format set to the specified character.
- withCommentMarker(Character) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the comment start marker of the format set to the specified character.
- withDelimiter(char) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the delimiter of the format set to the specified character.
- withEscape(char) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the escape character of the format set to the specified character.
- withEscape(Character) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the escape character of the format set to the specified character.
- withFirstRecordAsHeader() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat using the first record as header.
- withHeader(Class<? extends Enum<?>>) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the header of the format defined by the enum class.
- withHeader(ResultSet) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the header of the format set from the result set metadata.
- withHeader(ResultSetMetaData) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the header of the format set from the result set metadata.
- withHeader(String...) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the header of the format set to the given values.
- withHeaderComments(Object...) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the header comments of the format set to the given values.
- withIgnoreEmptyLines() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the empty line skipping behavior of the format set to true.
- withIgnoreEmptyLines(boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the empty line skipping behavior of the format set to the given value.
- withIgnoreHeaderCase() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the header ignore case behavior set to true.
- withIgnoreHeaderCase(boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with whether header names should be accessed ignoring case.
- withIgnoreSurroundingSpaces() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the trimming behavior of the format set to true.
- withIgnoreSurroundingSpaces(boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the trimming behavior of the format set to the given value.
- withNullString(String) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with conversions to and from null for strings on input and output.
- withQuote(char) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the quoteChar of the format set to the specified character.
- withQuote(Character) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the quoteChar of the format set to the specified character.
- withQuoteMode(QuoteMode) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the output quote policy of the format set to the specified value.
- withRecordSeparator(char) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the record separator of the format set to the specified character.
- withRecordSeparator(String) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the record separator of the format set to the specified String.
- withSkipHeaderRecord() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with skipping the header record set to true.
- withSkipHeaderRecord(boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with whether to skip the header record.
- withSystemRecordSeparator() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with the record separator of the format set to the operating system's line
separator string, typically CR+LF on Windows and LF on Linux.
- withTrailingDelimiter() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat to add a trailing delimiter.
- withTrailingDelimiter(boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with whether to add a trailing delimiter.
- withTrim() - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat to trim leading and trailing blanks.
- withTrim(boolean) - 类 中的方法com.jn.langx.text.csv.CsvFormat
-
Returns a new CSVFormat with whether to trim leading and trailing blanks.
- words() - 接口 中的方法com.jn.langx.text.pinyin.PinyinDict
-
- words() - 类 中的方法com.jn.langx.text.pinyin.PinyinMapDict
-
- WORKER_STATE_INIT - 类 中的静态变量com.jn.langx.util.timer.HashedWheelTimer
-
- WORKER_STATE_SHUTDOWN - 类 中的静态变量com.jn.langx.util.timer.HashedWheelTimer
-
- WORKER_STATE_STARTED - 类 中的静态变量com.jn.langx.util.timer.HashedWheelTimer
-
- wrap(boolean[], boolean) - 类 中的静态方法com.jn.langx.util.collection.PrimitiveArrays
-
convert a boolean[] to a Boolean[]
- wrap(char[], boolean) - 类 中的静态方法com.jn.langx.util.collection.PrimitiveArrays
-
convert a char[] to a Character[]
- wrap(byte[], boolean) - 类 中的静态方法com.jn.langx.util.collection.PrimitiveArrays
-
convert a byte[] to a Byte[]
- wrap(short[], boolean) - 类 中的静态方法com.jn.langx.util.collection.PrimitiveArrays
-
convert a short[] to a Short[]
- wrap(int[], boolean) - 类 中的静态方法com.jn.langx.util.collection.PrimitiveArrays
-
convert a int[] to a Integer[]
- wrap(float[], boolean) - 类 中的静态方法com.jn.langx.util.collection.PrimitiveArrays
-
convert a float[] to a Float[]
- wrap(long[], boolean) - 类 中的静态方法com.jn.langx.util.collection.PrimitiveArrays
-
convert a long[] to a Long[]
- wrap(double[], boolean) - 类 中的静态方法com.jn.langx.util.collection.PrimitiveArrays
-
convert a double[] to a Double[]
- wrap(Map<K, V>, Supplier<K, V>) - 类 中的静态方法com.jn.langx.util.collection.WrappedNonAbsentMap
-
- wrap(Runnable) - 类 中的静态方法com.jn.langx.util.concurrent.WrappedTasks
-
- wrap(Callable<V>) - 类 中的静态方法com.jn.langx.util.concurrent.WrappedTasks
-
- wrap(Class<T>) - 类 中的静态方法com.jn.langx.util.reflect.type.Primitives
-
Returns the corresponding wrapper type of type if it is a primitive
type; otherwise returns type itself.
- wrap(Type) - 类 中的静态方法com.jn.langx.util.reflect.type.Primitives
-
wrap a primitive type to warped class
- wrapAsArray(E) - 类 中的静态方法com.jn.langx.util.collection.Arrs
-
Wrap any object using new Object[]{object};
- wrapAsNonAbsentMap(Map<K, V>, Supplier<K, V>) - 类 中的静态方法com.jn.langx.util.collection.Collects
-
- wrapAsRuntimeException(Throwable) - 类 中的静态方法com.jn.langx.util.Throwables
-
- WrappedCallable<V> - com.jn.langx.util.concurrent中的类
-
- WrappedCallable() - 类 的构造器com.jn.langx.util.concurrent.WrappedCallable
-
- WrappedCallable(Callable<V>) - 类 的构造器com.jn.langx.util.concurrent.WrappedCallable
-
- WrappedIterable<E> - com.jn.langx.util.collection.iter中的类
-
- WrappedIterable(Iterable<E>, boolean) - 类 的构造器com.jn.langx.util.collection.iter.WrappedIterable
-
- WrappedIterator<E> - com.jn.langx.util.collection.iter中的类
-
- WrappedIterator(Iterator<E>, boolean) - 类 的构造器com.jn.langx.util.collection.iter.WrappedIterator
-
- WrappedNonAbsentMap<K,V> - com.jn.langx.util.collection中的类
-
Avoid the follower code:
Map> map = new HashMap>();
List list = map.get(key);
if(list==null){
list = new ArrayList();
map.put(key, list);
}
list.add(e);
using this class, your code will be:
Supplier> supplier = new Supplier>(){
public List get(K key){
return new ArrayList();
}
};
Map> map0 = new HashMap>();
Map> map = WrapedNonAbsentMap.wrap(map0, supplier);
map.get(key).add(e);
- WrappedNonAbsentMap(Map<K, V>, Supplier<K, V>) - 类 的构造器com.jn.langx.util.collection.WrappedNonAbsentMap
-
- WrappedRunable - com.jn.langx.util.concurrent中的类
-
- WrappedRunable() - 类 的构造器com.jn.langx.util.concurrent.WrappedRunable
-
- WrappedRunable(Runnable) - 类 的构造器com.jn.langx.util.concurrent.WrappedRunable
-
- WrappedTask<V> - com.jn.langx.util.concurrent中的类
-
- WrappedTask() - 类 的构造器com.jn.langx.util.concurrent.WrappedTask
-
- WrappedTasks - com.jn.langx.util.concurrent中的类
-
- WrappedTasks() - 类 的构造器com.jn.langx.util.concurrent.WrappedTasks
-
- WrappedThread - com.jn.langx.util.concurrent中的类
-
- WrappedThread() - 类 的构造器com.jn.langx.util.concurrent.WrappedThread
-
- WrappedThread(String) - 类 的构造器com.jn.langx.util.concurrent.WrappedThread
-
- WrappedThread(ThreadGroup, String) - 类 的构造器com.jn.langx.util.concurrent.WrappedThread
-
- WrappedThread(ThreadGroup, Runnable) - 类 的构造器com.jn.langx.util.concurrent.WrappedThread
-
- WrappedThread(Runnable, String) - 类 的构造器com.jn.langx.util.concurrent.WrappedThread
-
- WrappedThread(ThreadGroup, Runnable, String) - 类 的构造器com.jn.langx.util.concurrent.WrappedThread
-
- WrappedThread(ThreadGroup, Runnable, String, long) - 类 的构造器com.jn.langx.util.concurrent.WrappedThread
-
- write(int) - 类 中的方法com.jn.langx.codec.BaseNCodecOutputStream
-
Writes the specified byte to this output stream.
- write(byte[], int, int) - 类 中的方法com.jn.langx.codec.BaseNCodecOutputStream
-
Writes len bytes from the specified b array starting at offset to this
output stream.
- write(byte[], int, int) - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Write the bytes to byte array.
- write(int) - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Write a byte to byte array.
- write(InputStream) - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Writes the entire contents of the specified input stream to this
byte stream.
- write(byte[], OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes bytes from a byte[] to an OutputStream.
- write(byte[], Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- write(byte[], Writer, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes bytes from a byte[] to chars on a Writer
using the specified character encoding.
- write(byte[], Writer, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes bytes from a byte[] to chars on a Writer
using the specified character encoding.
- write(char[], Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a char[] to a Writer
- write(char[], OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- write(char[], OutputStream, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a char[] to bytes on an
OutputStream using the specified character encoding.
- write(char[], OutputStream, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a char[] to bytes on an
OutputStream using the specified character encoding.
- write(CharSequence, Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a CharSequence to a Writer.
- write(CharSequence, OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- write(CharSequence, OutputStream, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a CharSequence to bytes on an
OutputStream using the specified character encoding.
- write(CharSequence, OutputStream, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a CharSequence to bytes on an
OutputStream using the specified character encoding.
- write(String, Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a String to a Writer.
- write(String, OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- write(String, OutputStream, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a String to bytes on an
OutputStream using the specified character encoding.
- write(String, OutputStream, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a String to bytes on an
OutputStream using the specified character encoding.
- write(StringBuffer, Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- write(StringBuffer, OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- write(StringBuffer, OutputStream, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- write(byte[], int, int) - 类 中的方法com.jn.langx.util.io.NullOutputStream
-
Does nothing - output to /dev/null.
- write(int) - 类 中的方法com.jn.langx.util.io.NullOutputStream
-
Does nothing - output to /dev/null.
- write(byte[]) - 类 中的方法com.jn.langx.util.io.NullOutputStream
-
Does nothing - output to /dev/null.
- write(String) - 类 中的方法com.jn.langx.util.io.StringBuilderWriter
-
- write(char[], int, int) - 类 中的方法com.jn.langx.util.io.StringBuilderWriter
-
- WriteableFileFilter - com.jn.langx.util.io.file.filter中的类
-
- WriteableFileFilter() - 类 的构造器com.jn.langx.util.io.file.filter.WriteableFileFilter
-
- writeChunked(byte[], OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes bytes from a byte[] to an OutputStream using chunked writes.
- writeChunked(char[], Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes chars from a char[] to a Writer using chunked writes.
- writeDocToFile(Document, File) - 类 中的静态方法com.jn.langx.util.xml.Xmls
-
- writeDocToOutputStream(Document, OutputStream) - 类 中的静态方法com.jn.langx.util.xml.Xmls
-
- writeLines(Collection<?>, String, OutputStream) - 类 中的静态方法com.jn.langx.util.io.IOs
-
- writeLines(Collection<?>, String, OutputStream, Charset) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes the toString() value of each item in a collection to
an OutputStream line by line, using the specified character
encoding and the specified line ending.
- writeLines(Collection<?>, String, OutputStream, String) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes the toString() value of each item in a collection to
an OutputStream line by line, using the specified character
encoding and the specified line ending.
- writeLines(Collection<?>, String, Writer) - 类 中的静态方法com.jn.langx.util.io.IOs
-
Writes the toString() value of each item in a collection to
a Writer line by line, using the specified line ending.
- writeTo(OutputStream) - 类 中的方法com.jn.langx.util.io.ByteArrayOutputStream
-
Writes the entire contents of this byte stream to the
specified output stream.