JasonLiu798 / toolbox-java

java tool box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#java toolbox

  • cache

    • memecache
  • charcter

    • RegexUtil,for string check
    • StringCheckUtil,for string check
    • StringSplitUtil,for string split
  • collection

    • CollectionUtil,for collection check,filter
    • SearchUtil,for collection search
    • SortUtil,for collection sort
  • common

    • DateUtil,for data
    • PathUtil,for path,dir
    • ReflectUtil,for easy use java reflect
    • SystemUtil,system utils
  • config

    • ConfigUtil,for properties read,config model generate
    • ParameterConfigParser,for easy use bitmap parameter
  • constant

    • SystemConstant,system's useful constant
  • db

  • file

    • FileHelper,use java.io.*
    • FileHelper,use java.nio.*
  • json

  • number

    • NumberHelper
  • performance

  • queue

  • security

  • serialize

  • table

  • test

  • thread

  • xml

PS:class not list here is not recommanded to use

#code standards

  • all tool class end with 'Util'

#version changes

  • v1.0.0 init
  • v1.0.3 FileHelper update function api name,add functions
  • v1.0.4 StringUtil->StringCheckUtil,StringSplitUtil
  • v1.1.0 add pdf reader
  • v1.2.0 add path util
  • v1.3.0 FileUtil add touch,mkdir...
  • v1.3.1 FileUtil,CollectionUtil add ...
  • v1.3.2 FileUtil
  • v1.3.3 String,Collection,Date,IP update

#copyright Copyright 2012-2017 the original author or authors.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

java tool box


Languages

Language:Java 99.7%Language:HTML 0.3%