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

A

accept(A) - 接口 中的方法xdean.jex.extra.function.Action1
 
accept(A, B) - 接口 中的方法xdean.jex.extra.function.Action2
 
Action0 - xdean.jex.extra.function中的接口
 
Action1<A> - xdean.jex.extra.function中的接口
 
Action2<A,B> - xdean.jex.extra.function中的接口
 
Action3<A,B,C> - xdean.jex.extra.function中的接口
 
ActionE0<E extends Exception> - xdean.jex.extra.function中的接口
 
ActionE1<A,E extends Exception> - xdean.jex.extra.function中的接口
 
ActionE2<A,B,E extends Exception> - xdean.jex.extra.function中的接口
 
ActionE3<A,B,C,E extends Exception> - xdean.jex.extra.function中的接口
 
add(T) - 类 中的方法xdean.jex.extra.collection.FixedLengthList
 
add(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
add(int, int) - 类 中的方法xdean.jex.extra.collection.IntList
 
add(E) - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
add(T) - 类 中的方法xdean.jex.extra.collection.Tree
Add the value as child
add(Tree<T>) - 类 中的方法xdean.jex.extra.collection.Tree
Add the node as child
addAll(int[]) - 类 中的方法xdean.jex.extra.collection.IntList
 
addAll(int, int[]) - 类 中的方法xdean.jex.extra.collection.IntList
 
addAnnotation(Executable, Annotation) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
Add annotation to Executable(Method or Constructor)
Note that you may need to give the root method.
addAnnotation(Field, Annotation) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
Add annotation to Field
Note that you may need to give the root field.
addAnnotation(Class<?>, T) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
 
addFieldFilter(Predicate<Field>) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
addIfAbsent(List<? super T>, T) - 类 中的静态方法xdean.jex.util.collection.ListUtil
 
addJavaHandlers() - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
addObjectClassHandler(Class<T>, Function<T, Object>) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
addObjectHandler(Predicate<Object>, Function<Object, Object>) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
addOrder(T...) - 类 中的方法xdean.jex.extra.RelativeComparator
 
addOrder(T, T) - 类 中的方法xdean.jex.extra.RelativeComparator
 
addressOf(Object) - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
Get the memory address of the given object.
and(Supplier<Boolean>) - 类 中的方法xdean.jex.util.task.If
 
and(boolean) - 类 中的方法xdean.jex.util.task.If
 
andFinal(Runnable, Runnable) - 类 中的静态方法xdean.jex.util.task.TaskUtil
 
andFinal(Supplier<T>, Consumer<T>) - 类 中的静态方法xdean.jex.util.task.TaskUtil
 
ANDROID - 注释类型 中的静态变量xdean.jex.extra.annotation.marker.PlatformDependents
Common platforms
AnnotationUtil - xdean.jex.util.reflect中的类
Change annotations in runtime.
AnnotationUtil() - 类 的构造器xdean.jex.util.reflect.AnnotationUtil
 
apply(A) - 接口 中的方法xdean.jex.extra.function.Func1
 
apply(A, B) - 接口 中的方法xdean.jex.extra.function.Func2
 
apply(F) - 接口 中的方法xdean.jex.extra.rx2.nullable.handler.NullHandler
 
array - 类 中的变量xdean.jex.extra.collection.FixedLengthList
 
ArrayUtil - xdean.jex.util.lang中的类
 
ArrayUtil() - 类 的构造器xdean.jex.util.lang.ArrayUtil
 
asLeft() - 接口 中的方法xdean.jex.extra.Either
 
asRight() - 接口 中的方法xdean.jex.extra.Either
 
assertContainsAll(Map<?, ?>, Object...) - 类 中的静态方法xdean.jex.util.lang.AssertUtil
 
assertContainsAll(List<?>, Object...) - 类 中的静态方法xdean.jex.util.lang.AssertUtil
 
assertEmpty(Optional<?>) - 类 中的静态方法xdean.jex.util.lang.AssertUtil
 
assertInstanceOf(Object, Class<?>) - 类 中的静态方法xdean.jex.util.lang.AssertUtil
 
assertNotNull(Object) - 类 中的静态方法xdean.jex.util.lang.AssertUtil
 
assertPresent(Optional<?>) - 类 中的静态方法xdean.jex.util.lang.AssertUtil
 
assertTrue(boolean) - 类 中的静态方法xdean.jex.util.lang.AssertUtil
 
AssertUtil - xdean.jex.util.lang中的类
 
AssertUtil() - 类 的构造器xdean.jex.util.lang.AssertUtil
 
async(Runnable) - 类 中的静态方法xdean.jex.util.task.TaskUtil
 
autoClose(ExecutorService) - 类 中的静态方法xdean.jex.extra.rx2.RxSchedulers
 
autoIncreaseId(int) - 类 中的静态方法xdean.jex.extra.json.JsonPrinter
 

B

balancePair(String, String, String) - 类 中的静态方法xdean.jex.util.string.StringUtil
Get the first balance pair substring index.
biconsumer() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
boxed() - 类 中的方法xdean.jex.extra.collection.IntList
 
breadthFirstTraversal(T, Function<T, Iterable<T>>) - 类 中的静态方法xdean.jex.extra.collection.Traverse
 
breadthFirstTraversal() - 接口 中的方法xdean.jex.extra.collection.Traverse.Traversable
 
build() - 类 中的方法xdean.jex.util.lang.PropertiesBuilder
 

C

cache(Object, Supplier<V>) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
cache(Object, Object, Supplier<V>) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
CacheUtil - xdean.jex.util.cache中的类
 
CacheUtil() - 类 的构造器xdean.jex.util.cache.CacheUtil
 
cacheWeak(Object, Supplier<V>) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
cacheWeak(Object, Object, Supplier<V>) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
call() - 接口 中的方法xdean.jex.extra.function.Action0
 
call(A) - 接口 中的方法xdean.jex.extra.function.Action1
 
call(A, B) - 接口 中的方法xdean.jex.extra.function.Action2
 
call(A, B, C) - 接口 中的方法xdean.jex.extra.function.Action3
 
call() - 接口 中的方法xdean.jex.extra.function.ActionE0
 
call(A) - 接口 中的方法xdean.jex.extra.function.ActionE1
 
call(A, B) - 接口 中的方法xdean.jex.extra.function.ActionE2
 
call(A, B, C) - 接口 中的方法xdean.jex.extra.function.ActionE3
 
call() - 接口 中的方法xdean.jex.extra.function.Func0
 
call(A) - 接口 中的方法xdean.jex.extra.function.Func1
 
call(A, B) - 接口 中的方法xdean.jex.extra.function.Func2
 
call(A, B, C) - 接口 中的方法xdean.jex.extra.function.Func3
 
call() - 接口 中的方法xdean.jex.extra.function.FuncE0
 
call(T) - 接口 中的方法xdean.jex.extra.function.FuncE1
 
call(A, B) - 接口 中的方法xdean.jex.extra.function.FuncE2
 
call(A, B, C) - 接口 中的方法xdean.jex.extra.function.FuncE3
 
camelToUnderline(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
cartesian(List<Flowable<Integer>>) - 类 中的静态方法xdean.jex.util.calc.CartesianProduct
 
CartesianProduct - xdean.jex.util.calc中的类
 
CartesianProduct() - 类 的构造器xdean.jex.util.calc.CartesianProduct
 
cartesianProduct(Flowable<Flowable<Integer>>) - 类 中的静态方法xdean.jex.util.calc.CartesianProduct
 
changeAnnotationValue(Annotation, String, Object) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
Changes the annotation value for the given key of the given annotation to newValue and returns the previous value.
clear() - 类 中的方法xdean.jex.extra.collection.IntList
 
CodecovIgnore - xdean.jex.internal.codecov中的注释类型
 
CodecovIgnoreHandler - xdean.jex.internal.codecov中的类
 
CodecovIgnoreHandler() - 类 的构造器xdean.jex.internal.codecov.CodecovIgnoreHandler
 
commonParent(Tree<T>) - 类 中的方法xdean.jex.extra.collection.Tree
Get the first common parent of this node and the given node
ComparatorUtil - xdean.jex.util中的类
 
ComparatorUtil() - 类 的构造器xdean.jex.util.ComparatorUtil
 
compare(int[], int[]) - 类 中的静态方法xdean.jex.util.lang.ArrayUtil
 
compare(T[], T[]) - 类 中的静态方法xdean.jex.util.lang.ArrayUtil
 
ComponentDependents - xdean.jex.extra.annotation.marker中的注释类型
Indicates that the element is component dependent.
ComponentDependents.ComponentDependent - xdean.jex.extra.annotation.marker中的注释类型
 
condition() - 类 中的方法xdean.jex.util.task.If
 
consumeFirst(Consumer<A>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
consumer() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
consumer(Runnable) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
consumeSecond(Consumer<B>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
contains(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
containsAll(int[]) - 类 中的方法xdean.jex.extra.collection.IntList
 
convert(long, T) - 接口 中的方法xdean.jex.extra.unit.Unit
Convert a long value with given unit to this unit.
convert(double, T) - 接口 中的方法xdean.jex.extra.unit.Unit
Convert a double value with given unit to this unit.
Converter() - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullableArray.Converter
 
Converter() - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullableCallable.Converter
 
Converter() - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullableFuture.Converter
 
Converter() - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullableIterable.Converter
 
Converter() - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullablePublisher.Converter
 
copyAnnotation(T) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
 
count - 类 中的变量xdean.jex.extra.collection.FixedLengthList
 
countLine(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
create() - 类 中的静态方法xdean.jex.extra.collection.IntList
 
create(int) - 类 中的静态方法xdean.jex.extra.collection.IntList
 
create(int[]) - 类 中的静态方法xdean.jex.extra.collection.IntList
 
create(Collection<Integer>) - 类 中的静态方法xdean.jex.extra.collection.IntList
 
create(int, int) - 类 中的静态方法xdean.jex.extra.collection.sequence.IntSequence
 
create(Supplier<T>) - 类 中的静态方法xdean.jex.extra.LazyValue
 
create() - 类 中的静态方法xdean.jex.extra.RelativeComparator
 
create(Comparator<T>) - 类 中的静态方法xdean.jex.extra.RelativeComparator
 
create() - 类 中的静态方法xdean.jex.util.lang.PropertiesBuilder
 
create(Type) - 类 中的静态方法xdean.jex.util.reflect.TypeVisitor
 
createAnnotationFromMap(Class<T>, Map<String, Object>) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
Create annotation from the given map.
createDirectory(Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
createGenericArrayType(Type) - 类 中的静态方法xdean.jex.util.reflect.GenericUtil
 
createParameterizedType(Class<?>, Type, Type...) - 类 中的静态方法xdean.jex.util.reflect.GenericUtil
 
createURL(String) - 类 中的静态方法xdean.jex.extra.StringURL
 
createURLString(String) - 类 中的静态方法xdean.jex.extra.StringURL
 
createWildcardType(Type[], Type[]) - 类 中的静态方法xdean.jex.util.reflect.GenericUtil
 

D

debug() - 类 中的方法xdean.jex.util.log.Log
 
debug() - 接口 中的方法xdean.jex.util.log.Logable
 
debug() - 类 中的静态方法xdean.jex.util.log.LogUtil
 
debug(Class<?>) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
debug(Object) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
decode(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
deepChild(T) - 类 中的方法xdean.jex.extra.collection.Tree
Get the first matched child with the given value from all of the sub-tree
deepChild(Tree<T>) - 类 中的方法xdean.jex.extra.collection.Tree
Get the first matched child with the given value from all of the sub-tree
deepClone(Object) - 类 中的静态方法xdean.jex.util.lang.ArrayUtil
 
deepTraversal(Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
defaults(Properties) - 类 中的方法xdean.jex.util.lang.PropertiesBuilder
 
defaultTraverser() - 接口 中的方法xdean.jex.extra.collection.Traverse.Traversable
 
defaultValue(T) - 接口 中的静态方法xdean.jex.extra.rx2.nullable.handler.NullHandlers
Replace null value by defaultValue
digest(Path, String) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
digest(InputStream, String) - 类 中的静态方法xdean.jex.util.security.SecurityUtil
 
drop() - 接口 中的静态方法xdean.jex.extra.rx2.nullable.handler.NullHandlers
Drop null value

E

Either<L,R> - xdean.jex.extra中的接口
 
empty() - 类 中的静态方法xdean.jex.extra.Pair
 
empty() - 类 中的静态方法xdean.jex.extra.Wrapper
 
EmptyFunction - xdean.jex.util.function中的类
 
EmptyFunction() - 类 的构造器xdean.jex.util.function.EmptyFunction
 
encode(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
end(boolean) - 类 中的方法xdean.jex.util.task.If
 
end() - 类 中的方法xdean.jex.util.task.If
 
endWith(T...) - 类 中的静态方法xdean.jex.util.ComparatorUtil
 
equals(Object) - 类 中的方法xdean.jex.extra.collection.IntList
 
equals(Object) - 类 中的方法xdean.jex.extra.Pair
 
equals(Object) - 类 中的方法xdean.jex.extra.Wrapper
 
equals(Path, Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
Test if the both paths are same file
equals(Object) - 类 中的方法xdean.jex.util.reflect.model.GenericArrayTypeImpl
 
equals(Object) - 类 中的方法xdean.jex.util.reflect.model.ParameterizedTypeImpl
 
equals(Object) - 类 中的方法xdean.jex.util.reflect.model.WildcardTypeImpl
 
error() - 类 中的方法xdean.jex.util.log.Log
 
error() - 接口 中的方法xdean.jex.util.log.Logable
 
error() - 类 中的静态方法xdean.jex.util.log.LogUtil
 
error(Class<?>) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
error(Object) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
ExceptionUtil - xdean.jex.util.lang中的类
 
ExceptionUtil() - 类 的构造器xdean.jex.util.lang.ExceptionUtil
 
exec(Consumer<? super L>, Consumer<? super R>) - 接口 中的方法xdean.jex.extra.Either
 

F

failed() - 类 中的方法xdean.jex.util.task.tryto.Failure
 
failed() - 类 中的方法xdean.jex.util.task.tryto.Success
 
failed() - 类 中的方法xdean.jex.util.task.tryto.Try
Inverts this `Try`.
Failure<T> - xdean.jex.util.task.tryto中的类
 
FileUtil - xdean.jex.util.file中的类
 
FileUtil() - 类 的构造器xdean.jex.util.file.FileUtil
 
filter(Predicate<T>) - 类 中的方法xdean.jex.util.task.tryto.Failure
 
filter(Predicate<T>) - 类 中的方法xdean.jex.util.task.tryto.Success
 
filter(Predicate<T>) - 类 中的方法xdean.jex.util.task.tryto.Try
Converts this to a `Failure` if the predicate is not satisfied.
filterTransient() - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
finalize(Object, Runnable) - 类 中的静态方法xdean.jex.util.lang.FinalizeSupport
 
finalize(Object, Runnable, Scheduler) - 类 中的静态方法xdean.jex.util.lang.FinalizeSupport
 
FinalizeSupport - xdean.jex.util.lang中的类
Provide a convenient way to do something on the moment when an object be collected by gc.
FinalizeSupport() - 类 的构造器xdean.jex.util.lang.FinalizeSupport
 
firstFail(ActionE0<T>...) - 类 中的静态方法xdean.jex.util.task.TaskUtil
Run the given tasks until any exception happen
firstIndexOf(String, String...) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
firstNonNull(FuncE0<T, ?>...) - 类 中的静态方法xdean.jex.util.task.TaskUtil
Return the first non-null result of the given tasks or empty if all of them return null.
firstSuccess(FuncE0<T, ?>...) - 类 中的静态方法xdean.jex.util.task.TaskUtil
Return the first result of these tasks
IGNORE EXCEPTIONS.
FixedLengthList<T> - xdean.jex.extra.collection中的类
Simple fixed length list with just FixedLengthList.add(Object) and FixedLengthList.get(int)
FixedLengthList(int) - 类 的构造器xdean.jex.extra.collection.FixedLengthList
 
fixedSize(int) - 类 中的静态方法xdean.jex.extra.rx2.RxSchedulers
 
flatMap(Function<? super L, Either<L2, R2>>, Function<? super R, Either<L2, R2>>) - 接口 中的方法xdean.jex.extra.Either
 
flatMap(Function<T, Try<U>>) - 类 中的方法xdean.jex.util.task.tryto.Failure
 
flatMap(Function<T, Try<U>>) - 类 中的方法xdean.jex.util.task.tryto.Success
 
flatMap(Function<T, Try<U>>) - 类 中的方法xdean.jex.util.task.tryto.Try
Returns the given function applied to the value from this `Success` or returns this if this is a `Failure`.
flatMapLeft(Function<? super L, Either<L2, R>>) - 接口 中的方法xdean.jex.extra.Either
 
flatMapRight(Function<? super R, Either<L, R2>>) - 接口 中的方法xdean.jex.extra.Either
 
flowable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableArray.Converter
 
flowable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableCallable.Converter
 
flowable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableFuture.Converter
 
flowable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableIterable.Converter
 
flowable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullablePublisher.Converter
 
flowable() - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableObservableFlowable
 
flowable(NullHandler<F, T>) - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableObservableFlowable
 
flowable() - 接口 中的方法xdean.jex.extra.rx2.nullable.source.ObservableFlowable
 
flowable() - 类 中的静态方法xdean.jex.extra.rx2.op.RandomOperator
 
flowable(int) - 类 中的静态方法xdean.jex.extra.rx2.op.RandomOperator
 
flowableIterator() - 类 中的静态方法xdean.jex.extra.rx2.RxIterator
 
FlowableIterator(Flowable<T>) - 类 的构造器xdean.jex.extra.rx2.RxIterator.FlowableIterator
 
forEach(IntConsumer) - 类 中的方法xdean.jex.extra.collection.IntList
 
forEach(List<? extends T>, BiConsumer<T, Integer>) - 类 中的静态方法xdean.jex.util.collection.ListUtil
 
foreach(Consumer<T>) - 类 中的方法xdean.jex.util.task.tryto.Failure
 
foreach(Consumer<T>) - 类 中的方法xdean.jex.util.task.tryto.Success
 
foreach(Consumer<T>) - 类 中的方法xdean.jex.util.task.tryto.Try
Applies the given function `f` if this is a `Success`, otherwise returns `Unit` if this is a `Failure`.
forkJoin(int) - 类 中的静态方法xdean.jex.extra.rx2.RxSchedulers
 
format(Date, StringBuffer, FieldPosition) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
formatToCharacterIterator(Object) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
fromArray(F...) - 接口 中的静态方法xdean.jex.extra.rx2.nullable.RxNullable
 
fromCallable(Callable<F>) - 接口 中的静态方法xdean.jex.extra.rx2.nullable.RxNullable
 
fromFuture(Future<F>) - 接口 中的静态方法xdean.jex.extra.rx2.nullable.RxNullable
 
fromFuture(Future<F>, long, TimeUnit) - 接口 中的静态方法xdean.jex.extra.rx2.nullable.RxNullable
 
fromIterable(Iterable<F>) - 接口 中的静态方法xdean.jex.extra.rx2.nullable.RxNullable
 
fromPublisher(Publisher<F>) - 接口 中的静态方法xdean.jex.extra.rx2.nullable.RxNullable
 
Func0<R> - xdean.jex.extra.function中的接口
 
Func1<A,R> - xdean.jex.extra.function中的接口
 
Func2<A,B,R> - xdean.jex.extra.function中的接口
 
Func3<A,B,C,R> - xdean.jex.extra.function中的接口
 
FuncE0<R,E extends Exception> - xdean.jex.extra.function中的接口
 
FuncE1<T,R,E extends Exception> - xdean.jex.extra.function中的接口
 
FuncE2<A,B,R,E extends Exception> - xdean.jex.extra.function中的接口
 
FuncE3<A,B,C,R,E extends Exception> - xdean.jex.extra.function中的接口
 
function() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
function(Consumer<T>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
FunctionAdapter - xdean.jex.util.function中的类
 
FunctionAdapter() - 类 的构造器xdean.jex.util.function.FunctionAdapter
 
functionFirst(BiConsumer<A, B>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
FunctionInterfaceUtil - xdean.jex.util.reflect中的类
 
FunctionInterfaceUtil() - 类 的构造器xdean.jex.util.reflect.FunctionInterfaceUtil
 
functionSecond(BiConsumer<A, B>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 

G

Generic<T> - xdean.jex.extra.rx2.nullable.source中的接口
Only hold the generic type
GenericArrayTypeImpl - xdean.jex.util.reflect.model中的类
 
GenericArrayTypeImpl(Type) - 类 的构造器xdean.jex.util.reflect.model.GenericArrayTypeImpl
 
GenericFlowable<F> - xdean.jex.extra.rx2.nullable.source中的类
 
GenericFlowable(Flowable<F>) - 类 的构造器xdean.jex.extra.rx2.nullable.source.GenericFlowable
 
GenericObservable<F> - xdean.jex.extra.rx2.nullable.source中的类
 
GenericObservable(Observable<F>) - 类 的构造器xdean.jex.extra.rx2.nullable.source.GenericObservable
 
GenericUtil - xdean.jex.util.reflect中的类
 
GenericUtil() - 类 的构造器xdean.jex.util.reflect.GenericUtil
 
get(int) - 类 中的方法xdean.jex.extra.collection.FixedLengthList
 
get(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
get(int) - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
get() - 接口 中的方法xdean.jex.extra.function.Func0
 
get() - 类 中的方法xdean.jex.extra.LazyValue
 
get() - 类 中的方法xdean.jex.extra.Wrapper
 
get(Object) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
get(Object, Object) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
get() - 类 中的方法xdean.jex.util.task.tryto.Failure
 
get() - 类 中的方法xdean.jex.util.task.tryto.Success
 
get() - 类 中的方法xdean.jex.util.task.tryto.Try
Returns the value from this `Success` or throws the exception if this is a `Failure`.
getActualTypeArguments() - 类 中的方法xdean.jex.util.reflect.model.ParameterizedTypeImpl
 
getAllCache() - 类 中的方法xdean.jex.util.cache.CacheUtil
 
getAllFields(Class<?>, boolean) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get all fields
getAllFields(Class<?>) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get all fields
getAllInterfaces(Class<?>) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get all interfaces
getAllMethods(Class<?>) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get all methods
getAllSuperClasses(Class<?>) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get all super classes
getAnnotationDefaultMap(Class<T>) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
 
getArray() - 类 中的方法xdean.jex.extra.collection.IntList
 
getCalendar() - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
getCaller() - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
 
getCaller(int, boolean) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get caller stack info.
getCallerClassName() - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get the name of the class who calls the caller.
getChild(T) - 类 中的方法xdean.jex.extra.collection.Tree
Get the first matched child with the given value from children
getChild(Tree<T>) - 类 中的方法xdean.jex.extra.collection.Tree
Return the given node if it's this node's child
getChildren() - 类 中的方法xdean.jex.extra.collection.Tree
 
getDefault() - 类 中的静态方法xdean.jex.extra.json.JsonPrinter
 
getEmpty() - 类 中的静态方法xdean.jex.extra.json.JsonPrinter
 
getFieldValue(Class<T>, T, String) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get field value by name
getFunctionInterfaceMethod(Class<?>) - 类 中的静态方法xdean.jex.util.reflect.FunctionInterfaceUtil
Get the method from a function interface
getGenericComponentType() - 类 中的方法xdean.jex.util.reflect.model.GenericArrayTypeImpl
 
getGenericReferenceMap(Type) - 类 中的静态方法xdean.jex.util.reflect.GenericUtil
 
getGenericReferenceMap(ParameterizedType) - 类 中的静态方法xdean.jex.util.reflect.GenericUtil
 
getGenericReferenceMap(Class<?>) - 类 中的静态方法xdean.jex.util.reflect.GenericUtil
 
getGenericTypes(Type, Class<?>) - 类 中的静态方法xdean.jex.util.reflect.GenericUtil
Get the actual generic types.
getGenericTypes(Type, Class<?>) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
已过时。
GenericUtil#getGenericTypes(Type, Class)
getHeaderSize() - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
 
getJava() - 类 中的静态方法xdean.jex.extra.json.JsonPrinter
 
getLeft() - 接口 中的方法xdean.jex.extra.Either
 
getLeft() - 类 中的方法xdean.jex.extra.Pair
 
getLowerBounds() - 类 中的方法xdean.jex.util.reflect.model.WildcardTypeImpl
 
getNameWithoutSuffix(Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
getNumberFormat() - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
getOrElse(Supplier<T>) - 类 中的方法xdean.jex.util.task.tryto.Try
Returns the value from this `Success` or the given `default` argument if this is a `Failure`.
getOrElse(T) - 类 中的方法xdean.jex.util.task.tryto.Try
Returns the value from this `Success` or the given `default` argument if this is a `Failure`.
getOrPutDefault(Map<K, V>, K, Supplier<V>) - 类 中的静态方法xdean.jex.util.collection.MapUtil
Get the value of the key.
getOwnerType() - 类 中的方法xdean.jex.util.reflect.model.ParameterizedTypeImpl
 
getParent() - 类 中的方法xdean.jex.extra.collection.Tree
 
getRawType() - 类 中的方法xdean.jex.util.reflect.model.ParameterizedTypeImpl
 
getRight() - 接口 中的方法xdean.jex.extra.Either
 
getRight() - 类 中的方法xdean.jex.extra.Pair
 
getRootExecutable(T) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get root of the executable.
getRootField(Field) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get root of the field.
getRootFields(Class<?>) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get root public fields of the class.
getRootMethod(Method) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get root of the method.
getRootMethods(Class<?>) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get root public methods of the class.
GetSelf<T> - xdean.jex.extra中的接口
Useful interface to build chain and extendible API.
getSelf() - 接口 中的方法xdean.jex.extra.GetSelf
 
getStackTraceString(Throwable) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
getTimeZone() - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
getUnsafe() - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
 
getUpperBounds() - 类 中的方法xdean.jex.util.reflect.model.WildcardTypeImpl
 
getValue() - 类 中的方法xdean.jex.extra.collection.Tree
 

H

handler(NullHandler<F, T>) - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableArray
 
handler(NullHandler<F, T>) - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableCallable
 
handler(NullHandler<F, T>) - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableFuture
 
handler(NullHandler<F, T>) - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableIterable
 
handler(NullHandler<F, T>) - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullablePublisher
 
handler(NullHandler<F, T>) - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableFlowable
 
handler(NullHandler<F, T>) - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableObservable
 
handler(NullHandler<F, T>) - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableObservableFlowable
 
handler(NullHandler<F, T>) - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableSource
 
hasChild(T) - 类 中的方法xdean.jex.extra.collection.Tree
Returns true if there is a child's value is the given value
hashCode() - 类 中的方法xdean.jex.extra.collection.IntList
 
hashCode() - 类 中的方法xdean.jex.extra.Pair
 
hashCode() - 类 中的方法xdean.jex.extra.Wrapper
 
hashCode() - 类 中的方法xdean.jex.util.reflect.model.GenericArrayTypeImpl
 
hashCode() - 类 中的方法xdean.jex.util.reflect.model.ParameterizedTypeImpl
 
hashCode() - 类 中的方法xdean.jex.util.reflect.model.WildcardTypeImpl
 
hasNext() - 类 中的方法xdean.jex.extra.collection.sequence.IntSequence
 
hasNext() - 接口 中的方法xdean.jex.extra.collection.sequence.Sequence
 
hasNext() - 类 中的方法xdean.jex.extra.rx2.RxIterator.FlowableIterator
 
hasNext() - 类 中的方法xdean.jex.extra.rx2.RxIterator.ObservableIterator
 

I

idFunction(Function<Object, Integer>) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
If<T> - xdean.jex.util.task中的类
 
If(boolean) - 类 的构造器xdean.jex.util.task.If
 
If(boolean, If<T>) - 类 的构造器xdean.jex.util.task.If
 
ifEmpty(Optional<T>, ActionE0<E>) - 类 中的静态方法xdean.jex.util.OptionalUtil
 
ifLeft(Consumer<? super L>) - 接口 中的方法xdean.jex.extra.Either
 
ifPresent(Optional<T>, ActionE1<T, E>) - 类 中的静态方法xdean.jex.util.OptionalUtil
 
ifRight(Consumer<? super R>) - 接口 中的方法xdean.jex.extra.Either
 
indexOf(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
indexOfIgnoreCase(String, String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
indexOfIgnoreCase(String, String, int) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
info() - 类 中的方法xdean.jex.util.log.Log
 
info() - 接口 中的方法xdean.jex.util.log.Logable
 
info() - 类 中的静态方法xdean.jex.util.log.LogUtil
 
info(Class<?>) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
info(Object) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
inRange(double, double, double) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
inRange(int, int, int) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
install() - 类 中的静态方法xdean.jex.util.log.bridge.LogBridge
 
install() - 类 中的静态方法xdean.jex.util.log.bridge.Slf4jBridge
 
installSlf4j() - 类 中的静态方法xdean.jex.util.log.bridge.LogBridge
 
IntList - xdean.jex.extra.collection中的类
 
IntList() - 类 的构造器xdean.jex.extra.collection.IntList
 
IntList(int) - 类 的构造器xdean.jex.extra.collection.IntList
 
IntList(int[]) - 类 的构造器xdean.jex.extra.collection.IntList
 
IntSequence - xdean.jex.extra.collection.sequence中的类
 
IOS - 注释类型 中的静态变量xdean.jex.extra.annotation.marker.PlatformDependents
 
is(T) - 类 中的静态方法xdean.jex.util.function.Predicates
 
isAssignableFrom(Type, Class<?>) - 类 中的静态方法xdean.jex.util.reflect.TypeUtil
Determine if a 'from' type object can assign to 'to' type.
isControlCharacter(char) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
isEmpty() - 类 中的方法xdean.jex.extra.collection.IntList
 
isEmpty(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
isEquals(T) - 类 中的静态方法xdean.jex.util.function.Predicates
 
isFailure() - 类 中的方法xdean.jex.util.task.tryto.Failure
 
isFailure() - 类 中的方法xdean.jex.util.task.tryto.Success
 
isFailure() - 类 中的方法xdean.jex.util.task.tryto.Try
Returns `true` if the `Try` is a `Failure`, `false` otherwise.
isLeaf() - 类 中的方法xdean.jex.extra.collection.Tree
Returns true if the node has no children.
isLeft() - 接口 中的方法xdean.jex.extra.Either
 
isLenient() - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
isPrimitive(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Determine the class is primitive or not.
isPrimitiveArray(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Determine the class is primitive array or not.
isReferencing(Object, Object) - 类 中的静态方法xdean.jex.util.reflect.ReferenceUtil
 
isRight() - 接口 中的方法xdean.jex.extra.Either
 
isSuccess() - 类 中的方法xdean.jex.util.task.tryto.Failure
 
isSuccess() - 类 中的方法xdean.jex.util.task.tryto.Success
 
isSuccess() - 类 中的方法xdean.jex.util.task.tryto.Try
Returns `true` if the `Try` is a `Success`, `false` otherwise.
isUsecompressedOops() - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
Determined whether the vm use -XX:+UseCompressedOops.
isWrapper(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Determine the class is primitive wrapper or not.
isWrapperArray(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
 
iterator() - 类 中的方法xdean.jex.extra.collection.IntList
 
iterator() - 接口 中的方法xdean.jex.extra.collection.Traverse.Traversable
 
iterator(Traverse.Traverser) - 接口 中的方法xdean.jex.extra.collection.Traverse.Traversable
 
its(Function<F, T>, Predicate<T>) - 类 中的静态方法xdean.jex.util.function.Predicates
 

J

JsonPrinter - xdean.jex.extra.json中的类
 
JsonPrinter() - 类 的构造器xdean.jex.extra.json.JsonPrinter
 
JsonPrinter.PrintIdPolicy - xdean.jex.extra.json中的枚举
 

L

lastGet(List<? extends T>, int) - 类 中的静态方法xdean.jex.util.collection.ListUtil
 
lastIndexOf(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
lastIndexOf(String, String...) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
LazyValue<T> - xdean.jex.extra中的类
 
left(L) - 接口 中的静态方法xdean.jex.extra.Either
 
left(L) - 类 中的方法xdean.jex.extra.Pair
 
leftOrDefault(Optional<L>, R) - 接口 中的静态方法xdean.jex.extra.Either
 
leftOrNull(Optional<L>) - 接口 中的静态方法xdean.jex.extra.Either
 
length - 类 中的变量xdean.jex.extra.collection.FixedLengthList
 
Length - xdean.jex.extra.unit中的枚举
Enum of length unit, from meter to femtometer.
Length.Unit - xdean.jex.extra.unit中的注释类型
Annotation to mark the length value is which unit.
LinkedMonotoneList<E> - xdean.jex.extra.collection中的类
A monotone increase list
LinkedMonotoneList(Comparator<E>, LinkedMonotoneList.MonoType) - 类 的构造器xdean.jex.extra.collection.LinkedMonotoneList
 
LinkedMonotoneList.MonoType - xdean.jex.extra.collection中的枚举
 
LINUX - 注释类型 中的静态变量xdean.jex.extra.annotation.marker.PlatformDependents
 
ListUtil - xdean.jex.util.collection中的类
 
ListUtil() - 类 的构造器xdean.jex.util.collection.ListUtil
 
Log - xdean.jex.util.log中的类
 
Log(Logger) - 类 的构造器xdean.jex.util.log.Log
 
log(String) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
log(Supplier<String>) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
log(String, Object) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
log(String, Object...) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
log(String, Throwable) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
log(Throwable, Supplier<String>) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
log() - 接口 中的方法xdean.jex.util.log.Logable
 
log() - 类 中的静态方法xdean.jex.util.log.LogUtil
 
log(Class<?>) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
log(Object) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
Log.SubLog - xdean.jex.util.log中的类
 
Logable - xdean.jex.util.log中的接口
 
LogBridge - xdean.jex.util.log.bridge中的类
 
LogBridge() - 类 的构造器xdean.jex.util.log.bridge.LogBridge
 
logger() - 接口 中的方法xdean.jex.util.log.Logable
 
logger() - 类 中的静态方法xdean.jex.util.log.LogUtil
 
logger(Class<?>) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
logger(Object) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
logp(String, String, String) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
logp(String, String, Supplier<String>) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
logp(String, String, String, Object) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
logp(String, String, String, Object[]) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
logp(String, String, String, Throwable) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
logp(String, String, Throwable, Supplier<String>) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
logrb(String, String, ResourceBundle, String, Object...) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
logrb(String, String, ResourceBundle, String, Throwable) - 类 中的方法xdean.jex.util.log.Log.SubLog
 
LogUtil - xdean.jex.util.log中的类
 
LogUtil() - 类 的构造器xdean.jex.util.log.LogUtil
 

M

MAC - 注释类型 中的静态变量xdean.jex.extra.annotation.marker.PlatformDependents
 
main(String[]) - 类 中的静态方法xdean.jex.internal.codecov.CodecovIgnoreHandler
 
map(Function<? super L, ? extends L2>, Function<? super R, ? extends R2>) - 接口 中的方法xdean.jex.extra.Either
 
map(Function<T, U>) - 类 中的方法xdean.jex.util.task.tryto.Failure
 
map(Function<T, U>) - 类 中的方法xdean.jex.util.task.tryto.Success
 
map(Function<T, U>) - 类 中的方法xdean.jex.util.task.tryto.Try
Maps the given function to the value from this `Success` or returns this if this is a `Failure`.
mapLeft(Function<? super L, ? extends L2>) - 接口 中的方法xdean.jex.extra.Either
 
mapRight(Function<? super R, ? extends R2>) - 接口 中的方法xdean.jex.extra.Either
 
MapUtil - xdean.jex.util.collection中的类
 
MapUtil() - 类 的构造器xdean.jex.util.collection.MapUtil
 
MathUtil - xdean.jex.util.calc中的类
 
MathUtil() - 类 的构造器xdean.jex.util.calc.MathUtil
 
md5(Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
md5(InputStream) - 类 中的静态方法xdean.jex.util.security.SecurityUtil
 
methodToFunctionInterface(Method, Object, Class<T>, Class<?>...) - 类 中的静态方法xdean.jex.util.reflect.FunctionInterfaceUtil
Adapt a method to a function interface.
MockException - xdean.jex.util.lang中的类
This class is used when developing.
MockException() - 类 的构造器xdean.jex.util.lang.MockException
 
multiple(Length) - 枚举 中的方法xdean.jex.extra.unit.Length
 
multiple(T) - 接口 中的方法xdean.jex.extra.unit.Unit
 

N

newHashMap(K[], V[]) - 类 中的静态方法xdean.jex.util.collection.MapUtil
 
next() - 类 中的方法xdean.jex.extra.collection.sequence.IntSequence
 
next() - 接口 中的方法xdean.jex.extra.collection.sequence.Sequence
 
next() - 类 中的方法xdean.jex.extra.rx2.RxIterator.FlowableIterator
 
next() - 类 中的方法xdean.jex.extra.rx2.RxIterator.ObservableIterator
 
not(T) - 类 中的静态方法xdean.jex.util.function.Predicates
 
notEmpty(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
notEquals(T) - 类 中的静态方法xdean.jex.util.function.Predicates
 
notExistChars(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
Get a list of not exist chars in given string.
notSort() - 类 中的静态方法xdean.jex.util.ComparatorUtil
 
NotThreadSafe - xdean.jex.extra.annotation.marker中的注释类型
 
NullableArray<F> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullableArray(F[]) - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullableArray
 
NullableArray.Converter<T> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullableCallable<F> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullableCallable(Callable<F>) - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullableCallable
 
NullableCallable.Converter<T> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullableFlowable<F> - xdean.jex.extra.rx2.nullable.source中的接口
 
NullableFuture<F> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullableFuture(Future<F>) - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullableFuture
 
NullableFuture(Future<F>, long, TimeUnit) - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullableFuture
 
NullableFuture.Converter<T> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullableIterable<F> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullableIterable(Iterable<F>) - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullableIterable
 
NullableIterable.Converter<T> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullableObservable<F> - xdean.jex.extra.rx2.nullable.source中的接口
 
NullableObservableFlowable<F> - xdean.jex.extra.rx2.nullable.source中的接口
 
NullablePublisher<F> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullablePublisher(Publisher<F>) - 类 的构造器xdean.jex.extra.rx2.nullable.impl.NullablePublisher
 
NullablePublisher.Converter<T> - xdean.jex.extra.rx2.nullable.impl中的类
 
NullableSource<F,D extends Generic<F>,O extends Generic<Optional<F>>> - xdean.jex.extra.rx2.nullable.source中的接口
 
NullHandler<F,T> - xdean.jex.extra.rx2.nullable.handler中的接口
Convert the nullable origin value.
NullHandlers - xdean.jex.extra.rx2.nullable.handler中的接口
 

O

observable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableArray.Converter
 
observable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableCallable.Converter
 
observable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableFuture.Converter
 
observable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullableIterable.Converter
 
observable() - 类 中的方法xdean.jex.extra.rx2.nullable.impl.NullablePublisher.Converter
 
observable() - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableObservableFlowable
 
observable(NullHandler<F, T>) - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableObservableFlowable
 
observable() - 接口 中的方法xdean.jex.extra.rx2.nullable.source.ObservableFlowable
 
observable() - 类 中的静态方法xdean.jex.extra.rx2.op.RandomOperator
 
observable(int) - 类 中的静态方法xdean.jex.extra.rx2.op.RandomOperator
 
ObservableFlowable<T> - xdean.jex.extra.rx2.nullable.source中的接口
To Observable or Flowable
observableIterator(Scheduler) - 类 中的静态方法xdean.jex.extra.rx2.RxIterator
 
observableIterator() - 类 中的静态方法xdean.jex.extra.rx2.RxIterator
 
ObservableIterator(Observable<T>, Scheduler) - 类 的构造器xdean.jex.extra.rx2.RxIterator.ObservableIterator
 
of(K, V) - 类 中的静态方法xdean.jex.extra.Pair
 
of(T...) - 类 中的静态方法xdean.jex.extra.RelativeComparator
 
of(Comparator<T>, T...) - 类 中的静态方法xdean.jex.extra.RelativeComparator
 
of(T) - 类 中的静态方法xdean.jex.extra.Wrapper
 
of(Logger) - 类 中的静态方法xdean.jex.util.log.Log
 
of(Type, Function<TypeVisitor<T>, T>) - 类 中的静态方法xdean.jex.util.reflect.TypeVisitor
Because eclipse's type inference is so bad, use this method you can free from angle brackets.
of(T) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
ofFailure(T) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
on(Class<K>, Function<K, T>) - 类 中的方法xdean.jex.util.reflect.TypeVisitor
 
onClass(Function<Class, T>) - 类 中的方法xdean.jex.util.reflect.TypeVisitor
 
onException(Consumer<Exception>) - 类 中的方法xdean.jex.util.task.tryto.Failure
 
onException(Consumer<Exception>) - 类 中的方法xdean.jex.util.task.tryto.Success
 
onException(Consumer<Exception>) - 类 中的方法xdean.jex.util.task.tryto.Try
 
onGenericArrayType(Function<GenericArrayType, T>) - 类 中的方法xdean.jex.util.reflect.TypeVisitor
 
OnHold - xdean.jex.extra.annotation.marker中的注释类型
 
onNullDefault(F) - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableSource
 
onNullDrop() - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableSource
 
onNullRun(Runnable) - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableSource
 
onNullWrap() - 接口 中的方法xdean.jex.extra.rx2.nullable.source.NullableSource
 
onParameterizedType(Function<ParameterizedType, T>) - 类 中的方法xdean.jex.util.reflect.TypeVisitor
 
onTypeVariable(Function<TypeVariable, T>) - 类 中的方法xdean.jex.util.reflect.TypeVisitor
 
onWildcardType(Function<WildcardType, T>) - 类 中的方法xdean.jex.util.reflect.TypeVisitor
 
OptionalUtil - xdean.jex.util中的类
 
OptionalUtil() - 类 的构造器xdean.jex.util.OptionalUtil
 
or(Supplier<Boolean>) - 类 中的方法xdean.jex.util.task.If
 
or(boolean) - 类 中的方法xdean.jex.util.task.If
 
orbe(T) - 类 中的方法xdean.jex.util.task.If
 
orbe(Supplier<T>) - 类 中的方法xdean.jex.util.task.If
 
ordo(Runnable) - 类 中的方法xdean.jex.util.task.If
 
orElse(Supplier<Try<T>>) - 类 中的方法xdean.jex.util.task.tryto.Try
Returns this `Try` if it's a `Success` or the given `default` argument if this is a `Failure`.
orElse(Try<T>) - 类 中的方法xdean.jex.util.task.tryto.Try
Returns this `Try` if it's a `Success` or the given `default` argument if this is a `Failure`.

P

Pair<K,V> - xdean.jex.extra中的类
 
Pair(K, V) - 类 的构造器xdean.jex.extra.Pair
 
ParameterizedTypeImpl - xdean.jex.util.reflect.model中的类
 
ParameterizedTypeImpl(Class<?>, Type, Type[]) - 类 的构造器xdean.jex.util.reflect.model.ParameterizedTypeImpl
 
parents() - 类 中的方法xdean.jex.extra.collection.Tree
Get all of the node's parent
parse(String) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
parse(String, ParsePosition) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
parse(Class<T>, String) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Parse the string value to a primitive type
parseObject(String) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
parseObject(String, ParsePosition) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
pathTo(Tree<T>) - 类 中的方法xdean.jex.extra.collection.Tree
 
period(Object, int, E) - 类 中的静态方法xdean.jex.util.lang.MockException
 
period(Object, int, Supplier<E>) - 类 中的静态方法xdean.jex.util.lang.MockException
Mock exception happens by period
PlatformDependents - xdean.jex.extra.annotation.marker中的注释类型
Indicates that the element is platform dependent.
PlatformDependents.PlatformDependent - xdean.jex.extra.annotation.marker中的注释类型
 
pos - 类 中的变量xdean.jex.extra.collection.FixedLengthList
 
possible(double, E) - 类 中的静态方法xdean.jex.util.lang.MockException
 
possible(double, Supplier<E>) - 类 中的静态方法xdean.jex.util.lang.MockException
Mock exception happens by possibility
postOrderTraversal(T, Function<T, Iterable<T>>) - 类 中的静态方法xdean.jex.extra.collection.Traverse
 
postOrderTraversal() - 接口 中的方法xdean.jex.extra.collection.Traverse.Traversable
 
Predicates - xdean.jex.util.function中的类
 
Predicates() - 类 的构造器xdean.jex.util.function.Predicates
 
preOrderTraversal(T, Function<T, Iterable<T>>) - 类 中的静态方法xdean.jex.extra.collection.Traverse
 
preOrderTraversal() - 接口 中的方法xdean.jex.extra.collection.Traverse.Traversable
 
PrimitiveTypeUtil - xdean.jex.util.lang中的类
 
PrimitiveTypeUtil() - 类 的构造器xdean.jex.util.lang.PrimitiveTypeUtil
 
print(Object, PrintStream) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
printClass(boolean) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
printIdPolicy(JsonPrinter.PrintIdPolicy) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
println(Object, PrintStream) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
printStructedList(boolean) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
printStructedMap(boolean) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
PropertiesBuilder - xdean.jex.util.lang中的类
 
put(String, String) - 类 中的方法xdean.jex.util.lang.PropertiesBuilder
 

R

RandomOperator<T> - xdean.jex.extra.rx2.op中的类
 
RandomOperator() - 类 的构造器xdean.jex.extra.rx2.op.RandomOperator
 
recover(Function<Exception, T>) - 类 中的方法xdean.jex.util.task.tryto.Failure
 
recover(Function<Exception, T>) - 类 中的方法xdean.jex.util.task.tryto.Success
 
recover(Function<Exception, T>) - 类 中的方法xdean.jex.util.task.tryto.Try
Applies the given function `f` if this is a `Failure`, otherwise returns this if this is a `Success`.
recoverWith(Function<Exception, Try<T>>) - 类 中的方法xdean.jex.util.task.tryto.Failure
 
recoverWith(Function<Exception, Try<T>>) - 类 中的方法xdean.jex.util.task.tryto.Success
 
recoverWith(Function<Exception, Try<T>>) - 类 中的方法xdean.jex.util.task.tryto.Try
Applies the given function `f` if this is a `Failure`, otherwise returns this if this is a `Success`.
ReferenceUtil - xdean.jex.util.reflect中的类
 
ReferenceUtil() - 类 的构造器xdean.jex.util.reflect.ReferenceUtil
 
ReflectUtil - xdean.jex.util.reflect中的类
 
ReflectUtil() - 类 的构造器xdean.jex.util.reflect.ReflectUtil
 
refSize() - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
Get the size of reference.
refSizeOf(Class<?>) - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
Get the size of reference.
relative(T...) - 类 中的静态方法xdean.jex.util.ComparatorUtil
 
relative(Comparator<T>, T...) - 类 中的静态方法xdean.jex.util.ComparatorUtil
 
RelativeComparator<T> - xdean.jex.extra中的类
 
RelativeComparator(Comparator<T>) - 类 的构造器xdean.jex.extra.RelativeComparator
 
release(Integer) - 类 中的方法xdean.jex.extra.collection.sequence.IntSequence
 
release(E) - 接口 中的方法xdean.jex.extra.collection.sequence.Sequence
 
remove(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
remove(int) - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
remove(Object) - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
remove(T) - 类 中的方法xdean.jex.extra.collection.Tree
Remove the first matched node with given value from children
remove(Tree<T>) - 类 中的方法xdean.jex.extra.collection.Tree
Remove the node from children
remove(Object) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
remove(Object, Object) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
removeAll(int[]) - 类 中的方法xdean.jex.extra.collection.IntList
 
removeAnnotation(Executable, Class<T>) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
 
removeAnnotation(Field, Class<T>) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
 
removeAnnotation(Class<?>, Class<T>) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
 
removeFromParent() - 类 中的方法xdean.jex.extra.collection.Tree
Remove this node from its parent
removeIndex(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
rename(Path, String) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
rename(Path, UnaryOperator<String>) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
repeat(String, int) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
replaceExcept(String, String, String, String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
replacePart(String, int, int, String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
result() - 类 中的方法xdean.jex.util.reflect.TypeVisitor
 
result(T) - 类 中的方法xdean.jex.util.reflect.TypeVisitor
 
result(Supplier<T>) - 类 中的方法xdean.jex.util.reflect.TypeVisitor
 
result() - 类 中的方法xdean.jex.util.task.If
Get the result.
retainAll(int[]) - 类 中的方法xdean.jex.extra.collection.IntList
 
right(R) - 接口 中的静态方法xdean.jex.extra.Either
 
right(R) - 类 中的方法xdean.jex.extra.Pair
 
rightOrDefault(Optional<R>, L) - 接口 中的静态方法xdean.jex.extra.Either
 
rightOrNull(Optional<R>) - 接口 中的静态方法xdean.jex.extra.Either
 
rotateAsParent() - 类 中的方法xdean.jex.extra.collection.Tree
 
run() - 接口 中的方法xdean.jex.extra.function.Action0
 
run(Runnable) - 接口 中的静态方法xdean.jex.extra.rx2.nullable.handler.NullHandlers
Do something on null value
runnable() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
rx(Runnable) - 类 中的静态方法xdean.jex.extra.rx2.RxFunctions
 
rx(Consumer<T>) - 类 中的静态方法xdean.jex.extra.rx2.RxFunctions
 
rx(Supplier<T>) - 类 中的静态方法xdean.jex.extra.rx2.RxFunctions
 
rx(Function<T, R>) - 类 中的静态方法xdean.jex.extra.rx2.RxFunctions
 
rx(Predicate<T>) - 类 中的静态方法xdean.jex.extra.rx2.RxFunctions
 
rx(BiConsumer<T1, T2>) - 类 中的静态方法xdean.jex.extra.rx2.RxFunctions
 
RxFunctions - xdean.jex.extra.rx2中的类
 
RxFunctions() - 类 的构造器xdean.jex.extra.rx2.RxFunctions
 
RxIterator - xdean.jex.extra.rx2中的类
Convert RxStream to Iterator.
RxIterator() - 类 的构造器xdean.jex.extra.rx2.RxIterator
 
RxIterator.FlowableIterator<T> - xdean.jex.extra.rx2中的类
 
RxIterator.ObservableIterator<T> - xdean.jex.extra.rx2中的类
 
RxNullable - xdean.jex.extra.rx2.nullable中的接口
 
RxSchedulers - xdean.jex.extra.rx2中的类
 
RxSchedulers() - 类 的构造器xdean.jex.extra.rx2.RxSchedulers
 

S

safeResult() - 类 中的方法xdean.jex.util.task.If
Get the result without exception.
SecurityUtil - xdean.jex.util.security中的类
 
SecurityUtil() - 类 的构造器xdean.jex.util.security.SecurityUtil
 
Sequence<E> - xdean.jex.extra.collection.sequence中的接口
 
seriesTimeThen(Object, Runnable, BiConsumer<Long, Long>) - 类 中的静态方法xdean.jex.util.TimingUtil
 
seriesTimeThen(Runnable, BiConsumer<Long, Long>) - 类 中的静态方法xdean.jex.util.TimingUtil
 
seriesTimeThen(Object, Supplier<T>, BiConsumer<Long, Long>) - 类 中的静态方法xdean.jex.util.TimingUtil
 
seriesTimeThen(Supplier<T>, BiConsumer<Long, Long>) - 类 中的静态方法xdean.jex.util.TimingUtil
 
set(int, int) - 类 中的方法xdean.jex.extra.collection.IntList
 
set(T) - 类 中的方法xdean.jex.extra.Wrapper
 
set(Object, V) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
set(Object, Object, V) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
setCalendar(Calendar) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
setGlobalLevel(Level) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
setLenient(boolean) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
setModifiers(AccessibleObject, int) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
 
setNumberFormat(NumberFormat) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
setTimeZone(TimeZone) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
shallowSizeOf(Class<?>) - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
Measure the SHALLOW size of the given class's instance.
shallowSizeOf(Object) - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
SHALLOW size of the given object.
size() - 类 中的方法xdean.jex.extra.collection.FixedLengthList
 
size() - 类 中的方法xdean.jex.extra.collection.IntList
 
size() - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
sizeOf(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Get the size of a primitive type.
sizeOf(Object) - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
HEAP size of the given object.
Slf4jBridge - xdean.jex.util.log.bridge中的类
 
Slf4jBridge() - 类 的构造器xdean.jex.util.log.bridge.Slf4jBridge
 
SOLARIS - 注释类型 中的静态变量xdean.jex.extra.annotation.marker.PlatformDependents
 
sort() - 类 中的方法xdean.jex.extra.collection.IntList
 
squareSum(double...) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
squareSum(int...) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
startWith(T...) - 类 中的静态方法xdean.jex.util.ComparatorUtil
 
stream() - 类 中的方法xdean.jex.extra.collection.IntList
 
StringURL - xdean.jex.extra中的类
An URL who return the input string
StringURL() - 类 的构造器xdean.jex.extra.StringURL
 
StringUtil - xdean.jex.util.string中的类
 
StringUtil() - 类 的构造器xdean.jex.util.string.StringUtil
 
SubLog(Level) - 类 的构造器xdean.jex.util.log.Log.SubLog
 
subscribeActual(Subscriber<? super F>) - 类 中的方法xdean.jex.extra.rx2.nullable.source.GenericFlowable
 
subscribeActual(Observer<? super F>) - 类 中的方法xdean.jex.extra.rx2.nullable.source.GenericObservable
 
Success<T> - xdean.jex.util.task.tryto中的类
 
supplier() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
supplier(T) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
supplierToRunnable(Supplier<T>, Consumer<Runnable>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
supplierToRunnable(FuncE0<T, E>, ActionE1<ActionE0<E>, EE>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
swap(Tree<T>) - 类 中的方法xdean.jex.extra.collection.Tree
Swap with the given node.

T

tab(String) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
TaskUtil - xdean.jex.util.task中的类
Utility methods for task flow control.
TaskUtil() - 类 的构造器xdean.jex.util.task.TaskUtil
 
that(boolean) - 类 中的静态方法xdean.jex.util.task.If
 
ThreadSafeDateFormat - xdean.jex.extra中的类
 
ThreadSafeDateFormat(Supplier<DateFormat>) - 类 的构造器xdean.jex.extra.ThreadSafeDateFormat
 
throwAsUncheck(Throwable) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
throwIt(T) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
throwToReturn(ActionE0<E>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
throwToReturn(FuncE0<T, E>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
timeThen(Runnable, Consumer<Long>) - 类 中的静态方法xdean.jex.util.TimingUtil
 
timeThen(Supplier<T>, Consumer<Long>) - 类 中的静态方法xdean.jex.util.TimingUtil
 
timeThenPrint(Runnable, String) - 类 中的静态方法xdean.jex.util.TimingUtil
 
timeThenPrint(Supplier<T>, String) - 类 中的静态方法xdean.jex.util.TimingUtil
 
TimingUtil - xdean.jex.util中的类
 
TimingUtil() - 类 的构造器xdean.jex.util.TimingUtil
 
to(FuncE0<T, Exception>, ActionE0<Exception>) - 类 中的静态方法xdean.jex.util.task.tryto.Try
Constructs a `Try` using a code as a supplier.
to(FuncE0<T, Exception>) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
to(ActionE0<Exception>, ActionE0<Exception>) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
to(ActionE0<Exception>) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
toArray() - 类 中的方法xdean.jex.extra.collection.FixedLengthList
 
toArray() - 类 中的方法xdean.jex.extra.collection.IntList
 
tobe(T) - 类 中的方法xdean.jex.util.task.If
 
tobe(Supplier<T>) - 类 中的方法xdean.jex.util.task.If
 
toComparator() - 类 中的方法xdean.jex.extra.RelativeComparator
 
todo(Runnable) - 类 中的方法xdean.jex.util.task.If
 
todoAll(Runnable...) - 类 中的静态方法xdean.jex.util.task.TaskUtil
 
toFM(long) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toFM(double) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toIterator(Flowable<T>) - 类 中的静态方法xdean.jex.extra.rx2.RxIterator
 
toIterator(Observable<T>, Scheduler) - 类 中的静态方法xdean.jex.extra.rx2.RxIterator
 
toIterator(Observable<T>) - 类 中的静态方法xdean.jex.extra.rx2.RxIterator
 
toLeft(Function<? super R, ? extends L>) - 接口 中的方法xdean.jex.extra.Either
 
toM(long) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toM(double) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toMM(long) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toMM(double) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toNM(long) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toNM(double) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toOptional() - 类 中的方法xdean.jex.util.task.tryto.Try
Returns `None` if this is a `Failure` or a `Some` containing the value if this is a `Success`.
toPM(long) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toPM(double) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toPrimitive(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Get primitive type of wrapper class.
toPrimitiveArray(Object) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Convert a wrapper type array(any dimension) to primitive type array.
toPrimitiveArray(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Get primitive array type by wrapper array class.
toRange(double, double, double) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
toRange(int, int, int) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
toRight(Function<? super L, ? extends R>) - 接口 中的方法xdean.jex.extra.Either
 
toString() - 类 中的方法xdean.jex.extra.collection.IntList
 
toString() - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
toString() - 类 中的方法xdean.jex.extra.collection.Tree
 
toString(Object, Charset) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
toString(Object) - 类 中的方法xdean.jex.extra.json.JsonPrinter
 
toString() - 类 中的方法xdean.jex.extra.Pair
 
toString() - 类 中的方法xdean.jex.extra.Wrapper
 
toString() - 类 中的方法xdean.jex.util.reflect.model.GenericArrayTypeImpl
 
toString() - 类 中的方法xdean.jex.util.reflect.model.ParameterizedTypeImpl
 
toString() - 类 中的方法xdean.jex.util.reflect.model.WildcardTypeImpl
 
toUM(long) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toUM(double) - 枚举 中的方法xdean.jex.extra.unit.Length
 
toWrapper(Object) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
 
toWrapper(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Get wrapper class of primitive type.
toWrapperArray(Object) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Convert a primitive type array(any dimension) to wrapper type array.
toWrapperArray(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Get wrapper array class by primitive array type.
trace() - 类 中的方法xdean.jex.util.log.Log
 
trace() - 接口 中的方法xdean.jex.util.log.Logable
 
trace() - 类 中的静态方法xdean.jex.util.log.LogUtil
 
trace(Class<?>) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
trace(Object) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
transform(Function<T, Try<U>>, Function<Exception, Try<U>>) - 类 中的方法xdean.jex.util.task.tryto.Failure
 
transform(Function<T, Try<U>>, Function<Exception, Try<U>>) - 类 中的方法xdean.jex.util.task.tryto.Success
 
transform(Function<T, Try<U>>, Function<Exception, Try<U>>) - 类 中的方法xdean.jex.util.task.tryto.Try
Completes this `Try` by applying the function `f` to this if this is of type `Failure`, or conversely, by applying `s` if this is a `Success`.
transpose(int[][]) - 类 中的静态方法xdean.jex.util.lang.ArrayUtil
 
transpose(long[][]) - 类 中的静态方法xdean.jex.util.lang.ArrayUtil
 
transpose(T[][]) - 类 中的静态方法xdean.jex.util.lang.ArrayUtil
 
Traverse - xdean.jex.extra.collection中的类
 
Traverse() - 类 的构造器xdean.jex.extra.collection.Traverse
 
traverse(Traverse.Traverser) - 接口 中的方法xdean.jex.extra.collection.Traverse.Traversable
 
traverse(Traverse.Traverser) - 类 中的方法xdean.jex.extra.collection.Tree
 
Traverse.DefaultTraverser - xdean.jex.extra.collection中的枚举
 
Traverse.Traversable<T> - xdean.jex.extra.collection中的接口
 
Traverse.Traverser - xdean.jex.extra.collection中的接口
 
travese(T, Function<T, Iterable<T>>) - 枚举 中的方法xdean.jex.extra.collection.Traverse.DefaultTraverser
 
travese(T, Function<T, Iterable<T>>) - 接口 中的方法xdean.jex.extra.collection.Traverse.Traverser
 
Tree<T> - xdean.jex.extra.collection中的类
 
Tree(T) - 类 的构造器xdean.jex.extra.collection.Tree
 
Try<T> - xdean.jex.util.task.tryto中的类
Try pattern, similar to Optional (learn from Scala)
Try() - 类 的构造器xdean.jex.util.task.tryto.Try
 
TypeUtil - xdean.jex.util.reflect中的类
 
TypeUtil() - 类 的构造器xdean.jex.util.reflect.TypeUtil
 
TypeVisitor<T> - xdean.jex.util.reflect中的类
 
TypeVisitor(Type) - 类 的构造器xdean.jex.util.reflect.TypeVisitor
 

U

uncatch(ActionE0<?>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
uncatch(FuncE0<T, ?>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
uncheck(ActionE0<?>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
uncheck(FuncE0<T, ?>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
unify(Function<? super L, ? extends T>, Function<? super R, ? extends T>) - 接口 中的方法xdean.jex.extra.Either
 
Unit<T extends Unit<T>> - xdean.jex.extra.unit中的接口
Common Unit Interface
UnsafeUtil - xdean.jex.util.lang中的类
 
UnsafeUtil() - 类 的构造器xdean.jex.util.lang.UnsafeUtil
 
unWrap(String, String, String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
updateCodecovIgnore() - 类 中的静态方法xdean.jex.internal.codecov.CodecovIgnoreHandler
 
updateCodecovIgnore(Path, Path) - 类 中的静态方法xdean.jex.internal.codecov.CodecovIgnoreHandler
 
upperFirst(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 

V

valueOf(String) - 枚举 中的静态方法xdean.jex.extra.collection.LinkedMonotoneList.MonoType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法xdean.jex.extra.collection.Traverse.DefaultTraverser
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法xdean.jex.extra.json.JsonPrinter.PrintIdPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法xdean.jex.extra.unit.Length
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法xdean.jex.extra.collection.LinkedMonotoneList.MonoType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法xdean.jex.extra.collection.Traverse.DefaultTraverser
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法xdean.jex.extra.json.JsonPrinter.PrintIdPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法xdean.jex.extra.unit.Length
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

warning() - 类 中的方法xdean.jex.util.log.Log
 
warning() - 接口 中的方法xdean.jex.util.log.Logable
 
warning() - 类 中的静态方法xdean.jex.util.log.LogUtil
 
warning(Class<?>) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
warning(Object) - 类 中的静态方法xdean.jex.util.log.LogUtil
 
wideTraversal(Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
WildcardTypeImpl - xdean.jex.util.reflect.model中的类
 
WildcardTypeImpl(Type[], Type[]) - 类 的构造器xdean.jex.util.reflect.model.WildcardTypeImpl
 
WINDOWS - 注释类型 中的静态变量xdean.jex.extra.annotation.marker.PlatformDependents
 
wrap() - 接口 中的静态方法xdean.jex.extra.rx2.nullable.handler.NullHandlers
Wrap all value as Optional
wrapException(Function<Exception, E>, ActionE0<?>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
Wrapper<T> - xdean.jex.extra中的类
 
Wrapper(T) - 类 的构造器xdean.jex.extra.Wrapper
 

X

xdean.jex.extra - 程序包 xdean.jex.extra
 
xdean.jex.extra.annotation.marker - 程序包 xdean.jex.extra.annotation.marker
 
xdean.jex.extra.collection - 程序包 xdean.jex.extra.collection
 
xdean.jex.extra.collection.sequence - 程序包 xdean.jex.extra.collection.sequence
 
xdean.jex.extra.function - 程序包 xdean.jex.extra.function
Function Interfaces for function program.
xdean.jex.extra.json - 程序包 xdean.jex.extra.json
 
xdean.jex.extra.rx2 - 程序包 xdean.jex.extra.rx2
 
xdean.jex.extra.rx2.nullable - 程序包 xdean.jex.extra.rx2.nullable
 
xdean.jex.extra.rx2.nullable.handler - 程序包 xdean.jex.extra.rx2.nullable.handler
 
xdean.jex.extra.rx2.nullable.impl - 程序包 xdean.jex.extra.rx2.nullable.impl
 
xdean.jex.extra.rx2.nullable.source - 程序包 xdean.jex.extra.rx2.nullable.source
 
xdean.jex.extra.rx2.op - 程序包 xdean.jex.extra.rx2.op
 
xdean.jex.extra.unit - 程序包 xdean.jex.extra.unit
 
xdean.jex.internal.codecov - 程序包 xdean.jex.internal.codecov
 
xdean.jex.util - 程序包 xdean.jex.util
 
xdean.jex.util.cache - 程序包 xdean.jex.util.cache
 
xdean.jex.util.calc - 程序包 xdean.jex.util.calc
 
xdean.jex.util.collection - 程序包 xdean.jex.util.collection
 
xdean.jex.util.file - 程序包 xdean.jex.util.file
 
xdean.jex.util.function - 程序包 xdean.jex.util.function
 
xdean.jex.util.lang - 程序包 xdean.jex.util.lang
 
xdean.jex.util.log - 程序包 xdean.jex.util.log
 
xdean.jex.util.log.bridge - 程序包 xdean.jex.util.log.bridge
 
xdean.jex.util.reflect - 程序包 xdean.jex.util.reflect
 
xdean.jex.util.reflect.model - 程序包 xdean.jex.util.reflect.model
 
xdean.jex.util.security - 程序包 xdean.jex.util.security
 
xdean.jex.util.string - 程序包 xdean.jex.util.string
 
xdean.jex.util.task - 程序包 xdean.jex.util.task
 
xdean.jex.util.task.tryto - 程序包 xdean.jex.util.task.tryto
 
A B C D E F G H I J L M N O P R S T U V W X 
跳过导航链接

Copyright © 2018. All rights reserved.