跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

abort(Throwable) - 类 中的方法com.firefly.utils.concurrent.CompletableCallback
Callback method invoked when this callback is failed.
AbstractArrayProxyFactory - com.firefly.utils.classproxy中的类
 
AbstractArrayProxyFactory() - 类 的构造器com.firefly.utils.classproxy.AbstractArrayProxyFactory
 
AbstractConcurrentAutomaticClearMap<K,V> - com.firefly.utils.collection中的类
 
AbstractConcurrentAutomaticClearMap() - 类 的构造器com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
AbstractConcurrentAutomaticClearMap.MapEntryImpl - com.firefly.utils.collection中的类
 
AbstractFieldProxyFactory - com.firefly.utils.classproxy中的类
 
AbstractFieldProxyFactory() - 类 的构造器com.firefly.utils.classproxy.AbstractFieldProxyFactory
 
AbstractFileResolvingResource - com.firefly.utils.io中的类
Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - 类 的构造器com.firefly.utils.io.AbstractFileResolvingResource
 
AbstractJsonStringWriter - com.firefly.utils.json.io中的类
 
AbstractJsonStringWriter() - 类 的构造器com.firefly.utils.json.io.AbstractJsonStringWriter
 
AbstractJsonStringWriter(int) - 类 的构造器com.firefly.utils.json.io.AbstractJsonStringWriter
 
AbstractLifeCycle - com.firefly.utils.lang中的类
 
AbstractLifeCycle() - 类 的构造器com.firefly.utils.lang.AbstractLifeCycle
 
AbstractLogConfigParser - com.firefly.utils.log中的类
 
AbstractLogConfigParser() - 类 的构造器com.firefly.utils.log.AbstractLogConfigParser
 
AbstractMethodProxyFactory - com.firefly.utils.classproxy中的类
 
AbstractMethodProxyFactory() - 类 的构造器com.firefly.utils.classproxy.AbstractMethodProxyFactory
 
AbstractProxyFactory - com.firefly.utils.classproxy中的类
 
AbstractProxyFactory() - 类 的构造器com.firefly.utils.classproxy.AbstractProxyFactory
 
AbstractResource - com.firefly.utils.io中的类
Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - 类 的构造器com.firefly.utils.io.AbstractResource
 
AbstractTrie<V> - com.firefly.utils.collection中的类
 
AbstractTrie(boolean) - 类 的构造器com.firefly.utils.collection.AbstractTrie
 
accept(Method) - 接口 中的方法com.firefly.utils.classproxy.MethodFilter
 
accept(String, Field) - 接口 中的方法com.firefly.utils.ReflectUtils.BeanFieldFilter
 
accept(String, Method) - 接口 中的方法com.firefly.utils.ReflectUtils.BeanMethodFilter
 
acquire() - 类 中的方法com.firefly.utils.concurrent.SharedBlockingCallback
 
Action - com.firefly.utils.function中的接口
All Action interfaces extend from this.
Action0 - com.firefly.utils.function中的接口
A zero-argument action.
Action1<T> - com.firefly.utils.function中的接口
A one-argument action.
Action2<T1,T2> - com.firefly.utils.function中的接口
A two-argument action.
Action3<T1,T2,T3> - com.firefly.utils.function中的接口
A three-argument action.
Action4<T1,T2,T3,T4> - com.firefly.utils.function中的接口
A four-argument action.
Action5<T1,T2,T3,T4,T5> - com.firefly.utils.function中的接口
A five-argument action.
Action6<T1,T2,T3,T4,T5,T6> - com.firefly.utils.function中的接口
A six-argument action.
Action7<T1,T2,T3,T4,T5,T6,T7> - com.firefly.utils.function中的接口
A seven-argument action.
Action8<T1,T2,T3,T4,T5,T6,T7,T8> - com.firefly.utils.function中的接口
An eight-argument action.
Action9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - com.firefly.utils.function中的接口
A nine-argument action.
ActionN - com.firefly.utils.function中的接口
A vector-argument action.
Actions - com.firefly.utils.function中的类
Utility class for the Action interfaces.
Adapter() - 类 的构造器com.firefly.utils.concurrent.Promise.Adapter
 
add(E) - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
add(int, E) - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
add(E) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
add(int, E) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
add(T) - 类 中的方法com.firefly.utils.collection.ConsistentHash
 
add(T) - 类 中的方法com.firefly.utils.collection.HashedArrayTree
Adds a new element to the HashedArrayTree.
add(int, T) - 类 中的方法com.firefly.utils.collection.HashedArrayTree
Adds the specified element at the position just before the specified index.
add(Object, Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
Add an item to a LazyList
add(Object, int, Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
Add an item to a LazyList
add(String, V) - 类 中的方法com.firefly.utils.collection.MultiMap
Add value to multi valued entry.
add(LogItem) - 类 中的方法com.firefly.utils.log.file.FileLogTask
 
add(LogItem) - 接口 中的方法com.firefly.utils.log.LogTask
 
add(long, Runnable) - 类 中的方法com.firefly.utils.time.HashTimeWheel
add a task
addAllValues(MultiMap<V>) - 类 中的方法com.firefly.utils.collection.MultiMap
Merge values.
addArray(Object, Object[]) - 类 中的静态方法com.firefly.utils.collection.LazyList
Add the contents of an array to a LazyList
addCollection(Object, Collection<?>) - 类 中的静态方法com.firefly.utils.collection.LazyList
Add the contents of a Collection to a LazyList
addObjectToArray(A[], O) - 类 中的静态方法com.firefly.utils.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addPaths(String, String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Add two URI path segments.
addProtocolResolver(ProtocolResolver) - 类 中的方法com.firefly.utils.io.DefaultResourceLoader
Register the given resolver with this resource loader, allowing for additional protocols to be handled.
addResourcePathToPackagePath(Class<?>, String) - 类 中的静态方法com.firefly.utils.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
addToArray(T[], T, Class<?>) - 类 中的静态方法com.firefly.utils.lang.ArrayUtils
Add element to an array
addUnsafe(E) - 类 中的方法com.firefly.utils.collection.ArrayQueue
Add without synchronization or bounds checking
addValues(String, List<V>) - 类 中的方法com.firefly.utils.collection.MultiMap
Add values to multi valued entry.
addValues(String, V[]) - 类 中的方法com.firefly.utils.collection.MultiMap
Add values to multi valued entry.
advance() - 类 中的方法com.firefly.utils.lang.StringParser
Advance the current parsing position by one, if we are not already past the end of the string.
ALL_CHAR - 类 中的静态变量com.firefly.utils.RandomUtils
 
allocate(int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Allocate ByteBuffer in flush mode.
allocateDirect(int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Allocate ByteBuffer in flush mode.
append(boolean) - 类 中的方法com.firefly.utils.codec.HuffmanCodec.BitBuilder
 
append - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
append(byte) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
append(ByteBuffer, byte[], int, int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Append bytes to a buffer.
append(ByteBuffer, byte) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Appends a byte to a buffer
append(ByteBuffer, ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Appends a buffer to a buffer
append(CharSequence) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
append(CharSequence, int, int) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
append(char) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
append(char) - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
append(String) - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
append(String, int, int) - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
append(byte) - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
append(ByteBuffer) - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
append(byte[], int, int) - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
append(byte[], int, int, int) - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
append(StringBuilder, String, int, int) - 类 中的静态方法com.firefly.utils.StringUtils
Append substring to StringBuilder
append(StringBuilder, byte, int) - 类 中的静态方法com.firefly.utils.StringUtils
append hex digit
append2digits(StringBuffer, int) - 类 中的静态方法com.firefly.utils.StringUtils
Append 2 digits (zero padded) to the StringBuffer
append2digits(StringBuilder, int) - 类 中的静态方法com.firefly.utils.StringUtils
Append 2 digits (zero padded) to the StringBuilder
appendable - 类 中的变量com.firefly.utils.lang.Utf8Appendable
 
appendByte(byte) - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
appendSchemeHostPort(StringBuilder, String, String, int) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Append scheme, host and port URI prefix, handling IPv6 address encoding and default ports
appendSchemeHostPort(StringBuffer, String, String, int) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Append scheme, host and port URI prefix, handling IPv6 address encoding and default ports
apply(T) - 接口 中的方法com.firefly.utils.lang.MultiReturnFunction
 
apply(T) - 接口 中的方法com.firefly.utils.lang.SingleReturnFunction
 
applyRelativePath(String, String) - 类 中的静态方法com.firefly.utils.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
ARRAY_PRE - 接口 中的静态变量com.firefly.utils.json.JsonStringSymbol
 
ARRAY_SUF - 接口 中的静态变量com.firefly.utils.json.JsonStringSymbol
 
ARRAY_SUFFIX - 类 中的静态变量com.firefly.utils.ClassUtils
Suffix for array class names: "[]"
arrayCopy() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue.Block
 
arrayGet(Object, int) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
ArrayParser - com.firefly.utils.json.parser中的类
 
ArrayParser(Class<?>) - 类 的构造器com.firefly.utils.json.parser.ArrayParser
 
ArrayProxyFactoryUsingJavaCompiler - com.firefly.utils.classproxy中的类
 
ArrayProxyFactoryUsingJavassist - com.firefly.utils.classproxy中的类
 
ArrayQueue<E> - com.firefly.utils.collection中的类
Queue backed by circular array.
ArrayQueue() - 类 的构造器com.firefly.utils.collection.ArrayQueue
 
ArrayQueue(Object) - 类 的构造器com.firefly.utils.collection.ArrayQueue
 
ArrayQueue(int) - 类 的构造器com.firefly.utils.collection.ArrayQueue
 
ArrayQueue(int, int) - 类 的构造器com.firefly.utils.collection.ArrayQueue
 
ArrayQueue(int, int, Object) - 类 的构造器com.firefly.utils.collection.ArrayQueue
 
ArraySerializer - com.firefly.utils.json.serializer中的类
 
ArraySerializer() - 类 的构造器com.firefly.utils.json.serializer.ArraySerializer
 
arraySet(Object, int, Object) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
arraySize(Object) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
ArrayTernaryTrie<V> - com.firefly.utils.collection中的类
A Ternary Trie String lookup data structure.
ArrayTernaryTrie() - 类 的构造器com.firefly.utils.collection.ArrayTernaryTrie
Create a case insensitive Trie of default capacity.
ArrayTernaryTrie(boolean) - 类 的构造器com.firefly.utils.collection.ArrayTernaryTrie
Create a Trie of default capacity
ArrayTernaryTrie(int) - 类 的构造器com.firefly.utils.collection.ArrayTernaryTrie
Create a case insensitive Trie
ArrayTernaryTrie(boolean, int) - 类 的构造器com.firefly.utils.collection.ArrayTernaryTrie
Create a Trie
ArrayTernaryTrie(ArrayTernaryTrie<V>, double) - 类 的构造器com.firefly.utils.collection.ArrayTernaryTrie
Copy Trie and change capacity by a factor
arrayToList(Object) - 类 中的静态方法com.firefly.utils.CollectionUtils
Convert the supplied array into a List.
ArrayTrie<V> - com.firefly.utils.collection中的类
A Trie String lookup data structure using a fixed size array.
ArrayTrie() - 类 的构造器com.firefly.utils.collection.ArrayTrie
 
ArrayTrie(int) - 类 的构造器com.firefly.utils.collection.ArrayTrie
 
ArrayUtils - com.firefly.utils.lang中的类
Utility methods for Array manipulation
ArrayUtils() - 类 的构造器com.firefly.utils.lang.ArrayUtils
 
asciiToLowerCase(String) - 类 中的静态方法com.firefly.utils.StringUtils
fast lower case conversion.
asList(T[]) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
Array to List.
asMutableList(E[]) - 类 中的静态方法com.firefly.utils.lang.ArrayUtils
 
Assert - com.firefly.utils中的类
Assertion utility class that assists in validating arguments.
Assert() - 类 的构造器com.firefly.utils.Assert
 
Atomics - com.firefly.utils.concurrent中的类
 

B

Base64 - com.firefly.utils.codec中的类
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64() - 类 的构造器com.firefly.utils.codec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(boolean) - 类 的构造器com.firefly.utils.codec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64(int) - 类 的构造器com.firefly.utils.codec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[]) - 类 的构造器com.firefly.utils.codec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - 类 的构造器com.firefly.utils.codec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64Utils - com.firefly.utils.codec中的类
 
Base64Utils() - 类 的构造器com.firefly.utils.codec.Base64Utils
 
BaseNCodec - com.firefly.utils.codec中的类
Abstract superclass for Base-N encoders and decoders.
BaseNCodec(int, int, int, int) - 类 的构造器com.firefly.utils.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.firefly.utils.codec.BaseNCodec
Note lineLength is rounded down to the nearest multiple of BaseNCodec.encodedBlockSize If chunkSeparatorLength is zero, then chunking is disabled.
BigDecimalParser - com.firefly.utils.json.parser中的类
 
BigDecimalParser() - 类 的构造器com.firefly.utils.json.parser.BigDecimalParser
 
BigIntegerParser - com.firefly.utils.json.parser中的类
 
BigIntegerParser() - 类 的构造器com.firefly.utils.json.parser.BigIntegerParser
 
BinaryDecoder - com.firefly.utils.codec中的接口
Defines common decoding methods for byte array decoders.
BinaryEncoder - com.firefly.utils.codec中的接口
Defines common encoding methods for byte array encoders.
BitBuilder() - 类 的构造器com.firefly.utils.codec.HuffmanCodec.BitBuilder
 
BitBuilder(int) - 类 的构造器com.firefly.utils.codec.HuffmanCodec.BitBuilder
 
bitBuilder - 类 中的变量com.firefly.utils.codec.HuffmanCodec.HuffmanCode
 
biToHex(BigInteger) - 类 中的静态方法com.firefly.utils.codec.HexUtils
Turn a BigInteger into a hex string.
bits - 类 中的变量com.firefly.utils.codec.HuffmanCodec.HuffmanCode
 
bitsToBytes(BitSet, int) - 类 中的静态方法com.firefly.utils.codec.HexUtils
 
bitsToHexString(BitSet, int) - 类 中的静态方法com.firefly.utils.codec.HexUtils
 
Block(int) - 类 的构造器com.firefly.utils.collection.ConcurrentArrayQueue.Block
 
block() - 类 中的方法com.firefly.utils.concurrent.SharedBlockingCallback.Blocker
Block until the Callback has succeeded or failed and after the return leave in the state to allow reuse.
Blocker() - 类 的构造器com.firefly.utils.concurrent.SharedBlockingCallback.Blocker
 
BlockingArrayQueue<E> - com.firefly.utils.collection中的类
A BlockingQueue backed by a circular array capable or growing.
BlockingArrayQueue() - 类 的构造器com.firefly.utils.collection.BlockingArrayQueue
Creates an unbounded BlockingArrayQueue with default initial capacity and grow factor.
BlockingArrayQueue(int) - 类 的构造器com.firefly.utils.collection.BlockingArrayQueue
Creates a bounded BlockingArrayQueue that does not grow.
BlockingArrayQueue(int, int) - 类 的构造器com.firefly.utils.collection.BlockingArrayQueue
Creates an unbounded BlockingArrayQueue that grows by the given parameter.
BlockingArrayQueue(int, int, int) - 类 的构造器com.firefly.utils.collection.BlockingArrayQueue
Create a bounded BlockingArrayQueue that grows by the given parameter.
BlockingPool<T> - com.firefly.utils.lang.pool中的接口
Represents a pool of objects that makes the requesting threads wait if no object is available.
BooleanArraySerializer - com.firefly.utils.json.serializer中的类
 
BooleanArraySerializer(boolean) - 类 的构造器com.firefly.utils.json.serializer.BooleanArraySerializer
 
BooleanParser - com.firefly.utils.json.parser中的类
 
BooleanParser() - 类 的构造器com.firefly.utils.json.parser.BooleanParser
 
BoolSerializer - com.firefly.utils.json.serializer中的类
 
BoolSerializer() - 类 的构造器com.firefly.utils.json.serializer.BoolSerializer
 
BoundedBlockingPool<T> - com.firefly.utils.lang.pool中的类
 
BoundedBlockingPool(int, int, ObjectFactory<T>, Pool.Validator<T>, Pool.Dispose<T>) - 类 的构造器com.firefly.utils.lang.pool.BoundedBlockingPool
 
BoundedBlockingPool(int, BlockingQueue<T>, ObjectFactory<T>, Pool.Validator<T>, Pool.Dispose<T>) - 类 的构造器com.firefly.utils.lang.pool.BoundedBlockingPool
 
buf - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
buf - 类 中的变量com.firefly.utils.json.io.AbstractJsonStringWriter
 
bufbitlen - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
bufdirty - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
bufendpos - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
BufferedRandomAccessFile - com.firefly.utils.io中的类
 
BufferedRandomAccessFile(String) - 类 的构造器com.firefly.utils.io.BufferedRandomAccessFile
 
BufferedRandomAccessFile(File) - 类 的构造器com.firefly.utils.io.BufferedRandomAccessFile
 
BufferedRandomAccessFile(String, int) - 类 的构造器com.firefly.utils.io.BufferedRandomAccessFile
 
BufferedRandomAccessFile(File, int) - 类 的构造器com.firefly.utils.io.BufferedRandomAccessFile
 
BufferedRandomAccessFile(String, String) - 类 的构造器com.firefly.utils.io.BufferedRandomAccessFile
 
BufferedRandomAccessFile(File, String) - 类 的构造器com.firefly.utils.io.BufferedRandomAccessFile
 
BufferedRandomAccessFile(String, String, int) - 类 的构造器com.firefly.utils.io.BufferedRandomAccessFile
 
BufferedRandomAccessFile(File, String, int) - 类 的构造器com.firefly.utils.io.BufferedRandomAccessFile
 
BufferReaderHandler - com.firefly.utils.io中的接口
 
bufferSize - 类 中的静态变量com.firefly.utils.io.IO
 
BufferUtils - com.firefly.utils.io中的类
Buffer utility methods.
BufferUtils() - 类 的构造器com.firefly.utils.io.BufferUtils
 
bufLocal - 类 中的静态变量com.firefly.utils.json.io.AbstractJsonStringWriter
 
bufmask - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
bufsize - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
bufstartpos - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
bufusedsize - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
buildHuffmanCodeMap(HuffmanCodec.HuffmanTree<T>) - 类 中的静态方法com.firefly.utils.codec.HuffmanCodec
 
buildHuffmanTree(T[]) - 类 中的静态方法com.firefly.utils.codec.HuffmanCodec
 
ByteArrayOutputStream2 - com.firefly.utils.io中的类
ByteArrayOutputStream with public internals
ByteArrayOutputStream2() - 类 的构造器com.firefly.utils.io.ByteArrayOutputStream2
 
ByteArrayOutputStream2(int) - 类 的构造器com.firefly.utils.io.ByteArrayOutputStream2
 
ByteArrayParser - com.firefly.utils.json.parser中的类
 
ByteArrayParser() - 类 的构造器com.firefly.utils.json.parser.ByteArrayParser
 
ByteArrayPipedStream - com.firefly.utils.io中的类
 
ByteArrayPipedStream(int) - 类 的构造器com.firefly.utils.io.ByteArrayPipedStream
 
ByteArrayResource - com.firefly.utils.io中的类
Resource implementation for a given byte array.
ByteArrayResource(byte[]) - 类 的构造器com.firefly.utils.io.ByteArrayResource
Create a new ByteArrayResource.
ByteArrayResource(byte[], String) - 类 的构造器com.firefly.utils.io.ByteArrayResource
Create a new ByteArrayResource.
ByteArraySerializer - com.firefly.utils.json.serializer中的类
 
ByteArraySerializer() - 类 的构造器com.firefly.utils.json.serializer.ByteArraySerializer
 
ByteArrayUtils - com.firefly.utils.codec中的类
 
ByteArrayUtils() - 类 的构造器com.firefly.utils.codec.ByteArrayUtils
 
ByteSerializer - com.firefly.utils.json.serializer中的类
 
ByteSerializer() - 类 的构造器com.firefly.utils.json.serializer.ByteSerializer
 
bytesToBits(byte[], BitSet, int) - 类 中的静态方法com.firefly.utils.codec.HexUtils
 
bytesToHex(byte[], int, int) - 类 中的静态方法com.firefly.utils.codec.HexUtils
Converts a byte array into a string of lower case hex chars.
bytesToHex(byte[]) - 类 中的静态方法com.firefly.utils.codec.HexUtils
 
bytesToHexAppend(byte[], int, int, StringBuilder) - 类 中的静态方法com.firefly.utils.codec.HexUtils
 

C

calculateShift(int, int) - 类 中的静态方法com.firefly.utils.collection.ConcurrentReferenceHashMap
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.
call() - 接口 中的方法com.firefly.utils.function.Action0
 
call(T) - 接口 中的方法com.firefly.utils.function.Action1
 
call(T1, T2) - 接口 中的方法com.firefly.utils.function.Action2
 
call(T1, T2, T3) - 接口 中的方法com.firefly.utils.function.Action3
 
call(T1, T2, T3, T4) - 接口 中的方法com.firefly.utils.function.Action4
 
call(T1, T2, T3, T4, T5) - 接口 中的方法com.firefly.utils.function.Action5
 
call(T1, T2, T3, T4, T5, T6) - 接口 中的方法com.firefly.utils.function.Action6
 
call(T1, T2, T3, T4, T5, T6, T7) - 接口 中的方法com.firefly.utils.function.Action7
 
call(T1, T2, T3, T4, T5, T6, T7, T8) - 接口 中的方法com.firefly.utils.function.Action8
 
call(T1, T2, T3, T4, T5, T6, T7, T8, T9) - 接口 中的方法com.firefly.utils.function.Action9
 
call(Object...) - 接口 中的方法com.firefly.utils.function.ActionN
 
call() - 接口 中的方法com.firefly.utils.function.Func0
 
call(T) - 接口 中的方法com.firefly.utils.function.Func1
 
call(T1, T2) - 接口 中的方法com.firefly.utils.function.Func2
 
call(T1, T2, T3) - 接口 中的方法com.firefly.utils.function.Func3
 
call(T1, T2, T3, T4) - 接口 中的方法com.firefly.utils.function.Func4
 
call(T1, T2, T3, T4, T5) - 接口 中的方法com.firefly.utils.function.Func5
 
call(T1, T2, T3, T4, T5, T6) - 接口 中的方法com.firefly.utils.function.Func6
 
call(T1, T2, T3, T4, T5, T6, T7) - 接口 中的方法com.firefly.utils.function.Func7
 
call(T1, T2, T3, T4, T5, T6, T7, T8) - 接口 中的方法com.firefly.utils.function.Func8
 
call(T1, T2, T3, T4, T5, T6, T7, T8, T9) - 接口 中的方法com.firefly.utils.function.Func9
 
call(Object...) - 接口 中的方法com.firefly.utils.function.FuncN
 
call(Class<?>, String, Object, Object[]) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
Callback - com.firefly.utils.concurrent中的接口
A callback abstraction that handles completed/failed events of asynchronous operations.
Callback.Completable - com.firefly.utils.concurrent中的类
A CompletableFuture that is also a Callback.
Callback.Nested - com.firefly.utils.concurrent中的类
 
Callback.NonBlocking - com.firefly.utils.concurrent中的接口
Callback interface that declares itself as non-blocking
cancel(boolean) - 类 中的方法com.firefly.utils.concurrent.FutureCallback
 
cancel(boolean) - 类 中的方法com.firefly.utils.concurrent.FuturePromise
 
cancel() - 接口 中的方法com.firefly.utils.concurrent.Scheduler.Future
 
cancel() - 类 中的方法com.firefly.utils.time.HashTimeWheel.Future
cancel current task
canonicalPath(String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Convert a path to a cananonical form.
caseInsensitiveValueOf(E[], String) - 类 中的静态方法com.firefly.utils.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
casHeadBlock(ConcurrentArrayQueue.Block<T>, ConcurrentArrayQueue.Block<T>) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
casTailBlock(ConcurrentArrayQueue.Block<T>, ConcurrentArrayQueue.Block<T>) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
CGLIB_CLASS_SEPARATOR - 类 中的静态变量com.firefly.utils.ClassUtils
The CGLIB class separator character "$$"
CharacterParser - com.firefly.utils.json.parser中的类
 
CharacterParser() - 类 的构造器com.firefly.utils.json.parser.CharacterParser
 
CharacterSerializer - com.firefly.utils.json.serializer中的类
 
CharacterSerializer() - 类 的构造器com.firefly.utils.json.serializer.CharacterSerializer
 
CharArrayParser - com.firefly.utils.json.parser中的类
 
CharArrayParser() - 类 的构造器com.firefly.utils.json.parser.CharArrayParser
 
CharArraySerializer - com.firefly.utils.json.serializer中的类
 
CharArraySerializer() - 类 的构造器com.firefly.utils.json.serializer.CharArraySerializer
 
checkIdleTimeout() - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
 
checkState() - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
CircularReferenceCheck - com.firefly.utils.json.annotation中的注释类型
 
CL - 接口 中的静态变量com.firefly.utils.log.Log
 
CLASS_FILE_SUFFIX - 类 中的静态变量com.firefly.utils.ClassUtils
The ".class" file suffix
classLoader - 类 中的静态变量com.firefly.utils.classproxy.AbstractProxyFactory
 
classLoader - 类 中的静态变量com.firefly.utils.classproxy.ClassProxyFactoryUsingJavassist
 
classLoader - 类 中的静态变量com.firefly.utils.CompilerUtils
 
classNamesToString(Class<?>...) - 类 中的静态方法com.firefly.utils.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given array.
classNamesToString(Collection<Class<?>>) - 类 中的静态方法com.firefly.utils.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given collection.
classPackageAsResourcePath(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
CLASSPATH_URL_PREFIX - 接口 中的静态变量com.firefly.utils.io.ResourceLoader
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX - 类 中的静态变量com.firefly.utils.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:"
ClassPathContextResource(String, ClassLoader) - 类 的构造器com.firefly.utils.io.DefaultResourceLoader.ClassPathContextResource
 
ClassPathResource - com.firefly.utils.io中的类
Resource implementation for class path resources.
ClassPathResource(String) - 类 的构造器com.firefly.utils.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, ClassLoader) - 类 的构造器com.firefly.utils.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, Class<?>) - 类 的构造器com.firefly.utils.io.ClassPathResource
Create a new ClassPathResource for Class usage.
ClassPathResource(String, ClassLoader, Class<?>) - 类 的构造器com.firefly.utils.io.ClassPathResource
Create a new ClassPathResource with optional ClassLoader and Class.
ClassProxy - com.firefly.utils.classproxy中的接口
 
ClassProxyFactory - com.firefly.utils.classproxy中的接口
 
ClassProxyFactoryUsingJavassist - com.firefly.utils.classproxy中的类
 
ClassRelativeResourceLoader - com.firefly.utils.io中的类
ResourceLoader implementation that interprets plain resource paths as relative to a given java.lang.Class.
ClassRelativeResourceLoader(Class<?>) - 类 的构造器com.firefly.utils.io.ClassRelativeResourceLoader
Create a new ClassRelativeResourceLoader for the given class.
ClassUtils - com.firefly.utils中的类
Miscellaneous class utility methods.
ClassUtils() - 类 的构造器com.firefly.utils.ClassUtils
 
cleanPath(String) - 类 中的静态方法com.firefly.utils.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
cleanup() - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
cleanup() - 接口 中的方法com.firefly.utils.lang.pool.Pool
 
clear() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
clear() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
clear() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
clear() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
clear all map's entries, but it dosen't trigger the remove callback method
clear() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
clear() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Segment
Clear all items from this segment.
clear(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Clear the buffer to be empty in flush mode.
clearAllInvalidEntry() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
clearAllInvalidEntry() - 接口 中的方法com.firefly.utils.collection.ConcurrentAutomaticClearMap
 
clearInvalidEntry(Reference<? extends V>) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
clearInvalidEntry(Reference<? extends V>) - 类 中的方法com.firefly.utils.collection.SoftReferenceConcurrentHashMap
 
clearInvalidEntry(Reference<? extends V>) - 类 中的方法com.firefly.utils.collection.WeakReferenceConcurrentHashMap
 
clearToFill(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Clear the buffer to be empty in fill mode.
clone(Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
 
close() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
 
close() - 类 中的方法com.firefly.utils.concurrent.Locker.Lock
 
close() - 类 中的方法com.firefly.utils.concurrent.SharedBlockingCallback.Blocker
Check the Callback has succeeded or failed and after the return leave in the state to allow reuse.
close() - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
close() - 类 中的方法com.firefly.utils.io.ByteArrayPipedStream
 
close() - 类 中的方法com.firefly.utils.io.FilePipedStream
 
close(Closeable) - 类 中的静态方法com.firefly.utils.io.IO
Closes an arbitrary closable, and logs exceptions at ignore level
close(InputStream) - 类 中的静态方法com.firefly.utils.io.IO
closes an input stream, and logs exceptions
close(OutputStream) - 类 中的静态方法com.firefly.utils.io.IO
closes an output stream, and logs exceptions
close(Reader) - 类 中的静态方法com.firefly.utils.io.IO
closes a reader, and logs exceptions
close(Writer) - 类 中的静态方法com.firefly.utils.io.IO
closes a writer, and logs exceptions
close() - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
close() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
close() - 类 中的方法com.firefly.utils.log.file.FileLog
 
CollectionParser - com.firefly.utils.json.parser中的类
 
CollectionParser(Type) - 类 的构造器com.firefly.utils.json.parser.CollectionParser
 
CollectionSerializer - com.firefly.utils.json.serializer中的类
 
CollectionSerializer() - 类 的构造器com.firefly.utils.json.serializer.CollectionSerializer
 
collectionToCommaDelimitedString(Collection<?>) - 类 中的静态方法com.firefly.utils.StringUtils
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法com.firefly.utils.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法com.firefly.utils.StringUtils
Convert a Collection into a delimited String (e.g.
CollectionTools - com.firefly.utils.lang中的类
 
CollectionTools() - 类 的构造器com.firefly.utils.lang.CollectionTools
 
CollectionUtils - com.firefly.utils中的类
Miscellaneous collection utility methods.
CollectionUtils() - 类 的构造器com.firefly.utils.CollectionUtils
 
com.firefly - 程序包 com.firefly
 
com.firefly.utils - 程序包 com.firefly.utils
 
com.firefly.utils.classproxy - 程序包 com.firefly.utils.classproxy
 
com.firefly.utils.codec - 程序包 com.firefly.utils.codec
 
com.firefly.utils.collection - 程序包 com.firefly.utils.collection
 
com.firefly.utils.concurrent - 程序包 com.firefly.utils.concurrent
 
com.firefly.utils.dom - 程序包 com.firefly.utils.dom
 
com.firefly.utils.function - 程序包 com.firefly.utils.function
 
com.firefly.utils.io - 程序包 com.firefly.utils.io
 
com.firefly.utils.json - 程序包 com.firefly.utils.json
 
com.firefly.utils.json.annotation - 程序包 com.firefly.utils.json.annotation
 
com.firefly.utils.json.compiler - 程序包 com.firefly.utils.json.compiler
 
com.firefly.utils.json.exception - 程序包 com.firefly.utils.json.exception
 
com.firefly.utils.json.io - 程序包 com.firefly.utils.json.io
 
com.firefly.utils.json.parser - 程序包 com.firefly.utils.json.parser
 
com.firefly.utils.json.serializer - 程序包 com.firefly.utils.json.serializer
 
com.firefly.utils.json.support - 程序包 com.firefly.utils.json.support
 
com.firefly.utils.lang - 程序包 com.firefly.utils.lang
 
com.firefly.utils.lang.annotation - 程序包 com.firefly.utils.lang.annotation
 
com.firefly.utils.lang.pool - 程序包 com.firefly.utils.lang.pool
 
com.firefly.utils.log - 程序包 com.firefly.utils.log
 
com.firefly.utils.log.file - 程序包 com.firefly.utils.log.file
 
com.firefly.utils.pattern - 程序包 com.firefly.utils.pattern
 
com.firefly.utils.time - 程序包 com.firefly.utils.time
 
compact(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Compact the buffer
compactPath(String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Convert a path to a compact form.
compareTo(HuffmanCodec.HuffmanTree<T>) - 类 中的方法com.firefly.utils.codec.HuffmanCodec.HuffmanTree
 
compareTo(MetaInfo) - 类 中的方法com.firefly.utils.json.support.MetaInfo
 
compile(Class<?>) - 类 中的静态方法com.firefly.utils.json.compiler.DecodeCompiler
 
compile(Class<?>) - 类 中的静态方法com.firefly.utils.json.compiler.EncodeCompiler
 
compile(String, String) - 类 中的静态方法com.firefly.utils.pattern.Pattern
 
compiler - 类 中的静态变量com.firefly.utils.CompilerUtils
 
CompilerClassLoader(ClassLoader) - 类 的构造器com.firefly.utils.CompilerUtils.CompilerClassLoader
 
CompilerUtils - com.firefly.utils中的类
 
CompilerUtils() - 类 的构造器com.firefly.utils.CompilerUtils
 
CompilerUtils.CompilerClassLoader - com.firefly.utils中的类
 
CompilerUtils.JavaSourceFromString - com.firefly.utils中的类
 
compileSource(String, String) - 类 中的静态方法com.firefly.utils.CompilerUtils
 
Completable() - 类 的构造器com.firefly.utils.concurrent.Callback.Completable
 
Completable(boolean) - 类 的构造器com.firefly.utils.concurrent.Callback.Completable
 
Completable() - 类 的构造器com.firefly.utils.concurrent.Promise.Completable
 
CompletableCallback - com.firefly.utils.concurrent中的类
A callback to be used by driver code that needs to know whether the callback has been succeeded or failed (that is, completed) just after the asynchronous operation or not, typically because further processing depends on the callback being completed.
CompletableCallback() - 类 的构造器com.firefly.utils.concurrent.CompletableCallback
 
ComplexTypeParser - com.firefly.utils.json.parser中的类
 
ComplexTypeParser(Type) - 类 的构造器com.firefly.utils.json.parser.ComplexTypeParser
 
computation() - 类 中的静态方法com.firefly.utils.concurrent.Schedulers
 
ConcurrentArrayQueue<T> - com.firefly.utils.collection中的类
A concurrent, unbounded implementation of Queue that uses singly-linked array blocks to store elements.
ConcurrentArrayQueue() - 类 的构造器com.firefly.utils.collection.ConcurrentArrayQueue
 
ConcurrentArrayQueue(int) - 类 的构造器com.firefly.utils.collection.ConcurrentArrayQueue
 
ConcurrentArrayQueue.Block<E> - com.firefly.utils.collection中的类
 
ConcurrentAutomaticClearMap<K,V> - com.firefly.utils.collection中的接口
 
ConcurrentLinkedHashMap<K,V> - com.firefly.utils.collection中的类
The ConcurrentLinkedHashMap is the reentrant version of LinkedHashMap, which is the thread safe collection.
ConcurrentLinkedHashMap(boolean, int, ConcurrentLinkedHashMap.MapEventListener<K, V>) - 类 的构造器com.firefly.utils.collection.ConcurrentLinkedHashMap
 
ConcurrentLinkedHashMap(boolean, int, ConcurrentLinkedHashMap.MapEventListener<K, V>, int) - 类 的构造器com.firefly.utils.collection.ConcurrentLinkedHashMap
 
ConcurrentLinkedHashMap(int, float, boolean, int, ConcurrentLinkedHashMap.MapEventListener<K, V>, int) - 类 的构造器com.firefly.utils.collection.ConcurrentLinkedHashMap
 
ConcurrentLinkedHashMap.MapEventListener<K,V> - com.firefly.utils.collection中的接口
The callback interface, when the some events(get, put, remove, eliminate) occur, the map will call it.
ConcurrentReferenceHashMap<K,V> - com.firefly.utils.collection中的类
A ConcurrentHashMap that uses soft or weak references for both keys and values.
ConcurrentReferenceHashMap() - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int) - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float) - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, int) - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int) - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap.Entry<K,V> - com.firefly.utils.collection中的类
A single map entry.
ConcurrentReferenceHashMap.Reference<K,V> - com.firefly.utils.collection中的接口
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - com.firefly.utils.collection中的类
Strategy class used to manage ConcurrentReferenceHashMap.References.
ConcurrentReferenceHashMap.ReferenceType - com.firefly.utils.collection中的枚举
Various reference types supported by this map.
ConcurrentReferenceHashMap.Restructure - com.firefly.utils.collection中的枚举
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.Segment - com.firefly.utils.collection中的类
A single segment used to divide the map to allow better concurrent performance.
ConsistentHash<T> - com.firefly.utils.collection中的类
 
ConsistentHash() - 类 的构造器com.firefly.utils.collection.ConsistentHash
 
ConsistentHash(int) - 类 的构造器com.firefly.utils.collection.ConsistentHash
 
ConsistentHash(ConsistentHash.HashFunction) - 类 的构造器com.firefly.utils.collection.ConsistentHash
 
ConsistentHash(ConsistentHash.HashFunction, int, NavigableMap<Integer, T>) - 类 的构造器com.firefly.utils.collection.ConsistentHash
 
ConsistentHash(ConsistentHash.HashFunction, int, NavigableMap<Integer, T>, Collection<T>) - 类 的构造器com.firefly.utils.collection.ConsistentHash
 
ConsistentHash.HashFunction - com.firefly.utils.collection中的接口
 
construct(Class<?>, Object[]) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
construct(Class<?>, Object[], Map<String, Object>) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
contains(Object, Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
 
contains(Iterator<?>, Object) - 类 中的静态方法com.firefly.utils.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration<?>, Object) - 类 中的静态方法com.firefly.utils.CollectionUtils
Check whether the given Enumeration contains the given element.
containsAlphabetOrPad(byte[]) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
containsAny(Collection<?>, Collection<?>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsConstant(Enum<?>[], String) - 类 中的静态方法com.firefly.utils.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - 类 中的静态方法com.firefly.utils.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Check whether the given array contains the given element.
containsInstance(Collection<?>, Object) - 类 中的静态方法com.firefly.utils.CollectionUtils
Check whether the given Collection contains the given element instance.
containsKey(Object) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
containsKey(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Returns true, if this map contains a mapping for the specified key.
containsKey(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
containsSimpleValue(V) - 类 中的方法com.firefly.utils.collection.MultiMap
Test for a specific single value in the map.
containsValue(Object) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
containsValue(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Returns true if this map maps one or more keys to the specified value.
contentLength() - 类 中的方法com.firefly.utils.io.AbstractFileResolvingResource
 
contentLength() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation reads the entire InputStream to calculate the content length.
contentLength() - 类 中的方法com.firefly.utils.io.ByteArrayResource
This implementation returns the length of the underlying byte array.
contentLength() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation returns the underlying File's length.
contentLength() - 类 中的方法com.firefly.utils.io.PathResource
This implementation returns the underlying File's length.
contentLength() - 接口 中的方法com.firefly.utils.io.Resource
Determine the content length for this resource.
ContextResource - com.firefly.utils.io中的接口
 
convert(String, T) - 类 中的静态方法com.firefly.utils.ConvertUtils
 
convert(String, Class<T>, T) - 类 中的静态方法com.firefly.utils.ConvertUtils
 
convert(String, Class<T>) - 类 中的静态方法com.firefly.utils.ConvertUtils
 
convert(String, String) - 类 中的静态方法com.firefly.utils.ConvertUtils
 
convert(Collection<?>, Class<?>) - 类 中的静态方法com.firefly.utils.ConvertUtils
Returns an array object, this method converts a collection object to an array object through the specified element type of the array.
convertClassNameToResourcePath(String) - 类 中的静态方法com.firefly.utils.ClassUtils
Convert a "."
convertHexDigit(byte) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
convertHexDigit(char) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
convertHexDigit(int) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
convertResourcePathToClassName(String) - 类 中的静态方法com.firefly.utils.ClassUtils
Convert a "/"-based resource path to a "."
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.ArrayParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.BigDecimalParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.BigIntegerParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.BooleanParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.ByteArrayParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.CharacterParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.CharArrayParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.CollectionParser
 
convertTo(JsonReader, Class<?>) - 接口 中的方法com.firefly.utils.json.Parser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.DateParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.DoubleParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.EnumParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.FloatParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.IntParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.LongParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.MapParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.ObjectParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.ShortParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.StringParser
 
convertTo(JsonReader, Class<?>) - 类 中的方法com.firefly.utils.json.parser.TimestampParser
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.ArraySerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.BooleanArraySerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.BoolSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.ByteArraySerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.ByteSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.CharacterSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.CharArraySerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.CollectionSerializer
 
convertTo(JsonWriter, Object) - 接口 中的方法com.firefly.utils.json.Serializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.DateSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.DynamicObjectSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.EnumSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.IntegerArraySerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.IntSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.LongArraySerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.LongSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.MapSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.ObjectNoCheckSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.ObjectSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.ShortArraySerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.ShortSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.StringArraySerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.StringSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.StringValueSerializer
 
convertTo(JsonWriter, Object) - 类 中的方法com.firefly.utils.json.serializer.TimestampSerializer
 
ConvertUtils - com.firefly.utils中的类
 
ConvertUtils() - 类 的构造器com.firefly.utils.ConvertUtils
 
copy(File, File) - 类 中的静态方法com.firefly.utils.io.FileUtils
 
copy(File, File, long, long) - 类 中的静态方法com.firefly.utils.io.FileUtils
 
copy(InputStream, OutputStream) - 类 中的静态方法com.firefly.utils.io.IO
Copy Stream in to Stream out until EOF or exception.
copy(Reader, Writer) - 类 中的静态方法com.firefly.utils.io.IO
Copy Reader to Writer out until EOF or exception.
copy(InputStream, OutputStream, long) - 类 中的静态方法com.firefly.utils.io.IO
Copy Stream in to Stream for byteCount bytes or until EOF or exception.
copy(Reader, Writer, long) - 类 中的静态方法com.firefly.utils.io.IO
Copy Reader to Writer for byteCount bytes or until EOF or exception.
copy(File, File) - 类 中的静态方法com.firefly.utils.io.IO
Copy files or directories
copy(Object, Object) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
copyDir(File, File) - 类 中的静态方法com.firefly.utils.io.IO
 
copyFile(File, File) - 类 中的静态方法com.firefly.utils.io.IO
 
copyOf(List<Object>) - 类 中的方法com.firefly.utils.json.parser.ArrayParser
 
count - 类 中的变量com.firefly.utils.json.io.AbstractJsonStringWriter
 
countBytesForBits(int) - 类 中的静态方法com.firefly.utils.codec.HexUtils
 
CountingCallback - com.firefly.utils.concurrent中的类
A callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.
CountingCallback(Callback, int) - 类 的构造器com.firefly.utils.concurrent.CountingCallback
 
countTokens() - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
Not implemented.
CR - 类 中的静态变量com.firefly.utils.lang.TypeUtils
 
createCompositeInterface(Class<?>[], ClassLoader) - 类 中的静态方法com.firefly.utils.ClassUtils
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createDefaultLog() - 类 中的方法com.firefly.utils.log.AbstractLogConfigParser
 
createDefaultLog() - 接口 中的方法com.firefly.utils.log.LogConfigParser
 
createLog(String, String, String, boolean, int) - 类 中的方法com.firefly.utils.log.AbstractLogConfigParser
 
createNew() - 接口 中的方法com.firefly.utils.lang.pool.ObjectFactory
Returns a new instance of an object of type T.
createProxy(Object, ClassProxy, MethodFilter) - 接口 中的方法com.firefly.utils.classproxy.ClassProxyFactory
 
createProxy(Object, ClassProxy, MethodFilter) - 类 中的方法com.firefly.utils.classproxy.ClassProxyFactoryUsingJavassist
 
createRefence(K, V) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
createRefence(K, V) - 类 中的方法com.firefly.utils.collection.SoftReferenceConcurrentHashMap
 
createRefence(K, V) - 类 中的方法com.firefly.utils.collection.WeakReferenceConcurrentHashMap
 
createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.ReferenceManager
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceManager() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
createRelative(String) - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that relative resources cannot be created for this resource.
createRelative(String) - 类 中的方法com.firefly.utils.io.ClassPathResource
This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.
createRelative(String) - 类 中的方法com.firefly.utils.io.DefaultResourceLoader.ClassPathContextResource
 
createRelative(String) - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - 类 中的方法com.firefly.utils.io.PathResource
This implementation creates a FileResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - 接口 中的方法com.firefly.utils.io.Resource
Create a resource relative to this resource.
createRelative(String) - 类 中的方法com.firefly.utils.io.UrlResource
This implementation creates a UrlResource, applying the given path relative to the path of the underlying URL of this resource descriptor.
createScheduler(int) - 类 中的静态方法com.firefly.utils.concurrent.Schedulers
 
createScheduler() - 类 中的静态方法com.firefly.utils.concurrent.Schedulers
 
CRLF - 类 中的静态变量com.firefly.utils.io.IO
 
CRLF_BYTES - 类 中的静态变量com.firefly.utils.io.IO
 
csvSplit(String) - 类 中的静态方法com.firefly.utils.StringUtils
csvSplit(String, int, int) - 类 中的静态方法com.firefly.utils.StringUtils
csvSplit(List<String>, String, int, int) - 类 中的静态方法com.firefly.utils.StringUtils
Split a quoted comma separated string to a list Handle rfc4180-like CSV strings, with the exceptions: quoted values may contain double quotes escaped with back-slash Non-quoted values are trimmed of leading trailing white space trailing commas are ignored double commas result in a empty string value
curpos - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
current() - 类 中的静态方法com.firefly.utils.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom.
currentTimeMillis() - 类 中的静态方法com.firefly.utils.time.Millisecond100Clock
 
currentTimeMillis() - 类 中的方法com.firefly.utils.time.TimeProvider
 
customizeConnection(URLConnection) - 类 中的方法com.firefly.utils.io.AbstractFileResolvingResource
customizeConnection(HttpURLConnection) - 类 中的方法com.firefly.utils.io.AbstractFileResolvingResource

D

DateFormat - com.firefly.utils.json.annotation中的注释类型
 
DateFormatType - com.firefly.utils.json.annotation中的枚举
 
DateParser - com.firefly.utils.json.parser中的类
 
DateParser() - 类 的构造器com.firefly.utils.json.parser.DateParser
 
DateParser(String) - 类 的构造器com.firefly.utils.json.parser.DateParser
 
DateSerializer - com.firefly.utils.json.serializer中的类
 
DateSerializer() - 类 的构造器com.firefly.utils.json.serializer.DateSerializer
 
DateSerializer(String) - 类 的构造器com.firefly.utils.json.serializer.DateSerializer
 
DAY_DATE_FORMAT - 类 中的静态变量com.firefly.utils.log.LogFactory
 
debug(String) - 类 中的方法com.firefly.utils.log.file.FileLog
 
debug(String, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
debug(String, Throwable, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
debug(String) - 接口 中的方法com.firefly.utils.log.Log
 
debug(String, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
debug(String, Throwable, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
decode(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64Utils
Base64-decode the given byte array.
decode(Object) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Decodes an Object using the Base-N algorithm.
decode(String) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Decodes a String containing characters in the Base-N alphabet.
decode(byte[]) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Decodes a byte[] containing characters in the Base-N alphabet.
decode(byte[]) - 接口 中的方法com.firefly.utils.codec.BinaryDecoder
Decodes a byte array and returns the results as a byte array.
decode(Object) - 接口 中的方法com.firefly.utils.codec.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decode(HuffmanCodec.BitBuilder) - 类 中的方法com.firefly.utils.codec.HuffmanCodec
 
decode(CharsetDecoder, ByteBuffer, CharBuffer) - 类 中的静态方法com.firefly.utils.json.io.IOUtils
 
decodeBase64(String) - 类 中的静态方法com.firefly.utils.codec.Base64
Decodes a Base64 String into octets.
decodeBase64(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64
Decodes Base64 data into octets.
DecodeCompiler - com.firefly.utils.json.compiler中的类
 
DecodeCompiler() - 类 的构造器com.firefly.utils.json.compiler.DecodeCompiler
 
decodeFromString(String) - 类 中的静态方法com.firefly.utils.codec.Base64Utils
Base64-decode the given byte array from an UTF-8 String.
decodeFromUrlSafeString(String) - 类 中的静态方法com.firefly.utils.codec.Base64Utils
Base64-decode the given byte array from an UTF-8 String using the RFC 4868 "URL and Filename Safe Alphabet".
decodeInteger(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
decodePath(String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
 
decodePath(String, int, int) - 类 中的静态方法com.firefly.utils.lang.URIUtils
 
Decoder - com.firefly.utils.codec中的接口
Provides the highest level of abstraction for Decoders.
DecoderException - com.firefly.utils.codec中的异常错误
Thrown when there is a failure condition during the decoding process.
DecoderException() - 异常错误 的构造器com.firefly.utils.codec.DecoderException
Constructs a new exception with null as its detail message.
DecoderException(String) - 异常错误 的构造器com.firefly.utils.codec.DecoderException
Constructs a new exception with the specified detail message.
DecoderException(String, Throwable) - 异常错误 的构造器com.firefly.utils.codec.DecoderException
Constructs a new exception with the specified detail message and cause.
DecoderException(Throwable) - 异常错误 的构造器com.firefly.utils.codec.DecoderException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
decodeUrlSafe(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64Utils
Base64-decode the given byte array using the RFC 4868 "URL and Filename Safe Alphabet".
decreasePosition() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
decreasePosition() - 类 中的方法com.firefly.utils.json.JsonReader
 
DEFAULT_BLOCK_SIZE - 类 中的静态变量com.firefly.utils.collection.ConcurrentArrayQueue
 
DEFAULT_CAPACITY - 类 中的静态变量com.firefly.utils.collection.ArrayQueue
 
DEFAULT_CAPACITY - 类 中的静态变量com.firefly.utils.collection.BlockingArrayQueue
Default initial capacity, 128.
DEFAULT_CONSOLE_ENABLED - 接口 中的静态变量com.firefly.utils.log.LogConfigParser
 
DEFAULT_GROWTH - 类 中的静态变量com.firefly.utils.collection.ArrayQueue
 
DEFAULT_GROWTH - 类 中的静态变量com.firefly.utils.collection.BlockingArrayQueue
Default growth factor, 64.
DEFAULT_LOG_DIRECTORY - 接口 中的静态变量com.firefly.utils.log.LogConfigParser
 
DEFAULT_LOG_LEVEL - 接口 中的静态变量com.firefly.utils.log.LogConfigParser
 
DEFAULT_LOG_NAME - 接口 中的静态变量com.firefly.utils.log.LogConfigParser
 
DEFAULT_MAX_FILE_SIZE - 接口 中的静态变量com.firefly.utils.log.LogConfigParser
 
DEFAULT_PROPERTIES_CONFIG_FILE_NAME - 接口 中的静态变量com.firefly.utils.log.LogConfigParser
 
DEFAULT_TABLE_SIZE - 类 中的静态变量com.firefly.utils.collection.IdentityHashMap
 
DEFAULT_XML_CONFIG_FILE_NAME - 接口 中的静态变量com.firefly.utils.log.LogConfigParser
 
defaultArrayProxy - 类 中的静态变量com.firefly.utils.ReflectUtils
 
defaultDateFormat - 类 中的静态变量com.firefly.utils.time.SafeSimpleDateFormat
 
DefaultDom - com.firefly.utils.dom中的类
 
DefaultDom() - 类 的构造器com.firefly.utils.dom.DefaultDom
 
defaultFieldProxy - 类 中的静态变量com.firefly.utils.ReflectUtils
 
defaultMethodProxy - 类 中的静态变量com.firefly.utils.ReflectUtils
 
DefaultResourceLoader - com.firefly.utils.io中的类
Default implementation of the ResourceLoader interface.
DefaultResourceLoader() - 类 的构造器com.firefly.utils.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader(ClassLoader) - 类 的构造器com.firefly.utils.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader.ClassPathContextResource - com.firefly.utils.io中的类
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
delete(File) - 类 中的静态方法com.firefly.utils.io.IO
Delete File.
deleteAny(String, String) - 类 中的静态方法com.firefly.utils.StringUtils
Delete any character in a given String.
delimitedListToStringArray(String, String) - 类 中的静态方法com.firefly.utils.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法com.firefly.utils.StringUtils
Take a String that is a delimited list and convert it into a String array.
dequeue() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
destroy() - 类 中的方法com.firefly.utils.concurrent.Schedulers.SchedulerService
 
destroy() - 类 中的方法com.firefly.utils.lang.AbstractLifeCycle
 
destroy() - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
destroy(T) - 接口 中的方法com.firefly.utils.lang.pool.Pool.Dispose
Performs any cleanup activities before discarding the object.
destroy() - 类 中的方法com.firefly.utils.log.file.FileLogTask
 
destroy() - 类 中的方法com.firefly.utils.log.LogFactory
 
destroy() - 类 中的方法com.firefly.utils.time.HashTimeWheel
 
destroy() - 类 中的方法com.firefly.utils.time.TimeProvider
 
determineCommonAncestor(Class<?>, Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine the common ancestor of the given classes, if any.
doesNotContain(String, String, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that the given text does not contain the given substring.
Dom - com.firefly.utils.dom中的接口
 
doTask(int, Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Segment
Apply an update operation to this segment.
DoubleParser - com.firefly.utils.json.parser中的类
 
DoubleParser() - 类 的构造器com.firefly.utils.json.parser.DoubleParser
 
drainTo(Collection<? super E>) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
drainTo(Collection<? super E>, int) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
dump() - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
dump(Class<?>) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
dump(ClassLoader) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
DynamicObjectSerializer - com.firefly.utils.json.serializer中的类
 
DynamicObjectSerializer() - 类 的构造器com.firefly.utils.json.serializer.DynamicObjectSerializer
 

E

element() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
element() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
element(Element, String) - 类 中的方法com.firefly.utils.dom.DefaultDom
 
element(Element, String) - 接口 中的方法com.firefly.utils.dom.Dom
Get a element by name
elementMetaInfo - 类 中的变量com.firefly.utils.json.parser.ComplexTypeParser
 
elements(Element) - 类 中的方法com.firefly.utils.dom.DefaultDom
 
elements(Element, String) - 类 中的方法com.firefly.utils.dom.DefaultDom
 
elements(Element) - 接口 中的方法com.firefly.utils.dom.Dom
Get the children elements
elements(Element, String) - 接口 中的方法com.firefly.utils.dom.Dom
Get the children elements by element name
empty() - 类 中的静态方法com.firefly.utils.function.Actions
 
EMPTY - 类 中的静态变量com.firefly.utils.StringUtils
 
EMPTY_ARRAY - 接口 中的静态变量com.firefly.utils.json.JsonStringSymbol
 
EMPTY_BUFFER - 类 中的静态变量com.firefly.utils.io.BufferUtils
 
EMPTY_BYTE_BUFFER_ARRAY - 类 中的静态变量com.firefly.utils.io.BufferUtils
 
EMPTY_STRING_ARRAY - 类 中的静态变量com.firefly.utils.StringUtils
 
encode(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64Utils
Base64-encode the given byte array.
encode(Object) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Encodes an Object using the Base-N algorithm.
encode(byte[]) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
encode(byte[]) - 接口 中的方法com.firefly.utils.codec.BinaryEncoder
Encodes a byte array and return the encoded data as a byte array.
encode(Object) - 接口 中的方法com.firefly.utils.codec.Encoder
Encodes an "Object" and returns the encoded content as an Object.
encode(T[]) - 类 中的方法com.firefly.utils.codec.HuffmanCodec
 
encodeAsString(byte[]) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
encodeBase64(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - 类 中的静态方法com.firefly.utils.codec.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - 类 中的静态方法com.firefly.utils.codec.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - 类 中的静态方法com.firefly.utils.codec.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBase64String(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64URLSafe(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
EncodeCompiler - com.firefly.utils.json.compiler中的类
 
EncodeCompiler() - 类 的构造器com.firefly.utils.json.compiler.EncodeCompiler
 
EncodedResource - com.firefly.utils.io中的类
Holder that combines a Resource descriptor with a specific encoding or Charset to be used for reading from the resource.
EncodedResource(Resource) - 类 的构造器com.firefly.utils.io.EncodedResource
Create a new EncodedResource for the given Resource, not specifying an explicit encoding or Charset.
EncodedResource(Resource, String) - 类 的构造器com.firefly.utils.io.EncodedResource
Create a new EncodedResource for the given Resource, using the specified encoding.
EncodedResource(Resource, Charset) - 类 的构造器com.firefly.utils.io.EncodedResource
Create a new EncodedResource for the given Resource, using the specified Charset.
encodeInteger(BigInteger) - 类 中的静态方法com.firefly.utils.codec.Base64
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
encodePath(String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Encode a URI path.
encodePath(StringBuilder, String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Encode a URI path.
Encoder - com.firefly.utils.codec中的接口
Provides the highest level of abstraction for Encoders.
EncoderException - com.firefly.utils.codec中的异常错误
Thrown when there is a failure condition during the encoding process.
EncoderException() - 异常错误 的构造器com.firefly.utils.codec.EncoderException
Constructs a new exception with null as its detail message.
EncoderException(String) - 异常错误 的构造器com.firefly.utils.codec.EncoderException
Constructs a new exception with the specified detail message.
EncoderException(String, Throwable) - 异常错误 的构造器com.firefly.utils.codec.EncoderException
Constructs a new exception with the specified detail message and cause.
EncoderException(Throwable) - 异常错误 的构造器com.firefly.utils.codec.EncoderException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
encodeString(StringBuilder, String, String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Encode a URI path.
encodeToString(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64Utils
Base64-encode the given byte array to a String.
encodeToString(byte[]) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
encodeToUrlSafeString(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64Utils
Base64-encode the given byte array to a String using the RFC 4868 "URL and Filename Safe Alphabet".
encodeUrlSafe(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64Utils
Base64-encode the given byte array using the RFC 4868 "URL and Filename Safe Alphabet".
enqueue(E) - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
ensureBufferSize(int, BaseNCodec.Context) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Ensure that the buffer has room for size bytes
ensureCapacity(ByteBuffer, int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
ensureSize(Object, int) - 类 中的静态方法com.firefly.utils.collection.LazyList
Ensure the capacity of the underlying list.
Entry(K, V) - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap.Entry
 
Entry(K, V, int, IdentityHashMap.Entry<K, V>) - 类 的构造器com.firefly.utils.collection.IdentityHashMap.Entry
 
entrySet() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
entrySet() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
enumeration(Collection<T>) - 类 中的静态方法com.firefly.utils.ConvertUtils
 
EnumParser - com.firefly.utils.json.parser中的类
 
EnumParser(Class<?>) - 类 的构造器com.firefly.utils.json.parser.EnumParser
 
EnumSerializer - com.firefly.utils.json.serializer中的类
 
EnumSerializer(Class<?>) - 类 的构造器com.firefly.utils.json.serializer.EnumSerializer
 
EofException - com.firefly.utils.io中的异常错误
A Firefly specialization of EOFException.
EofException() - 异常错误 的构造器com.firefly.utils.io.EofException
 
EofException(String) - 异常错误 的构造器com.firefly.utils.io.EofException
 
EofException(Throwable) - 异常错误 的构造器com.firefly.utils.io.EofException
 
equals(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Entry
 
equals(Object) - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation compares description strings.
equals(Object) - 类 中的方法com.firefly.utils.io.ByteArrayResource
This implementation compares the underlying byte array.
equals(Object) - 类 中的方法com.firefly.utils.io.ClassPathResource
This implementation compares the underlying class path locations.
equals(Object) - 类 中的方法com.firefly.utils.io.EncodedResource
 
equals(Object) - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation compares the underlying File references.
equals(Object) - 类 中的方法com.firefly.utils.io.InputStreamResource
This implementation compares the underlying InputStream.
equals(Object) - 类 中的方法com.firefly.utils.io.PathResource
This implementation compares the underlying Path references.
equals(Object) - 类 中的方法com.firefly.utils.io.UrlResource
This implementation compares the underlying URL references.
equals(Object) - 类 中的方法com.firefly.utils.json.support.MetaInfo
 
equals(char[]) - 类 中的方法com.firefly.utils.json.support.ParserMetaInfo
 
equals(Object) - 类 中的方法com.firefly.utils.log.file.FileLog
 
equalsIgnoreEncodings(String, String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
 
error(String, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
error(String, Throwable, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
error(String) - 类 中的方法com.firefly.utils.log.file.FileLog
 
error(String) - 接口 中的方法com.firefly.utils.log.Log
 
error(String, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
error(String, Throwable, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
escapeSpecialCharacter(char) - 类 中的静态方法com.firefly.utils.json.io.JsonStringWriter
This method is used to filter some special characters.
escapeXML(String) - 类 中的静态方法com.firefly.utils.StringUtils
 
existRef(Object) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
existRef(Object) - 类 中的方法com.firefly.utils.json.JsonWriter
 
exists() - 类 中的方法com.firefly.utils.io.AbstractFileResolvingResource
 
exists() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation checks whether a File can be opened, falling back to whether an InputStream can be opened.
exists() - 类 中的方法com.firefly.utils.io.ByteArrayResource
This implementation always returns true.
exists() - 类 中的方法com.firefly.utils.io.ClassPathResource
This implementation checks for the resolution of a resource URL.
exists() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation returns whether the underlying file exists.
exists() - 类 中的方法com.firefly.utils.io.InputStreamResource
This implementation always returns true.
exists() - 类 中的方法com.firefly.utils.io.PathResource
This implementation returns whether the underlying file exists.
exists() - 接口 中的方法com.firefly.utils.io.Resource
Return whether this resource actually exists in physical form.
expandCapacity(int) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
extract(int) - 类 中的方法com.firefly.utils.lang.StringParser
Extract and return a substring that starts at the specified position, and extends to the end of the string being parsed.
extract(int, int) - 类 中的方法com.firefly.utils.lang.StringParser
Extract and return a substring that starts at the specified position, and ends at the character before the specified position.
extractArchiveURL(URL) - 类 中的静态方法com.firefly.utils.ResourceUtils
Extract the URL for the outermost archive from the given jar/war URL (which may point to a resource in a jar file or to a jar file itself).
extractJarFileURL(URL) - 类 中的静态方法com.firefly.utils.ResourceUtils
Extract the URL for the actual jar file from the given URL (which may point to a resource in a jar file or to a jar file itself).

F

failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.Callback.Completable
 
failed(Throwable) - 接口 中的方法com.firefly.utils.concurrent.Callback
Callback invoked when the operation fails.
failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.Callback.Nested
 
failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.CompletableCallback
 
failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.CountingCallback
 
failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.FutureCallback
 
failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.FuturePromise
 
failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
Invoked when the sub task fails.
failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.Promise.Adapter
 
failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.Promise.Completable
 
failed(Throwable) - 接口 中的方法com.firefly.utils.concurrent.Promise
Callback invoked when the operation fails.
failed(Throwable) - 类 中的方法com.firefly.utils.concurrent.SharedBlockingCallback.Blocker
 
FALSE_VALUE - 类 中的静态变量com.firefly.utils.json.io.AbstractJsonStringWriter
 
field() - 接口 中的方法com.firefly.utils.ReflectUtils.FieldProxy
 
FieldInvoke - com.firefly.utils.json.support中的类
 
FieldInvoke(Field) - 类 的构造器com.firefly.utils.json.support.FieldInvoke
 
FieldProxyFactoryUsingJavaCompiler - com.firefly.utils.classproxy中的类
 
FieldProxyFactoryUsingJavassist - com.firefly.utils.classproxy中的类
 
FILE_READER_BUFFER_SIZE - 类 中的静态变量com.firefly.utils.io.FileUtils
 
FILE_URL_PREFIX - 类 中的静态变量com.firefly.utils.ResourceUtils
URL prefix for loading from the file system: "file:"
fileendpos - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
FileLog - com.firefly.utils.log.file中的类
 
FileLog() - 类 的构造器com.firefly.utils.log.file.FileLog
 
FileLogTask - com.firefly.utils.log.file中的类
 
FileLogTask(Trie<Log>) - 类 的构造器com.firefly.utils.log.file.FileLogTask
 
filename - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
FilePipedStream - com.firefly.utils.io中的类
 
FilePipedStream(String) - 类 的构造器com.firefly.utils.io.FilePipedStream
 
FilePipedStream(File) - 类 的构造器com.firefly.utils.io.FilePipedStream
 
FileSystemResource - com.firefly.utils.io中的类
Resource implementation for java.io.File handles.
FileSystemResource(File) - 类 的构造器com.firefly.utils.io.FileSystemResource
Create a new FileSystemResource from a File handle.
FileSystemResource(String) - 类 的构造器com.firefly.utils.io.FileSystemResource
Create a new FileSystemResource from a file path.
FileUtils - com.firefly.utils.io中的类
 
FileUtils() - 类 的构造器com.firefly.utils.io.FileUtils
 
fill(ByteBuffer, byte[], int, int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Like append, but does not throw BufferOverflowException
findChar(char) - 类 中的方法com.firefly.utils.lang.StringParser
Return the index of the next occurrence of the specified character, or the index of the character after the last position of the string if no more occurrences of this character are found.
findClass(String) - 类 中的方法com.firefly.utils.CompilerUtils.CompilerClassLoader
 
findCommonElementType(Collection<?>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Find the common element type of the given Collection, if any.
findFirstMatch(Collection<?>, Collection<E>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Return the first element in 'candidates' that is contained in ' source'.
findText() - 类 中的方法com.firefly.utils.lang.StringParser
Return the index of the next occurrence of a non-whitespace character, or the index of the character after the last position of the string if no more non-whitespace characters are found.
findValueOfType(Collection<?>, Class<T>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Find a single value of the given type in the given Collection.
findValueOfType(Collection<?>, Class<?>[]) - 类 中的静态方法com.firefly.utils.CollectionUtils
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
findWhite() - 类 中的方法com.firefly.utils.lang.StringParser
Return the index of the next occurrence of a whitespace character, or the index of the character after the last position of the string if no more whitespace characters are found.
first - 类 中的变量com.firefly.utils.lang.Pair
 
flipPutFlip(ByteBuffer, ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
flipToFill(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Flip the buffer to fill mode.
flipToFlush(ByteBuffer, int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Flip the buffer to Flush mode.
FloatParser - com.firefly.utils.json.parser中的类
 
FloatParser() - 类 的构造器com.firefly.utils.json.parser.FloatParser
 
flush() - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
flush() - 类 中的方法com.firefly.utils.log.file.FileLog
 
flushAll() - 类 中的方法com.firefly.utils.log.LogFactory
 
format(Date) - 类 中的方法com.firefly.utils.time.SafeSimpleDateFormat
 
forName(String, ClassLoader) - 类 中的静态方法com.firefly.utils.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g.
frequency - 类 中的变量com.firefly.utils.codec.HuffmanCodec.HuffmanCode
 
frequency - 类 中的变量com.firefly.utils.codec.HuffmanCodec.HuffmanTree
 
from(CompletableFuture<?>) - 接口 中的静态方法com.firefly.utils.concurrent.Callback
Creates a non-blocking callback from the given incomplete CompletableFuture.
from(CompletableFuture<?>, boolean) - 接口 中的静态方法com.firefly.utils.concurrent.Callback
Creates a callback from the given incomplete CompletableFuture, with the given blocking characteristic.
from(CompletableFuture<? super T>) - 接口 中的静态方法com.firefly.utils.concurrent.Promise
Creates a promise from the given incomplete CompletableFuture.
fromAction(Action0) - 类 中的静态方法com.firefly.utils.function.Functions
Converts an Action0 to a FuncN to allow heterogeneous handling of functions with different arities.
fromAction(Action1<? super T0>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts an Action1 to a FuncN to allow heterogeneous handling of functions with different arities.
fromAction(Action2<? super T0, ? super T1>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts an Action2 to a FuncN to allow heterogeneous handling of functions with different arities.
fromAction(Action3<? super T0, ? super T1, ? super T2>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts an Action3 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func0<? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func0 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func1<? super T0, ? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func1 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func2<? super T0, ? super T1, ? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func2 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func3<? super T0, ? super T1, ? super T2, ? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func3 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func4<? super T0, ? super T1, ? super T2, ? super T3, ? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func4 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func5<? super T0, ? super T1, ? super T2, ? super T3, ? super T4, ? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func5 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func6<? super T0, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func6 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func7<? super T0, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func7 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func8<? super T0, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func8 to a FuncN to allow heterogeneous handling of functions with different arities.
fromFunc(Func9<? super T0, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R>) - 类 中的静态方法com.firefly.utils.function.Functions
Converts a Func9 to a FuncN to allow heterogeneous handling of functions with different arities.
fromHexString(String) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
fromLevel(int) - 枚举 中的静态方法com.firefly.utils.log.LogLevel
 
fromName(String) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
Class from a canonical name for a type.
fromName(String) - 枚举 中的静态方法com.firefly.utils.log.LogLevel
 
Func0<R> - com.firefly.utils.function中的接口
Represents a function with zero arguments.
Func1<T,R> - com.firefly.utils.function中的接口
Represents a function with one argument.
Func2<T1,T2,R> - com.firefly.utils.function中的接口
Represents a function with two arguments.
Func3<T1,T2,T3,R> - com.firefly.utils.function中的接口
Represents a function with three arguments.
Func4<T1,T2,T3,T4,R> - com.firefly.utils.function中的接口
Represents a function with four arguments.
Func5<T1,T2,T3,T4,T5,R> - com.firefly.utils.function中的接口
Represents a function with five arguments.
Func6<T1,T2,T3,T4,T5,T6,R> - com.firefly.utils.function中的接口
Represents a function with six arguments.
Func7<T1,T2,T3,T4,T5,T6,T7,R> - com.firefly.utils.function中的接口
Represents a function with seven arguments.
Func8<T1,T2,T3,T4,T5,T6,T7,T8,R> - com.firefly.utils.function中的接口
Represents a function with eight arguments.
Func9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> - com.firefly.utils.function中的接口
Represents a function with nine arguments.
FuncN<R> - com.firefly.utils.function中的接口
Represents a vector-argument function.
Function - com.firefly.utils.function中的接口
All Func and Action interfaces extend from this.
Functions - com.firefly.utils.function中的类
 
Future(HashTimeWheel, int, HashTimeWheel.TimerTask) - 类 的构造器com.firefly.utils.time.HashTimeWheel.Future
 
FutureCallback - com.firefly.utils.concurrent中的类
 
FutureCallback() - 类 的构造器com.firefly.utils.concurrent.FutureCallback
 
FutureCallback(boolean) - 类 的构造器com.firefly.utils.concurrent.FutureCallback
 
FutureCallback(Throwable) - 类 的构造器com.firefly.utils.concurrent.FutureCallback
 
FuturePromise<C> - com.firefly.utils.concurrent中的类
 
FuturePromise() - 类 的构造器com.firefly.utils.concurrent.FuturePromise
 
FuturePromise(C) - 类 的构造器com.firefly.utils.concurrent.FuturePromise
 
FuturePromise(C, Throwable) - 类 的构造器com.firefly.utils.concurrent.FuturePromise
 

G

GeneralJSONObjectStateMacine - com.firefly.utils.json.parser中的类
 
GeneralJSONObjectStateMacine() - 类 的构造器com.firefly.utils.json.parser.GeneralJSONObjectStateMacine
 
get(Object) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
get(String) - 类 中的方法com.firefly.utils.collection.AbstractTrie
 
get(ByteBuffer) - 类 中的方法com.firefly.utils.collection.AbstractTrie
 
get(int) - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
get(String, int, int) - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
get(ByteBuffer, int, int) - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
get(String, int, int) - 类 中的方法com.firefly.utils.collection.ArrayTrie
 
get(ByteBuffer, int, int) - 类 中的方法com.firefly.utils.collection.ArrayTrie
 
get(int) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
get(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Returns a value which the specified key is mapped.
get(K, Func1<K, V>) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
get(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
get() - 接口 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Reference
Returns the referenced entry or null if the entry is no longer available.
get(Object) - 类 中的方法com.firefly.utils.collection.ConsistentHash
 
get(int) - 类 中的方法com.firefly.utils.collection.HashedArrayTree
Returns the value of the element at the specified position.
get(K) - 类 中的方法com.firefly.utils.collection.IdentityHashMap
 
get(Object, int) - 类 中的静态方法com.firefly.utils.collection.LazyList
Get item from the list
get(String, int, int) - 类 中的方法com.firefly.utils.collection.TreeTrie
 
get(ByteBuffer, int, int) - 类 中的方法com.firefly.utils.collection.TreeTrie
 
get(String) - 接口 中的方法com.firefly.utils.collection.Trie
Get and exact match from a String key
get(String, int, int) - 接口 中的方法com.firefly.utils.collection.Trie
Get and exact match from a String key
get(ByteBuffer) - 接口 中的方法com.firefly.utils.collection.Trie
Get and exact match from a segment of a ByteBuufer as key
get(ByteBuffer, int, int) - 接口 中的方法com.firefly.utils.collection.Trie
Get and exact match from a segment of a ByteBuufer as key
get() - 类 中的方法com.firefly.utils.concurrent.FutureCallback
 
get(long, TimeUnit) - 类 中的方法com.firefly.utils.concurrent.FutureCallback
 
get() - 类 中的方法com.firefly.utils.concurrent.FuturePromise
 
get(long, TimeUnit) - 类 中的方法com.firefly.utils.concurrent.FuturePromise
 
get(long) - 类 中的方法com.firefly.utils.concurrent.SynchronousObject
 
get(Object) - 类 中的方法com.firefly.utils.json.support.FieldInvoke
 
get(Object) - 类 中的方法com.firefly.utils.json.support.MethodInvoke
 
get(Object) - 接口 中的方法com.firefly.utils.json.support.PropertyInvoke
 
get() - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
get() - 接口 中的方法com.firefly.utils.lang.pool.Pool
Returns an instance from the pool.
get(Object, int) - 接口 中的方法com.firefly.utils.ReflectUtils.ArrayProxy
 
get(Object) - 接口 中的方法com.firefly.utils.ReflectUtils.FieldProxy
 
get(Object, String) - 类 中的静态方法com.firefly.utils.ReflectUtils
Invokes a object's "getter" method by property name
getAllInterfaces(Object) - 类 中的静态方法com.firefly.utils.ClassUtils
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - 类 中的静态方法com.firefly.utils.ClassUtils
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - 类 中的静态方法com.firefly.utils.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class<?>, ClassLoader) - 类 中的静态方法com.firefly.utils.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getArrayProxy(Class<?>) - 类 中的方法com.firefly.utils.classproxy.AbstractFieldProxyFactory
 
getArrayProxy(Class<?>) - 类 中的方法com.firefly.utils.classproxy.AbstractMethodProxyFactory
 
getArrayProxy(Class<?>) - 类 中的方法com.firefly.utils.classproxy.ArrayProxyFactoryUsingJavaCompiler
 
getArrayProxy(Class<?>) - 类 中的方法com.firefly.utils.classproxy.ArrayProxyFactoryUsingJavassist
 
getArrayProxy(Class<?>) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getArrayProxy(Class<?>) - 接口 中的方法com.firefly.utils.ReflectUtils.ProxyFactory
 
getBest(String) - 类 中的方法com.firefly.utils.collection.AbstractTrie
 
getBest(byte[], int, int) - 类 中的方法com.firefly.utils.collection.AbstractTrie
 
getBest(String) - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
getBest(String, int, int) - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
getBest(ByteBuffer, int, int) - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
getBest(byte[], int, int) - 类 中的方法com.firefly.utils.collection.ArrayTrie
 
getBest(ByteBuffer, int, int) - 类 中的方法com.firefly.utils.collection.ArrayTrie
 
getBest(String, int, int) - 类 中的方法com.firefly.utils.collection.ArrayTrie
 
getBest(byte[], int, int) - 类 中的方法com.firefly.utils.collection.TreeTrie
 
getBest(String, int, int) - 类 中的方法com.firefly.utils.collection.TreeTrie
 
getBest(ByteBuffer, int, int) - 类 中的方法com.firefly.utils.collection.TreeTrie
 
getBest(String) - 接口 中的方法com.firefly.utils.collection.Trie
Get the best match from key in a String.
getBest(String, int, int) - 接口 中的方法com.firefly.utils.collection.Trie
Get the best match from key in a String.
getBest(byte[], int, int) - 接口 中的方法com.firefly.utils.collection.Trie
Get the best match from key in a byte array.
getBest(ByteBuffer, int, int) - 接口 中的方法com.firefly.utils.collection.Trie
Get the best match from key in a byte buffer.
getBigDecimal(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getBigDecimal(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getBigInteger(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getBigInteger(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getBlockCount() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
getBlockSize() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
getBoolean(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getBoolean(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getBuf() - 类 中的方法com.firefly.utils.io.ByteArrayOutputStream2
 
getByte(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getByte(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getByteArray() - 类 中的方法com.firefly.utils.io.ByteArrayResource
Return the underlying byte array.
getBytes() - 类 中的方法com.firefly.utils.codec.HuffmanCodec.HuffmanCode
 
getBytes(String) - 类 中的静态方法com.firefly.utils.StringUtils
 
getBytes(String, String) - 类 中的静态方法com.firefly.utils.StringUtils
 
getCacheLineBytes() - 类 中的静态方法com.firefly.utils.concurrent.MemoryUtils
 
getCapacity() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
getCapacity() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
getCharContent(boolean) - 类 中的方法com.firefly.utils.CompilerUtils.JavaSourceFromString
 
getChars(long, int, char[]) - 类 中的静态方法com.firefly.utils.json.io.IOUtils
 
getChars(int, int, char[]) - 类 中的静态方法com.firefly.utils.json.io.IOUtils
Places characters representing the integer i into the character array buf.
getChars(byte, int, char[]) - 类 中的静态方法com.firefly.utils.json.io.IOUtils
 
getCharset() - 类 中的方法com.firefly.utils.io.EncodedResource
Return the Charset to use for reading from the resource, or null if none specified.
getClassByName(String) - 类 中的静态方法com.firefly.utils.CompilerUtils
 
getClassFileName(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine the name of the class file, relative to the containing package: e.g.
getClassLoader() - 类 中的方法com.firefly.utils.io.ClassPathResource
Return the ClassLoader that this resource will be obtained from.
getClassLoader() - 类 中的方法com.firefly.utils.io.DefaultResourceLoader
Return the ClassLoader to load class path resources with.
getClassLoader() - 接口 中的方法com.firefly.utils.io.ResourceLoader
Expose the ClassLoader used by this ResourceLoader.
getClosedStream() - 类 中的静态方法com.firefly.utils.io.IO
 
getCodecMap() - 类 中的方法com.firefly.utils.codec.HuffmanCodec
 
getCollectionObj(Class<?>) - 类 中的静态方法com.firefly.utils.ConvertUtils
Returns a collection object instance by class
getConcurrencyLevel() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Returns a value which represents the number of map's partition
getConstructorIfAvailable(Class<T>, Class<?>...) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine whether the given class has a public constructor with the given signature, and return it if available (else return null).
getCount() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Segment
 
getCount() - 类 中的方法com.firefly.utils.io.ByteArrayOutputStream2
 
getDefaultBufferSize() - 类 中的方法com.firefly.utils.codec.BaseNCodec
Get the default buffer size.
getDefaultClassLoader() - 类 中的静态方法com.firefly.utils.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getDescription() - 类 中的方法com.firefly.utils.io.ByteArrayResource
This implementation returns a description that includes the passed-in description, if any.
getDescription() - 类 中的方法com.firefly.utils.io.ClassPathResource
This implementation returns a description that includes the class path location.
getDescription() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation returns a description that includes the absolute path of the file.
getDescription() - 类 中的方法com.firefly.utils.io.InputStreamResource
This implementation returns a description that includes the passed-in description, if any.
getDescription() - 类 中的方法com.firefly.utils.io.PathResource
 
getDescription() - 接口 中的方法com.firefly.utils.io.Resource
Return a description for this resource, to be used for error output when working with the resource.
getDescription() - 类 中的方法com.firefly.utils.io.UrlResource
This implementation returns a description that includes the URL.
getDescriptiveType(Object) - 类 中的静态方法com.firefly.utils.ClassUtils
Return a descriptive name for the given object's type: usually simply the class name, but component type class name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
getDisplayString(Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getDocument(String) - 类 中的方法com.firefly.utils.dom.DefaultDom
 
getDocument(String) - 接口 中的方法com.firefly.utils.dom.Dom
Get the XML document
getDouble(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getDouble(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getDouble() - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
 
getElementMetaInfo() - 类 中的方法com.firefly.utils.json.parser.ComplexTypeParser
 
getEncodedLength(byte[]) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Calculates the amount of space needed to encode the supplied array.
getEncoding() - 类 中的方法com.firefly.utils.io.EncodedResource
Return the encoding to use for reading from the resource, or null if none specified.
getFieldProxy(Field) - 类 中的方法com.firefly.utils.classproxy.AbstractArrayProxyFactory
 
getFieldProxy(Field) - 类 中的方法com.firefly.utils.classproxy.AbstractMethodProxyFactory
 
getFieldProxy(Field) - 类 中的方法com.firefly.utils.classproxy.FieldProxyFactoryUsingJavaCompiler
 
getFieldProxy(Field) - 类 中的方法com.firefly.utils.classproxy.FieldProxyFactoryUsingJavassist
 
getFieldProxy(Field) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getFieldProxy(Field) - 接口 中的方法com.firefly.utils.ReflectUtils.ProxyFactory
 
getFields(Class<?>) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getFields(Class<?>, ReflectUtils.BeanFieldFilter) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getFile() - 类 中的方法com.firefly.utils.io.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile(URI) - 类 中的方法com.firefly.utils.io.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to an absolute file path.
getFile() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation returns the underlying File reference.
getFile() - 类 中的方法com.firefly.utils.io.PathResource
This implementation returns the underlying File reference.
getFile() - 接口 中的方法com.firefly.utils.io.Resource
Return a File handle for this resource.
getFile() - 类 中的方法com.firefly.utils.io.UrlResource
This implementation returns a File reference for the underlying URL/URI, provided that it refers to a file in the file system.
getFile(String) - 类 中的静态方法com.firefly.utils.ResourceUtils
Resolve the given resource location to a java.io.File, i.e. to a file in the file system.
getFile(URL) - 类 中的静态方法com.firefly.utils.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
getFile(URL, String) - 类 中的静态方法com.firefly.utils.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
getFile(URI) - 类 中的静态方法com.firefly.utils.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e. to a file in the file system.
getFile(URI, String) - 类 中的静态方法com.firefly.utils.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e. to a file in the file system.
getFileForLastModifiedCheck() - 类 中的方法com.firefly.utils.io.AbstractFileResolvingResource
This implementation determines the underlying File (or jar file, in case of a resource in a jar/zip).
getFileForLastModifiedCheck() - 类 中的方法com.firefly.utils.io.AbstractResource
Determine the File to use for timestamp checking.
getFilename() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation always returns null, assuming that this resource type does not have a filename.
getFilename() - 类 中的方法com.firefly.utils.io.ClassPathResource
This implementation returns the name of the file that this class path resource refers to.
getFilename() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation returns the name of the file.
getFilename() - 类 中的方法com.firefly.utils.io.PathResource
This implementation returns the name of the file.
getFilename() - 接口 中的方法com.firefly.utils.io.Resource
Determine a filename for this resource, i.e. typically the last part of the path: for example, "myfile.txt".
getFilename() - 类 中的方法com.firefly.utils.io.UrlResource
This implementation returns the name of the file that this URL refers to.
getFilename(String) - 类 中的静态方法com.firefly.utils.StringUtils
Extract the filename from the given Java resource path, e.g.
getFilenameExtension(String) - 类 中的静态方法com.firefly.utils.StringUtils
Extract the filename extension from the given Java resource path, e.g.
getFilePointer() - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
getFirst() - 类 中的方法com.firefly.utils.lang.Pair
 
getFloat(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getFloat(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getGetterMethod(Class<?>, String) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getGetterMethods(Class<?>) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getGetterMethods(Class<?>, ReflectUtils.BeanMethodFilter) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getHash(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
Get the hash for a given object, apply an additional hash function to reduce collisions.
getHash() - 接口 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Reference
Returns the hash for the reference.
getHeadBlock() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
getHuffmanTree() - 类 中的方法com.firefly.utils.codec.HuffmanCodec
 
getIdentityHexString(Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hex String form of an object's identity hash code.
getIdleFor() - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
 
getIdleTimeout() - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
 
getIdleTimeout() - 类 中的方法com.firefly.utils.concurrent.SharedBlockingCallback
 
getIdleTimestamp() - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
 
getImplClass(Class<?>) - 类 中的静态方法com.firefly.utils.json.parser.ComplexTypeParser
 
getIndex() - 类 中的方法com.firefly.utils.lang.StringParser
Return the zero-relative index of our current parsing position within the string being parsed.
getInputStream() - 类 中的方法com.firefly.utils.io.ByteArrayPipedStream
 
getInputStream() - 类 中的方法com.firefly.utils.io.ByteArrayResource
This implementation returns a ByteArrayInputStream for the underlying byte array.
getInputStream() - 类 中的方法com.firefly.utils.io.ClassPathResource
This implementation opens an InputStream for the given class path resource.
getInputStream() - 类 中的方法com.firefly.utils.io.EncodedResource
Open a java.io.InputStream for the specified resource, ignoring any specified Charset or encoding.
getInputStream() - 类 中的方法com.firefly.utils.io.FilePipedStream
 
getInputStream() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation opens a FileInputStream for the underlying file.
getInputStream() - 类 中的方法com.firefly.utils.io.InputStreamResource
This implementation throws IllegalStateException if attempting to read the underlying stream multiple times.
getInputStream() - 接口 中的方法com.firefly.utils.io.InputStreamSource
Return an InputStream.
getInputStream() - 类 中的方法com.firefly.utils.io.PathResource
This implementation opens a InputStream for the underlying file.
getInputStream() - 接口 中的方法com.firefly.utils.io.PipedStream
 
getInputStream() - 类 中的方法com.firefly.utils.io.UrlResource
This implementation opens an InputStream for the given URL.
getInstance() - 类 中的静态方法com.firefly.utils.log.LogFactory
 
getInteger(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getInteger(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getIntegersPerCacheLine() - 类 中的静态方法com.firefly.utils.concurrent.MemoryUtils
 
getInterfaceNames(Class<?>) - 类 中的静态方法com.firefly.utils.ReflectUtils
Gets the all interface names of this class
getInterval() - 类 中的方法com.firefly.utils.time.HashTimeWheel
 
getJsonArray(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getJsonArray(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getJsonObject(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getJsonObject(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getKey() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap.MapEntryImpl
 
getKey() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Entry
 
getLength() - 类 中的方法com.firefly.utils.codec.HuffmanCodec.BitBuilder
 
getLength() - 类 中的方法com.firefly.utils.lang.StringParser
Return the length of the string we are parsing.
getLevel() - 类 中的方法com.firefly.utils.log.file.FileLog
 
getLevel() - 类 中的方法com.firefly.utils.log.LogItem
 
getLevel() - 枚举 中的方法com.firefly.utils.log.LogLevel
 
getList(Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
Get the real List from a LazyList.
getList(Object, boolean) - 类 中的静态方法com.firefly.utils.collection.LazyList
Get the real List from a LazyList.
getLoadFactor() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
getLog(Class<?>) - 类 中的方法com.firefly.utils.log.LogFactory
 
getLog(String) - 类 中的方法com.firefly.utils.log.LogFactory
 
getLogTask() - 类 中的方法com.firefly.utils.log.LogFactory
 
getLong(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getLong(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getLongsPerCacheLine() - 类 中的静态方法com.firefly.utils.concurrent.MemoryUtils
 
getMapObj(Class<?>) - 类 中的静态方法com.firefly.utils.ConvertUtils
 
getMaxCapacity() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
getMaxFileSize() - 类 中的方法com.firefly.utils.log.file.FileLog
 
getMaxTimers() - 类 中的方法com.firefly.utils.time.HashTimeWheel
 
getMethod(Class<?>, String, Class<?>...) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine whether the given class has a public method with the given signature, and return it if available (else throws an IllegalStateException).
getMethodCountForName(Class<?>, String) - 类 中的静态方法com.firefly.utils.ClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
getMethodIfAvailable(Class<?>, String, Class<?>...) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine whether the given class has a public method with the given signature, and return it if available (else return null).
getMethodProxy(Method) - 类 中的方法com.firefly.utils.classproxy.AbstractArrayProxyFactory
 
getMethodProxy(Method) - 类 中的方法com.firefly.utils.classproxy.AbstractFieldProxyFactory
 
getMethodProxy(Method) - 类 中的方法com.firefly.utils.classproxy.MethodProxyFactoryUsingJavaCompiler
 
getMethodProxy(Method) - 类 中的方法com.firefly.utils.classproxy.MethodProxyFactoryUsingJavassist
 
getMethodProxy(Method) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getMethodProxy(Method) - 接口 中的方法com.firefly.utils.ReflectUtils.ProxyFactory
 
getName() - 类 中的方法com.firefly.utils.log.file.FileLog
 
getName() - 接口 中的方法com.firefly.utils.log.Log
 
getName() - 类 中的方法com.firefly.utils.log.LogItem
 
getName() - 枚举 中的方法com.firefly.utils.log.LogLevel
 
getNext() - 接口 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Reference
Returns the next reference in the chain or null
getNextSlotUnsafe() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
getNullPrintWriter() - 类 中的静态方法com.firefly.utils.io.IO
 
getNullStream() - 类 中的静态方法com.firefly.utils.io.IO
 
getNullWriter() - 类 中的静态方法com.firefly.utils.io.IO
 
getOutputStream() - 类 中的方法com.firefly.utils.io.ByteArrayPipedStream
 
getOutputStream() - 类 中的方法com.firefly.utils.io.FilePipedStream
 
getOutputStream() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation opens a FileOutputStream for the underlying file.
getOutputStream() - 类 中的方法com.firefly.utils.io.PathResource
This implementation opens a OutputStream for the underlying file.
getOutputStream() - 接口 中的方法com.firefly.utils.io.PipedStream
 
getOutputStream() - 接口 中的方法com.firefly.utils.io.WritableResource
Return an OutputStream for the underlying resource, allowing to (over-)write its content.
getPackageName(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine the name of the package of the given class, e.g.
getPackageName(String) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine the name of the package of the given fully-qualified class name, e.g.
getParser(Class<?>, DateFormat) - 类 中的静态方法com.firefly.utils.json.parser.ParserStateMachine
 
getParser() - 类 中的方法com.firefly.utils.json.support.ParserMetaInfo
 
getPath() - 类 中的方法com.firefly.utils.io.ClassPathResource
Return the path for this resource (as resource path within the class path).
getPath() - 类 中的方法com.firefly.utils.io.FileSystemResource
Return the file path for this resource.
getPath() - 类 中的方法com.firefly.utils.io.PathResource
Return the file path for this resource.
getPath() - 类 中的方法com.firefly.utils.log.file.FileLog
 
getPathWithinContext() - 接口 中的方法com.firefly.utils.io.ContextResource
Return the path within the enclosing 'context'.
getPathWithinContext() - 类 中的方法com.firefly.utils.io.DefaultResourceLoader.ClassPathContextResource
 
getProperty(Object, String) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getPropertyInvoke() - 类 中的方法com.firefly.utils.json.support.MetaInfo
 
getPropertyName() - 类 中的方法com.firefly.utils.json.support.MetaInfo
 
getPropertyName(Method) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getPropertyNameString() - 类 中的方法com.firefly.utils.json.support.MetaInfo
 
getProtocolResolvers() - 类 中的方法com.firefly.utils.io.DefaultResourceLoader
Return the collection of currently registered protocol resolvers, allowing for introspection as well as modification.
getQualifiedMethodName(Method) - 类 中的静态方法com.firefly.utils.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedName(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
getReader() - 类 中的方法com.firefly.utils.io.EncodedResource
Open a java.io.Reader for the specified resource, using the specified Charset or encoding (if any).
getReference(Object, ConcurrentReferenceHashMap.Restructure) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
Return a ConcurrentReferenceHashMap.Reference to the ConcurrentReferenceHashMap.Entry for the specified key, or null if not found.
getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Segment
 
getResource(String) - 类 中的方法com.firefly.utils.io.DefaultResourceLoader
 
getResource() - 类 中的方法com.firefly.utils.io.EncodedResource
Return the Resource held by this EncodedResource.
getResource(String) - 接口 中的方法com.firefly.utils.io.ResourceLoader
Return a Resource handle for the specified resource.
getResource(String) - 类 中的静态方法com.firefly.utils.lang.Loader
 
getResourceBundle(String, boolean, Locale) - 类 中的静态方法com.firefly.utils.lang.Loader
 
getResourceByPath(String) - 类 中的方法com.firefly.utils.io.ClassRelativeResourceLoader
 
getResourceByPath(String) - 类 中的方法com.firefly.utils.io.DefaultResourceLoader
Return a Resource handle for the resource at the given path.
getRoot(Document) - 类 中的方法com.firefly.utils.dom.DefaultDom
 
getRoot(Document) - 接口 中的方法com.firefly.utils.dom.Dom
Get the root node
getScheduler() - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
 
getSecond() - 类 中的方法com.firefly.utils.lang.Pair
 
getSegment(int) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
getSegmentMask() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Mask value for indexing into segments.
getSegmentShift() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Shift value for indexing within segments.
getSegmentsSize() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
getSerializer(Class<?>, DateFormat) - 类 中的静态方法com.firefly.utils.json.serializer.SerialStateMachine
 
getSerializer() - 类 中的方法com.firefly.utils.json.support.SerializerMetaInfo
 
getSetterMethod(Class<?>, String) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getSetterMethods(Class<?>) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getSetterMethods(Class<?>, ReflectUtils.BeanMethodFilter) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
getShort(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getShort(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getShortName(String) - 类 中的静态方法com.firefly.utils.ClassUtils
Get the class name without the qualified package name.
getShortName(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Return the short string name of a Java class in uncapitalized JavaBeans property format.
getSingle() - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
 
getSize() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Segment
 
getStackTraceElement() - 类 中的静态方法com.firefly.utils.log.file.FileLog
 
getStackTraceElement() - 类 中的方法com.firefly.utils.log.LogItem
 
getStaticMethod(Class<?>, String, Class<?>...) - 类 中的静态方法com.firefly.utils.ClassUtils
Return a public static method of a class.
getString(String) - 类 中的方法com.firefly.utils.collection.MultiMap
Get value as String.
getString(int) - 类 中的方法com.firefly.utils.json.JsonArray
 
getString(String) - 类 中的方法com.firefly.utils.json.JsonObject
 
getString() - 类 中的方法com.firefly.utils.lang.StringParser
Return the String we are currently parsing.
getStringBuffer() - 类 中的方法com.firefly.utils.lang.Utf8StringBuffer
 
getStringBuilder() - 类 中的方法com.firefly.utils.lang.Utf8StringBuilder
 
getStringSourceJavaFileManager(JavaCompiler, DiagnosticListener<? super JavaFileObject>, Locale, Charset) - 类 中的静态方法com.firefly.utils.CompilerUtils
 
getTailBlock() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
getTextValue(Element) - 类 中的方法com.firefly.utils.dom.DefaultDom
 
getTextValue(Element) - 接口 中的方法com.firefly.utils.dom.Dom
Get the value of a XML element
getTextValueByTagName(Element, String) - 类 中的方法com.firefly.utils.dom.DefaultDom
 
getTextValueByTagName(Element, String, String) - 类 中的方法com.firefly.utils.dom.DefaultDom
 
getTextValueByTagName(Element, String) - 接口 中的方法com.firefly.utils.dom.Dom
Get the value of a XML node
getTextValueByTagName(Element, String, String) - 接口 中的方法com.firefly.utils.dom.Dom
Get the value of a XML node
getType() - 类 中的方法com.firefly.utils.json.support.ParserMetaInfo
 
getUnsafe(int) - 类 中的方法com.firefly.utils.collection.ArrayQueue
Get without synchronization or bounds checking.
getURI() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation builds a URI based on the URL returned by AbstractResource.getURL().
getURI() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation returns a URI for the underlying file.
getURI() - 类 中的方法com.firefly.utils.io.PathResource
This implementation returns a URI for the underlying file.
getURI() - 接口 中的方法com.firefly.utils.io.Resource
Return a URI handle for this resource.
getURI() - 类 中的方法com.firefly.utils.io.UrlResource
This implementation returns the underlying URI directly, if possible.
getURL() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to a URL.
getURL() - 类 中的方法com.firefly.utils.io.ClassPathResource
This implementation returns a URL for the underlying class path resource, if available.
getURL() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation returns a URL for the underlying file.
getURL() - 类 中的方法com.firefly.utils.io.PathResource
This implementation returns a URL for the underlying file.
getURL() - 接口 中的方法com.firefly.utils.io.Resource
Return a URL handle for this resource.
getURL() - 类 中的方法com.firefly.utils.io.UrlResource
This implementation returns the underlying URL reference.
getURL(String) - 类 中的静态方法com.firefly.utils.ResourceUtils
Resolve the given resource location to a java.net.URL.
getUserClass(Object) - 类 中的静态方法com.firefly.utils.ClassUtils
Return the user-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a CGLIB-generated subclass.
getUserClass(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Return the user-defined class for the given class: usually simply the given class, but the original class in case of a CGLIB-generated subclass.
getUtf8Bytes(String) - 类 中的静态方法com.firefly.utils.StringUtils
 
getValue() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap.MapEntryImpl
 
getValue() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Entry
 
getValue(String, int) - 类 中的方法com.firefly.utils.collection.MultiMap
Get a value from a multiple value.
getValue(JsonReader) - 类 中的方法com.firefly.utils.json.support.ParserMetaInfo
 
getValues(String) - 类 中的方法com.firefly.utils.collection.MultiMap
Get multiple values.
growUnsafe() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 

H

hasAtLeastOneMethodWithName(Class<?>, String) - 类 中的静态方法com.firefly.utils.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)?
hasConstructor(Class<?>, Class<?>...) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine whether the given class has a public constructor with the given signature.
hasContent(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Check for a non null and non empty buffer.
hasEntry(Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
Simple utility method to test if List has at least 1 entry.
hash(Object) - 接口 中的方法com.firefly.utils.collection.ConsistentHash.HashFunction
 
hashCode() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Entry
 
hashCode - 类 中的变量com.firefly.utils.collection.IdentityHashMap.Entry
 
hashCode() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation returns the description's hash code.
hashCode() - 类 中的方法com.firefly.utils.io.ByteArrayResource
This implementation returns the hash code based on the underlying byte array.
hashCode() - 类 中的方法com.firefly.utils.io.ClassPathResource
This implementation returns the hash code of the underlying class path location.
hashCode() - 类 中的方法com.firefly.utils.io.EncodedResource
 
hashCode() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation returns the hash code of the underlying File reference.
hashCode() - 类 中的方法com.firefly.utils.io.InputStreamResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - 类 中的方法com.firefly.utils.io.PathResource
This implementation returns the hash code of the underlying Path reference.
hashCode() - 类 中的方法com.firefly.utils.io.UrlResource
This implementation returns the hash code of the underlying URL reference.
hashCode() - 类 中的方法com.firefly.utils.json.support.MetaInfo
 
hashCode() - 类 中的方法com.firefly.utils.log.file.FileLog
 
hashCode(boolean) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return the same value as Boolean.hashCode()}.
hashCode(double) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return the same value as Double.hashCode()}.
hashCode(float) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return the same value as Float.hashCode()}.
hashCode(long) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return the same value as Long.hashCode()}.
HashedArrayTree<T> - com.firefly.utils.collection中的类
 
HashedArrayTree() - 类 的构造器com.firefly.utils.collection.HashedArrayTree
 
HashTimeWheel - com.firefly.utils.time中的类
 
HashTimeWheel() - 类 的构造器com.firefly.utils.time.HashTimeWheel
 
HashTimeWheel.Future - com.firefly.utils.time中的类
 
hashWithVirtualNodeIndex(Object, int) - 接口 中的方法com.firefly.utils.collection.ConsistentHash.HashFunction
 
hasLength(String, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String) - 类 中的静态方法com.firefly.utils.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(CharSequence) - 类 中的静态方法com.firefly.utils.StringUtils
 
hasLength(String) - 类 中的静态方法com.firefly.utils.StringUtils
 
hasMethod(Class<?>, String, Class<?>...) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine whether the given class has a public method with the given signature.
hasMoreElements() - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
 
hasMoreTokens() - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
 
hasScheme(String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
 
hasText(String, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - 类 中的静态方法com.firefly.utils.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - 类 中的静态方法com.firefly.utils.StringUtils
 
hasText(CharSequence) - 类 中的静态方法com.firefly.utils.StringUtils
 
hasUniqueObject(Collection<?>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Determine whether the given Collection only contains a single unique object.
head() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue.Block
 
hexToBits(String, BitSet, int) - 类 中的静态方法com.firefly.utils.codec.HexUtils
Read a hex string of bits and write it into a bitset
hexToBytes(String) - 类 中的静态方法com.firefly.utils.codec.HexUtils
 
hexToBytes(String, int) - 类 中的静态方法com.firefly.utils.codec.HexUtils
 
hexToBytes(String, byte[], int) - 类 中的静态方法com.firefly.utils.codec.HexUtils
Converts a String of hex characters into an array of bytes.
HexUtils - com.firefly.utils.codec中的类
 
HexUtils() - 类 的构造器com.firefly.utils.codec.HexUtils
 
hilo(int) - 类 中的静态方法com.firefly.utils.collection.ArrayTernaryTrie
 
HTTP - 类 中的静态变量com.firefly.utils.lang.URIUtils
 
HTTP_COLON - 类 中的静态变量com.firefly.utils.lang.URIUtils
 
HTTPS - 类 中的静态变量com.firefly.utils.lang.URIUtils
 
HTTPS_COLON - 类 中的静态变量com.firefly.utils.lang.URIUtils
 
HuffmanCode(Long, String) - 类 的构造器com.firefly.utils.codec.HuffmanCodec.HuffmanCode
 
HuffmanCodec<T> - com.firefly.utils.codec中的类
 
HuffmanCodec() - 类 的构造器com.firefly.utils.codec.HuffmanCodec
 
HuffmanCodec(T[]) - 类 的构造器com.firefly.utils.codec.HuffmanCodec
 
HuffmanCodec.BitBuilder - com.firefly.utils.codec中的类
 
HuffmanCodec.HuffmanCode - com.firefly.utils.codec中的类
 
HuffmanCodec.HuffmanLeaf<T> - com.firefly.utils.codec中的类
 
HuffmanCodec.HuffmanNode<T> - com.firefly.utils.codec中的类
 
HuffmanCodec.HuffmanTree<T> - com.firefly.utils.codec中的类
 
HuffmanLeaf(Long, T) - 类 的构造器com.firefly.utils.codec.HuffmanCodec.HuffmanLeaf
 
HuffmanNode(HuffmanCodec.HuffmanTree<T>, HuffmanCodec.HuffmanTree<T>) - 类 的构造器com.firefly.utils.codec.HuffmanCodec.HuffmanNode
 
HuffmanTree(Long) - 类 的构造器com.firefly.utils.codec.HuffmanCodec.HuffmanTree
 

I

IdentityHashMap<K,V> - com.firefly.utils.collection中的类
 
IdentityHashMap() - 类 的构造器com.firefly.utils.collection.IdentityHashMap
 
IdentityHashMap(int) - 类 的构造器com.firefly.utils.collection.IdentityHashMap
 
IdentityHashMap.Entry<K,V> - com.firefly.utils.collection中的类
 
identityToString(Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of an object's overall identity.
IdleTimeout - com.firefly.utils.concurrent中的类
An Abstract implementation of an Idle Timeout.
IdleTimeout(Scheduler) - 类 的构造器com.firefly.utils.concurrent.IdleTimeout
 
increasePosition() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
increasePosition() - 类 中的方法com.firefly.utils.json.JsonReader
 
info(String) - 类 中的方法com.firefly.utils.log.file.FileLog
 
info(String, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
info(String, Throwable, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
info(String) - 接口 中的方法com.firefly.utils.log.Log
 
info(String, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
info(String, Throwable, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
init() - 类 中的方法com.firefly.utils.concurrent.Schedulers.SchedulerService
 
init(Class<?>) - 类 中的方法com.firefly.utils.json.parser.ObjectParser
 
init(Class<?>) - 类 中的方法com.firefly.utils.json.serializer.ObjectNoCheckSerializer
 
init(Class<?>) - 类 中的方法com.firefly.utils.json.serializer.ObjectSerializer
 
init() - 类 中的方法com.firefly.utils.lang.AbstractLifeCycle
 
init() - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
init() - 类 中的方法com.firefly.utils.log.file.FileLogTask
 
init() - 类 中的方法com.firefly.utils.log.LogFactory
 
init() - 类 中的方法com.firefly.utils.time.HashTimeWheel
 
init() - 类 中的方法com.firefly.utils.time.TimeProvider
 
initfilelen - 类 中的变量com.firefly.utils.io.BufferedRandomAccessFile
 
initialValue() - 类 中的方法com.firefly.utils.ThreadLocalBoolean
 
InputStreamResource - com.firefly.utils.io中的类
Resource implementation for a given InputStream.
InputStreamResource(InputStream) - 类 的构造器com.firefly.utils.io.InputStreamResource
Create a new InputStreamResource.
InputStreamResource(InputStream, String) - 类 的构造器com.firefly.utils.io.InputStreamResource
Create a new InputStreamResource.
InputStreamSource - com.firefly.utils.io中的接口
Simple interface for objects that are sources for an InputStream.
INSTANCE - 类 中的静态变量com.firefly.utils.classproxy.ArrayProxyFactoryUsingJavaCompiler
 
INSTANCE - 类 中的静态变量com.firefly.utils.classproxy.ArrayProxyFactoryUsingJavassist
 
INSTANCE - 类 中的静态变量com.firefly.utils.classproxy.ClassProxyFactoryUsingJavassist
 
INSTANCE - 类 中的静态变量com.firefly.utils.classproxy.FieldProxyFactoryUsingJavaCompiler
 
INSTANCE - 类 中的静态变量com.firefly.utils.classproxy.FieldProxyFactoryUsingJavassist
 
INSTANCE - 类 中的静态变量com.firefly.utils.classproxy.MethodProxyFactoryUsingJavaCompiler
 
INSTANCE - 类 中的静态变量com.firefly.utils.classproxy.MethodProxyFactoryUsingJavassist
 
IntegerArraySerializer - com.firefly.utils.json.serializer中的类
 
IntegerArraySerializer(boolean) - 类 的构造器com.firefly.utils.json.serializer.IntegerArraySerializer
 
intercept(ReflectUtils.MethodProxy, Object, Object[]) - 接口 中的方法com.firefly.utils.classproxy.ClassProxy
 
IntParser - com.firefly.utils.json.parser中的类
 
IntParser() - 类 的构造器com.firefly.utils.json.parser.IntParser
 
IntSerializer - com.firefly.utils.json.serializer中的类
 
IntSerializer() - 类 的构造器com.firefly.utils.json.serializer.IntSerializer
 
invoke(Object, JsonReader) - 类 中的方法com.firefly.utils.json.support.ParserMetaInfo
 
invoke(Object, Object...) - 接口 中的方法com.firefly.utils.ReflectUtils.MethodProxy
Executes this method
IO - com.firefly.utils.io中的类
IO Utilities.
IO() - 类 的构造器com.firefly.utils.io.IO
 
IOUtils - com.firefly.utils.json.io中的类
 
IOUtils() - 类 的构造器com.firefly.utils.json.io.IOUtils
 
isAlpha(String) - 类 中的静态方法com.firefly.utils.StringUtils
 
isArray() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isArray() - 类 中的方法com.firefly.utils.json.JsonReader
 
isArray(Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isArrayByteBase64(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64
已过时。
1.5 Use Base64.isBase64(byte[]), will be removed in 2.0.
isAssignable(Class<?>, Class<?>) - 类 中的静态方法com.firefly.utils.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
isAssignableValue(Class<?>, Object) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isBase64(byte) - 类 中的静态方法com.firefly.utils.codec.Base64
Returns whether or not the octet is in the base 64 alphabet.
isBase64(String) - 类 中的静态方法com.firefly.utils.codec.Base64
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
isBase64(byte[]) - 类 中的静态方法com.firefly.utils.codec.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isCacheSafe(Class<?>, ClassLoader) - 类 中的静态方法com.firefly.utils.ClassUtils
Check whether the given class is cache-safe in the given context, i.e. whether it is loaded by the given ClassLoader or a parent of it.
isCancelled() - 类 中的方法com.firefly.utils.concurrent.FutureCallback
 
isCancelled() - 类 中的方法com.firefly.utils.concurrent.FuturePromise
 
isCaseInsensitive() - 类 中的方法com.firefly.utils.collection.AbstractTrie
 
isCaseInsensitive() - 接口 中的方法com.firefly.utils.collection.Trie
 
isCglibProxy(Object) - 类 中的静态方法com.firefly.utils.ClassUtils
Check whether the given object is a CGLIB proxy.
isCglibProxyClass(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Check whether the specified class is a CGLIB-generated class.
isCglibProxyClassName(String) - 类 中的静态方法com.firefly.utils.ClassUtils
Check whether the specified class name is a CGLIB-generated class.
isCheckedException(Throwable) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isClosed() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
 
isColon() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isColon() - 类 中的方法com.firefly.utils.json.JsonReader
 
isComma() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isComma() - 类 中的方法com.firefly.utils.json.JsonReader
 
isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类 中的静态方法com.firefly.utils.ObjectUtils
Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
isDebugEnabled() - 类 中的方法com.firefly.utils.log.file.FileLog
 
isDebugEnabled() - 接口 中的方法com.firefly.utils.log.Log
 
isDigit(char) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isDone() - 类 中的方法com.firefly.utils.concurrent.FutureCallback
 
isDone() - 类 中的方法com.firefly.utils.concurrent.FuturePromise
 
isDouble(String) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isEmpty() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
isEmpty() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
isEmpty() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Returns true, if the map doesn't contain any entry.
isEmpty(Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
Simple utility method to test if List is empty
isEmpty(Collection<?>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map<?, ?>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Return true if the supplied Map is null or empty.
isEmpty(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Check for an empty or null buffer.
isEmpty(Object[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Determine whether the given object is empty.
isEmpty(Long) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isEmpty(Integer) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isEmpty(String) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isEmptyArray() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isEmptyArray() - 类 中的方法com.firefly.utils.json.JsonReader
Invokes it after isArray() and resets index
isEmptyObject() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isEmptyObject() - 类 中的方法com.firefly.utils.json.JsonReader
Invokes it after isObject() and resets index
isEnabled(LogLevel) - 枚举 中的方法com.firefly.utils.log.LogLevel
 
isEnd() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isEnd() - 类 中的方法com.firefly.utils.json.JsonReader
 
isEndFlag(char) - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isEndFlag(char) - 类 中的方法com.firefly.utils.json.JsonReader
 
isErrorEnabled() - 类 中的方法com.firefly.utils.log.file.FileLog
 
isErrorEnabled() - 接口 中的方法com.firefly.utils.log.Log
 
isFailed() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
 
isFalse(Object) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
isFileURL(URL) - 类 中的静态方法com.firefly.utils.ResourceUtils
Determine whether the given URL points to a resource in the file system, that is, has protocol "file", "vfsfile" or "vfs".
isFloat(String) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isFull() - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
isFull() - 类 中的方法com.firefly.utils.collection.ArrayTrie
 
isFull() - 类 中的方法com.firefly.utils.collection.TreeTrie
 
isFull() - 接口 中的方法com.firefly.utils.collection.Trie
 
isFull(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Check for a non null and full buffer.
isInAlphabet(byte) - 类 中的方法com.firefly.utils.codec.Base64
Returns whether or not the octet is in the Base64 alphabet.
isInAlphabet(byte) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Returns whether or not the octet is in the current alphabet.
isInAlphabet(byte[], boolean) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Tests a given byte array to see if it contains only valid characters within the alphabet.
isInAlphabet(String) - 类 中的方法com.firefly.utils.codec.BaseNCodec
Tests a given String to see if it contains only valid characters within the alphabet.
isInfoEnabled() - 类 中的方法com.firefly.utils.log.file.FileLog
 
isInfoEnabled() - 接口 中的方法com.firefly.utils.log.Log
 
isInstanceOf(Class<?>, Object) - 类 中的静态方法com.firefly.utils.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that the provided object is an instance of the provided class.
isInteger(String) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isJarFileURL(URL) - 类 中的静态方法com.firefly.utils.ResourceUtils
Determine whether the given URL points to a jar file itself, that is, has protocol "file" and ends with the ".jar" extension.
isJarURL(URL) - 类 中的静态方法com.firefly.utils.ResourceUtils
Determine whether the given URL points to a resource in a jar file, that is, has protocol "jar", "zip", "vfszip" or "wsjar".
isLocked() - 类 中的方法com.firefly.utils.concurrent.Locker
 
isLong(String) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isMappedBuffer(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
isNonBlocking() - 类 中的方法com.firefly.utils.concurrent.Callback.Completable
 
isNonBlocking() - 接口 中的方法com.firefly.utils.concurrent.Callback
 
isNonBlocking() - 类 中的方法com.firefly.utils.concurrent.Callback.Nested
 
isNonBlocking() - 接口 中的方法com.firefly.utils.concurrent.Callback.NonBlocking
 
isNonBlocking() - 类 中的方法com.firefly.utils.concurrent.IteratingNestedCallback
 
isNotEmpty(Long) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isNotEmpty(Integer) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isNotEmpty(String) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isNull(Object, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that an object is null .
isNull(Object) - 类 中的静态方法com.firefly.utils.Assert
Assert that an object is null .
isNull() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isNull() - 类 中的方法com.firefly.utils.json.JsonReader
Judges null and resets index
isNumeric(String) - 类 中的静态方法com.firefly.utils.VerifyUtils
 
isObject() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isObject() - 类 中的方法com.firefly.utils.json.JsonReader
 
isOpen() - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
This abstract method should be called to check if idle timeouts should still be checked.
isOpen() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation always returns false.
isOpen() - 类 中的方法com.firefly.utils.io.InputStreamResource
This implementation always returns true.
isOpen() - 接口 中的方法com.firefly.utils.io.Resource
Return whether this resource represents a handle with an open stream.
isPrefix(ByteBuffer, ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
isPresent(String, ClassLoader) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isPrimitiveArray(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Check if the given class represents an array of primitives, i.e. boolean, byte, char, short, int, long, float, or double.
isPrimitiveOrWrapper(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Check if the given class represents a primitive (i.e. boolean, byte, char, short, int, long, float, or double) or a primitive wrapper (i.e.
isPrimitiveWrapper(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Check if the given class represents a primitive wrapper, i.e.
isPrimitiveWrapperArray(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Check if the given class represents an array of primitive wrappers, i.e.
isQuoted(String) - 类 中的静态方法com.firefly.utils.lang.QuotedStringTokenizer
 
isReadable() - 类 中的方法com.firefly.utils.io.AbstractFileResolvingResource
 
isReadable() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation always returns true.
isReadable() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
isReadable() - 类 中的方法com.firefly.utils.io.PathResource
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
isReadable() - 接口 中的方法com.firefly.utils.io.Resource
Return whether the contents of this resource can be read, e.g. via InputStreamSource.getInputStream() or Resource.getFile().
isStarted() - 类 中的方法com.firefly.utils.lang.AbstractLifeCycle
 
isStarted() - 接口 中的方法com.firefly.utils.lang.LifeCycle
 
isStopped() - 类 中的方法com.firefly.utils.lang.AbstractLifeCycle
 
isStopped() - 接口 中的方法com.firefly.utils.lang.LifeCycle
 
isString() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
isString() - 类 中的方法com.firefly.utils.json.JsonReader
 
isSucceeded() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
 
isTraceEnabled() - 类 中的方法com.firefly.utils.log.file.FileLog
 
isTraceEnabled() - 接口 中的方法com.firefly.utils.log.Log
 
isTrue(boolean, String) - 类 中的静态方法com.firefly.utils.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTrue(boolean) - 类 中的静态方法com.firefly.utils.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTrue(Object) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
isUrl(String) - 类 中的静态方法com.firefly.utils.ResourceUtils
Return whether the given resource location is a URL: either a special "classpath" pseudo URL or a standard URL.
isUrlSafe() - 类 中的方法com.firefly.utils.codec.Base64
Returns our current encode mode.
isUserLevelMethod(Method) - 类 中的静态方法com.firefly.utils.ClassUtils
Determine whether the given method is declared by the user or at least pointing to a user-declared method.
isUtf8SequenceComplete() - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
isValid(T) - 接口 中的方法com.firefly.utils.lang.pool.Pool.Validator
Checks whether the object is valid.
isVisible(Class<?>, ClassLoader) - 类 中的静态方法com.firefly.utils.ClassUtils
Check whether the given class is visible in the given ClassLoader.
isWarnEnabled() - 类 中的方法com.firefly.utils.log.file.FileLog
 
isWarnEnabled() - 接口 中的方法com.firefly.utils.log.Log
 
isWhite(char) - 类 中的方法com.firefly.utils.lang.StringParser
Is the specified character considered to be whitespace?
isWhiteSpace(byte) - 类 中的静态方法com.firefly.utils.codec.BaseNCodec
Checks if a byte value is whitespace or not.
isWritable() - 类 中的方法com.firefly.utils.io.FileSystemResource
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
isWritable() - 类 中的方法com.firefly.utils.io.PathResource
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
isWritable() - 接口 中的方法com.firefly.utils.io.WritableResource
Return whether the contents of this resource can be modified, e.g. via WritableResource.getOutputStream() or Resource.getFile().
iterate() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
This method must be invoked by applications to start the processing of sub tasks.
IteratingCallback - com.firefly.utils.concurrent中的类
This specialized callback implements a pattern that allows a large job to be broken into smaller tasks using iteration rather than recursion.
IteratingCallback() - 类 的构造器com.firefly.utils.concurrent.IteratingCallback
 
IteratingCallback(boolean) - 类 的构造器com.firefly.utils.concurrent.IteratingCallback
 
IteratingCallback.Action - com.firefly.utils.concurrent中的枚举
The indication of the overall progress of the overall job that implementations of IteratingCallback.process() must return.
IteratingNestedCallback - com.firefly.utils.concurrent中的类
Iterating Nested Callback.
IteratingNestedCallback(Callback) - 类 的构造器com.firefly.utils.concurrent.IteratingNestedCallback
 
iterator() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
iterator() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
iterator(Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
 

J

JAR_FILE_EXTENSION - 类 中的静态变量com.firefly.utils.ResourceUtils
File extension for a regular jar file: ".jar"
JAR_URL_PREFIX - 类 中的静态变量com.firefly.utils.ResourceUtils
URL prefix for loading from a jar file: "jar:"
JAR_URL_SEPARATOR - 类 中的静态变量com.firefly.utils.ResourceUtils
Separator between JAR URL and file path within the JAR: "!
JavaSourceFromString(String, String) - 类 的构造器com.firefly.utils.CompilerUtils.JavaSourceFromString
Constructs a new JavaSourceFromString.
Json - com.firefly.utils.json中的类
 
Json() - 类 的构造器com.firefly.utils.json.Json
 
JsonArray - com.firefly.utils.json中的类
 
JsonArray() - 类 的构造器com.firefly.utils.json.JsonArray
 
JsonException - com.firefly.utils.json.exception中的异常错误
 
JsonException(String) - 异常错误 的构造器com.firefly.utils.json.exception.JsonException
 
JsonObject - com.firefly.utils.json中的类
 
JsonObject() - 类 的构造器com.firefly.utils.json.JsonObject
 
JsonReader - com.firefly.utils.json中的类
 
JsonReader() - 类 的构造器com.firefly.utils.json.JsonReader
 
JsonStringReader - com.firefly.utils.json.io中的类
 
JsonStringReader(String) - 类 的构造器com.firefly.utils.json.io.JsonStringReader
 
JsonStringSymbol - com.firefly.utils.json中的接口
 
JsonStringWriter - com.firefly.utils.json.io中的类
 
JsonStringWriter() - 类 的构造器com.firefly.utils.json.io.JsonStringWriter
 
JsonWriter - com.firefly.utils.json中的类
 
JsonWriter() - 类 的构造器com.firefly.utils.json.JsonWriter
 

K

key - 类 中的变量com.firefly.utils.collection.IdentityHashMap.Entry
 
keySet() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
keySet() - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
keySet() - 类 中的方法com.firefly.utils.collection.ArrayTrie
 
keySet() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Gets the all key in this map.
keySet() - 类 中的方法com.firefly.utils.collection.TreeTrie
 
keySet() - 接口 中的方法com.firefly.utils.collection.Trie
 

L

lastModified() - 类 中的方法com.firefly.utils.io.AbstractFileResolvingResource
 
lastModified() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation checks the timestamp of the underlying File, if available.
lastModified() - 类 中的方法com.firefly.utils.io.PathResource
This implementation returns the underlying File's timestamp.
lastModified() - 接口 中的方法com.firefly.utils.io.Resource
Determine the last-modified timestamp for this resource.
LazyList - com.firefly.utils.collection中的类
Lazy List creation.
left - 类 中的变量com.firefly.utils.codec.HuffmanCodec.HuffmanNode
 
length - 类 中的变量com.firefly.utils.codec.HuffmanCodec.HuffmanCode
 
length() - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
length(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Get remaining from null checked buffer
length() - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
length() - 类 中的方法com.firefly.utils.lang.Utf8StringBuffer
 
length() - 类 中的方法com.firefly.utils.lang.Utf8StringBuilder
 
LF - 类 中的静态变量com.firefly.utils.lang.TypeUtils
 
LifeCycle - com.firefly.utils.lang中的接口
 
lineLength - 类 中的变量com.firefly.utils.codec.BaseNCodec
Chunksize for encoding.
LineReaderHandler - com.firefly.utils.io中的接口
 
link(ConcurrentArrayQueue.Block<E>) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue.Block
 
listIterator(int) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
listIterator(Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
 
loadClass(String) - 类 中的静态方法com.firefly.utils.lang.Loader
Load a class.
loadClass(Class, String) - 类 中的静态方法com.firefly.utils.lang.Loader
Load a class.
Loader - com.firefly.utils.lang中的类
ClassLoader Helper.
Loader() - 类 的构造器com.firefly.utils.lang.Loader
 
lock() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
lock() - 类 中的方法com.firefly.utils.concurrent.Locker
 
Lock() - 类 的构造器com.firefly.utils.concurrent.Locker.Lock
 
Locker - com.firefly.utils.concurrent中的类
This is a lock designed to protect VERY short sections of critical code.
Locker() - 类 的构造器com.firefly.utils.concurrent.Locker
 
Locker(boolean) - 类 的构造器com.firefly.utils.concurrent.Locker
 
Locker.Lock - com.firefly.utils.concurrent中的类
 
Log - com.firefly.utils.log中的接口
 
LogConfigParser - com.firefly.utils.log中的接口
 
LogFactory - com.firefly.utils.log中的类
 
LogItem - com.firefly.utils.log中的类
 
LogItem() - 类 的构造器com.firefly.utils.log.LogItem
 
LogLevel - com.firefly.utils.log中的枚举
 
LogTask - com.firefly.utils.log中的接口
 
LongArraySerializer - com.firefly.utils.json.serializer中的类
 
LongArraySerializer(boolean) - 类 的构造器com.firefly.utils.json.serializer.LongArraySerializer
 
LongParser - com.firefly.utils.json.parser中的类
 
LongParser() - 类 的构造器com.firefly.utils.json.parser.LongParser
 
LongSerializer - com.firefly.utils.json.serializer中的类
 
LongSerializer() - 类 的构造器com.firefly.utils.json.serializer.LongSerializer
 
lowercases - 类 中的静态变量com.firefly.utils.StringUtils
 

M

main(String[]) - 类 中的静态方法com.firefly.utils.io.BufferedRandomAccessFile
 
main(String[]) - 类 中的静态方法com.firefly.utils.RandomUtils
 
main(String[]) - 类 中的静态方法com.firefly.utils.time.SafeSimpleDateFormat
 
map - 类 中的变量com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
MapEntryImpl(K, V) - 类 的构造器com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap.MapEntryImpl
 
MapParser - com.firefly.utils.json.parser中的类
 
MapParser(Type) - 类 的构造器com.firefly.utils.json.parser.MapParser
 
MapSerializer - com.firefly.utils.json.serializer中的类
 
MapSerializer() - 类 的构造器com.firefly.utils.json.serializer.MapSerializer
 
mark(int) - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
markSupported() - 类 中的方法com.firefly.utils.json.JsonReader
 
MASK_8BITS - 类 中的静态变量com.firefly.utils.codec.BaseNCodec
Mask used to extract 8 bits, used in decoding bytes
match(String) - 类 中的方法com.firefly.utils.pattern.Pattern
Matches a string according to the specified pattern
matchesTypeName(Class<?>, String) - 类 中的静态方法com.firefly.utils.ClassUtils
Check whether the given class matches the user-specified type name.
MemoryUtils - com.firefly.utils.concurrent中的类
MemoryUtils provides an abstraction over memory properties and operations.
mergeArrayIntoCollection(Object, Collection<E>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Merge the given array into the given Collection.
mergePropertiesIntoMap(Properties, Map<K, V>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
MetaInfo - com.firefly.utils.json.support中的类
 
MetaInfo() - 类 的构造器com.firefly.utils.json.support.MetaInfo
 
method() - 接口 中的方法com.firefly.utils.ReflectUtils.MethodProxy
 
MethodFilter - com.firefly.utils.classproxy中的接口
 
MethodInvoke - com.firefly.utils.json.support中的类
 
MethodInvoke(Method) - 类 的构造器com.firefly.utils.json.support.MethodInvoke
 
MethodProxyFactoryUsingJavaCompiler - com.firefly.utils.classproxy中的类
 
MethodProxyFactoryUsingJavassist - com.firefly.utils.classproxy中的类
 
Millisecond100Clock - com.firefly.utils.time中的类
 
Millisecond100Clock() - 类 的构造器com.firefly.utils.time.Millisecond100Clock
 
MIME_CHUNK_SIZE - 类 中的静态变量com.firefly.utils.codec.BaseNCodec
MIME chunk size per RFC 2045 section 6.8.
MIN_INT_VALUE - 类 中的静态变量com.firefly.utils.json.io.AbstractJsonStringWriter
 
MIN_LONG_VALUE - 类 中的静态变量com.firefly.utils.json.io.AbstractJsonStringWriter
 
MultiMap<V> - com.firefly.utils.collection中的类
A multi valued Map.
MultiMap() - 类 的构造器com.firefly.utils.collection.MultiMap
 
MultiMap(Map<String, List<V>>) - 类 的构造器com.firefly.utils.collection.MultiMap
 
MultiMap(MultiMap<V>) - 类 的构造器com.firefly.utils.collection.MultiMap
 
MultiReturnFunction<F,S,T> - com.firefly.utils.lang中的接口
 

N

Name - com.firefly.utils.lang.annotation中的注释类型
This annotation is used to describe variables in method signatures so that when rendered into tools like JConsole it is clear what the parameters are.
Nested(Callback) - 类 的构造器com.firefly.utils.concurrent.Callback.Nested
 
Nested(Callback.Nested) - 类 的构造器com.firefly.utils.concurrent.Callback.Nested
 
newBlock() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
newURI(String, String, int, String, String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Create a new URI from the arguments, handling IPv6 host encoding and default ports
newURIBuilder(String, String, int) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Create a new URI StringBuilder from the arguments, handling IPv6 host encoding and default ports
next() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue.Block
 
next - 类 中的变量com.firefly.utils.collection.IdentityHashMap.Entry
 
next(int) - 类 中的方法com.firefly.utils.ThreadLocalRandom
 
nextElement() - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
 
nextToken() - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
 
nextToken(String) - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
 
NO_ARGS - 类 中的静态变量com.firefly.utils.lang.TypeUtils
 
noNullElements(Object[], String) - 类 中的静态方法com.firefly.utils.Assert
Assert that an array has no null elements.
noNullElements(Object[]) - 类 中的静态方法com.firefly.utils.Assert
Assert that an array has no null elements.
NOOP - 接口 中的静态变量com.firefly.utils.concurrent.Callback
Instance of Adapter that can be used when the callback methods need an empty implementation without incurring in the cost of allocating a new Adapter object.
normalizeBufferSize(int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
The capacity modulo 1024 is 0
normalizeCharset(String) - 类 中的静态方法com.firefly.utils.StringUtils
Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).
normalizeCharset(String, int, int) - 类 中的静态方法com.firefly.utils.StringUtils
Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).
notComplete(SharedBlockingCallback.Blocker) - 类 中的方法com.firefly.utils.concurrent.SharedBlockingCallback
 
notEmpty(Object[], String) - 类 中的静态方法com.firefly.utils.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Object[]) - 类 中的静态方法com.firefly.utils.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection<?>, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection<?>) - 类 中的静态方法com.firefly.utils.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Map<?, ?>, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notEmpty(Map<?, ?>) - 类 中的静态方法com.firefly.utils.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notIdle() - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
This method should be called when non-idle activity has taken place.
notNull(Object, String) - 类 中的静态方法com.firefly.utils.Assert
Assert that an object is not null .
notNull(Object) - 类 中的静态方法com.firefly.utils.Assert
Assert that an object is not null .
NotUtf8Exception(String) - 异常错误 的构造器com.firefly.utils.lang.Utf8Appendable.NotUtf8Exception
 
NULL - 类 中的静态变量com.firefly.utils.json.io.AbstractJsonStringWriter
 
nullSafeClassName(Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Determine the class name for the given object.
nullSafeEquals(Object, Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - 类 中的静态方法com.firefly.utils.ObjectUtils
Return a String representation of the contents of the specified array.
NumberProcessUtils - com.firefly.utils.codec中的类
 
NumberProcessUtils() - 类 的构造器com.firefly.utils.codec.NumberProcessUtils
 

O

OBJ_PRE - 接口 中的静态变量com.firefly.utils.json.JsonStringSymbol
 
OBJ_SEPARATOR - 接口 中的静态变量com.firefly.utils.json.JsonStringSymbol
 
OBJ_SUF - 接口 中的静态变量com.firefly.utils.json.JsonStringSymbol
 
ObjectFactory<T> - com.firefly.utils.lang.pool中的接口
Represents the mechanism to create new objects to be used in an object pool.
ObjectNoCheckSerializer - com.firefly.utils.json.serializer中的类
 
ObjectNoCheckSerializer() - 类 的构造器com.firefly.utils.json.serializer.ObjectNoCheckSerializer
 
ObjectParser - com.firefly.utils.json.parser中的类
 
ObjectParser() - 类 的构造器com.firefly.utils.json.parser.ObjectParser
 
ObjectSerializer - com.firefly.utils.json.serializer中的类
 
ObjectSerializer() - 类 的构造器com.firefly.utils.json.serializer.ObjectSerializer
 
ObjectUtils - com.firefly.utils中的类
Miscellaneous object utility methods.
ObjectUtils() - 类 的构造器com.firefly.utils.ObjectUtils
 
offer(E) - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
offer(E) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
offer(E, long, TimeUnit) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
offer(T) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
onClose() - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
 
onCompleteFailure(Throwable) - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
Invoked when the overall task has completed with a failure.
onCompleteFailure(Throwable) - 类 中的方法com.firefly.utils.concurrent.IteratingNestedCallback
 
onCompleteSuccess() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
Invoked when the overall task has completed successfully.
onCompleteSuccess() - 类 中的方法com.firefly.utils.concurrent.IteratingNestedCallback
 
onEliminateEntry(K, V) - 接口 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap.MapEventListener
 
onGetEntry(K, V) - 接口 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap.MapEventListener
 
onIdleExpired(TimeoutException) - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
This abstract method is called when the idle timeout has expired.
onOpen() - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
 
onPutEntry(K, V, V) - 接口 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap.MapEventListener
 
onRemoveEntry(K, V) - 接口 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap.MapEventListener
 
overrideThreadContextClassLoader(ClassLoader) - 类 中的静态方法com.firefly.utils.ClassUtils
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e. if the bean ClassLoader is not equivalent to the thread context ClassLoader already.

P

PAD - 类 中的变量com.firefly.utils.codec.BaseNCodec
已过时。
Use BaseNCodec.pad. Will be removed in 2.0.
pad - 类 中的变量com.firefly.utils.codec.BaseNCodec
 
PAD_DEFAULT - 类 中的静态变量com.firefly.utils.codec.BaseNCodec
Byte used to pad output.
Pair<F,S> - com.firefly.utils.lang中的类
 
Pair() - 类 的构造器com.firefly.utils.lang.Pair
 
Pair(F, S) - 类 的构造器com.firefly.utils.lang.Pair
 
parentPath(String) - 类 中的静态方法com.firefly.utils.lang.URIUtils
Return the parent Path.
parse(Action1<FileLog>) - 接口 中的方法com.firefly.utils.log.LogConfigParser
 
parse(Action1<FileLog>) - 类 中的方法com.firefly.utils.log.PropertiesLogConfigParser
 
parse(Action1<FileLog>) - 类 中的方法com.firefly.utils.log.XmlLogConfigParser
 
parse(String) - 类 中的方法com.firefly.utils.time.SafeSimpleDateFormat
 
parseBytes(String, int) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
parseInt(String, int, int, int) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
Parse an int from a substring.
parseInt(byte[], int, int, int) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
Parse an int from a byte array of ascii characters.
Parser - com.firefly.utils.json中的接口
 
ParserMetaInfo - com.firefly.utils.json.support中的类
 
ParserMetaInfo() - 类 的构造器com.firefly.utils.json.support.ParserMetaInfo
 
ParserStateMachine - com.firefly.utils.json.parser中的类
 
ParserStateMachine() - 类 的构造器com.firefly.utils.json.parser.ParserStateMachine
 
PathResource - com.firefly.utils.io中的类
Resource implementation for java.nio.file.Path handles.
PathResource(Path) - 类 的构造器com.firefly.utils.io.PathResource
Create a new PathResource from a Path handle.
PathResource(String) - 类 的构造器com.firefly.utils.io.PathResource
Create a new PathResource from a Path handle.
PathResource(URI) - 类 的构造器com.firefly.utils.io.PathResource
Create a new PathResource from a Path handle.
Pattern - com.firefly.utils.pattern中的类
 
Pattern() - 类 的构造器com.firefly.utils.pattern.Pattern
 
peek() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
peek() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
peek(int) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue.Block
 
peek() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
peekUnsafe() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
PEM_CHUNK_SIZE - 类 中的静态变量com.firefly.utils.codec.BaseNCodec
PEM chunk size per RFC 1421 section 4.3.2.4.
PipedStream - com.firefly.utils.io中的接口
 
poll() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
poll() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
poll(long, TimeUnit) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
poll() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
pollForPurge() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.ReferenceManager
Return any reference that has been garbage collected and can be purged from the underlying structure or null if no references need purging.
pollUnsafe() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
Pool<T> - com.firefly.utils.lang.pool中的接口
Represents a cached pool of objects.
Pool.Dispose<T> - com.firefly.utils.lang.pool中的接口
 
Pool.Validator<T> - com.firefly.utils.lang.pool中的接口
Represents the functionality to validate an object of the pool
popRef() - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
popRef() - 类 中的方法com.firefly.utils.json.JsonWriter
 
position() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
position() - 类 中的方法com.firefly.utils.json.JsonReader
 
prependToArray(T, T[], Class<?>) - 类 中的静态方法com.firefly.utils.lang.ArrayUtils
Add element to the start of an array
primitive - 类 中的变量com.firefly.utils.json.serializer.SimpleArraySerializer
 
process() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
Method called by IteratingCallback.iterate() to process the sub task.
Promise<C> - com.firefly.utils.concurrent中的接口
A callback abstraction that handles completed/failed events of asynchronous operations.
Promise.Adapter<U> - com.firefly.utils.concurrent中的类
Empty implementation of Promise.
Promise.Completable<S> - com.firefly.utils.concurrent中的类
A CompletableFuture that is also a Promise.
PropertiesLogConfigParser - com.firefly.utils.log中的类
 
PropertiesLogConfigParser() - 类 的构造器com.firefly.utils.log.PropertiesLogConfigParser
 
propertyInvoke - 类 中的变量com.firefly.utils.json.support.MetaInfo
 
PropertyInvoke - com.firefly.utils.json.support中的接口
 
propertyName - 类 中的变量com.firefly.utils.json.support.MetaInfo
 
propertyNameString - 类 中的变量com.firefly.utils.json.support.MetaInfo
 
ProtocolResolver - com.firefly.utils.io中的接口
A resolution strategy for protocol-specific resource handles.
purgeUnreferencedEntries() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
Remove any entries that have been garbage collected and are no longer referenced.
pushRef(Object) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
pushRef(Object) - 类 中的方法com.firefly.utils.json.JsonWriter
 
put(K, V) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
put(V) - 类 中的方法com.firefly.utils.collection.AbstractTrie
 
put(String, V) - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
put(String, V) - 类 中的方法com.firefly.utils.collection.ArrayTrie
 
put(E) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
put(K, V) - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Associates the specified value with the specified key in this map.
put(K, V) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
put(K, V) - 类 中的方法com.firefly.utils.collection.IdentityHashMap
 
put(String, V) - 类 中的方法com.firefly.utils.collection.MultiMap
Put multi valued entry.
put(String, V) - 类 中的方法com.firefly.utils.collection.TreeTrie
 
put(String, V) - 接口 中的方法com.firefly.utils.collection.Trie
Put and entry into the Trie
put(V) - 接口 中的方法com.firefly.utils.collection.Trie
Put a value as both a key and a value.
put(T, long) - 类 中的方法com.firefly.utils.concurrent.SynchronousObject
 
put(ByteBuffer, ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Put data from one buffer into another, avoiding over/under flows
put(T) - 接口 中的方法com.firefly.utils.lang.pool.BlockingPool
Inserts the specified element into this queue, waiting if necessary for space to become available.
put(T, long, TimeUnit) - 接口 中的方法com.firefly.utils.lang.pool.BlockingPool
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
put(T) - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
put(T, long, TimeUnit) - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
putAll(Map<? extends K, ? extends V>) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
putAll(Map<? extends K, ? extends V>) - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Puts another map into this map.
putAllValues(Map<String, V>) - 类 中的方法com.firefly.utils.collection.MultiMap
Shorthand version of putAll
putCRLF(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
putDecInt(ByteBuffer, int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
putDecLong(ByteBuffer, long) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
putHexInt(ByteBuffer, int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
putIfAbsent(K, V) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
putIfAbsent(K, V) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
putValues(String, List<V>) - 类 中的方法com.firefly.utils.collection.MultiMap
Put multi valued entry.
putValues(String, V...) - 类 中的方法com.firefly.utils.collection.MultiMap
Put multi valued entry.

Q

QUOTE - 接口 中的静态变量com.firefly.utils.json.JsonStringSymbol
 
quote(String) - 类 中的静态方法com.firefly.utils.lang.QuotedStringTokenizer
Quote a string.
quote(Appendable, String) - 类 中的静态方法com.firefly.utils.lang.QuotedStringTokenizer
Quote a string into an Appendable.
QuotedStringTokenizer - com.firefly.utils.lang中的类
StringTokenizer with Quoting support.
QuotedStringTokenizer(String, String, boolean, boolean) - 类 的构造器com.firefly.utils.lang.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String, boolean) - 类 的构造器com.firefly.utils.lang.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String) - 类 的构造器com.firefly.utils.lang.QuotedStringTokenizer
 
QuotedStringTokenizer(String) - 类 的构造器com.firefly.utils.lang.QuotedStringTokenizer
 
quoteIfNeeded(String, String) - 类 中的静态方法com.firefly.utils.lang.QuotedStringTokenizer
Quote a string.
quoteOnly(Appendable, String) - 类 中的静态方法com.firefly.utils.lang.QuotedStringTokenizer
Quote a string into an Appendable.

R

random(long, long) - 类 中的静态方法com.firefly.utils.RandomUtils
Generates a random number from a specified range
randomSegment(String) - 类 中的静态方法com.firefly.utils.RandomUtils
Returns a index of a specified probability, e.g. the string is "100:1:32:200:16:30".
randomSegment(int[]) - 类 中的静态方法com.firefly.utils.RandomUtils
Returns the index of array that specifies probability.
randomString(int) - 类 中的静态方法com.firefly.utils.RandomUtils
Returns a random string.
RandomUtils - com.firefly.utils中的类
 
RandomUtils() - 类 的构造器com.firefly.utils.RandomUtils
 
read(long) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
read(byte[], int, int) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
read(byte[]) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
read(File, LineReaderHandler, String) - 类 中的静态方法com.firefly.utils.io.FileUtils
 
read() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
read(char[], int, int) - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readAndSkipBlank() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readAndSkipBlank() - 类 中的方法com.firefly.utils.json.JsonReader
 
readBigDecimal() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readBigDecimal() - 类 中的方法com.firefly.utils.json.JsonReader
 
readBigInteger(DataInputStream) - 类 中的静态方法com.firefly.utils.codec.HexUtils
Read a (reasonably short) BigInteger from a DataInputStream
readBigInteger() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readBigInteger() - 类 中的方法com.firefly.utils.json.JsonReader
 
readBoolean() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readBoolean() - 类 中的方法com.firefly.utils.json.JsonReader
 
readBuffer(ByteBuffer, CountingCallback, long) - 接口 中的方法com.firefly.utils.io.BufferReaderHandler
 
readBytes(InputStream) - 类 中的静态方法com.firefly.utils.io.IO
 
readChars() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readChars() - 类 中的方法com.firefly.utils.json.JsonReader
 
readDouble() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readDouble() - 类 中的方法com.firefly.utils.json.JsonReader
 
readField(char[]) - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readField(char[]) - 类 中的方法com.firefly.utils.json.JsonReader
 
readFileToString(File, String) - 类 中的静态方法com.firefly.utils.io.FileUtils
 
readFloat() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readFloat() - 类 中的方法com.firefly.utils.json.JsonReader
 
readFrom(File, ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
readFrom(InputStream, int, ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
readInt() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readInt() - 类 中的方法com.firefly.utils.json.JsonReader
 
readline(String, int) - 接口 中的方法com.firefly.utils.io.LineReaderHandler
 
readLong() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readLong() - 类 中的方法com.firefly.utils.json.JsonReader
 
readString() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readString() - 类 中的方法com.firefly.utils.json.JsonReader
 
readValueAsString() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
readValueAsString() - 类 中的方法com.firefly.utils.json.JsonReader
 
recursiveDelete(File) - 类 中的静态方法com.firefly.utils.io.FileUtils
 
ReferenceManager() - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap.ReferenceManager
 
ReflectUtils - com.firefly.utils中的类
 
ReflectUtils() - 类 的构造器com.firefly.utils.ReflectUtils
 
ReflectUtils.ArrayProxy - com.firefly.utils中的接口
 
ReflectUtils.BeanFieldFilter - com.firefly.utils中的接口
 
ReflectUtils.BeanMethodFilter - com.firefly.utils中的接口
 
ReflectUtils.FieldProxy - com.firefly.utils中的接口
 
ReflectUtils.MethodProxy - com.firefly.utils中的接口
 
ReflectUtils.ProxyFactory - com.firefly.utils中的接口
 
refQueue - 类 中的变量com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
release() - 接口 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Reference
Release this entry and ensure that it will be returned from ReferenceManager#pollForPurge().
release(T) - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
release(T) - 接口 中的方法com.firefly.utils.lang.pool.Pool
Releases the object and puts it back to the pool.
remainingCapacity() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
remove(Object) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
remove(Object, Object) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
remove(String) - 类 中的方法com.firefly.utils.collection.AbstractTrie
 
remove() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
remove(int) - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
remove() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
remove(Object) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
remove(int) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
remove(int, Object, boolean) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue.Block
 
remove(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
remove(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Remove a entry from this map.
remove(Object) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
remove(Object, Object) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
remove(T) - 类 中的方法com.firefly.utils.collection.ConsistentHash
 
remove(int) - 类 中的方法com.firefly.utils.collection.HashedArrayTree
Removes the element at the specified position from the HashedArrayTree.
remove(Object, Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
 
remove(Object, int) - 类 中的静态方法com.firefly.utils.collection.LazyList
 
remove(String) - 接口 中的方法com.firefly.utils.collection.Trie
 
removeAll(Collection<?>) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
REMOVED_ELEMENT - 类 中的静态变量com.firefly.utils.collection.ConcurrentArrayQueue
 
removeFromArray(T[], Object) - 类 中的静态方法com.firefly.utils.lang.ArrayUtils
 
removeNulls(T[]) - 类 中的静态方法com.firefly.utils.lang.ArrayUtils
 
removeValue(String, V) - 类 中的方法com.firefly.utils.collection.MultiMap
Remove value.
replace(K, V) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
replace(K, V, V) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
replace(K, V, V) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
replace(K, V) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
replace(String, Map<String, Object>) - 类 中的静态方法com.firefly.utils.StringUtils
Replace the pattern using a map, such as a pattern, such as A pattern is "hello ${foo}" and the map is {"foo" : "world"}, when you execute this function, the result is "hello world"
replace(String, Object...) - 类 中的静态方法com.firefly.utils.StringUtils
 
REPLACEMENT - 类 中的静态变量com.firefly.utils.lang.Utf8Appendable
 
REPLACEMENT_UTF8 - 类 中的静态变量com.firefly.utils.lang.Utf8Appendable
 
requiresReader() - 类 中的方法com.firefly.utils.io.EncodedResource
Determine whether a Reader is required as opposed to an InputStream, i.e. whether an encoding or a Charset has been specified.
reset() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
Resets this callback.
reset(int) - 类 中的方法com.firefly.utils.io.ByteArrayOutputStream2
 
reset() - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
reset() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
reset() - 类 中的方法com.firefly.utils.lang.StringParser
Reset the current state of the parser to the beginning of the current string being parsed.
reset() - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
reset() - 类 中的方法com.firefly.utils.lang.Utf8StringBuffer
 
reset() - 类 中的方法com.firefly.utils.lang.Utf8StringBuilder
 
resizeUnsafe(int) - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
resolve(String, ResourceLoader) - 接口 中的方法com.firefly.utils.io.ProtocolResolver
Resolve the given location against the given resource loader if this implementation's protocol matches.
resolveClassName(String, ClassLoader) - 类 中的静态方法com.firefly.utils.ClassUtils
Resolve the given class name into a Class instance.
resolvePrimitiveClassName(String) - 类 中的静态方法com.firefly.utils.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolvePrimitiveIfNecessary(Class<?>) - 类 中的静态方法com.firefly.utils.ClassUtils
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
resolveURL() - 类 中的方法com.firefly.utils.io.ClassPathResource
Resolves a URL for the underlying class path resource.
Resource - com.firefly.utils.io中的接口
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
ResourceLoader - com.firefly.utils.io中的接口
Strategy interface for loading resources (e.. class path or file system resources).
ResourceUtils - com.firefly.utils中的类
Utility methods for resolving resource locations to files in the file system.
ResourceUtils() - 类 的构造器com.firefly.utils.ResourceUtils
 
restructureIfNecessary(boolean) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Segment
Restructure the underlying data structure when it becomes necessary.
resume() - 类 中的方法com.firefly.utils.concurrent.CompletableCallback
Callback method invoked when this callback is succeeded after a first call to CompletableCallback.tryComplete().
retainAll(Collection<?>) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
rethrow(ExecutionException) - 类 中的静态方法com.firefly.utils.concurrent.FutureCallback
 
rethrow(ExecutionException) - 类 中的静态方法com.firefly.utils.concurrent.FuturePromise
 
right - 类 中的变量com.firefly.utils.codec.HuffmanCodec.HuffmanNode
 
run() - 类 中的方法com.firefly.utils.log.file.FileLogTask
 

S

SafeSimpleDateFormat - com.firefly.utils.time中的类
 
SafeSimpleDateFormat() - 类 的构造器com.firefly.utils.time.SafeSimpleDateFormat
 
SafeSimpleDateFormat(SimpleDateFormat) - 类 的构造器com.firefly.utils.time.SafeSimpleDateFormat
 
SafeSimpleDateFormat(String) - 类 的构造器com.firefly.utils.time.SafeSimpleDateFormat
 
schedule(Runnable, long, TimeUnit) - 接口 中的方法com.firefly.utils.concurrent.Scheduler
 
schedule(Runnable, long, TimeUnit) - 类 中的方法com.firefly.utils.concurrent.Schedulers.SchedulerService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 接口 中的方法com.firefly.utils.concurrent.Scheduler
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的方法com.firefly.utils.concurrent.Schedulers.SchedulerService
 
Scheduler - com.firefly.utils.concurrent中的接口
 
Scheduler.Future - com.firefly.utils.concurrent中的接口
 
Schedulers - com.firefly.utils.concurrent中的类
 
Schedulers.SchedulerService - com.firefly.utils.concurrent中的类
 
SchedulerService(ScheduledExecutorService) - 类 的构造器com.firefly.utils.concurrent.Schedulers.SchedulerService
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 接口 中的方法com.firefly.utils.concurrent.Scheduler
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的方法com.firefly.utils.concurrent.Schedulers.SchedulerService
 
second - 类 中的变量com.firefly.utils.lang.Pair
 
seek(long) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
Segment(int) - 类 的构造器com.firefly.utils.collection.ConcurrentReferenceHashMap.Segment
 
SEPARATOR - 接口 中的静态变量com.firefly.utils.json.JsonStringSymbol
 
Serializer - com.firefly.utils.json中的接口
 
SerializerMetaInfo - com.firefly.utils.json.support中的类
 
SerializerMetaInfo() - 类 的构造器com.firefly.utils.json.support.SerializerMetaInfo
 
SerialStateMachine - com.firefly.utils.json.serializer中的类
 
SerialStateMachine() - 类 的构造器com.firefly.utils.json.serializer.SerialStateMachine
 
set(int, E) - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
set(int, E) - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
set(int, T) - 类 中的方法com.firefly.utils.collection.HashedArrayTree
Sets the element at the specified position to the indicated value.
set(Object, Object) - 类 中的方法com.firefly.utils.json.support.FieldInvoke
 
set(Object, Object) - 类 中的方法com.firefly.utils.json.support.MethodInvoke
 
set(Object, Object) - 接口 中的方法com.firefly.utils.json.support.PropertyInvoke
 
set(Object, int, Object) - 接口 中的方法com.firefly.utils.ReflectUtils.ArrayProxy
 
set(Object, Object) - 接口 中的方法com.firefly.utils.ReflectUtils.FieldProxy
 
set(Object, String, Object) - 类 中的静态方法com.firefly.utils.ReflectUtils
Invokes a object's "setter" method by property name
setClassLoader(ClassLoader) - 类 中的方法com.firefly.utils.io.DefaultResourceLoader
Specify the ClassLoader to load class path resources with, or null for using the thread context class loader at the time of actual resource access.
setCodecMap(Map<T, HuffmanCodec.HuffmanCode>) - 类 中的方法com.firefly.utils.codec.HuffmanCodec
 
setConsoleOutput(boolean) - 类 中的方法com.firefly.utils.log.file.FileLog
 
setContent(String) - 类 中的方法com.firefly.utils.log.LogItem
 
setCount(int) - 类 中的方法com.firefly.utils.io.ByteArrayOutputStream2
 
setDate(String) - 类 中的方法com.firefly.utils.log.LogItem
 
setDouble(boolean) - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
 
setFileOutput(boolean) - 类 中的方法com.firefly.utils.log.file.FileLog
 
setFirst(F) - 类 中的方法com.firefly.utils.lang.Pair
 
setHuffmanTree(HuffmanCodec.HuffmanTree<T>) - 类 中的方法com.firefly.utils.codec.HuffmanCodec
 
setIdleTimeout(long) - 类 中的方法com.firefly.utils.concurrent.IdleTimeout
 
setInterval(long) - 类 中的方法com.firefly.utils.time.HashTimeWheel
 
setLength(long) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
setLevel(LogLevel) - 类 中的方法com.firefly.utils.log.file.FileLog
 
setLevel(String) - 类 中的方法com.firefly.utils.log.LogItem
 
setMaxFileSize(int) - 类 中的方法com.firefly.utils.log.file.FileLog
 
setMaxTimers(int) - 类 中的方法com.firefly.utils.time.HashTimeWheel
 
setName(String) - 类 中的方法com.firefly.utils.log.file.FileLog
 
setName(String) - 类 中的方法com.firefly.utils.log.LogItem
 
setObjs(Object[]) - 类 中的方法com.firefly.utils.log.LogItem
 
setParser(Parser) - 类 中的方法com.firefly.utils.json.support.ParserMetaInfo
 
setPath(String) - 类 中的方法com.firefly.utils.log.file.FileLog
 
setProperty(Object, String, Object) - 类 中的静态方法com.firefly.utils.ReflectUtils
 
setPropertyInvoke(PropertyInvoke) - 类 中的方法com.firefly.utils.json.support.MetaInfo
 
setPropertyName(String, boolean) - 类 中的方法com.firefly.utils.json.support.SerializerMetaInfo
 
setPropertyNameString(String) - 类 中的方法com.firefly.utils.json.support.ParserMetaInfo
 
setSecond(S) - 类 中的方法com.firefly.utils.lang.Pair
 
setSeed(long) - 类 中的方法com.firefly.utils.ThreadLocalRandom
Throws UnsupportedOperationException.
setSerializer(Serializer) - 类 中的方法com.firefly.utils.json.support.SerializerMetaInfo
 
setSingle(boolean) - 类 中的方法com.firefly.utils.lang.QuotedStringTokenizer
 
setStackTraceElement(StackTraceElement) - 类 中的方法com.firefly.utils.log.LogItem
 
setString(String) - 类 中的方法com.firefly.utils.lang.StringParser
Set the String we are currently parsing.
setThrowable(Throwable) - 类 中的方法com.firefly.utils.log.LogItem
 
setType(Class<?>) - 类 中的方法com.firefly.utils.json.support.ParserMetaInfo
 
setValue(V) - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap.MapEntryImpl
 
setValue(V) - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Entry
 
SharedBlockingCallback - com.firefly.utils.concurrent中的类
Provides a reusable Callback that can block the thread while waiting to be completed.
SharedBlockingCallback() - 类 的构造器com.firefly.utils.concurrent.SharedBlockingCallback
 
SharedBlockingCallback.Blocker - com.firefly.utils.concurrent中的类
A Closeable Callback.
ShortArraySerializer - com.firefly.utils.json.serializer中的类
 
ShortArraySerializer(boolean) - 类 的构造器com.firefly.utils.json.serializer.ShortArraySerializer
 
ShortParser - com.firefly.utils.json.parser中的类
 
ShortParser() - 类 的构造器com.firefly.utils.json.parser.ShortParser
 
ShortSerializer - com.firefly.utils.json.serializer中的类
 
ShortSerializer() - 类 的构造器com.firefly.utils.json.serializer.ShortSerializer
 
SimpleArraySerializer - com.firefly.utils.json.serializer中的类
 
SimpleArraySerializer(boolean) - 类 的构造器com.firefly.utils.json.serializer.SimpleArraySerializer
 
SingleReturnFunction<F,T> - com.firefly.utils.lang中的接口
 
size() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
size() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
size() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
size() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue
 
size() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Gets the entry's total number.
size() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap
 
size() - 类 中的方法com.firefly.utils.collection.HashedArrayTree
Returns the number of elements in the HashedArrayTree.
size() - 类 中的方法com.firefly.utils.collection.IdentityHashMap
 
size(Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
The size of a lazy List
size() - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
size() - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
size() - 接口 中的方法com.firefly.utils.lang.pool.Pool
 
size(Object) - 接口 中的方法com.firefly.utils.ReflectUtils.ArrayProxy
 
sizeUnsafe() - 类 中的方法com.firefly.utils.collection.ArrayQueue
 
skipChar(char) - 类 中的方法com.firefly.utils.lang.StringParser
Advance the current parsing position while it is pointing at the specified character, or until it moves past the end of the string.
skipText() - 类 中的方法com.firefly.utils.lang.StringParser
Advance the current parsing position while it is pointing at a non-whitespace character, or until it moves past the end of the string.
skipValue() - 类 中的方法com.firefly.utils.json.io.JsonStringReader
 
skipValue() - 类 中的方法com.firefly.utils.json.JsonReader
 
skipWhite() - 类 中的方法com.firefly.utils.lang.StringParser
Advance the current parsing position while it is pointing at a whitespace character, or until it moves past the end of the string.
SLASH - 类 中的静态变量com.firefly.utils.lang.URIUtils
 
SoftReferenceConcurrentHashMap<K,V> - com.firefly.utils.collection中的类
 
SoftReferenceConcurrentHashMap() - 类 的构造器com.firefly.utils.collection.SoftReferenceConcurrentHashMap
 
space(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Get the space from the limit to the capacity
SPECIAL_CHARACTER - 类 中的静态变量com.firefly.utils.json.io.JsonStringWriter
 
split(String) - 类 中的静态方法com.firefly.utils.StringUtils
Splits the provided text into an array, using whitespace as the separator.
split(String, String) - 类 中的静态方法com.firefly.utils.StringUtils
Splits the provided text into an array, separators specified.
split(String, char) - 类 中的静态方法com.firefly.utils.StringUtils
Splits the provided text into an array, separator specified.
split(String, String, int) - 类 中的静态方法com.firefly.utils.StringUtils
Splits the provided text into an array with a maximum length, separators specified.
splitByWholeSeparator(String, String) - 类 中的静态方法com.firefly.utils.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparator(String, String, int) - 类 中的静态方法com.firefly.utils.StringUtils
Splits the provided text into an array, separator string specified.
splitData(byte[], int, int) - 类 中的静态方法com.firefly.utils.codec.ByteArrayUtils
 
splitData(byte[], int) - 类 中的静态方法com.firefly.utils.codec.ByteArrayUtils
 
start - 类 中的变量com.firefly.utils.lang.AbstractLifeCycle
 
start() - 类 中的方法com.firefly.utils.lang.AbstractLifeCycle
 
start() - 接口 中的方法com.firefly.utils.lang.LifeCycle
 
startsWithIgnoreCase(String, String) - 类 中的静态方法com.firefly.utils.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
state(boolean, String) - 类 中的静态方法com.firefly.utils.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
state(boolean) - 类 中的静态方法com.firefly.utils.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
stop() - 类 中的方法com.firefly.utils.lang.AbstractLifeCycle
 
stop() - 接口 中的方法com.firefly.utils.lang.LifeCycle
 
stop() - 类 中的静态方法com.firefly.utils.time.Millisecond100Clock
 
store(int, E) - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue.Block
 
StringArraySerializer - com.firefly.utils.json.serializer中的类
 
StringArraySerializer() - 类 的构造器com.firefly.utils.json.serializer.StringArraySerializer
 
StringParser - com.firefly.utils.json.parser中的类
 
StringParser() - 类 的构造器com.firefly.utils.json.parser.StringParser
 
StringParser - com.firefly.utils.lang中的类
Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
StringParser() - 类 的构造器com.firefly.utils.lang.StringParser
Construct a string parser with no preset string to be parsed.
StringParser(String) - 类 的构造器com.firefly.utils.lang.StringParser
Construct a string parser that is initialized to parse the specified string.
StringSerializer - com.firefly.utils.json.serializer中的类
 
StringSerializer() - 类 的构造器com.firefly.utils.json.serializer.StringSerializer
 
stringSize(long) - 类 中的静态方法com.firefly.utils.json.io.IOUtils
 
stringSize(int) - 类 中的静态方法com.firefly.utils.json.io.IOUtils
 
StringUtils - com.firefly.utils中的类
 
StringUtils() - 类 的构造器com.firefly.utils.StringUtils
 
StringValueSerializer - com.firefly.utils.json.serializer中的类
 
StringValueSerializer() - 类 的构造器com.firefly.utils.json.serializer.StringValueSerializer
 
succeeded() - 类 中的方法com.firefly.utils.concurrent.Callback.Completable
 
succeeded() - 类 中的方法com.firefly.utils.concurrent.Callback.Nested
 
succeeded() - 接口 中的方法com.firefly.utils.concurrent.Callback
Callback invoked when the operation completes.
succeeded() - 类 中的方法com.firefly.utils.concurrent.CompletableCallback
 
succeeded() - 类 中的方法com.firefly.utils.concurrent.CountingCallback
 
succeeded() - 类 中的方法com.firefly.utils.concurrent.FutureCallback
 
succeeded(C) - 类 中的方法com.firefly.utils.concurrent.FuturePromise
 
succeeded() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
Invoked when the sub task succeeds.
succeeded(U) - 类 中的方法com.firefly.utils.concurrent.Promise.Adapter
 
succeeded(S) - 类 中的方法com.firefly.utils.concurrent.Promise.Completable
 
succeeded(C) - 接口 中的方法com.firefly.utils.concurrent.Promise
Callback invoked when the operation completes.
succeeded() - 类 中的方法com.firefly.utils.concurrent.SharedBlockingCallback.Blocker
 
SynchronousObject<T> - com.firefly.utils.concurrent中的类
 
SynchronousObject() - 类 的构造器com.firefly.utils.concurrent.SynchronousObject
 

T

tail() - 类 中的方法com.firefly.utils.collection.ConcurrentArrayQueue.Block
 
take() - 类 中的方法com.firefly.utils.collection.BlockingArrayQueue
 
take() - 接口 中的方法com.firefly.utils.lang.pool.BlockingPool
Returns an instance of type T from the pool.
take(long, TimeUnit) - 接口 中的方法com.firefly.utils.lang.pool.BlockingPool
Returns an instance of type T from the pool, waiting up to the specified wait time if necessary for an object to become available..
take() - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
take(long, TimeUnit) - 类 中的方法com.firefly.utils.lang.pool.BoundedBlockingPool
 
takeInt(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert buffer to an integer.
TEMP_BUFFER_SIZE - 类 中的静态变量com.firefly.utils.io.BufferUtils
 
ThreadLocalBoolean - com.firefly.utils中的类
 
ThreadLocalBoolean() - 类 的构造器com.firefly.utils.ThreadLocalBoolean
 
ThreadLocalBoolean(boolean) - 类 的构造器com.firefly.utils.ThreadLocalBoolean
 
ThreadLocalRandom - com.firefly.utils中的类
A random number generator isolated to the current thread.
ThreadLocalRandom() - 类 的构造器com.firefly.utils.ThreadLocalRandom
Constructor called only by localRandom.initialValue.
TimeProvider - com.firefly.utils.time中的类
 
TimeProvider(long) - 类 的构造器com.firefly.utils.time.TimeProvider
 
TimestampParser - com.firefly.utils.json.parser中的类
 
TimestampParser() - 类 的构造器com.firefly.utils.json.parser.TimestampParser
 
TimestampSerializer - com.firefly.utils.json.serializer中的类
 
TimestampSerializer() - 类 的构造器com.firefly.utils.json.serializer.TimestampSerializer
 
toArray(Object, Class<?>) - 类 中的静态方法com.firefly.utils.collection.LazyList
Convert a lazylist to an array
toArray(Enumeration<E>, A[]) - 类 中的静态方法com.firefly.utils.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
toArray(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert a ByteBuffer to a byte array.
toBuffer(int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
toBuffer(long) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
toBuffer(String) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
toBuffer(String, Charset) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
toBuffer(byte[]) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Create a new ByteBuffer using provided byte array.
toBuffer(byte[], int, int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Create a new ByteBuffer using the provided byte array.
toClassArray(Collection<Class<?>>) - 类 中的静态方法com.firefly.utils.ClassUtils
Copy the given Collection into a Class array.
toDetailString(ByteBuffer[]) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
toDetailString(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert Buffer to a detail debug string of pointers and content
toDirectBuffer(String) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
toDirectBuffer(String, Charset) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
toFunc(Action0) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action0 to a function that calls the action and returns null.
toFunc(Action1<T1>) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action1 to a function that calls the action and returns null.
toFunc(Action2<T1, T2>) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action2 to a function that calls the action and returns null.
toFunc(Action3<T1, T2, T3>) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action3 to a function that calls the action and returns null.
toFunc(Action4<T1, T2, T3, T4>) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action4 to a function that calls the action and returns null.
toFunc(Action5<T1, T2, T3, T4, T5>) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action5 to a function that calls the action and returns null.
toFunc(Action6<T1, T2, T3, T4, T5, T6>) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action6 to a function that calls the action and returns null.
toFunc(Action7<T1, T2, T3, T4, T5, T6, T7>) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action7 to a function that calls the action and returns null.
toFunc(Action8<T1, T2, T3, T4, T5, T6, T7, T8>) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action8 to a function that calls the action and returns null.
toFunc(Action9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action9 to a function that calls the action and returns null.
toFunc(ActionN) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an ActionN to a function that calls the action and returns null.
toFunc(Action0, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action0 to a function that calls the action and returns a specified value.
toFunc(Action1<T1>, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action1 to a function that calls the action and returns a specified value.
toFunc(Action2<T1, T2>, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action2 to a function that calls the action and returns a specified value.
toFunc(Action3<T1, T2, T3>, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action3 to a function that calls the action and returns a specified value.
toFunc(Action4<T1, T2, T3, T4>, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action4 to a function that calls the action and returns a specified value.
toFunc(Action5<T1, T2, T3, T4, T5>, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action5 to a function that calls the action and returns a specified value.
toFunc(Action6<T1, T2, T3, T4, T5, T6>, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action6 to a function that calls the action and returns a specified value.
toFunc(Action7<T1, T2, T3, T4, T5, T6, T7>, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action7 to a function that calls the action and returns a specified value.
toFunc(Action8<T1, T2, T3, T4, T5, T6, T7, T8>, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action8 to a function that calls the action and returns a specified value.
toFunc(Action9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an Action9 to a function that calls the action and returns a specified value.
toFunc(ActionN, R) - 类 中的静态方法com.firefly.utils.function.Actions
Converts an ActionN to a function that calls the action and returns a specified value.
toHex(byte, Appendable) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
toHex(int, Appendable) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
toHex(long, Appendable) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
toHexString(byte) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
toHexString(byte[]) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
toHexString(byte[], int, int) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
toHexSummary(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert buffer to a Hex Summary String.
toIDString(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert Buffer to string ID independent of content
toInt(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert buffer to an integer.
toInt(ByteBuffer, int, int) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert buffer to an integer.
toInt(String, int) - 类 中的静态方法com.firefly.utils.StringUtils
Convert String to an integer.
toIterator(Enumeration<E>) - 类 中的静态方法com.firefly.utils.CollectionUtils
Adapt an enumeration to an iterator.
toJson(Object) - 类 中的静态方法com.firefly.utils.json.Json
 
toJson(Object, JsonWriter) - 类 中的静态方法com.firefly.utils.json.serializer.SerialStateMachine
 
toJson(Object, JsonWriter) - 类 中的方法com.firefly.utils.json.support.SerializerMetaInfo
 
toJsonArray(String) - 类 中的静态方法com.firefly.utils.json.Json
 
toJsonArray(JsonReader) - 类 中的静态方法com.firefly.utils.json.parser.GeneralJSONObjectStateMacine
 
toJsonObject(String) - 类 中的静态方法com.firefly.utils.json.Json
 
toJsonObject(JsonReader) - 类 中的静态方法com.firefly.utils.json.parser.GeneralJSONObjectStateMacine
 
toLong(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert buffer to an long.
toLong(String) - 类 中的静态方法com.firefly.utils.StringUtils
Convert String to an long.
toMappedBuffer(File) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
toName(Class<?>) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
Canonical name for a type.
toObject(String, Class<T>) - 类 中的静态方法com.firefly.utils.json.Json
 
toObject(JsonReader, Class<?>) - 类 中的静态方法com.firefly.utils.json.parser.ParserStateMachine
 
toObjectArray(Object) - 类 中的静态方法com.firefly.utils.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toReplacedString() - 类 中的方法com.firefly.utils.lang.Utf8Appendable
 
toString() - 类 中的方法com.firefly.utils.codec.HuffmanCodec.HuffmanCode
 
toString() - 类 中的方法com.firefly.utils.codec.HuffmanCodec.HuffmanLeaf
 
toString() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap.MapEntryImpl
 
toString() - 类 中的方法com.firefly.utils.collection.ArrayTernaryTrie
 
toString() - 类 中的方法com.firefly.utils.collection.ArrayTrie
 
toString() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
 
toString() - 类 中的方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Entry
 
toString(Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
 
toString() - 类 中的方法com.firefly.utils.collection.MultiMap
 
toString() - 类 中的方法com.firefly.utils.collection.TreeTrie
 
toString() - 类 中的方法com.firefly.utils.concurrent.CountingCallback
 
toString() - 类 中的方法com.firefly.utils.concurrent.FutureCallback
 
toString() - 类 中的方法com.firefly.utils.concurrent.FuturePromise
 
toString() - 类 中的方法com.firefly.utils.concurrent.IteratingCallback
 
toString() - 类 中的方法com.firefly.utils.concurrent.IteratingNestedCallback
 
toString() - 类 中的方法com.firefly.utils.concurrent.SharedBlockingCallback.Blocker
 
toString() - 类 中的方法com.firefly.utils.io.AbstractResource
This implementation returns the description of this resource.
toString(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert the buffer to an ISO-8859-1 String
toString(ByteBuffer, Charset) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert the buffer to an ISO-8859-1 String
toString(ByteBuffer, int, int, Charset) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert a partial buffer to a String.
toString(Charset) - 类 中的方法com.firefly.utils.io.ByteArrayOutputStream2
 
toString() - 类 中的方法com.firefly.utils.io.EncodedResource
 
toString(InputStream) - 类 中的静态方法com.firefly.utils.io.IO
Read input stream to string.
toString(InputStream, String) - 类 中的静态方法com.firefly.utils.io.IO
Read input stream to string.
toString(InputStream, Charset) - 类 中的静态方法com.firefly.utils.io.IO
Read input stream to string.
toString(Reader) - 类 中的静态方法com.firefly.utils.io.IO
Read input stream to string.
toString() - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
toString() - 类 中的方法com.firefly.utils.json.support.MetaInfo
 
toString(byte[], int) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
 
toString() - 类 中的方法com.firefly.utils.lang.Utf8StringBuffer
 
toString() - 类 中的方法com.firefly.utils.lang.Utf8StringBuilder
 
toString() - 类 中的方法com.firefly.utils.log.file.FileLog
 
toString() - 类 中的方法com.firefly.utils.log.LogItem
 
toStringArray(Object) - 类 中的静态方法com.firefly.utils.collection.LazyList
 
toStringArrayMap() - 类 中的方法com.firefly.utils.collection.MultiMap
 
toSummaryString(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
toUnsigned15bitsShort(short) - 类 中的静态方法com.firefly.utils.codec.NumberProcessUtils
 
toUnsigned24bitsInteger(byte, short) - 类 中的静态方法com.firefly.utils.codec.NumberProcessUtils
 
toUnsigned31bitsInteger(int) - 类 中的静态方法com.firefly.utils.codec.NumberProcessUtils
 
toUnsignedInteger(byte) - 类 中的静态方法com.firefly.utils.codec.NumberProcessUtils
 
toUnsignedInteger(short) - 类 中的静态方法com.firefly.utils.codec.NumberProcessUtils
 
toUnsignedLong(int) - 类 中的静态方法com.firefly.utils.codec.NumberProcessUtils
 
toURI(URL) - 类 中的静态方法com.firefly.utils.ResourceUtils
Create a URI instance for the given URL, replacing spaces with "%20" URI encoding first.
toURI(String) - 类 中的静态方法com.firefly.utils.ResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" URI encoding first.
toUTF8String(ByteBuffer) - 类 中的静态方法com.firefly.utils.io.BufferUtils
Convert the buffer to an UTF-8 String
trace(String) - 类 中的方法com.firefly.utils.log.file.FileLog
 
trace(String, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
trace(String, Throwable, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
trace(String) - 接口 中的方法com.firefly.utils.log.Log
 
trace(String, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
trace(String, Throwable, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
transferTo(File, Callback, BufferReaderHandler) - 类 中的静态方法com.firefly.utils.io.FileUtils
 
transferTo(File, long, long, Callback, BufferReaderHandler) - 类 中的静态方法com.firefly.utils.io.FileUtils
 
transferTo(FileChannel, long, Callback, BufferReaderHandler) - 类 中的静态方法com.firefly.utils.io.FileUtils
 
transferTo(FileChannel, long, long, Callback, BufferReaderHandler) - 类 中的静态方法com.firefly.utils.io.FileUtils
 
transform(Collection<T>, MultiReturnFunction<F, S, T>) - 类 中的静态方法com.firefly.utils.lang.CollectionTools
 
transform(Collection<T>, SingleReturnFunction<F, T>) - 类 中的静态方法com.firefly.utils.lang.CollectionTools
 
Transient - com.firefly.utils.json.annotation中的注释类型
 
TreeTrie<V> - com.firefly.utils.collection中的类
A Trie String lookup data structure using a tree This implementation is always case insensitive and is optimal for a variable number of fixed strings with few special characters.
TreeTrie() - 类 的构造器com.firefly.utils.collection.TreeTrie
 
Trie<V> - com.firefly.utils.collection中的接口
A Trie String lookup data structure.
TRUE_VALUE - 类 中的静态变量com.firefly.utils.json.io.AbstractJsonStringWriter
 
tryComplete() - 类 中的方法com.firefly.utils.concurrent.CompletableCallback
Tries to complete this callback; driver code should call this method once after the asynchronous operation to detect whether the asynchronous operation has already completed or not.
TypeUtils - com.firefly.utils.lang中的类
TYPE Utilities.
TypeUtils() - 类 的构造器com.firefly.utils.lang.TypeUtils
 

U

unicodeToString(String) - 类 中的静态方法com.firefly.utils.StringUtils
Convert a string that is unicode form to a normal string.
unquote(String) - 类 中的静态方法com.firefly.utils.lang.QuotedStringTokenizer
 
unquote(String, boolean) - 类 中的静态方法com.firefly.utils.lang.QuotedStringTokenizer
Unquote a string.
unquoteOnly(String) - 类 中的静态方法com.firefly.utils.lang.QuotedStringTokenizer
 
unquoteOnly(String, boolean) - 类 中的静态方法com.firefly.utils.lang.QuotedStringTokenizer
Unquote a string, NOT converting unicode sequences
updateMax(AtomicLong, long) - 类 中的静态方法com.firefly.utils.concurrent.Atomics
 
updateMax(AtomicInteger, int) - 类 中的静态方法com.firefly.utils.concurrent.Atomics
 
updateMin(AtomicLong, long) - 类 中的静态方法com.firefly.utils.concurrent.Atomics
 
updateMin(AtomicInteger, int) - 类 中的静态方法com.firefly.utils.concurrent.Atomics
 
URIUtils - com.firefly.utils.lang中的类
URI Utility methods.
URL_PROTOCOL_FILE - 类 中的静态变量com.firefly.utils.ResourceUtils
URL protocol for a file in the file system: "file"
URL_PROTOCOL_JAR - 类 中的静态变量com.firefly.utils.ResourceUtils
URL protocol for an entry from a jar file: "jar"
URL_PROTOCOL_VFS - 类 中的静态变量com.firefly.utils.ResourceUtils
URL protocol for a general JBoss VFS resource: "vfs"
URL_PROTOCOL_VFSFILE - 类 中的静态变量com.firefly.utils.ResourceUtils
URL protocol for a JBoss file system resource: "vfsfile"
URL_PROTOCOL_VFSZIP - 类 中的静态变量com.firefly.utils.ResourceUtils
URL protocol for an entry from a JBoss jar file: "vfszip"
URL_PROTOCOL_WSJAR - 类 中的静态变量com.firefly.utils.ResourceUtils
URL protocol for an entry from a WebSphere jar file: "wsjar"
URL_PROTOCOL_ZIP - 类 中的静态变量com.firefly.utils.ResourceUtils
URL protocol for an entry from a zip file: "zip"
UrlResource - com.firefly.utils.io中的类
Resource implementation for java.net.URL locators.
UrlResource(URI) - 类 的构造器com.firefly.utils.io.UrlResource
Create a new UrlResource based on the given URI object.
UrlResource(URL) - 类 的构造器com.firefly.utils.io.UrlResource
Create a new UrlResource based on the given URL object.
UrlResource(String) - 类 的构造器com.firefly.utils.io.UrlResource
Create a new UrlResource based on a URL path.
UrlResource(String, String) - 类 的构造器com.firefly.utils.io.UrlResource
Create a new UrlResource based on a URI specification.
UrlResource(String, String, String) - 类 的构造器com.firefly.utils.io.UrlResource
Create a new UrlResource based on a URI specification.
useCachesIfNecessary(URLConnection) - 类 中的静态方法com.firefly.utils.ResourceUtils
Set the "useCaches" flag on the given connection, preferring false but leaving the flag at true for JNLP based resources.
Utf8Appendable - com.firefly.utils.lang中的类
Utf8 Appendable abstract base class This abstract class wraps a standard Appendable and provides methods to append UTF-8 encoded bytes, that are converted into characters.
Utf8Appendable(Appendable) - 类 的构造器com.firefly.utils.lang.Utf8Appendable
 
Utf8Appendable.NotUtf8Exception - com.firefly.utils.lang中的异常错误
 
Utf8StringBuffer - com.firefly.utils.lang中的类
UTF-8 StringBuffer.
Utf8StringBuffer() - 类 的构造器com.firefly.utils.lang.Utf8StringBuffer
 
Utf8StringBuffer(int) - 类 的构造器com.firefly.utils.lang.Utf8StringBuffer
 
Utf8StringBuilder - com.firefly.utils.lang中的类
UTF-8 StringBuilder.
Utf8StringBuilder() - 类 的构造器com.firefly.utils.lang.Utf8StringBuilder
 
Utf8StringBuilder(int) - 类 的构造器com.firefly.utils.lang.Utf8StringBuilder
 

V

value - 类 中的变量com.firefly.utils.codec.HuffmanCodec.HuffmanLeaf
 
value - 类 中的变量com.firefly.utils.collection.IdentityHashMap.Entry
 
valueOf(String) - 枚举 中的静态方法com.firefly.utils.collection.ConcurrentReferenceHashMap.ReferenceType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Restructure
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.utils.concurrent.IteratingCallback.Action
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.utils.json.annotation.DateFormatType
返回带有指定名称的该类型的枚举常量。
valueOf(Class<?>, String) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
Convert String value to instance.
valueOf(String, String) - 类 中的静态方法com.firefly.utils.lang.TypeUtils
Convert String value to instance.
valueOf(String) - 枚举 中的静态方法com.firefly.utils.log.LogLevel
返回带有指定名称的该类型的枚举常量。
values() - 类 中的方法com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap
 
values() - 类 中的方法com.firefly.utils.collection.ConcurrentLinkedHashMap
Returns a Collection view of the values contained in this map.
values() - 枚举 中的静态方法com.firefly.utils.collection.ConcurrentReferenceHashMap.ReferenceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.utils.collection.ConcurrentReferenceHashMap.Restructure
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.utils.concurrent.IteratingCallback.Action
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.utils.json.annotation.DateFormatType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.utils.log.LogLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VerifyUtils - com.firefly.utils中的类
 
VerifyUtils() - 类 的构造器com.firefly.utils.VerifyUtils
 

W

WAR_URL_PREFIX - 类 中的静态变量com.firefly.utils.ResourceUtils
URL prefix for loading from a war file on Tomcat: "war:"
WAR_URL_SEPARATOR - 类 中的静态变量com.firefly.utils.ResourceUtils
Special separator between WAR URL and jar part on Tomcat
warn(String) - 类 中的方法com.firefly.utils.log.file.FileLog
 
warn(String, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
warn(String, Throwable, Object...) - 类 中的方法com.firefly.utils.log.file.FileLog
 
warn(String) - 接口 中的方法com.firefly.utils.log.Log
 
warn(String, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
warn(String, Throwable, Object...) - 接口 中的方法com.firefly.utils.log.Log
 
WeakReferenceConcurrentHashMap<K,V> - com.firefly.utils.collection中的类
 
WeakReferenceConcurrentHashMap() - 类 的构造器com.firefly.utils.collection.WeakReferenceConcurrentHashMap
 
WritableResource - com.firefly.utils.io中的接口
Extended interface for a resource that supports writing to it.
write(byte) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
write(byte, long) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
write(byte[], int, int) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
write(byte[]) - 类 中的方法com.firefly.utils.io.BufferedRandomAccessFile
 
write(GatheringByteChannel, ByteBuffer[], int, int) - 类 中的静态方法com.firefly.utils.io.IO
A gathering write utility wrapper.
write(int) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
write(char[]) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
write(char[], int, int) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
write(String) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
write(String, int, int) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
writeBigInteger(BigInteger, DataOutputStream) - 类 中的静态方法com.firefly.utils.codec.HexUtils
Write a (reasonably short) BigInteger to a stream.
writeBoolean(boolean) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
writeBoolean(boolean) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeBooleanArray(boolean[]) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeBooleanArray(Boolean[]) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeBooleanArray(boolean[]) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeBooleanArray(Boolean[]) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeByte(byte) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
writeByte(byte) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeInt(int) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
writeInt(int) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeIntArray(int[]) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeIntArray(Integer[]) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeIntArray(int[]) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeIntArray(Integer[]) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeLong(long) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
writeLong(long) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeLongArray(long[]) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeLongArray(Long[]) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeLongArray(long[]) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeLongArray(Long[]) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeNull() - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
writeNull() - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeShort(short) - 类 中的方法com.firefly.utils.json.io.AbstractJsonStringWriter
 
writeShort(short) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeShortArray(short[]) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeShortArray(Short[]) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeShortArray(short[]) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeShortArray(Short[]) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeStringArray(String[]) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeStringArray(String[]) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeStringWithQuote(String) - 类 中的方法com.firefly.utils.json.io.JsonStringWriter
 
writeStringWithQuote(String) - 类 中的方法com.firefly.utils.json.JsonWriter
 
writeTo(ByteBuffer, OutputStream) - 类 中的静态方法com.firefly.utils.io.BufferUtils
 
writeUnchecked(int) - 类 中的方法com.firefly.utils.io.ByteArrayOutputStream2
 

X

XmlLogConfigParser - com.firefly.utils.log中的类
 
XmlLogConfigParser() - 类 的构造器com.firefly.utils.log.XmlLogConfigParser
 

_

__CHARSET - 类 中的静态变量com.firefly.utils.lang.URIUtils
 
__ISO_8859_1 - 类 中的静态变量com.firefly.utils.StringUtils
 
__UTF16 - 类 中的静态变量com.firefly.utils.StringUtils
 
__UTF8 - 类 中的静态变量com.firefly.utils.StringUtils
 
_elements - 类 中的变量com.firefly.utils.collection.ArrayQueue
 
_growCapacity - 类 中的变量com.firefly.utils.collection.ArrayQueue
 
_lock - 类 中的变量com.firefly.utils.collection.ArrayQueue
 
_nextE - 类 中的变量com.firefly.utils.collection.ArrayQueue
 
_nextSlot - 类 中的变量com.firefly.utils.collection.ArrayQueue
 
_size - 类 中的变量com.firefly.utils.collection.ArrayQueue
 
_state - 类 中的变量com.firefly.utils.lang.Utf8Appendable
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

Copyright © 2016. All rights reserved.