commons-lang3 文档 下载链接(含jar包、源码、pom)

组件名称 中文-文档-下载链接 中英对照-文档-下载链接
commons-lang3-3.10.jar commons-lang3-3.10-API文档-中文版.zip commons-lang3-3.10-API文档-中英对照版.zip
commons-lang3-3.12.0.jar commons-lang3-3.12.0-API文档-中文版.zip commons-lang3-3.12.0-API文档-中英对照版.zip
commons-lang3-3.3.1.jar commons-lang3-3.3.1-API文档-中文版.zip commons-lang3-3.3.1-API文档-中英对照版.zip
commons-lang3-3.3.2.jar commons-lang3-3.3.2-API文档-中文版.zip commons-lang3-3.3.2-API文档-中英对照版.zip
commons-lang3-3.4.jar commons-lang3-3.4-API文档-中文版.zip commons-lang3-3.4-API文档-中英对照版.zip
commons-lang3-3.5.jar commons-lang3-3.5-API文档-中文版.zip commons-lang3-3.5-API文档-中英对照版.zip
commons-lang3-3.6.jar commons-lang3-3.6-API文档-中文版.zip commons-lang3-3.6-API文档-中英对照版.zip
commons-lang3-3.7.jar commons-lang3-3.7-API文档-中文版.zip commons-lang3-3.7-API文档-中英对照版.zip
commons-lang3-3.8.jar commons-lang3-3.8-API文档-中文版.zip commons-lang3-3.8-API文档-中英对照版.zip
commons-lang3-3.9.jar commons-lang3-3.9-API文档-中文版.zip commons-lang3-3.9-API文档-中英对照版.zip

commons-lang3 简介

Apache Commons Lang

Apache Commons Lang,一个用于Java中的类的Java实用程序类包。Lang的层次结构,或被认为是标准的,以证明在java.lang中的存在。

标准Java库无法提供足够的方法来操作其核心类。Apache Commons Lang提供了这些额外的方法。

Apache Commons Lang为java提供了大量的辅助实用程序。主要包括String操作方法、基本数值方法、对象反射、并发性、创建和序列化以及系统属性。此外,它还包含了对java.util.Date的基本增强,以及一系列专门用于帮助构建方法的实用程序,如hashCode、toString和equals。

注意,Commons Lang 3.0(及后续版本)使用了与之前版本(org.apache.commons.lang)不同的包(org.apache.commons.lang3),允许Commons Lang 3与Commons Lang 2同时使用。

commons-lang3 中文文档、中英对照文档 说明

摘要:commons-lang3、org.apache.commons.lang3、中文文档、中英对照文档、下载、包含jar包、原API文档、源代码、Maven依赖信息文件、翻译后的API文档、apache、commons、lang3、中英对照文档、jar包、java;

使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。

人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请放心使用。

双语对照,边学技术、边学英语。

涉及的包(package)

Apache Commons Lang 3.9 API

Packages  
Package Description
org.apache.commons.lang3
Provides highly reusable static utility methods, chiefly concerned with adding value to the java.lang classes.

提供高度可重用的静态实用方法,主要关注将值添加到Java.lang类。

org.apache.commons.lang3.arch
Provides classes to work with the values of the os.arch system property.

提供使用OS.ARCH系统属性的值的类。

org.apache.commons.lang3.builder
Assists in creating consistent equals(Object), toString(), hashCode(), and compareTo(Object) methods.

协助创建一致等于(对象),ToString(),HashCode()和Compareto(Object)方法。

org.apache.commons.lang3.concurrent
Provides support classes for multi-threaded programming.

为多线程编程提供支持类。

org.apache.commons.lang3.event
Provides some useful event-based utilities.

提供一些基于事件的实用程序。

org.apache.commons.lang3.exception
Provides functionality for Exceptions.

提供例外功能。

org.apache.commons.lang3.math
Extends java.math for business mathematical classes.

扩展Java.Math for Business Mathematical类。

org.apache.commons.lang3.mutable
Provides typed mutable wrappers to primitive values and Object.

为原始值和对象提供键入的可变包装器。

org.apache.commons.lang3.reflect
Accumulates common high-level uses of the java.lang.reflect APIs.

累积java.lang.reflect API的常见高级使用。

org.apache.commons.lang3.text
Provides classes for handling and manipulating text, partly as an extension to java.text.

提供用于处理和操作文本的类,部分作为java.text的扩展。

org.apache.commons.lang3.text.translate
An API for creating text translation routines from a set of smaller building blocks.

用于从一组较小的构建块创建文本转换例程的API。

org.apache.commons.lang3.time
Provides classes and methods to work with dates and durations.

提供使用日期和持续时间的类和方法。

org.apache.commons.lang3.tuple
Tuple classes, starting with a Pair class in version 3.0.

元组类,从3.0版中的一个对类开始。

org.apache.commons.lang3

org.apache.commons.lang3.arch

org.apache.commons.lang3.builder

org.apache.commons.lang3.concurrent

org.apache.commons.lang3.event

org.apache.commons.lang3.exception

org.apache.commons.lang3.math

org.apache.commons.lang3.mutable

org.apache.commons.lang3.reflect

org.apache.commons.lang3.text

org.apache.commons.lang3.text.translate

org.apache.commons.lang3.time

org.apache.commons.lang3.tuple

涉及的类(class)

AbstractCircuitBreaker

AbstractCircuitBreaker.State

AggregateTranslator

AnnotationUtils

ArchUtils

ArrayUtils

AtomicInitializer

AtomicSafeInitializer

BackgroundInitializer

BasicThreadFactory

BasicThreadFactory.Builder

BitField

BooleanUtils

Builder

CallableBackgroundInitializer

CharEncoding

CharSequenceTranslator

CharSequenceUtils

CharSet

CharSetUtils

CharUtils

CircuitBreaker

CircuitBreakingException

ClassPathUtils

ClassUtils

ClassUtils.Interfaces

CloneFailedException

CodePointTranslator

CompareToBuilder

CompositeFormat

Computable

ConcurrentException

ConcurrentInitializer

ConcurrentRuntimeException

ConcurrentUtils

ConstantInitializer

ConstructorUtils

ContextedException

ContextedRuntimeException

Conversion

DateFormatUtils

DateParser

DatePrinter

DateUtils

DefaultExceptionContext

Diff

Diffable

DiffBuilder

DiffResult

DurationFormatUtils

EntityArrays

EnumUtils

EqualsBuilder

EqualsExclude

EventCountCircuitBreaker

EventListenerSupport

EventUtils

ExceptionContext

ExceptionUtils

ExtendedMessageFormat

FastDateFormat

FastDateParser

FastDatePrinter

FastTimeZone

FieldUtils

FormatFactory

FormattableUtils

Fraction

Functions

Functions.FailableBiConsumer

Functions.FailableBiFunction

Functions.FailableBiPredicate

Functions.FailableCallable

Functions.FailableConsumer

Functions.FailableFunction

Functions.FailablePredicate

Functions.FailableRunnable

HashCodeBuilder

HashCodeExclude

IEEE754rUtils

ImmutablePair

ImmutableTriple

InheritanceUtils

JavaUnicodeEscaper

JavaVersion

LazyInitializer

LocaleUtils

LookupTranslator

Memoizer

MethodUtils

MultiBackgroundInitializer

MultiBackgroundInitializer.MultiBackgroundInitializerResults

MultilineRecursiveToStringStyle

Mutable

MutableBoolean

MutableByte

MutableDouble

MutableFloat

MutableInt

MutableLong

MutableObject

MutablePair

MutableShort

MutableTriple

NotImplementedException

NumberUtils

NumericEntityEscaper

NumericEntityUnescaper

NumericEntityUnescaper.OPTION

ObjectUtils

ObjectUtils.Null

OctalUnescaper

Pair

Processor

Processor.Arch

Processor.Type

RandomStringUtils

RandomUtils

Range

RecursiveToStringStyle

ReflectionDiffBuilder

ReflectionToStringBuilder

RegExUtils

SerializationException

SerializationUtils

StandardToStringStyle

StopWatch

StrBuilder

StringEscapeUtils

StringUtils

StrLookup

StrMatcher

StrSubstitutor

StrTokenizer

SystemUtils

ThreadUtils

ThreadUtils.NamePredicate

ThreadUtils.ThreadGroupPredicate

ThreadUtils.ThreadIdPredicate

ThreadUtils.ThreadPredicate

ThresholdCircuitBreaker

TimedSemaphore

TimeZones

ToStringBuilder

ToStringExclude

ToStringStyle

ToStringSummary

Triple

Typed

TypeLiteral

TypeUtils

TypeUtils.WildcardTypeBuilder

UnicodeEscaper

UnicodeUnescaper

UnicodeUnpairedSurrogateRemover

Validate

WordUtils

commons-lang3 简介、中文文档、中英对照文档 下载相关推荐

  1. mybatis 简介、中文文档、中英对照文档 下载

    mybatis 文档 下载链接(含jar包.源码.pom) 组件名称 中文-文档-下载链接 中英对照-文档-下载链接 mybatis-3.2.8.jar mybatis-3.2.8-API文档-中文版 ...

  2. commons-lang 简介、中文文档、中英对照文档 下载

    commons-lang 文档 下载链接(含jar包.源码.pom) 组件名称 中文-文档-下载链接 中英对照-文档-下载链接 commons-lang-2.4.jar commons-lang-2. ...

  3. commons-math3 简介、中文文档、中英对照文档 下载

    commons-math3 文档 下载链接(含jar包.源码.pom) 组件名称 中英对照-文档-下载链接 中文-文档-下载链接 commons-math3-3.6.1.jar commons-mat ...

  4. minio 简介、中文文档、中英对照文档 下载

    minio 文档 下载链接(含jar包.源码.pom) 组件名称 中文-文档-下载链接 中英对照-文档-下载链接 minio-8.0.3.jar minio-8.0.3-API文档-中文版.zip m ...

  5. javax.servlet-api 简介、中文文档、中英对照文档 下载

    javax.servlet-api 文档 下载链接(含jar包.源码.pom) 组件名称 中文-文档-下载链接 中英对照-文档-下载链接 javax.servlet-api-3.1.0.jar 暂无 ...

  6. easyexcel 简介、中文文档、中英对照文档 下载

    easyexcel 文档 下载链接(含jar包.源码.pom) 组件名称 中文-文档-下载链接 中英对照-文档-下载链接 easyexcel-3.0.5.jar easyexcel-3.0.5-API ...

  7. itext 简介、中文文档、中英对照文档 下载

    itext 文档 下载链接(含jar包.源码.pom) 组件名称 中文-文档-下载链接 中英对照-文档-下载链接 itext-2.1.7.jar itext-2.1.7-API文档-中文版.zip i ...

  8. docx4j 简介、中文文档、中英对照文档 下载

    docx4j 文档 下载链接(含jar包.源码.pom) 组件名称 中文-文档-下载链接 中英对照-文档-下载链接 docx4j-3.3.5.jar docx4j-3.3.5-API文档-中文版.zi ...

  9. snakeyaml 简介、中文文档、中英对照文档 下载

    snakeyaml 文档 下载链接(含jar包.源码.pom) 组件名称 中文-文档-下载链接 中英对照-文档-下载链接 snakeyaml-1.12.jar snakeyaml-1.12-API文档 ...

最新文章

  1. 第一章 软件自动化测试的基础知识
  2. 独家 | 一文解析统计学在机器学习中的重要性(附学习资源)
  3. CactiEZ安装配置教程
  4. mysql的dockerfile_Dockerfile构建MySQL
  5. vue打包配置发布路径
  6. Oracle 存储过程,函数和包。
  7. Microsoft加入量子计算的竞争
  8. Linux之命令行快捷键(记住的我没写)
  9. php面试专题---2、常量及数据类型考点
  10. 四种最令人讨厌的编程语言:Java、Javascript、C++和Perl
  11. 前端:JS/29/实例:控制div显示_滚动的图片
  12. 如何用libpng输出一个编辑后的png图片?
  13. Atitit 前端重要概念和趋势总结 大前端 目录 1. 大前端 1 2. 三个层面上的大前端 1 2.1. 大前端与NodeJS与前后端分离 1 2.2. 微信Web 1 2.3. React
  14. 360随身wifi+Wireshark 对手机应用抓包
  15. centos usb转网口_Linux环境下使用 USB转串口驱动(一)
  16. Parallels Toolbox for mac(万能工具箱)中文版
  17. fbreader android源码分析,开源阅读器FBReader Android版本的编译
  18. Ubuntu 安装库dbus-pytho
  19. 棠玥寕谈芭蕾:人生应有一热爱
  20. MongoDB安装(新版本保姆级教程)

热门文章

  1. 10060 mysql_连接MySQL错误:Can't connect to MySQL server (10060)
  2. webrtc janus服务器部署在公网,coturn转发媒体流
  3. 谷歌浏览器翻译失效解决方案,百试百灵
  4. UML入门1:事物和事物关系简介
  5. 简单计算器(PTA)
  6. Thinkpad X61 安装 Mac Snow Leopard
  7. 服务器装系统进pe界面就死机了,进入PE后安装系统老是会卡住。是什么问题啊。...
  8. codeforces1367D 思维模拟
  9. 关于 ajax Content-Type 的问题 贼拉有用的!!!
  10. 链表详解(单链表、双向链表、链表逆序)