commons-lang3 简介、中文文档、中英对照文档 下载

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

组件名称中文-文档-下载链接中英对照-文档-下载链接
commons-lang3-3.10.jarcommons-lang3-3.10-API文档-中文版.zipcommons-lang3-3.10-API文档-中英对照版.zip
commons-lang3-3.12.0.jarcommons-lang3-3.12.0-API文档-中文版.zipcommons-lang3-3.12.0-API文档-中英对照版.zip
commons-lang3-3.3.1.jarcommons-lang3-3.3.1-API文档-中文版.zipcommons-lang3-3.3.1-API文档-中英对照版.zip
commons-lang3-3.3.2.jarcommons-lang3-3.3.2-API文档-中文版.zipcommons-lang3-3.3.2-API文档-中英对照版.zip
commons-lang3-3.4.jarcommons-lang3-3.4-API文档-中文版.zipcommons-lang3-3.4-API文档-中英对照版.zip
commons-lang3-3.5.jarcommons-lang3-3.5-API文档-中文版.zipcommons-lang3-3.5-API文档-中英对照版.zip
commons-lang3-3.6.jarcommons-lang3-3.6-API文档-中文版.zipcommons-lang3-3.6-API文档-中英对照版.zip
commons-lang3-3.7.jarcommons-lang3-3.7-API文档-中文版.zipcommons-lang3-3.7-API文档-中英对照版.zip
commons-lang3-3.8.jarcommons-lang3-3.8-API文档-中文版.zipcommons-lang3-3.8-API文档-中英对照版.zip
commons-lang3-3.9.jarcommons-lang3-3.9-API文档-中文版.zipcommons-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  
PackageDescription
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.3.1.jar、Apache Commons中的一个,含了一些数据类型工具类,是java.lang.*的扩展。必须使用的jar。为JRE5.0+的更好的版本所提供 Jar文件含的类: META-INF/MANIFEST.MFMETA-INF/LICENSE.txtMETA-INF/NOTICE.txtorg.apache.commons.lang.ArrayUtils.class org.apache.commons.lang.BitField.class org.apache.commons.lang.BooleanUtils.class org.apache.commons.lang.CharEncoding.class org.apache.commons.lang.CharRange.class org.apache.commons.lang.CharSet.class org.apache.commons.lang.CharSetUtils.class org.apache.commons.lang.CharUtils.class org.apache.commons.lang.ClassUtils.class org.apache.commons.lang.Entities$ArrayEntityMap.class org.apache.commons.lang.Entities$BinaryEntityMap.class org.apache.commons.lang.Entities$EntityMap.class org.apache.commons.lang.Entities$HashEntityMap.class org.apache.commons.lang.Entities$LookupEntityMap.class org.apache.commons.lang.Entities$MapIntMap.class org.apache.commons.lang.Entities$PrimitiveEntityMap.class org.apache.commons.lang.Entities$TreeEntityMap.class org.apache.commons.lang.Entities.class org.apache.commons.lang.IllegalClassException.class org.apache.commons.lang.IncompleteArgumentException.class org.apache.commons.lang.IntHashMap$Entry.class org.apache.commons.lang.IntHashMap.class org.apache.commons.lang.LocaleUtils.class org.apache.commons.lang.NotImplementedException.class org.apache.commons.lang.NullArgumentException.class org.apache.commons.lang.NumberRange.class org.apache.commons.lang.NumberUtils.class org.apache.commons.lang.ObjectUtils$Null.class org.apache.commons.lang.ObjectUtils.class org.apache.commons.lang.RandomStringUtils.class org.apache.commons.lang.SerializationException.class org.apache.commons.lang.SerializationUtils.class org.apache.commons.lang.StringEscapeUtils.class org.apache.commons.lang.StringUtils.class org.apache.commons.lang.SystemUtils.class org.apache.commons.lang.UnhandledException.class org.apache.commons.lang.Validate.class org.apache.commons.lang.WordUtils.class org.apache.commons.lang.builder.CompareToBuilder.class org.apache.commons.lang.builder.EqualsBuilder.class org.apache.commons.lang.builder.HashCodeBuilder.class org.apache.commons.lang.builder.ReflectionToStringBuilder$1.class org.apache.commons.lang.builder.ReflectionToStringBuilder.class org.apache.commons.lang.builder.StandardToStringStyle.class org.apache.commons.lang.builder.ToStringBuilder.class org.apache.commons.lang.builder.ToStringStyle$DefaultToStringStyle.class org.apache.commons.lang.builder.ToStringStyle$MultiLineToStringStyle.class org.apache.commons.lang.builder.ToStringStyle$NoFieldNameToStringStyle.class org.apache.commons.lang.builder.ToStringStyle$ShortPrefixToStringStyle.class org.apache.commons.lang.builder.ToStringStyle$SimpleToStringStyle.class org.apache.commons.lang.builder.ToStringStyle.class org.apache.commons.lang.enum.Enum$Entry.class org.apache.commons.lang.enum.Enum.class org.apache.commons.lang.enum.EnumUtils.class org.apache.commons.lang.enum.ValuedEnum.class org.apache.commons.lang.enums.Enum$Entry.class org.apache.commons.lang.enums.Enum.class org.apache.commons.lang.enums.EnumUtils.class org.apache.commons.lang.enums.ValuedEnum.class org.apache.commons.lang.exception.ExceptionUtils.class org.apache.commons.lang.exception.Nestable.class org.apache.commons.lang.exception.NestableDelegate.class org.apache.commons.lang.exception.NestableError.class org.apache.commons.lang.exception.NestableException.class org.apache.commons.lang.exception.NestableRuntimeException.class org.apache.commons.lang.math.DoubleRange.class org.apache.commons.lang.math.FloatRange.class org.apache.commons.lang.math.Fraction.class org.apache.commons.lang.math.IntRange.class org.apache.commons.lang.math.JVMRandom.class org.apache.commons.lang.math.LongRange.class org.apache.commons.lang.math.NumberRange.class org.apache.commons.lang.math.NumberUtils.class org.apache.commons.lang.math.RandomUtils.class org.apache.commons.lang.math.Range.class org.apache.commons.lang.mutable.Mutable.class org.apache.commons.lang.mutable.MutableBoolean.class org.apache.commons.lang.mutable.MutableByte.class org.apache.commons.lang.mutable.MutableDouble.class org.apache.commons.lang.mutable.MutableFloat.class org.apache.commons.lang.mutable.MutableInt.class org.apache.commons.lang.mutable.MutableLong.class org.apache.commons.lang.mutable.MutableObject.class org.apache.commons.lang.mutable.MutableShort.class org.apache.commons.lang.text.CompositeFormat.class org.apache.commons.lang.text.StrBuilder$StrBuilderReader.class org.apache.commons.lang.text.StrBuilder$StrBuilderTokenizer.class org.apache.commons.lang.text.StrBuilder$StrBuilderWriter.class org.apache.commons.lang.text.StrBuilder.class org.apache.commons.lang.text.StrLookup$MapStrLookup.class org.apache.commons.lang.text.StrLookup.class org.apache.commons.lang.text.StrMatcher$CharMatcher.class org.apache.commons.lang.text.StrMatcher$CharSetMatcher.class org.apache.commons.lang.text.StrMatcher$NoMatcher.class org.apache.commons.lang.text.StrMatcher$StringMatcher.class org.apache.commons.lang.text.StrMatcher$TrimMatcher.class org.apache.commons.lang.text.StrMatcher.class org.apache.commons.lang.text.StrSubstitutor.class org.apache.commons.lang.text.StrTokenizer.class org.apache.commons.lang.time.DateFormatUtils.class org.apache.commons.lang.time.DateUtils$DateIterator.class org.apache.commons.lang.time.DateUtils.class org.apache.commons.lang.time.DurationFormatUtils$Token.class org.apache.commons.lang.time.DurationFormatUtils.class org.apache.commons.lang.time.FastDateFormat$CharacterLiteral.class org.apache.commons.lang.time.FastDateFormat$NumberRule.class org.apache.commons.lang.time.FastDateFormat$PaddedNumberField.class org.apache.commons.lang.time.FastDateFormat$Pair.class org.apache.commons.lang.time.FastDateFormat$Rule.class org.apache.commons.lang.time.FastDateFormat$StringLiteral.class org.apache.commons.lang.time.FastDateFormat$TextField.class org.apache.commons.lang.time.FastDateFormat$TimeZoneDisplayKey.class org.apache.commons.lang.time.FastDateFormat$TimeZoneNameRule.class org.apache.commons.lang.time.FastDateFormat$TimeZoneNumberRule.class org.apache.commons.lang.time.FastDateFormat$TwelveHourField.class org.apache.commons.lang.time.FastDateFormat$TwentyFourHourField.class org.apache.commons.lang.time.FastDateFormat$TwoDigitMonthField.class org.apache.commons.lang.time.FastDateFormat$TwoDigitNumberField.class org.apache.commons.lang.time.FastDateFormat$TwoDigitYearField.class org.apache.commons.lang.time.FastDateFormat$UnpaddedMonthField.class org.apache.commons.lang.time.FastDateFormat$UnpaddedNumberField.class org.apache.commons.lang.time.FastDateFormat.class org.apache.commons.lang.time.StopWatch.class
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

寒水馨

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值