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

A

accept(K, V) - 接口 中的方法xdean.jex.extra.function.BiConsumerThrow
 
accept(T) - 接口 中的方法xdean.jex.extra.function.ConsumerThrow
 
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.LinkedList
Appends the specified element to the end of this list.
add(int, E) - 类 中的方法xdean.jex.extra.collection.LinkedList
Inserts the specified element at the specified position in this list.
add(E) - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
addAll(int[]) - 类 中的方法xdean.jex.extra.collection.IntList
 
addAll(int, int[]) - 类 中的方法xdean.jex.extra.collection.IntList
 
addAll(Collection<? extends E>) - 类 中的方法xdean.jex.extra.collection.LinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - 类 中的方法xdean.jex.extra.collection.LinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
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<?>, Annotation) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
 
addFirst(E) - 类 中的方法xdean.jex.extra.collection.LinkedList
Inserts the specified element at the beginning of this list.
addIfAbsent(List<? super T>, T) - 类 中的静态方法xdean.jex.util.collection.ListUtil
 
addLast(E) - 类 中的方法xdean.jex.extra.collection.LinkedList
Appends the specified element to the end of this list.
addressOf(Object) - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
Get the memory address of the given object.
andFinal(Runnable, Runnable) - 类 中的静态方法xdean.jex.util.task.TaskUtil
 
andFinal(Supplier<T>, Consumer<T>) - 类 中的静态方法xdean.jex.util.task.TaskUtil
 
andThen(BiConsumerThrow<? super K, ? super V, T>) - 接口 中的方法xdean.jex.extra.function.BiConsumerThrow
 
andThen(ConsumerThrow<? super T, E>) - 接口 中的方法xdean.jex.extra.function.ConsumerThrow
 
andThen(FunctionThrow<? super R, ? extends V, T>) - 接口 中的方法xdean.jex.extra.function.FunctionThrow
 
AnnotationData_annotations - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 
AnnotationData_constructor - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 
AnnotationData_declaredAnotations - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 
AnnotationInvocationHandler_constructor - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 
AnnotationUtil - xdean.jex.util.reflect中的类
Change annotations in runtime.
AnnotationUtil() - 类 的构造器xdean.jex.util.reflect.AnnotationUtil
 
apply(F) - 接口 中的方法xdean.jex.extra.function.FunctionThrow
 
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
 
Atomic_casAnnotationData - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 
Atomic_class - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 

B

balancePair(String, String, String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
biconsumer() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
BiConsumerThrow<K,V,T extends Throwable> - xdean.jex.extra.function中的接口
 
BothOperator<T> - xdean.jex.extra.rx.op中的类
 
BothOperator() - 类 的构造器xdean.jex.extra.rx.op.BothOperator
 
boxed() - 类 中的方法xdean.jex.extra.collection.IntList
 
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
 
call(Subscriber<? super Pair<K, List<T>>>) - 类 中的方法xdean.jex.extra.rx.op.ContinuousGroupOperator
 
call(Subscriber<? super R>) - 类 中的方法xdean.jex.extra.rx.op.NormalOperator
 
call(Subscriber<? super T>) - 类 中的方法xdean.jex.extra.rx.op.ParallelOperator
 
call(Subscriber<? super F>) - 类 中的方法xdean.jex.extra.rx.op.SimpleOperator
 
camelToUnderline(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
CartesianProduct - xdean.jex.util.calc中的类
 
CartesianProduct() - 类 的构造器xdean.jex.util.calc.CartesianProduct
 
cartesianProduct(Observable<Observable<Integer>>) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
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.
Class_annotationData - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 
Class_classRedefinedCount - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 
CLASS_GET_ROOT_FIELDS - 类 中的静态变量xdean.jex.util.reflect.ReflectUtil
 
CLASS_GET_ROOT_METHODS - 类 中的静态变量xdean.jex.util.reflect.ReflectUtil
 
clear() - 类 中的方法xdean.jex.extra.collection.IntList
 
clear() - 类 中的方法xdean.jex.extra.collection.LinkedList
Removes all of the elements from this list.
clone() - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns a shallow copy of this LinkedList.
compare(int[], int[]) - 类 中的静态方法xdean.jex.util.lang.ArrayUtil
 
compare(T[], T[]) - 类 中的静态方法xdean.jex.util.lang.ArrayUtil
 
compose(FunctionThrow<? super V, ? extends F, T>) - 接口 中的方法xdean.jex.extra.function.FunctionThrow
 
condition() - 类 中的方法xdean.jex.util.task.If
 
Config - xdean.jex.config中的类
 
Config() - 类 的构造器xdean.jex.config.Config
 
consumer() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
consumer(Runnable) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
ConsumerThrow<T,E extends Throwable> - xdean.jex.extra.function中的接口
 
contains(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
contains(Object) - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns true if this list contains the specified element.
containsAll(int[]) - 类 中的方法xdean.jex.extra.collection.IntList
 
ContinuousGroupOperator<K,T> - xdean.jex.extra.rx.op中的类
TODO change to Operator<Pair<K, Observable<T>>, T>
ContinuousGroupOperator() - 类 的构造器xdean.jex.extra.rx.op.ContinuousGroupOperator
 
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(List<Integer>) - 类 中的静态方法xdean.jex.extra.collection.IntList
 
create(Supplier<T>) - 类 中的静态方法xdean.jex.extra.LazyValue
 
create(Runnable) - 类 中的静态方法xdean.jex.extra.rx.op.DoOnEmptyOperator
 
create(Observable<T>) - 类 中的静态方法xdean.jex.extra.rx.ParallelReplayOnSubscribe
 
create() - 类 中的方法xdean.jex.extra.rx.ParallelReplayOnSubscribe
 
create() - 类 中的静态方法xdean.jex.util.lang.PropertiesBuilder
 
createAnnotationData(Class<?>, Object, Annotation, int) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
 
createAnnotationFromMap(Class<T>, Map<String, Object>) - 类 中的静态方法xdean.jex.util.reflect.AnnotationUtil
Create annotation from the given map.
createDirectory(Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
createURL(String) - 类 中的静态方法xdean.jex.extra.StringURL
 
createURLString(String) - 类 中的静态方法xdean.jex.extra.StringURL
 
cross(Observable<A>, Observable<B>) - 类 中的静态方法xdean.jex.extra.rx.RxUtil
 

D

decode(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
deepTraversal(T, Function<T, Iterable<T>>) - 类 中的静态方法xdean.jex.util.collection.TraversalUtil
 
deepTraversal(Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
defaults(Properties) - 类 中的方法xdean.jex.util.lang.PropertiesBuilder
 
descendingIterator() - 类 中的方法xdean.jex.extra.collection.LinkedList
 
digest(Path, String) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
digest(InputStream, String) - 类 中的静态方法xdean.jex.util.security.SecurityUtil
 
DoOnEmptyOperator<T> - xdean.jex.extra.rx.op中的类
 

E

Either<L,R> - xdean.jex.extra中的接口
 
element() - 类 中的方法xdean.jex.extra.collection.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
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() - 类 中的方法xdean.jex.extra.rx.ParallelReplayOnSubscribe
已过时。
equals(Object) - 类 中的方法xdean.jex.extra.collection.IntList
 
equals(Path, Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
Test if the both paths are same file
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中的类
 
Field_Excutable_DeclaredAnnotations - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 
Field_Field_DeclaredAnnotations - 类 中的静态变量xdean.jex.util.reflect.AnnotationUtil
 
FIELD_GET_ROOT - 类 中的静态变量xdean.jex.util.reflect.ReflectUtil
 
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.
finalize(Object, Runnable) - 类 中的静态方法xdean.jex.util.lang.FinalizeSupport
 
FinalizeSupport - xdean.jex.util.lang中的类
 
FinalizeSupport() - 类 的构造器xdean.jex.util.lang.FinalizeSupport
 
firstFail(RunnableThrow<T>...) - 类 中的静态方法xdean.jex.util.task.TaskUtil
Run the given tasks until any exception happen
firstIndexOf(String, String...) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
firstSuccess(SupplierThrow<T, ?>...) - 类 中的静态方法xdean.jex.util.task.TaskUtil
Return the first NonNull result of these tasks
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
 
fixedSizeScheduler(int) - 类 中的静态方法xdean.jex.extra.rx.RxUtil
Create a fixed size scheduler without manual dispose.
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
 
forEach(IntConsumer) - 类 中的方法xdean.jex.extra.collection.IntList
 
forEach(List<? extends T>, BiConsumer<T, Integer>) - 类 中的静态方法xdean.jex.util.collection.ListUtil
 
forEach(Map<K, V>, BiConsumerThrow<K, V, T>) - 类 中的静态方法xdean.jex.util.collection.MapUtil
 
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`.
format(Date, StringBuffer, FieldPosition) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
formatToCharacterIterator(Object) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
function() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
FunctionAdapter - xdean.jex.util.function中的类
 
FunctionAdapter() - 类 的构造器xdean.jex.util.function.FunctionAdapter
 
FunctionThrow<F,R,T extends Throwable> - xdean.jex.extra.function中的接口
 

G

generateState() - 类 中的方法xdean.jex.extra.rx.ParallelReplayOnSubscribe
 
get(int) - 类 中的方法xdean.jex.extra.collection.FixedLengthList
 
get(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
get(int) - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns the element at the specified position in this list.
get(int) - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
get() - 接口 中的方法xdean.jex.extra.function.SupplierThrow
 
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`.
getAllCache() - 类 中的方法xdean.jex.util.cache.CacheUtil
 
getAllFields(Class<?>, boolean) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get both private and inherit fields
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.
getFieldValue(Class<T>, T, String) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
 
getFirst() - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns the first element in this list.
getHeaderSize() - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
 
getLast() - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns the last element in this list.
getLeft() - 接口 中的方法xdean.jex.extra.Either
 
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.
getProperty(String) - 类 中的静态方法xdean.jex.config.Config
 
getProperty(Object) - 类 中的静态方法xdean.jex.config.Config
 
getProperty(Object, String) - 类 中的静态方法xdean.jex.config.Config
 
getProperty(String, String) - 类 中的静态方法xdean.jex.config.Config
 
getRight() - 接口 中的方法xdean.jex.extra.Either
 
getRootField(Field) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get root of the field.
getRootFields(Class<?>) - 类 中的静态方法xdean.jex.util.reflect.ReflectUtil
Get root 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 methods of the class.
getStackTraceString(Throwable) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
getTimeZone() - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
getUnsafe() - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
 

H

hashCode() - 类 中的方法xdean.jex.extra.collection.IntList
 
hasNext() - 类 中的方法xdean.jex.extra.IntSequence
 

I

identity() - 接口 中的静态方法xdean.jex.extra.function.FunctionThrow
 
If<T> - xdean.jex.util.task中的类
 
If() - 类 的构造器xdean.jex.util.task.If
 
ifEmpty(Optional<T>, Runnable) - 类 中的静态方法xdean.jex.util.OptionalUtil
 
ifEmpty(Optional<T>, RunnableThrow<E>) - 类 中的静态方法xdean.jex.util.OptionalUtil
 
ifLeft(Consumer<? super L>) - 接口 中的方法xdean.jex.extra.Either
 
ifPresent(Optional<T>, ConsumerThrow<T, E>) - 类 中的静态方法xdean.jex.util.OptionalUtil
 
ifRight(Consumer<? super R>) - 接口 中的方法xdean.jex.extra.Either
 
indexOf(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
indexOf(Object) - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOfIgnoreCase(String, String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
indexOfIgnoreCase(String, String, int) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
inRange(double, double, double) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
inRange(int, int, int) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
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中的类
 
IntSequence(int) - 类 的构造器xdean.jex.extra.IntSequence
 
isControlCharacter(char) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
isEmpty() - 类 中的方法xdean.jex.extra.collection.IntList
 
isEmpty(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
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.
isLeft() - 接口 中的方法xdean.jex.extra.Either
 
isLenient() - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
isPrimitive(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Determine the class is primitive or not.
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.
isUnsubscribed() - 类 中的方法xdean.jex.extra.rx.ObservableWrapper
 
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.
iterator() - 类 中的方法xdean.jex.extra.collection.IntList
 

L

lastGet(List<? extends T>, int) - 类 中的静态方法xdean.jex.util.collection.ListUtil
 
lastIndexOf(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
lastIndexOf(Object) - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
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
 
LinkedList<E> - xdean.jex.extra.collection中的类
Copy from system library, jdk 1.8.0_112u Doubly-linked list implementation of the List and Deque interfaces.
LinkedList() - 类 的构造器xdean.jex.extra.collection.LinkedList
Constructs an empty list.
LinkedList(Collection<? extends E>) - 类 的构造器xdean.jex.extra.collection.LinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
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中的枚举
 
listIterator(int) - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
ListUtil - xdean.jex.util.collection中的类
 
ListUtil() - 类 的构造器xdean.jex.util.collection.ListUtil
 
locate(Path, Path) - 类 中的静态方法xdean.jex.config.Config
 
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
 
Logable - xdean.jex.util.log中的接口
 
LogUtil - xdean.jex.util.log中的类
 
LogUtil() - 类 的构造器xdean.jex.util.log.LogUtil
 

M

map(Function<? super L, ? extends L2>, Function<? super R, ? extends R2>) - 接口 中的方法xdean.jex.extra.Either
 
map(List<? extends F>, Function<F, T>) - 类 中的静态方法xdean.jex.util.collection.ListUtil
 
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
 
METHOD_GET_ROOT - 类 中的静态变量xdean.jex.util.reflect.ReflectUtil
 
MockException - xdean.jex.util.lang中的类
This class is used when developing.
MockException() - 类 的构造器xdean.jex.util.lang.MockException
 

N

newHashMap() - 类 中的静态方法xdean.jex.util.collection.MapUtil
 
newHashMap(K[], V[]) - 类 中的静态方法xdean.jex.util.collection.MapUtil
 
next() - 类 中的方法xdean.jex.extra.IntSequence
 
next(Integer, Observer<? super T>) - 类 中的方法xdean.jex.extra.rx.ParallelReplayOnSubscribe
 
NormalOperator<R,T> - xdean.jex.extra.rx.op中的类
 
NormalOperator() - 类 的构造器xdean.jex.extra.rx.op.NormalOperator
 
notEmpty(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
NotThreadSafe - xdean.jex.extra.annotation中的注释类型
 

O

ObservableWrapper - xdean.jex.extra.rx中的类
 
ObservableWrapper(Observable<?>) - 类 的构造器xdean.jex.extra.rx.ObservableWrapper
 
of(K, V) - 类 中的静态方法xdean.jex.extra.Pair
 
of(T) - 类 中的静态方法xdean.jex.extra.Wrapper
 
of(T) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
ofFailure(T) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
offer(E) - 类 中的方法xdean.jex.extra.collection.LinkedList
Adds the specified element as the tail (last element) of this list.
offerFirst(E) - 类 中的方法xdean.jex.extra.collection.LinkedList
Inserts the specified element at the front of this list.
offerLast(E) - 类 中的方法xdean.jex.extra.collection.LinkedList
Inserts the specified element at the end of this list.
onCompleted(Subscriber<? super R>) - 类 中的方法xdean.jex.extra.rx.op.NormalOperator
 
onError(Subscriber<? super R>, Throwable) - 类 中的方法xdean.jex.extra.rx.op.NormalOperator
 
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
 
onNext(Subscriber<? super Pair<T, T>>, T) - 类 中的方法xdean.jex.extra.rx.op.BothOperator
 
onNext(Subscriber<? super R>, T) - 类 中的方法xdean.jex.extra.rx.op.NormalOperator
 
onStart(Subscriber<? super R>) - 类 中的方法xdean.jex.extra.rx.op.NormalOperator
 
onUnsubscribe(Integer) - 类 中的方法xdean.jex.extra.rx.ParallelReplayOnSubscribe
 
OptionalUtil - xdean.jex.util中的类
 
OptionalUtil() - 类 的构造器xdean.jex.util.OptionalUtil
 
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
 
ParallelOperator<T> - xdean.jex.extra.rx.op中的类
An operator to do tasks on specified scheduler and wait for all tasks completed.
ParallelOperator() - 类 的构造器xdean.jex.extra.rx.op.ParallelOperator
 
ParallelReplayOnSubscribe<T> - xdean.jex.extra.rx中的类
Replay the source Observable, but do not switch thread.
ParallelReplayOnSubscribe(Observable<T>) - 类 的构造器xdean.jex.extra.rx.ParallelReplayOnSubscribe
 
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
 
peek() - 类 中的方法xdean.jex.extra.collection.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
peekFirst() - 类 中的方法xdean.jex.extra.collection.LinkedList
Retrieves, but does not remove, the first element of this list, or returns null if this list is empty.
peekLast() - 类 中的方法xdean.jex.extra.collection.LinkedList
Retrieves, but does not remove, the last element of this list, or returns null if this list is empty.
period(Object, int, E) - 类 中的静态方法xdean.jex.util.lang.MockException
 
period(Object, int, Supplier<E>) - 类 中的静态方法xdean.jex.util.lang.MockException
Mock exception happens by period
poll() - 类 中的方法xdean.jex.extra.collection.LinkedList
Retrieves and removes the head (first element) of this list.
pollFirst() - 类 中的方法xdean.jex.extra.collection.LinkedList
Retrieves and removes the first element of this list, or returns null if this list is empty.
pollLast() - 类 中的方法xdean.jex.extra.collection.LinkedList
Retrieves and removes the last element of this list, or returns null if this list is empty.
pop() - 类 中的方法xdean.jex.extra.collection.LinkedList
Pops an element from the stack represented by this list.
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
PrimitiveTypeUtil - xdean.jex.util.lang中的类
 
PrimitiveTypeUtil() - 类 的构造器xdean.jex.util.lang.PrimitiveTypeUtil
 
PropertiesBuilder - xdean.jex.util.lang中的类
 
push(E) - 类 中的方法xdean.jex.extra.collection.LinkedList
Pushes an element onto the stack represented by this list.
put(String, String) - 类 中的方法xdean.jex.util.lang.PropertiesBuilder
 

R

range(int, int, int) - 类 中的静态方法xdean.jex.extra.rx.RxUtil
 
range(double, double, double) - 类 中的静态方法xdean.jex.extra.rx.RxUtil
 
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`.
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.
release(int) - 类 中的方法xdean.jex.extra.IntSequence
 
remove(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
remove(Object) - 类 中的方法xdean.jex.extra.collection.LinkedList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - 类 中的方法xdean.jex.extra.collection.LinkedList
Removes the element at the specified position in this list.
remove() - 类 中的方法xdean.jex.extra.collection.LinkedList
Retrieves and removes the head (first element) of this list.
remove(int) - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
remove(Object) - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
remove(Object) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
remove(Object, Object) - 类 中的静态方法xdean.jex.util.cache.CacheUtil
 
removeAll(int[]) - 类 中的方法xdean.jex.extra.collection.IntList
 
removeFirst() - 类 中的方法xdean.jex.extra.collection.LinkedList
Removes and returns the first element from this list.
removeFirstOccurrence(Object) - 类 中的方法xdean.jex.extra.collection.LinkedList
Removes the first occurrence of the specified element in this list (when traversing the list from head to tail).
removeIndex(int) - 类 中的方法xdean.jex.extra.collection.IntList
 
removeLast() - 类 中的方法xdean.jex.extra.collection.LinkedList
Removes and returns the last element from this list.
removeLastOccurrence(Object) - 类 中的方法xdean.jex.extra.collection.LinkedList
Removes the last occurrence of the specified element in this list (when traversing the list from head to tail).
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
 
replacePart(String, int, int, String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
result() - 类 中的方法xdean.jex.util.task.If
 
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
 
run() - 接口 中的方法xdean.jex.extra.function.RunnableThrow
 
runnable() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
RunnableThrow<T extends Throwable> - xdean.jex.extra.function中的接口
 
RxUtil - xdean.jex.extra.rx中的类
 
RxUtil() - 类 的构造器xdean.jex.extra.rx.RxUtil
 

S

safeResult() - 类 中的方法xdean.jex.util.task.If
 
SecurityUtil - xdean.jex.util.security中的类
 
SecurityUtil() - 类 的构造器xdean.jex.util.security.SecurityUtil
 
seriesTimeThen(Object, Runnable, BiConsumer<Long, Long>) - 类 中的静态方法xdean.jex.util.TimeUtil
 
seriesTimeThen(Runnable, BiConsumer<Long, Long>) - 类 中的静态方法xdean.jex.util.TimeUtil
 
seriesTimeThen(Object, Supplier<T>, BiConsumer<Long, Long>) - 类 中的静态方法xdean.jex.util.TimeUtil
 
seriesTimeThen(Supplier<T>, BiConsumer<Long, Long>) - 类 中的静态方法xdean.jex.util.TimeUtil
 
set(int, int) - 类 中的方法xdean.jex.extra.collection.IntList
 
set(int, E) - 类 中的方法xdean.jex.extra.collection.LinkedList
Replaces the element at the specified position in this list with the specified element.
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
 
setIfAbsent(Object, String) - 类 中的静态方法xdean.jex.config.Config
 
setIfAbsent(String, String) - 类 中的静态方法xdean.jex.config.Config
 
setLenient(boolean) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
setNumberFormat(NumberFormat) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
setProperty(Object, String) - 类 中的静态方法xdean.jex.config.Config
 
setProperty(String, String) - 类 中的静态方法xdean.jex.config.Config
 
setTimeZone(TimeZone) - 类 中的方法xdean.jex.extra.ThreadSafeDateFormat
 
SimpleOperator<F,T> - xdean.jex.extra.rx.op中的类
 
SimpleOperator() - 类 的构造器xdean.jex.extra.rx.op.SimpleOperator
 
size() - 类 中的方法xdean.jex.extra.collection.FixedLengthList
 
size() - 类 中的方法xdean.jex.extra.collection.IntList
 
size() - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns the number of elements in this list.
size() - 类 中的方法xdean.jex.extra.collection.LinkedMonotoneList
 
sizeOf(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Get the size of a primitive type.
sizeOf(Class<?>) - 类 中的静态方法xdean.jex.util.lang.UnsafeUtil
Measure the size of the given class.
sort() - 类 中的方法xdean.jex.extra.collection.IntList
 
spliterator() - 类 中的方法xdean.jex.extra.collection.LinkedList
Creates a late-binding and fail-fast Spliterator over the elements in this list.
squareSum(double...) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
squareSum(int...) - 类 中的静态方法xdean.jex.util.calc.MathUtil
 
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
 
subscribe() - 类 中的方法xdean.jex.extra.rx.ObservableWrapper
 
Success<T> - xdean.jex.util.task.tryto中的类
 
supplier() - 类 中的静态方法xdean.jex.util.function.EmptyFunction
 
supplier(T) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
SupplierThrow<V,T extends Throwable> - xdean.jex.extra.function中的接口
 
supplierToRunnable(Supplier<T>, Consumer<Runnable>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
supplierToRunnable(SupplierThrow<T, E>, ConsumerThrow<RunnableThrow<E>, EE>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 

T

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(RunnableThrow<E>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
throwToReturn(SupplierThrow<T, E>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
timeThen(Runnable, Consumer<Long>) - 类 中的静态方法xdean.jex.util.TimeUtil
 
timeThen(Supplier<T>, Consumer<Long>) - 类 中的静态方法xdean.jex.util.TimeUtil
 
timeThenPrint(Runnable, String) - 类 中的静态方法xdean.jex.util.TimeUtil
 
timeThenPrint(Supplier<T>, String) - 类 中的静态方法xdean.jex.util.TimeUtil
 
TimeUtil - xdean.jex.util中的类
 
TimeUtil() - 类 的构造器xdean.jex.util.TimeUtil
 
to(SupplierThrow<T, Exception>, RunnableThrow<Exception>) - 类 中的静态方法xdean.jex.util.task.tryto.Try
Constructs a `Try` using a code as a supplier.
to(SupplierThrow<T, Exception>) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
to(RunnableThrow<Exception>, RunnableThrow<Exception>) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
to(RunnableThrow<Exception>) - 类 中的静态方法xdean.jex.util.task.tryto.Try
 
toArray() - 类 中的方法xdean.jex.extra.collection.FixedLengthList
 
toArray() - 类 中的方法xdean.jex.extra.collection.IntList
 
toArray() - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - 类 中的方法xdean.jex.extra.collection.LinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
tobe(Supplier<T>) - 类 中的方法xdean.jex.util.task.If
 
toBoolean() - 类 中的方法xdean.jex.util.task.If
已过时。
todo(Runnable) - 类 中的方法xdean.jex.util.task.If
 
todoAll(Runnable...) - 类 中的静态方法xdean.jex.util.task.TaskUtil
 
toLeft(Function<? super R, ? extends L>) - 接口 中的方法xdean.jex.extra.Either
 
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`.
toPrimitive(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Get primitive type of wrapper 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
 
toWrapper(Class<?>) - 类 中的静态方法xdean.jex.util.lang.PrimitiveTypeUtil
Get wrapper class of primitive type.
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`.
TraversalUtil - xdean.jex.util.collection中的类
 
TraversalUtil() - 类 的构造器xdean.jex.util.collection.TraversalUtil
 
Try<T> - xdean.jex.util.task.tryto中的类
Try pattern, similar to Optional (learn from Scala)
Try() - 类 的构造器xdean.jex.util.task.tryto.Try
 

U

unaryOp(Consumer<T>) - 类 中的静态方法xdean.jex.util.function.FunctionAdapter
 
uncatch(RunnableThrow<?>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
uncatch(SupplierThrow<T, ?>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
uncheck(RunnableThrow<?>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
uncheck(SupplierThrow<T, ?>) - 类 中的静态方法xdean.jex.util.lang.ExceptionUtil
 
unify(Function<? super L, ? extends T>, Function<? super R, ? extends T>) - 接口 中的方法xdean.jex.extra.Either
 
UnsafeUtil - xdean.jex.util.lang中的类
 
UnsafeUtil() - 类 的构造器xdean.jex.util.lang.UnsafeUtil
 
unsubscribe() - 类 中的方法xdean.jex.extra.rx.ObservableWrapper
 
unWrap(String, String, String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
upperFirst(String) - 类 中的静态方法xdean.jex.util.string.StringUtil
 
use(int) - 类 中的方法xdean.jex.extra.IntSequence
 

V

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

W

weak(T, Consumer<T>) - 类 中的静态方法xdean.jex.util.ref.WeakUtil
 
WeakUtil - xdean.jex.util.ref中的类
 
WeakUtil() - 类 的构造器xdean.jex.util.ref.WeakUtil
 
wideTraversal(T, Function<T, Iterable<T>>) - 类 中的静态方法xdean.jex.util.collection.TraversalUtil
 
wideTraversal(Path) - 类 中的静态方法xdean.jex.util.file.FileUtil
 
Wrapper<T> - xdean.jex.extra中的类
 
Wrapper(T) - 类 的构造器xdean.jex.extra.Wrapper
 

X

xdean.jex.config - 程序包 xdean.jex.config
 
xdean.jex.extra - 程序包 xdean.jex.extra
 
xdean.jex.extra.annotation - 程序包 xdean.jex.extra.annotation
 
xdean.jex.extra.collection - 程序包 xdean.jex.extra.collection
 
xdean.jex.extra.function - 程序包 xdean.jex.extra.function
 
xdean.jex.extra.rx - 程序包 xdean.jex.extra.rx
 
xdean.jex.extra.rx.op - 程序包 xdean.jex.extra.rx.op
 
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.ref - 程序包 xdean.jex.util.ref
 
xdean.jex.util.reflect - 程序包 xdean.jex.util.reflect
 
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 L M N O P R S T U V W X 
跳过导航链接

Copyright © 2017. All rights reserved.