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

A

addAll(T...) - 接口 中的方法net.dongliu.commons.collection.ExCollection
Add values to this collection
addressSize() - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
allocateMemory(long) - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
Array<T> - net.dongliu.commons.collection中的类
Array wrapper as collection
Array(T[]) - 类 的构造器net.dongliu.commons.collection.Array
 
array(T...) - 类 中的静态方法net.dongliu.commons.collection.ArrayUtils
create new array
ArrayUtils - net.dongliu.commons.collection中的类
Utils for Array
ArrayUtils() - 类 的构造器net.dongliu.commons.collection.ArrayUtils
 
asDoubleStream() - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
asDoubleStream() - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
asLongStream() - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 

B

base64(byte[]) - 类 中的静态方法net.dongliu.commons.EncodingUtils
Calculate standard base64.
boxed() - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
boxed() - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
boxed() - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
byteArray(byte...) - 类 中的静态方法net.dongliu.commons.collection.ArrayUtils
create new byte array

C

charArray(char...) - 类 中的静态方法net.dongliu.commons.collection.ArrayUtils
create new char array
combine(CompletableFuture<A>, CompletableFuture<B>) - 类 中的静态方法net.dongliu.commons.concurrent.FutureUtils
combine two futures and return one future with result as Tuple2
combine(CompletableFuture<A>, CompletableFuture<B>, CompletableFuture<C>) - 类 中的静态方法net.dongliu.commons.concurrent.FutureUtils
combine three futures and return one future with result as Tuple3
combine(CompletableFuture<A>, CompletableFuture<B>, CompletableFuture<C>, CompletableFuture<D>) - 类 中的静态方法net.dongliu.commons.concurrent.FutureUtils
combine four futures and return one future with result as Tuple4
combine(CompletableFuture<A>, CompletableFuture<B>, CompletableFuture<C>, CompletableFuture<D>, CompletableFuture<E>) - 类 中的静态方法net.dongliu.commons.concurrent.FutureUtils
combine five futures and return one future with result as Tuple5
combine(CompletableFuture<A>, CompletableFuture<B>, CompletableFuture<C>, CompletableFuture<D>, CompletableFuture<E>, CompletableFuture<F>) - 类 中的静态方法net.dongliu.commons.concurrent.FutureUtils
combine six futures and return one future with result as Tuple6
combine(CompletableFuture<A>, CompletableFuture<B>, CompletableFuture<C>, CompletableFuture<D>, CompletableFuture<E>, CompletableFuture<F>, CompletableFuture<G>) - 类 中的静态方法net.dongliu.commons.concurrent.FutureUtils
combine seven futures and return one future with result as Tuple7
combine(CompletableFuture<T>...) - 类 中的静态方法net.dongliu.commons.concurrent.FutureUtils
combine multi futures, return one future with result as list
combine(Collection<CompletableFuture<T>>) - 类 中的静态方法net.dongliu.commons.concurrent.FutureUtils
combine multi futures, return one future with result as list
contains(Object) - 类 中的方法net.dongliu.commons.collection.Array
 
copyMemory(long, long, long) - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
copyMemory(long, byte[], int, long) - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
copyMemory(byte[], int, long, long) - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 

D

decodeBase64(String) - 类 中的静态方法net.dongliu.commons.EncodingUtils
Decode standard base64.
decodeFragment(String, String) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
decode url fragment
decodeFragment(String, Charset) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
decode url fragment
decodeHex(String) - 类 中的静态方法net.dongliu.commons.EncodingUtils
Convert hex string back to bytes.
decodeMimeSafeBase64(String) - 类 中的静态方法net.dongliu.commons.EncodingUtils
Decode mime base64.
decodePathSegment(String, String) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
decode url path segment
decodePathSegment(String, Charset) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
decode url path segment
decodeQuery(String, String) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
decode query parameter: key and value
decodeQuery(String, Charset) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
decode query parameter: key and value
decodeUrlSafeBase64(String) - 类 中的静态方法net.dongliu.commons.EncodingUtils
Decode url/filename safe base64.
directBufferAddress(ByteBuffer) - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
distinct() - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
distinct() - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
distinct() - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
distinct() - 接口 中的方法net.dongliu.commons.collection.ExStream
 
doubleArray(double...) - 类 中的静态方法net.dongliu.commons.collection.ArrayUtils
create new double array

E

encodeFragment(String, String) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
encode url fragment
encodeFragment(String, Charset) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
encode url fragment
encodePathSegment(String, String) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
encode url path segment
encodePathSegment(String, Charset) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
encode url path segment
encodeQuery(String, String) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
used to encode query parameter: key and value
encodeQuery(String, Charset) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
used to encode query parameter: key and value
EncodingUtils - net.dongliu.commons中的类
Utils method for digest
EncodingUtils() - 类 的构造器net.dongliu.commons.EncodingUtils
 
entryStream() - 接口 中的方法net.dongliu.commons.collection.ExMap
EntrySet result as stream
equals(Object) - 类 中的方法net.dongliu.commons.collection.Pair
 
ExArrayList<T> - net.dongliu.commons.collection中的类
Expanded ArrayList
ExArrayList(int) - 类 的构造器net.dongliu.commons.collection.ExArrayList
 
ExArrayList() - 类 的构造器net.dongliu.commons.collection.ExArrayList
 
ExArrayList(Collection<? extends T>) - 类 的构造器net.dongliu.commons.collection.ExArrayList
 
exceptionalFuture(Throwable) - 类 中的静态方法net.dongliu.commons.concurrent.FutureUtils
create a future with exception
ExCollection<T> - net.dongliu.commons.collection中的接口
Expanded collection
ExDoubleStream - net.dongliu.commons.collection中的接口
Expanded double stream
ExHashMap<K,V> - net.dongliu.commons.collection中的类
Expanded hash map
ExHashMap(int, float) - 类 的构造器net.dongliu.commons.collection.ExHashMap
 
ExHashMap(int) - 类 的构造器net.dongliu.commons.collection.ExHashMap
 
ExHashMap() - 类 的构造器net.dongliu.commons.collection.ExHashMap
 
ExHashMap(Map<? extends K, ? extends V>) - 类 的构造器net.dongliu.commons.collection.ExHashMap
 
ExHashSet<T> - net.dongliu.commons.collection中的类
Expanded hash set
ExHashSet() - 类 的构造器net.dongliu.commons.collection.ExHashSet
 
ExHashSet(Collection<? extends T>) - 类 的构造器net.dongliu.commons.collection.ExHashSet
 
ExHashSet(int, float) - 类 的构造器net.dongliu.commons.collection.ExHashSet
 
ExHashSet(int) - 类 的构造器net.dongliu.commons.collection.ExHashSet
 
ExIntStream - net.dongliu.commons.collection中的接口
Expanded int stream
ExLinkedHashMap<K,V> - net.dongliu.commons.collection中的类
Expanded linked hash map
ExLinkedHashMap(int, float) - 类 的构造器net.dongliu.commons.collection.ExLinkedHashMap
 
ExLinkedHashMap(int) - 类 的构造器net.dongliu.commons.collection.ExLinkedHashMap
 
ExLinkedHashMap() - 类 的构造器net.dongliu.commons.collection.ExLinkedHashMap
 
ExLinkedHashMap(Map<? extends K, ? extends V>) - 类 的构造器net.dongliu.commons.collection.ExLinkedHashMap
 
ExLinkedHashSet<T> - net.dongliu.commons.collection中的类
Expanded linked hash set
ExLinkedHashSet(int, float) - 类 的构造器net.dongliu.commons.collection.ExLinkedHashSet
 
ExLinkedHashSet(int) - 类 的构造器net.dongliu.commons.collection.ExLinkedHashSet
 
ExLinkedHashSet() - 类 的构造器net.dongliu.commons.collection.ExLinkedHashSet
 
ExLinkedHashSet(Collection<T>) - 类 的构造器net.dongliu.commons.collection.ExLinkedHashSet
 
ExLinkedList<T> - net.dongliu.commons.collection中的类
Expanded linked list
ExLinkedList() - 类 的构造器net.dongliu.commons.collection.ExLinkedList
 
ExLinkedList(Collection<? extends T>) - 类 的构造器net.dongliu.commons.collection.ExLinkedList
 
ExList<T> - net.dongliu.commons.collection中的接口
Expanded list
ExLongStream - net.dongliu.commons.collection中的接口
Expanded long stream
ExMap<K,V> - net.dongliu.commons.collection中的接口
Expanded map
ExSet<T> - net.dongliu.commons.collection中的接口
Expanded set
ExStream<T> - net.dongliu.commons.collection中的接口
Expanded stream with toList(), toSet() and other reduce method.
ExTreeMap<K,V> - net.dongliu.commons.collection中的类
Expanded tree map
ExTreeMap(int, float) - 类 的构造器net.dongliu.commons.collection.ExTreeMap
 
ExTreeMap(int) - 类 的构造器net.dongliu.commons.collection.ExTreeMap
 
ExTreeMap() - 类 的构造器net.dongliu.commons.collection.ExTreeMap
 
ExTreeMap(Map<? extends K, ? extends V>) - 类 的构造器net.dongliu.commons.collection.ExTreeMap
 
ExTreeSet<T> - net.dongliu.commons.collection中的类
Expanded tree set
ExTreeSet() - 类 的构造器net.dongliu.commons.collection.ExTreeSet
 
ExTreeSet(Comparator<? super T>) - 类 的构造器net.dongliu.commons.collection.ExTreeSet
 
ExTreeSet(Collection<? extends T>) - 类 的构造器net.dongliu.commons.collection.ExTreeSet
 
ExTreeSet(SortedSet<T>) - 类 的构造器net.dongliu.commons.collection.ExTreeSet
 

F

filter(Predicate<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExCollection
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(DoublePredicate) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
filter(IntPredicate) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
filter(LongPredicate) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
filter(Predicate<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
flatMap(DoubleFunction<? extends DoubleStream>) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
flatMap(IntFunction<? extends IntStream>) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
flatMap(LongFunction<? extends LongStream>) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
flatMap(Function<? super T, ? extends Stream<? extends R>>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
flatMapToInt(Function<? super T, ? extends IntStream>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
flatMapToLong(Function<? super T, ? extends LongStream>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
floatArray(float...) - 类 中的静态方法net.dongliu.commons.collection.ArrayUtils
create new float array
forEach(Consumer<? super T>) - 类 中的方法net.dongliu.commons.collection.Array
 
freeMemory(long) - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
FutureUtils - net.dongliu.commons.concurrent中的类
utils for CompletableFuture
FutureUtils() - 类 的构造器net.dongliu.commons.concurrent.FutureUtils
 

G

get(int) - 类 中的方法net.dongliu.commons.collection.Array
 
getBooleanField(Object, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getByte(long) - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
getByteField(Object, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getCharField(Object, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getClassLoader(Class<?>) - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
getContextClassLoader() - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
getDoubleField(Object, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getField(Object, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getFloatField(Object, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getIntField(Object, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getKey() - 类 中的方法net.dongliu.commons.collection.Pair
 
getLongField(Object, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getNonNull(K, V) - 接口 中的方法net.dongliu.commons.collection.ExMap
Get value with key from this map, if not exists, or value is null, return defaultValue
getShortField(Object, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getStaticByteField(Class, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getStaticCharField(Class, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getStaticDoubleField(Class, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getStaticField(Class, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getStaticFloatField(Class, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getStaticIntField(Class, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getStaticLongField(Class, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getStaticShortField(Class, String) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Get field's value.
getSystemClassLoader() - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
getSystemProperty(String, String) - 类 中的静态方法net.dongliu.commons.UnsafeUtils
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getUnsafe() - 类 中的静态方法net.dongliu.commons.UnsafeUtils
 
getValue() - 类 中的方法net.dongliu.commons.collection.Pair
 

H

hashCode() - 类 中的方法net.dongliu.commons.collection.Pair
 
hex(byte[]) - 类 中的静态方法net.dongliu.commons.EncodingUtils
Convert bytes to hex string.

I

immutable() - 接口 中的方法net.dongliu.commons.collection.ExCollection
Create immutable view of this Set.
immutable() - 接口 中的方法net.dongliu.commons.collection.ExList
Create immutable view of this List.
immutable() - 接口 中的方法net.dongliu.commons.collection.ExMap
Create immutable view of this Set.
immutable() - 接口 中的方法net.dongliu.commons.collection.ExSet
Create immutable view of this Set.
indexOf(Object) - 类 中的方法net.dongliu.commons.collection.Array
 
intArray(int...) - 类 中的静态方法net.dongliu.commons.collection.ArrayUtils
create new int array
isArray(Object) - 类 中的静态方法net.dongliu.commons.ReflectUtils
If obj is array.
isPrimitive(Class) - 类 中的静态方法net.dongliu.commons.ReflectUtils
If cls is a primitive class

J

join() - 接口 中的方法net.dongliu.commons.collection.ExCollection
Join element to String
join(String) - 接口 中的方法net.dongliu.commons.collection.ExCollection
Join element to String
join(String, String, String) - 接口 中的方法net.dongliu.commons.collection.ExCollection
Join element to String
join() - 接口 中的方法net.dongliu.commons.collection.ExStream
join list items to string
join(CharSequence) - 接口 中的方法net.dongliu.commons.collection.ExStream
join list items with delimiter to string
join(CharSequence, CharSequence, CharSequence) - 接口 中的方法net.dongliu.commons.collection.ExStream
join list items with delimiter, prefix, suffix to string

K

keyStream() - 接口 中的方法net.dongliu.commons.collection.ExMap
Key set result as stream

L

limit(long) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
limit(long) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
limit(long) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
limit(long) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
longArray(long...) - 类 中的静态方法net.dongliu.commons.collection.ArrayUtils
create new long array

M

map(Function<? super T, ? extends R>) - 接口 中的方法net.dongliu.commons.collection.ExCollection
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(DoubleUnaryOperator) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
map(IntUnaryOperator) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
map(LongUnaryOperator) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
map(Function<? super T, ? extends R>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
mapToDouble(ToDoubleFunction<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExCollection
Returns an DoubleStream consisting of the results of applying the given function to the elements of this stream.
mapToDouble(IntToDoubleFunction) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
mapToDouble(LongToDoubleFunction) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
mapToDouble(ToDoubleFunction<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
mapToInt(ToIntFunction<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExCollection
Returns an IntStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(DoubleToIntFunction) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
mapToInt(LongToIntFunction) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
mapToInt(ToIntFunction<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
mapToLong(ToLongFunction<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExCollection
Returns an LongStream consisting of the results of applying the given function to the elements of this stream.
mapToLong(DoubleToLongFunction) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
mapToLong(IntToLongFunction) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
mapToLong(ToLongFunction<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
mapToObj(DoubleFunction<? extends U>) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
mapToObj(IntFunction<? extends U>) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
mapToObj(LongFunction<? extends U>) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
mimeBase64(byte[]) - 类 中的静态方法net.dongliu.commons.EncodingUtils
Calculate mime base64.

N

net.dongliu.commons - 程序包 net.dongliu.commons
 
net.dongliu.commons.collection - 程序包 net.dongliu.commons.collection
 
net.dongliu.commons.concurrent - 程序包 net.dongliu.commons.concurrent
 
net.dongliu.commons.http - 程序包 net.dongliu.commons.http
 
nonNull(T, T) - 类 中的静态方法net.dongliu.commons.ObjectUtils
If value is null, return defaultValue; else return value
nonNull(String) - 类 中的静态方法net.dongliu.commons.ObjectUtils
If value is null, return "", else return value
nonNull(List<T>) - 类 中的静态方法net.dongliu.commons.ObjectUtils
If list is null, return new mutable empty list; else list it's self
nonNull(Set<T>) - 类 中的静态方法net.dongliu.commons.ObjectUtils
If set is null, return new mutable empty set; else set it's self
nonNull(Map<K, V>) - 类 中的静态方法net.dongliu.commons.ObjectUtils
If map is null, return new mutable empty map; else map it's self

O

ObjectUtils - net.dongliu.commons中的类
Utils methods for all object
ObjectUtils() - 类 的构造器net.dongliu.commons.ObjectUtils
 
of(T...) - 类 中的静态方法net.dongliu.commons.collection.Array
 
of() - 类 中的静态方法net.dongliu.commons.collection.ExArrayList
Create mutable list
of(T) - 类 中的静态方法net.dongliu.commons.collection.ExArrayList
Create mutable list
of(T, T) - 类 中的静态方法net.dongliu.commons.collection.ExArrayList
Create mutable list
of(T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExArrayList
Create mutable list
of(T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExArrayList
Create mutable list
of(T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExArrayList
Create mutable list
of(T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExArrayList
Create mutable list
of(T, T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExArrayList
Create mutable list
of(T...) - 类 中的静态方法net.dongliu.commons.collection.ExArrayList
 
of(DoubleStream) - 接口 中的静态方法net.dongliu.commons.collection.ExDoubleStream
 
of() - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
Create mutable empty map
of(Pair<K, V>...) - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
Create mutable map
of(Collection<Pair<K, V>>) - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
Create mutable map
of(K, V) - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
create mutable map
of(K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
create mutable map
of(K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
create mutable map
of(K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExHashMap
create mutable map
of() - 类 中的静态方法net.dongliu.commons.collection.ExHashSet
Create mutable set
of(T) - 类 中的静态方法net.dongliu.commons.collection.ExHashSet
Create mutable set
of(T, T) - 类 中的静态方法net.dongliu.commons.collection.ExHashSet
Create mutable set
of(T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExHashSet
Create mutable set
of(T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExHashSet
Create mutable set
of(T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExHashSet
Create mutable set
of(T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExHashSet
Create mutable set
of(T, T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExHashSet
Create mutable set
of(T...) - 类 中的静态方法net.dongliu.commons.collection.ExHashSet
 
of(IntStream) - 接口 中的静态方法net.dongliu.commons.collection.ExIntStream
 
of() - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
create mutable empty map
of(Pair<K, V>...) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
create mutable map
of(Collection<Pair<K, V>>) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
Create mutable map
of(K, V) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
create mutable map
of(K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
create mutable map
of(K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
create mutable map
of(K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashMap
create mutable map
of() - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashSet
Create mutable set
of(T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashSet
Create mutable set
of(T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashSet
Create mutable set
of(T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashSet
Create mutable set
of(T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashSet
Create mutable set
of(T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashSet
Create mutable set
of(T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashSet
Create mutable set
of(T, T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashSet
Create mutable set
of(T...) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedHashSet
 
of(T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedList
Create mutable list
of(T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedList
Create mutable list
of(T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedList
Create mutable list
of(T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedList
Create mutable list
of(T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedList
Create mutable list
of(T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedList
Create mutable list
of(T, T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedList
Create mutable list
of(T...) - 类 中的静态方法net.dongliu.commons.collection.ExLinkedList
 
of() - 接口 中的静态方法net.dongliu.commons.collection.ExList
Create mutable list
of(T) - 接口 中的静态方法net.dongliu.commons.collection.ExList
Create mutable list
of(T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExList
Create mutable list
of(T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExList
Create mutable list
of(T, T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExList
Create mutable list
of(T, T, T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExList
Create mutable list
of(T, T, T, T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExList
Create mutable list
of(T, T, T, T, T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExList
Create mutable list
of(T...) - 接口 中的静态方法net.dongliu.commons.collection.ExList
create mutable list
of(LongStream) - 接口 中的静态方法net.dongliu.commons.collection.ExLongStream
 
of() - 接口 中的静态方法net.dongliu.commons.collection.ExMap
Create mutable empty map
of(Pair<K, V>...) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
Create mutable map
of(Collection<Pair<K, V>>) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
Create mutable map
of(K, V) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
create mutable map
of(K, V, K, V) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
create mutable map
of(K, V, K, V, K, V) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
create mutable map
of(K, V, K, V, K, V, K, V) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V, K, V) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
create mutable map
of() - 接口 中的静态方法net.dongliu.commons.collection.ExSet
Create mutable set
of(T) - 接口 中的静态方法net.dongliu.commons.collection.ExSet
Create mutable set
of(T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExSet
Create mutable set
of(T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExSet
Create mutable set
of(T, T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExSet
Create mutable set
of(T, T, T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExSet
Create mutable set
of(T, T, T, T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExSet
Create mutable set
of(T, T, T, T, T, T, T) - 接口 中的静态方法net.dongliu.commons.collection.ExSet
Create mutable set
of(T...) - 接口 中的静态方法net.dongliu.commons.collection.ExSet
create mutable set
of() - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
create mutable empty map
of(Pair<K, V>...) - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
create mutable map
of(Collection<Pair<K, V>>) - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
Create mutable map
of(K, V) - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
create mutable map
of(K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
create mutable map
of(K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
create mutable map
of(K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
create mutable map
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.dongliu.commons.collection.ExTreeMap
create mutable map
of() - 类 中的静态方法net.dongliu.commons.collection.ExTreeSet
Create mutable set
of(T) - 类 中的静态方法net.dongliu.commons.collection.ExTreeSet
Create mutable set
of(T, T) - 类 中的静态方法net.dongliu.commons.collection.ExTreeSet
Create mutable set
of(T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExTreeSet
Create mutable set
of(T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExTreeSet
Create mutable set
of(T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExTreeSet
Create mutable set
of(T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExTreeSet
Create mutable set
of(T, T, T, T, T, T, T) - 类 中的静态方法net.dongliu.commons.collection.ExTreeSet
Create mutable set
of(T...) - 类 中的静态方法net.dongliu.commons.collection.ExTreeSet
 
of(K, V) - 类 中的静态方法net.dongliu.commons.collection.Pair
 
of(A, B) - 类 中的静态方法net.dongliu.commons.collection.TupleUtils
create tuple2
of(A, B, C) - 类 中的静态方法net.dongliu.commons.collection.TupleUtils
create tuple3
of(A, B, C, D) - 类 中的静态方法net.dongliu.commons.collection.TupleUtils
create tuple4
of(A, B, C, D, E) - 类 中的静态方法net.dongliu.commons.collection.TupleUtils
create tuple5
of(A, B, C, D, E, F) - 类 中的静态方法net.dongliu.commons.collection.TupleUtils
create tuple6
of(A, B, C, D, E, F, G) - 类 中的静态方法net.dongliu.commons.collection.TupleUtils
create tuple7
onClose(Runnable) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
onClose(Runnable) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
onClose(Runnable) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
onClose(Runnable) - 接口 中的方法net.dongliu.commons.collection.ExStream
 

P

Pair<K,V> - net.dongliu.commons.collection中的类
mutable pair with first, and second, or key and value
Pair() - 类 的构造器net.dongliu.commons.collection.Pair
 
Pair(K, V) - 类 的构造器net.dongliu.commons.collection.Pair
 
parallel() - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
parallel() - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
parallel() - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
parallel() - 接口 中的方法net.dongliu.commons.collection.ExStream
 
parallelStream() - 接口 中的方法net.dongliu.commons.collection.ExCollection
 
peek(DoubleConsumer) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
peek(IntConsumer) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
peek(LongConsumer) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
peek(Consumer<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
print(Object) - 类 中的静态方法net.dongliu.commons.Printer
Print value
Printer - net.dongliu.commons中的类
Utils method for print
Printer() - 类 的构造器net.dongliu.commons.Printer
 
printf(String, Object...) - 类 中的静态方法net.dongliu.commons.Printer
Format print using the specified format string and arguments.
println() - 类 中的静态方法net.dongliu.commons.Printer
Print line
println(Object) - 类 中的静态方法net.dongliu.commons.Printer
Prints an Object and then terminate the line.

R

ReflectUtils - net.dongliu.commons中的类
Utils method for reflect
ReflectUtils() - 类 的构造器net.dongliu.commons.ReflectUtils
 
replaceAll(UnaryOperator<T>) - 类 中的方法net.dongliu.commons.collection.Array
 

S

sequential() - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
sequential() - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
sequential() - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
sequential() - 接口 中的方法net.dongliu.commons.collection.ExStream
 
set(int, T) - 类 中的方法net.dongliu.commons.collection.Array
 
setBooleanField(Object, String, boolean) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setByteField(Object, String, byte) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setCharField(Object, String, char) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setDoubleField(Object, String, double) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setField(Object, String, Object) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setFloatField(Object, String, float) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setIntField(Object, String, int) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setKey(K) - 类 中的方法net.dongliu.commons.collection.Pair
 
setLongField(Object, String, long) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setShortField(Object, String, short) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setStaticByteField(Class, String, byte) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setStaticCharField(Class, String, char) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setStaticDoubleField(Class, String, double) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setStaticField(Class, String, Object) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setStaticFloatField(Class, String, float) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setStaticIntField(Class, String, int) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setStaticLongField(Class, String, long) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setStaticShortField(Class, String, short) - 类 中的静态方法net.dongliu.commons.ReflectUtils
Set field's value.
setValue(V) - 类 中的方法net.dongliu.commons.collection.Pair
 
shortArray(short...) - 类 中的静态方法net.dongliu.commons.collection.ArrayUtils
create new short array
size() - 类 中的方法net.dongliu.commons.collection.Array
 
skip(long) - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
skip(long) - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
skip(long) - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
skip(long) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
sort(Comparator<? super T>) - 类 中的方法net.dongliu.commons.collection.Array
 
sorted() - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
sorted() - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
sorted() - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
sorted() - 接口 中的方法net.dongliu.commons.collection.ExStream
 
sorted(Comparator<? super T>) - 接口 中的方法net.dongliu.commons.collection.ExStream
 
spliterator() - 类 中的方法net.dongliu.commons.collection.Array
 
stream() - 接口 中的方法net.dongliu.commons.collection.ExCollection
 
subList(int, int) - 类 中的方法net.dongliu.commons.collection.Array
 
subList(int, int) - 类 中的方法net.dongliu.commons.collection.ExArrayList
 
subList(int, int) - 类 中的方法net.dongliu.commons.collection.ExLinkedList
 
subList(int, int) - 接口 中的方法net.dongliu.commons.collection.ExList
 

T

toArray() - 类 中的方法net.dongliu.commons.collection.Array
 
toArray(T1[]) - 类 中的方法net.dongliu.commons.collection.Array
 
toArray(Collection<T>, Class<T>) - 类 中的静态方法net.dongliu.commons.collection.ArrayUtils
convert collections to array
toArray(Class<T>) - 接口 中的方法net.dongliu.commons.collection.ExCollection
Convert to array
toArrayList() - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect items to array list
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Returns a concurrent Collector that accumulates elements into a ConcurrentMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Returns a concurrent Collector that accumulates elements into a ConcurrentMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a hash map.
toHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a hash map.
toHashSet() - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a hash set
toLinkedHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a linked hash map.
toLinkedHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a linked hash map.
toLinkedHashSet() - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a linked hash set
toLinkedList() - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect items to linked list
toList() - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect items to a list
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a map.
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a map.
toSet() - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a set
toString() - 类 中的方法net.dongliu.commons.collection.Pair
 
toTreeMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a tree map.
toTreeMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a tree map.
toTreeSet() - 接口 中的方法net.dongliu.commons.collection.ExStream
Collect item to a linked hash set
Tuple2<A,B> - net.dongliu.commons.collection中的类
Used for join defers
Tuple2(A, B) - 类 的构造器net.dongliu.commons.collection.Tuple2
 
Tuple3<A,B,C> - net.dongliu.commons.collection中的类
Used for join defers
Tuple3(A, B, C) - 类 的构造器net.dongliu.commons.collection.Tuple3
 
Tuple4<A,B,C,D> - net.dongliu.commons.collection中的类
Used for join defers
Tuple4(A, B, C, D) - 类 的构造器net.dongliu.commons.collection.Tuple4
 
Tuple5<A,B,C,D,E> - net.dongliu.commons.collection中的类
Used for join defers
Tuple5(A, B, C, D, E) - 类 的构造器net.dongliu.commons.collection.Tuple5
 
Tuple6<A,B,C,D,E,F> - net.dongliu.commons.collection中的类
Used for join defers
Tuple6(A, B, C, D, E, F) - 类 的构造器net.dongliu.commons.collection.Tuple6
 
Tuple7<A,B,C,D,E,F,G> - net.dongliu.commons.collection中的类
Used for join defers
Tuple7(A, B, C, D, E, F, G) - 类 的构造器net.dongliu.commons.collection.Tuple7
 
TupleUtils - net.dongliu.commons.collection中的类
utils method for tuple
TupleUtils() - 类 的构造器net.dongliu.commons.collection.TupleUtils
 

U

unbox(Boolean) - 类 中的静态方法net.dongliu.commons.ObjectUtils
Safe unbox, return false if value is null
unbox(Character) - 类 中的静态方法net.dongliu.commons.ObjectUtils
Safe unbox, return '0' if value is null
unbox(Byte) - 类 中的静态方法net.dongliu.commons.ObjectUtils
Safe unbox, return 0 if value is null
unbox(Short) - 类 中的静态方法net.dongliu.commons.ObjectUtils
Safe unbox, return 0 if value is null
unbox(Integer) - 类 中的静态方法net.dongliu.commons.ObjectUtils
Safe unbox, return 0 if value is null
unbox(Long) - 类 中的静态方法net.dongliu.commons.ObjectUtils
Safe unbox, return 0 if value is null
unbox(Float) - 类 中的静态方法net.dongliu.commons.ObjectUtils
Safe unbox, return 0 if value is null
unbox(Double) - 类 中的静态方法net.dongliu.commons.ObjectUtils
Safe unbox, return 0 if value is null
unordered() - 接口 中的方法net.dongliu.commons.collection.ExDoubleStream
 
unordered() - 接口 中的方法net.dongliu.commons.collection.ExIntStream
 
unordered() - 接口 中的方法net.dongliu.commons.collection.ExLongStream
 
unordered() - 接口 中的方法net.dongliu.commons.collection.ExStream
 
UnsafeUtils - net.dongliu.commons中的类
 
UnsafeUtils() - 类 的构造器net.dongliu.commons.UnsafeUtils
 
UrlCoder - net.dongliu.commons.http中的类
Util methods for encode / decode uri.
UrlCoder() - 类 的构造器net.dongliu.commons.http.UrlCoder
 
urlSafeBase64(byte[]) - 类 中的静态方法net.dongliu.commons.EncodingUtils
Calculate url/filename safe base64.

V

valueStream() - 接口 中的方法net.dongliu.commons.collection.ExMap
Value collection result as stream

W

wrap(Collection<T>) - 接口 中的静态方法net.dongliu.commons.collection.ExCollection
If c is not EnhancedCollection, wrap to EnhancedCollection
wrap(List<T>) - 接口 中的静态方法net.dongliu.commons.collection.ExList
If list is not EnhancedList, wrap list to EnhancedList.
wrap(Map<K, V>) - 接口 中的静态方法net.dongliu.commons.collection.ExMap
If map is not EnhancedMap, wrap to EnhancedMap
wrap(Set<T>) - 接口 中的静态方法net.dongliu.commons.collection.ExSet
If set is not EnhancedSet, wrap set to EnhancedSet.
wrap(Stream<T>) - 接口 中的静态方法net.dongliu.commons.collection.ExStream
 
wrap(T...) - 接口 中的静态方法net.dongliu.commons.collection.ExStream
Create stream from array or multi values

_

_1() - 类 中的方法net.dongliu.commons.collection.Tuple2
 
_1() - 类 中的方法net.dongliu.commons.collection.Tuple3
 
_1() - 类 中的方法net.dongliu.commons.collection.Tuple4
 
_1() - 类 中的方法net.dongliu.commons.collection.Tuple5
 
_1() - 类 中的方法net.dongliu.commons.collection.Tuple6
 
_1() - 类 中的方法net.dongliu.commons.collection.Tuple7
 
_2() - 类 中的方法net.dongliu.commons.collection.Tuple2
 
_2() - 类 中的方法net.dongliu.commons.collection.Tuple3
 
_2() - 类 中的方法net.dongliu.commons.collection.Tuple4
 
_2() - 类 中的方法net.dongliu.commons.collection.Tuple5
 
_2() - 类 中的方法net.dongliu.commons.collection.Tuple6
 
_2() - 类 中的方法net.dongliu.commons.collection.Tuple7
 
_3() - 类 中的方法net.dongliu.commons.collection.Tuple3
 
_3() - 类 中的方法net.dongliu.commons.collection.Tuple4
 
_3() - 类 中的方法net.dongliu.commons.collection.Tuple5
 
_3() - 类 中的方法net.dongliu.commons.collection.Tuple6
 
_3() - 类 中的方法net.dongliu.commons.collection.Tuple7
 
_4() - 类 中的方法net.dongliu.commons.collection.Tuple4
 
_4() - 类 中的方法net.dongliu.commons.collection.Tuple5
 
_4() - 类 中的方法net.dongliu.commons.collection.Tuple6
 
_4() - 类 中的方法net.dongliu.commons.collection.Tuple7
 
_5() - 类 中的方法net.dongliu.commons.collection.Tuple5
 
_5() - 类 中的方法net.dongliu.commons.collection.Tuple6
 
_5() - 类 中的方法net.dongliu.commons.collection.Tuple7
 
_6() - 类 中的方法net.dongliu.commons.collection.Tuple6
 
_6() - 类 中的方法net.dongliu.commons.collection.Tuple7
 
_7() - 类 中的方法net.dongliu.commons.collection.Tuple7
 
_decode(String, Charset, boolean) - 类 中的静态方法net.dongliu.commons.http.UrlCoder
 
A B C D E F G H I J K L M N O P R S T U V W _ 
跳过导航链接

Copyright © 2015. All rights reserved.