- CachedMap<K,T> - com.centit.support.common中的类
-
用 ConcurrentHashMap 缓存对象,每个对象 自己维护缓存策略
- CachedMap(Function<K, T>, long, int) - 类 的构造器com.centit.support.common.CachedMap
-
构造函数
- CachedMap() - 类 的构造器com.centit.support.common.CachedMap
-
- CachedMap(Function<K, T>, AbstractCachedObject<?>, int) - 类 的构造器com.centit.support.common.CachedMap
-
- CachedMap(Function<K, T>, long) - 类 的构造器com.centit.support.common.CachedMap
-
构造函数
- CachedMap(Function<K, T>, AbstractCachedObject<?>) - 类 的构造器com.centit.support.common.CachedMap
-
- CachedObject<T> - com.centit.support.common中的类
-
- CachedObject(Supplier<T>, long) - 类 的构造器com.centit.support.common.CachedObject
-
- CachedObject() - 类 的构造器com.centit.support.common.CachedObject
-
- CachedObject(Supplier<T>) - 类 的构造器com.centit.support.common.CachedObject
-
- CachedObject(Supplier<T>, AbstractCachedObject<?>) - 类 的构造器com.centit.support.common.CachedObject
-
- CachedObject(Supplier<T>, AbstractCachedObject<?>[]) - 类 的构造器com.centit.support.common.CachedObject
-
- calcDateSpan(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- calcDateTimeSpan(Date, Date) - 类 中的静态方法com.centit.support.common.DateTimeSpan
-
计算两个日期之间的时间差
- calcDateTimeSpanAsAbs(Date, Date) - 类 中的静态方法com.centit.support.common.DateTimeSpan
-
- calcFormula() - 类 中的方法com.centit.support.compiler.VariableFormula
-
- calcFormula(String) - 类 中的方法com.centit.support.compiler.VariableFormula
-
- calcMultiFormula(String, VariableTranslate, Map<String, Function<Object[], Object>>) - 类 中的静态方法com.centit.support.compiler.VariableFormula
-
- calcSpanDays(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- calculate(String) - 类 中的静态方法com.centit.support.compiler.VariableFormula
-
- calculate(String, VariableTranslate, Map<String, Function<Object[], Object>>) - 类 中的静态方法com.centit.support.compiler.VariableFormula
-
- calculate(String, VariableTranslate) - 类 中的静态方法com.centit.support.compiler.VariableFormula
-
- calculate(String, Object) - 类 中的静态方法com.centit.support.compiler.VariableFormula
-
- calcWeek1stDay(int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- calcWeekDays(Date, Date, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
计算这个周期中 工作日的天数,不包括 周六和周日,但是因为不知道其他的假期,所以只是去掉周末
- calcWeekendDays(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
计算这个周期中的周六和周日的天数,周末的天数
- calcWeekLastDay(int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- callFunc(String, Object...) - 类 中的方法com.centit.support.extend.AbstractRuntimeContext
-
- callObjectMethod(Object, String, Object...) - 类 中的方法com.centit.support.extend.AbstractRuntimeContext
-
- CallSystemProcess - com.centit.support.extend中的类
-
- CallSystemProcess() - 类 的构造器com.centit.support.extend.CallSystemProcess
-
- capital(Object) - 类 中的方法com.centit.support.compiler.EmbedFuncUtils
-
- capitalization(String) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- capitalization(String, boolean) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- capitalizationCN(String) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- capitalRMB(Object) - 类 中的方法com.centit.support.compiler.EmbedFuncUtils
-
- capitalRmbYJF(Object) - 类 中的方法com.centit.support.compiler.EmbedFuncUtils
-
- CaptchaImageUtil - com.centit.support.image中的类
-
对辨析难度要求高的可以用 google的kaptcha ,
这个类设计就是为了辨析容易,哈哈虽然有点搞笑,但是有的用户就是有这个要求
google的kaptcha 是用方法 ,先配置bean
在类中注入这个bean
然后调用 BufferedImage bi = captchaProducer.createImage(String captchaKey);方法
着用用法就和CaptchaImageUtil的generateCaptchaImage 方法一致了
- captureScreen(String) - 类 中的静态方法com.centit.support.image.ImageOpt
-
抓屏程序 算法来做网络,测试通过
- castObjectToBigDecimal(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToBigDecimal(Object, BigDecimal) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToBigInteger(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToBigInteger(Object, BigInteger) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToBoolean(Object) - 类 中的静态方法com.centit.support.algorithm.BooleanBaseOpt
-
- castObjectToBoolean(Object, Boolean) - 类 中的静态方法com.centit.support.algorithm.BooleanBaseOpt
-
- castObjectToBytes(Object) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
-
- castObjectToColor(Object) - 类 中的静态方法com.centit.support.image.ImageOpt
-
- castObjectToColor(Object, Color) - 类 中的静态方法com.centit.support.image.ImageOpt
-
- castObjectToDate(Object) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- castObjectToDouble(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToDouble(Object, Double) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToFloat(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToFloat(Object, Float) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToInputStream(Object) - 类 中的静态方法com.centit.support.file.FileIOOpt
-
- castObjectToInteger(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToInteger(Object, Integer) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToLong(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToLong(Object, Long) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToNumber(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToSqlDate(Object) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- castObjectToSqlTimestamp(Object) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- castObjectToString(Object) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
-
- castObjectToString(Object, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
-
- castObjectToType(Object, Class<?>) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
-
- ceil(Number, int) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
-
- certVerify(byte[], String, String) - 类 中的静态方法com.centit.support.security.SM2Util
-
证书验签
- changeListItem(List<T>, int, int) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
交换List中两个对象的位置
- changeSign() - 类 中的方法com.centit.support.common.DateTimeSpan
-
- checkArrayObject(Object) - 类 中的静态方法com.centit.support.extend.AbstractRuntimeContext
-
检查js返回的对象是否是数组
- checkcodeMatch(String, String) - 类 中的静态方法com.centit.support.image.CaptchaImageUtil
-
- checkFormula(String) - 类 中的静态方法com.centit.support.compiler.VariableFormula
-
- checkFormula() - 类 中的方法com.centit.support.compiler.VariableFormula
-
- chineseName(String, int) - 类 中的静态方法com.centit.support.security.DesensitizeOptUtils
-
【中文姓名】只显示第一个汉字,其他隐藏为2个星号,比如:李**
- chr(int) - 类 中的静态方法com.centit.support.security.HTMLFilter
-
- clacDocumentNo(String, long, Map<String, String>) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
-
已过时。
- ClassScannerOpt - com.centit.support.algorithm中的类
-
代码来至网络 http://blog.csdn.net/sodino/article/details/19048493
感谢原创作者
- ClassScannerOpt() - 类 的构造器com.centit.support.algorithm.ClassScannerOpt
-
- client(CloseableHttpClient) - 类 中的方法com.centit.support.network.HttpExecutorContext
-
- cloneArray(T[]) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
- cloneHashMap(Map<K, V>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
- cloneList(Collection<T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
克隆 一个 list
- cloneSet(Collection<T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
- close(Closeable) - 类 中的静态方法com.centit.support.file.FileIOOpt
-
close the IO stream.
- closeLogFile() - 类 中的方法com.centit.support.file.TxtLogFile
-
- CollectionsOpt - com.centit.support.algorithm中的类
-
一些通用的算法,这些算法都和具体的业务数据结构解耦
1. sortAsTree* 将list按照树形结构进行排序,这个方式是这个类最重要的一个方法,也是这个类存在的一个原因。
- CollectionsOpt() - 类 的构造器com.centit.support.algorithm.CollectionsOpt
-
- CollectionsOpt.ParentChild<T> - com.centit.support.algorithm中的接口
-
判断两个对象是否是父子关系,用于针对树形展示的数据结构进行排序
- com.centit.support.algorithm - 程序包 com.centit.support.algorithm
-
- com.centit.support.common - 程序包 com.centit.support.common
-
- com.centit.support.compiler - 程序包 com.centit.support.compiler
-
- com.centit.support.extend - 程序包 com.centit.support.extend
-
- com.centit.support.file - 程序包 com.centit.support.file
-
- com.centit.support.image - 程序包 com.centit.support.image
-
- com.centit.support.json - 程序包 com.centit.support.json
-
- com.centit.support.json.config - 程序包 com.centit.support.json.config
-
- com.centit.support.network - 程序包 com.centit.support.network
-
- com.centit.support.security - 程序包 com.centit.support.security
-
- com.centit.support.xml - 程序包 com.centit.support.xml
-
- combination(List<T>, int, Comparator<? super T>, Consumer<List<T>>) - 类 中的静态方法com.centit.support.algorithm.Mathematics
-
非递归的组合
- compareTo(Number) - 类 中的方法com.centit.support.common.DateTimeSpan
-
- compareTwoComparableObject(T, T, boolean) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
-
int compare(final T c1, final T c2)
等价于 ObjectUtils.compare
- compareTwoComparableObject(T, T) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
-
- compareTwoDate(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
比较两个日期大小 ,避免 发生 NullPointerException 异常
Compares two Dates for ordering.
- compareTwoList(List<T>, List<T>, Comparator<T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
对比两个列表,判断哪些需要新增、哪些需要删除、哪些需要更新
- compareTwoObject(Object, Object, boolean) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
-
- compareTwoObject(Object, Object) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
-
- compareTwoObjectByField(Object, Object, String[], boolean) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
-
- comparing(Function<? super T, ? extends U>, boolean) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
-
- compileScript(String) - 类 中的方法com.centit.support.extend.AbstractRuntimeContext
-
- compileScriptFile(String) - 类 中的方法com.centit.support.extend.AbstractRuntimeContext
-
- compileScriptStream(InputStream) - 类 中的方法com.centit.support.extend.AbstractRuntimeContext
-
- compress(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
-
字符串的压缩
- compress(String, String, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
- compress(String, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
- compress(File, String, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
- compress(File, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
- compressDirectory(File, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
- compressFile(InputStream, String, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
- compressFile(File, String, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
- compressFile(File, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
- compressFileInDirectory(String, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
- compressFiles(String, String[]) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
将多个文件 压缩到一个 zip 文件中
- compressFiles(String, Collection<String>) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
将多个文件 压缩到一个 zip 文件中
- concat(Object...) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
-
连接字符串 null 自动忽略 不会拼接一个 'null'
- concat(Object[], String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
-
连接字符串 null 自动忽略 不会拼接一个 'null'
- concat(Collection<Object>, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
-
连接字符串 null 自动忽略 不会拼接一个 'null'
- ConstDefine - com.centit.support.compiler中的类
-
- contains(String[], String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
-
- context(HttpContext) - 类 中的方法com.centit.support.network.HttpExecutorContext
-
- convertDatetimeToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
返回日期字符串 "yyyy-MM-dd HH:mm:ss"
- convertDateToGMTString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
返回日期字符串 toUTCString( ) 和 javaScript 一致
// d MMM yyyy HH:mm:ss 'GMT'
- convertDateToSmartString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- convertDateToSmartString(Date, boolean) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- convertDateToString(Date, String) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
This method generates a string representation of a date's date/time in
the format you specify on input
- convertDateToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
返回日期字符串 "yyyy-MM-dd"
- convertStringToDate(String, String) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
This method generates a string representation of a date/time in the
format you specify on input
- convertStringToDate(String) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
This method converts a String to a date using the datePattern
- convertTimestampToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- convertTimeToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
This method generates a string representation of a date based on the
System Property 'dateFormat' in the format you specify on input
- convertTimeWithSecondToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- convertToSqlDate(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
日期类型转换 从 java.util.Date 转换为 java.sql.Date 这个会截断时间
- convertToSqlTimestamp(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
日期类型转换 从 java.util.Date 转换为 java.sql.Timestamp
- convertToUtilDate(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
日期类型转换 从 java.sql.Date 转换为 java.util.Date 这个会截断时间
- convertToZipOutputStream(OutputStream) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
-
将OutputStream 转换为 ZipOutputStream 并作为 compressFile 的输入参数
这个可以用于 打包下载
- cookie(String, String) - 类 中的方法com.centit.support.network.HttpExecutorContext
-
- cookies(Map<String, String>) - 类 中的方法com.centit.support.network.HttpExecutorContext
-
- copyMapWithoutNullItem(Map<K, V>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
- create() - 类 中的静态方法com.centit.support.network.HttpExecutorContext
-
- create(CloseableHttpClient) - 类 中的静态方法com.centit.support.network.HttpExecutorContext
-
- createBeanMetaDataFromType(Class<?>, int) - 类 中的静态方法com.centit.support.common.JavaBeanMetaData
-
- createBeanMetaDataFromType(Class<?>) - 类 中的静态方法com.centit.support.common.JavaBeanMetaData
-
- createBeanObject() - 类 中的方法com.centit.support.common.JavaBeanMetaData
-
- createBeanObjectFromMap(Map<String, Object>) - 类 中的方法com.centit.support.common.JavaBeanMetaData
-
- createCbcDencryptCipher(byte[], byte[]) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
-
- createCbcEncryptCipher(byte[], byte[]) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
-
- createDencryptCipher(String) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
-
- createDirect(File) - 类 中的静态方法com.centit.support.file.FileSystemOpt
-
创建目录
- createDirect(String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
-
创建目录
- createEncryptCipher(String) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
-
- createFatalError(String) - 类 中的静态方法com.centit.support.xml.XMLErrorHandler
-
- createFile(InputStream, String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
-
- createHashMap(Object...) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
参数必须是 string object string object ....
- createHashMap(List<T>, Function<T, String>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
- createHashMap(String[], T[]) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
- createHashSet(T...) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
- createHttpClient(HttpHost, boolean, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
-
- createHttpClient() - 类 中的静态方法com.centit.support.network.HttpExecutor
-
- createHttpClient(HttpHost) - 类 中的静态方法com.centit.support.network.HttpExecutor
-
- createHttpsClient() - 类 中的静态方法com.centit.support.network.HttpExecutor
-
- createIdIcon(String, int, int, boolean, boolean) - 类 中的静态方法com.centit.support.image.ImageOpt
-
- createIdIcon(String, int, int) - 类 中的静态方法com.centit.support.image.ImageOpt
-
- createImageText(float, float, String) - 类 中的静态方法com.centit.support.image.ImageOpt
-
- createKeepSessionHttpClient() - 类 中的静态方法com.centit.support.network.HttpExecutor
-
- createKeepSessionHttpClient(HttpHost) - 类 中的静态方法com.centit.support.network.HttpExecutor
-
- createKeepSessionHttpsClient() - 类 中的静态方法com.centit.support.network.HttpExecutor
-
- createList(T...) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
-
- createNameIcon(String, int, Color, boolean) - 类 中的静态方法com.centit.support.image.ImageOpt
-
- createObjectFromMap(Class<T>, Map<String, Object>) - 类 中的方法com.centit.support.algorithm.ReflectionOpt
-
- createQRImage(QrCodeConfig) - 类 中的静态方法com.centit.support.image.QrCodeGenerator
-
生成二维码流
- createQRImage(String) - 类 中的静态方法com.centit.support.image.QrCodeGenerator
-
生成二维码流
- createThumbnail(String, int, int, int, String) - 类 中的静态方法com.centit.support.image.ImageOpt
-
创建图片的缩略图 ,算法来做网络,测试通过
- createTmpFile(InputStream, String, String, File) - 类 中的静态方法com.centit.support.file.FileSystemOpt
-
创建临时文件
- createTmpFile(InputStream, String, String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
-
创建临时文件
- createUtilDate(int, int, int, int, int, int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- createUtilDate(int, int, int, int, int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
根据 年、月、日、时、分、秒 创建一个日期 类型为 java.util.Date
- createUtilDate(int, int, int, int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
根据 年、月、日、时、分 创建一个日期 类型为 java.util.Date
- createUtilDate(int, int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
根据 年、月、日 创建一个日期 类型为 java.util.Date
- createXMLElement(String, String, Object, boolean) - 类 中的静态方法com.centit.support.xml.XMLObject
-
- createXMLElementFromObject(String, Object, boolean, boolean, HashSet<Object>) - 类 中的静态方法com.centit.support.xml.XMLObject
-
- CRYPTO_NAME_SM2 - 类 中的静态变量com.centit.support.security.SM2Util
-
数字签名参数
- CsvFileIO - com.centit.support.file中的类
-
- CsvFileIO() - 类 的构造器com.centit.support.file.CsvFileIO
-
- currentCalendarDate() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- currentDate() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
获得当前日期的字符串 ,格式为 "yyyy-MM-dd" 示例 2015-08-24
- currentDatetime() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
获得当前日期的字符串 ,格式为 "yyyy-MM-dd HH:mm:ss"
- currentSqlDate() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- currentSqlTimeStamp() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- currentTime() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- currentTimeWithSecond() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- currentUtilDate() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
-
- cyclical() - 类 中的方法com.centit.support.algorithm.Lunar
-