跳过导航链接
A C E F G H K N O P R S T U 

A

allAreas() - 类 中的方法com.github.developframework.toolkit.base.region.Country
 
Area - com.github.developframework.toolkit.base.region中的类
 
Area() - 类 的构造器com.github.developframework.toolkit.base.region.Area
 
assistExist(T, RuntimeException) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
断言存在,不存在将会抛出异常e

C

City - com.github.developframework.toolkit.base.region中的类
 
City() - 类 的构造器com.github.developframework.toolkit.base.region.City
 
clear() - 类 中的方法com.github.developframework.toolkit.base.components.Sorter
清空
code - 类 中的变量com.github.developframework.toolkit.base.region.Region
 
com.github.developframework.toolkit.base - 程序包 com.github.developframework.toolkit.base
 
com.github.developframework.toolkit.base.components - 程序包 com.github.developframework.toolkit.base.components
 
com.github.developframework.toolkit.base.exception - 程序包 com.github.developframework.toolkit.base.exception
 
com.github.developframework.toolkit.base.region - 程序包 com.github.developframework.toolkit.base.region
 
Country - com.github.developframework.toolkit.base.region中的类
 
Country() - 类 的构造器com.github.developframework.toolkit.base.region.Country
 

E

equals(Object) - 类 中的方法com.github.developframework.toolkit.base.components.KeyValuePair
 
exist(T) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
判定存在

F

FormatRuntimeException - com.github.developframework.toolkit.base.exception中的异常错误
带格式化的运行异常
FormatRuntimeException() - 异常错误 的构造器com.github.developframework.toolkit.base.exception.FormatRuntimeException
 
FormatRuntimeException(String) - 异常错误 的构造器com.github.developframework.toolkit.base.exception.FormatRuntimeException
 
FormatRuntimeException(String, Object...) - 异常错误 的构造器com.github.developframework.toolkit.base.exception.FormatRuntimeException
 
FormatRuntimeException(String, Throwable) - 异常错误 的构造器com.github.developframework.toolkit.base.exception.FormatRuntimeException
 
FormatRuntimeException(Throwable, String, Object...) - 异常错误 的构造器com.github.developframework.toolkit.base.exception.FormatRuntimeException
 

G

getAllAreaInCity(String, String) - 类 中的方法com.github.developframework.toolkit.base.region.RegionModule
 
getAllCitiesInProvince(String) - 类 中的方法com.github.developframework.toolkit.base.region.RegionModule
 
getAllProvincesInCountry() - 类 中的方法com.github.developframework.toolkit.base.region.RegionModule
 
getProvince(String) - 类 中的方法com.github.developframework.toolkit.base.region.RegionModule
 
getRegion(String) - 类 中的方法com.github.developframework.toolkit.base.region.RegionModule
 

H

hashCode() - 类 中的方法com.github.developframework.toolkit.base.components.KeyValuePair
 

K

KeyValuePair<K,V> - com.github.developframework.toolkit.base.components中的类
键值对
KeyValuePair() - 类 的构造器com.github.developframework.toolkit.base.components.KeyValuePair
 
KeyValuePair(K, V) - 类 的构造器com.github.developframework.toolkit.base.components.KeyValuePair
 

N

name - 类 中的变量com.github.developframework.toolkit.base.region.Region
 

O

openBox(int) - 类 中的方法com.github.developframework.toolkit.base.components.Sorter
打开箱子

P

Province - com.github.developframework.toolkit.base.region中的类
 
Province() - 类 的构造器com.github.developframework.toolkit.base.region.Province
 

R

Region - com.github.developframework.toolkit.base.region中的类
 
Region() - 类 的构造器com.github.developframework.toolkit.base.region.Region
 
RegionModule - com.github.developframework.toolkit.base.region中的类
行政区模块
RegionModule() - 类 的构造器com.github.developframework.toolkit.base.region.RegionModule
 

S

sort(Collection<T>) - 类 中的方法com.github.developframework.toolkit.base.components.Sorter
分拣
sort(E) - 接口 中的方法com.github.developframework.toolkit.base.components.Sorter.SortFunction
返回需要投递的箱子编号
Sorter<T> - com.github.developframework.toolkit.base.components中的类
分拣器
Sorter(int, Sorter.SortFunction<T>) - 类 的构造器com.github.developframework.toolkit.base.components.Sorter
 
Sorter.SortFunction<E> - com.github.developframework.toolkit.base.components中的接口
 

T

Toolkit - com.github.developframework.toolkit.base中的类
工具箱
ToolkitException - com.github.developframework.toolkit.base.exception中的异常错误
 
ToolkitException(String) - 异常错误 的构造器com.github.developframework.toolkit.base.exception.ToolkitException
 
ToolkitException(String, Object) - 异常错误 的构造器com.github.developframework.toolkit.base.exception.ToolkitException
 
toString() - 类 中的方法com.github.developframework.toolkit.base.components.KeyValuePair
 
toString() - 类 中的方法com.github.developframework.toolkit.base.region.Region
 

U

use(T, RuntimeException) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
使用value,不存在将会抛出异常e
use(T, RuntimeException, Consumer<T>) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
使用value,用于无返回值的consumer,不存在将会抛出异常e
use(T, RuntimeException, Function<T, R>) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
使用value,用于有返回值的function,不存在将会抛出异常e
useElseDefault(T, T) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
使用value,不存在将会使用defaultValue
useElseDefault(T, T, Consumer<T>) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
使用value,不存在将会使用defaultValue,用于无返回值的consumer
useElseDefault(T, T, Function<T, R>) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
使用value,不存在将会使用defaultValue,用于有返回值的function
useElseSupplier(T, Supplier<T>) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
使用value,不存在将会使用supplier提供值
useElseSupplier(T, Supplier<T>, Consumer<T>) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
使用value,不存在将会使用supplier提供值,用于无返回值的consumer
useElseSupplier(T, Supplier<T>, Function<T, R>) - 类 中的静态方法com.github.developframework.toolkit.base.Toolkit
使用value,不存在将会使用supplier提供值,用于有返回值的function
A C E F G H K N O P R S T U 
跳过导航链接

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.