索引

A B C E G I L M N O R S T 
All Classes and Interfaces|所有程序包|序列化表格

A

accept(T) - 接口中的方法 cn.godmao.core.IFilter
是否接受对象
addChain(E) - 接口中的方法 cn.godmao.core.IChain
加入责任链
and() - 接口中的方法 cn.godmao.core.ICompare
并且

B

between(IFunction<R, T>, R, R) - 接口中的方法 cn.godmao.core.ICompare
 
build() - 接口中的方法 cn.godmao.core.IBuilder
 

C

call() - 接口中的方法 cn.godmao.core.ICallable
 
cn.godmao.core - 程序包 cn.godmao.core
 

E

edit(T) - 接口中的方法 cn.godmao.core.IEditor
修改过滤后的结果
eq(IFunction<T, R>, R) - 接口中的方法 cn.godmao.core.ICompare
等于
execute(E, Runnable) - 接口中的方法 cn.godmao.core.IExecute
 
execute(Runnable) - 接口中的方法 cn.godmao.core.IExecute
 

G

ge(IFunction<T, R>, R) - 接口中的方法 cn.godmao.core.ICompare
大于等于
getNumber() - 接口中的方法 cn.godmao.core.ICard
 
gt(IFunction<T, R>, R) - 接口中的方法 cn.godmao.core.ICompare
大于

I

IBuilder<T> - cn.godmao.core中的接口
 
ICallable<V> - cn.godmao.core中的接口
 
ICard - cn.godmao.core中的接口
 
IChain<E,T> - cn.godmao.core中的接口
责任链接口
ICompare<C,T> - cn.godmao.core中的接口
 
IEditor<T> - cn.godmao.core中的接口
编辑器接口,常用于对于集合中的元素做统一编辑
此编辑器两个作用:
IExecute<E extends Executor> - cn.godmao.core中的接口
 
IFilter<T> - cn.godmao.core中的接口
过滤器接口
IFunction<T,R> - cn.godmao.core中的接口
 
ILast<T> - cn.godmao.core中的接口
 
IMatcher<T> - cn.godmao.core中的接口
 
INext<T> - cn.godmao.core中的接口
 
init() - 接口中的方法 cn.godmao.core.Init.Init0
 
init(P1) - 接口中的方法 cn.godmao.core.Init.Init1
 
init(P1, P2) - 接口中的方法 cn.godmao.core.Init.Init2
 
init(P1, P2, P3) - 接口中的方法 cn.godmao.core.Init.Init3
 
init(P1, P2, P3, P4) - 接口中的方法 cn.godmao.core.Init.Init4
 
init(P1, P2, P3, P4, P5) - 接口中的方法 cn.godmao.core.Init.Init5
 
init(P1, P2, P3, P4, P5, P6) - 接口中的方法 cn.godmao.core.Init.Init6
 
init(P1, P2, P3, P4, P5, P6, P7) - 接口中的方法 cn.godmao.core.Init.Init7
 
init(P1, P2, P3, P4, P5, P6, P7, P8) - 接口中的方法 cn.godmao.core.Init.Init8
 
init(P1, P2, P3, P4, P5, P6, P7, P8, P9) - 接口中的方法 cn.godmao.core.Init.Init9
 
init(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) - 接口中的方法 cn.godmao.core.Init.Init10
 
Init - cn.godmao.core中的接口
 
Init.Init0 - cn.godmao.core中的接口
 
Init.Init1<P1> - cn.godmao.core中的接口
 
Init.Init10<P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> - cn.godmao.core中的接口
 
Init.Init2<P1,P2> - cn.godmao.core中的接口
 
Init.Init3<P1,P2,P3> - cn.godmao.core中的接口
 
Init.Init4<P1,P2,P3,P4> - cn.godmao.core中的接口
 
Init.Init5<P1,P2,P3,P4,P5> - cn.godmao.core中的接口
 
Init.Init6<P1,P2,P3,P4,P5,P6> - cn.godmao.core中的接口
 
Init.Init7<P1,P2,P3,P4,P5,P6,P7> - cn.godmao.core中的接口
 
Init.Init8<P1,P2,P3,P4,P5,P6,P7,P8> - cn.godmao.core中的接口
 
Init.Init9<P1,P2,P3,P4,P5,P6,P7,P8,P9> - cn.godmao.core中的接口
 
IRandom<T> - cn.godmao.core中的接口
 
IReplacer<T> - cn.godmao.core中的接口
替换器
通过实现此接口完成指定类型对象的替换操作,替换后的目标类型依旧为指定类型
IRunnable - cn.godmao.core中的接口
 
ISchedule<S extends ScheduledFuture<?>> - cn.godmao.core中的接口
 
ISelector<T> - cn.godmao.core中的接口
 
ISubmit<E extends ExecutorService> - cn.godmao.core中的接口
 

L

last() - 接口中的方法 cn.godmao.core.ILast
 
le(IFunction<R, T>, R) - 接口中的方法 cn.godmao.core.ICompare
小于等于
lt(IFunction<T, R>, R) - 接口中的方法 cn.godmao.core.ICompare
小于

M

match(T) - 接口中的方法 cn.godmao.core.IMatcher
 

N

ne(IFunction<T, R>, R) - 接口中的方法 cn.godmao.core.ICompare
不等于
next() - 接口中的方法 cn.godmao.core.INext
 
notBetween(IFunction<R, T>, R, R) - 接口中的方法 cn.godmao.core.ICompare
 

O

or() - 接口中的方法 cn.godmao.core.ICompare
或者

R

random() - 接口中的方法 cn.godmao.core.IRandom
 
replace(T) - 接口中的方法 cn.godmao.core.IReplacer
替换指定类型为目标类型
run() - 接口中的方法 cn.godmao.core.IRunnable
 
run_() - 接口中的方法 cn.godmao.core.IRunnable
 

S

select(Object) - 接口中的方法 cn.godmao.core.ISelector
 
submit(E, Runnable) - 接口中的方法 cn.godmao.core.ISubmit
 
submit(E, Runnable, T) - 接口中的方法 cn.godmao.core.ISubmit
 
submit(E, Callable<T>) - 接口中的方法 cn.godmao.core.ISubmit
 
submit(Runnable) - 接口中的方法 cn.godmao.core.ISubmit
 
submit(Runnable, T) - 接口中的方法 cn.godmao.core.ISubmit
 
submit(Callable<T>) - 接口中的方法 cn.godmao.core.ISubmit
 

T

tryRun() - 接口中的方法 cn.godmao.core.ICallable
 
A B C E G I L M N O R S T 
All Classes and Interfaces|所有程序包|序列化表格