guava 简介、中文文档、中英对照文档 下载

编程入门 行业动态 更新时间:2024-10-27 09:48:44

guava 简介、中文<a href=https://www.elefans.com/category/jswz/34/1770955.html style=文档、中英对照文档 下载"/>

guava 简介、中文文档、中英对照文档 下载

guava 文档 下载链接(含jar包、源码、pom)

组件名称中文-文档-下载链接中英对照-文档-下载链接
guava-11.0.2.jarguava-11.0.2-API文档-中文版.zipguava-11.0.2-API文档-中英对照版.zip
guava-12.0.1.jarguava-12.0.1-API文档-中文版.zipguava-12.0.1-API文档-中英对照版.zip
guava-16.0.1.jarguava-16.0.1-API文档-中文版.zipguava-16.0.1-API文档-中英对照版.zip
guava-17.0.jarguava-17.0-API文档-中文版.zipguava-17.0-API文档-中英对照版.zip
guava-18.0.jarguava-18.0-API文档-中文版.zipguava-18.0-API文档-中英对照版.zip
guava-19.0.jarguava-19.0-API文档-中文版.zipguava-19.0-API文档-中英对照版.zip
guava-20.0.jarguava-20.0-API文档-中文版.zipguava-20.0-API文档-中英对照版.zip
guava-22.0.jarguava-22.0-API文档-中文版.zipguava-22.0-API文档-中英对照版.zip
guava-23.0.jarguava-23.0-API文档-中文版.zipguava-23.0-API文档-中英对照版.zip
guava-24.1-jre.jar(暂无)guava-24.1-jre-API文档-中英对照版.zip
guava-25.0-jre.jarguava-25.0-jre-API文档-中文版.zipguava-25.0-jre-API文档-中英对照版.zip
guava-26.0-android.jarguava-26.0-android-API文档-中文版.zipguava-26.0-android-API文档-中英对照版.zip
guava-27.0.1-jre.jarguava-27.0.1-jre-API文档-中文版.zipguava-27.0.1-jre-API文档-中英对照版.zip
guava-28.0-android.jarguava-28.0-android-API文档-中文版.zipguava-28.0-android-API文档-中英对照版.zip
guava-28.2-jre.jarguava-28.2-jre-API文档-中文版.zipguava-28.2-jre-API文档-中英对照版.zip
guava-29.0-jre.jarguava-29.0-jre-API文档-中文版.zipguava-29.0-jre-API文档-中英对照版.zip
guava-30.0-jre.jarguava-30.0-jre-API文档-中文版.zipguava-30.0-jre-API文档-中英对照版.zip
guava-30.1.1-jre.jarguava-30.1.1-jre-API文档-中文版.zipguava-30.1.1-jre-API文档-中英对照版.zip

guava 简介

Guava:谷歌Java核心库

Guava是一套核心库和扩展库,其中包括实用程序类、谷歌的集合、I/O类等等。

guava 中文文档、中英对照文档 说明

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

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

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

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

涉及的包(package)

com.googlemon.annotations

com.googlemon.base

com.googlemon.cache

com.googlemon.collect

com.googlemon.escape

com.googlemon.eventbus

com.googlemon.graph

com.googlemon.hash

com.googlemon.html

com.googlemon.io

com.googlemon.math

com.googlemon

com.googlemon.primitives

com.googlemon.reflect

com.googlemon.util.concurrent

com.googlemon.xml

Guava: Google Core Libraries for Java 23.0 API

Packages  
PackageDescription
com.googlemon.annotations Common annotation types.

常见的注释类型。

com.googlemon.base Basic utility libraries and interfaces.

基本实用程序库和接口。

com.googlemon.cache This package contains caching utilities.

此包包含缓存实用程序。

com.googlemon.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.

此包包含通用集合接口和实现,以及用于使用集合的其他实用程序。

com.googlemon.escape Interfaces, utilities, and simple implementations of escapers and encoders.

ercapers和编码器的接口,实用程序和简单实现。

com.googlemon.eventbus The EventBus allows publish-subscribe-style communication between components without requiring the components to explicitly register with one another (and thus be aware of each other).

eventBus允许在组件之间发布 - 订阅式通信,而无需组件将彼此显式注册(因此彼此意识)。

com.googlemon.graph An API for representing graph (node and edge) data.

用于表示图形(节点和边缘)数据的API。

com.googlemon.hash Hash functions and related structures.

哈希函数和相关结构。

com.googlemon.html Escapers for HTML.

逃离HTML。

com.googlemon.io This package contains utility methods and classes for working with Java I/O; for example input streams, output streams, readers, writers, and files.

此包包含用于使用Java I / O合作的实用程序方法和类;例如,输入流,输出流,读者,编写器和文件。

com.googlemon.math Arithmetic functions operating on primitive values and BigInteger instances.

在原始值和BigInteger实例上运行的算术函数。

com.googlemon This package contains utility methods and classes for working with net addresses (numeric IP and domain names).

此包包含用于使用网络地址(数字IP和域名)的实用方法和类。

com.googlemon.primitives Static utilities for working with the eight primitive types and void, and value types for treating them as unsigned.

静态实用程序,用于使用八种原始类型和缺点,以及将它们视为无符号的价值类型。

com.googlemon.reflect This package contains utilities to work with Java reflection.

此包包含使用Java反射的实用程序。

com.googlemon.util.concurrent Concurrency utilities.

并发实用程序。

com.googlemon.xml Escapers for XML.

XML的逃逸者。

涉及的类(class)

AbstractCache

AbstractCache.SimpleStatsCounter

AbstractCache.StatsCounter

AbstractCheckedFuture

AbstractExecutionThreadService

AbstractFuture

AbstractGraph

AbstractIdleService

AbstractInvocationHandler

AbstractIterator

AbstractListeningExecutorService

AbstractLoadingCache

AbstractNetwork

AbstractScheduledService

AbstractScheduledService.CustomScheduler

AbstractScheduledService.CustomScheduler.Schedule

AbstractScheduledService.Scheduler

AbstractSequentialIterator

AbstractService

AbstractValueGraph

AllowConcurrentEvents

ArrayBasedCharEscaper

ArrayBasedEscaperMap

ArrayBasedUnicodeEscaper

ArrayListMultimap

ArrayTable

Ascii

AsyncCallable

AsyncEventBus

AsyncFunction

AtomicDouble

AtomicDoubleArray

AtomicLongMap

Atomics

BaseEncoding

BaseEncoding.DecodingException

Beta

BigIntegerMath

BiMap

BinaryTreeTraverser

BloomFilter

Booleans

BoundType

ByteArrayDataInput

ByteArrayDataOutput

ByteProcessor

Bytes

ByteSink

ByteSource

ByteStreams

Cache

CacheBuilder

CacheBuilderSpec

CacheLoader

CacheLoader.InvalidCacheLoadException

CacheLoader.UnsupportedLoadingOperationException

CacheStats

Callables

CaseFormat

CharEscaper

CharEscaperBuilder

CharMatcher

Chars

Charsets

CharSink

CharSource

CharStreams

CheckedFuture

ClassPath

ClassPath.ClassInfo

ClassPath.ResourceInfo

ClassToInstanceMap

Closeables

Closer

Collections2

Comparators

ComparisonChain

ComputationException

ConcurrentHashMultiset

ContiguousSet

Converter

CountingInputStream

CountingOutputStream

CycleDetectingLockFactory

CycleDetectingLockFactory.Policies

CycleDetectingLockFactory.Policy

CycleDetectingLockFactory.PotentialDeadlockException

CycleDetectingLockFactory.WithExplicitOrdering

DeadEvent

Defaults

DiscreteDomain

DoubleMath

Doubles

ElementOrder

ElementOrder.Type

EndpointPair

EnumBiMap

EnumHashBiMap

EnumMultiset

Enums

Equivalence

Equivalence.Wrapper

Escaper

Escapers

Escapers.Builder

EventBus

EvictingQueue

ExecutionError

ExecutionList

FakeTimeLimiter

FileBackedOutputStream

Files

FileWriteMode

FinalizablePhantomReference

FinalizableReference

FinalizableReferenceQueue

FinalizableSoftReference

FinalizableWeakReference

Floats

FluentFuture

FluentIterable

Flushables

ForwardingBlockingDeque

ForwardingBlockingDeque

ForwardingBlockingQueue

ForwardingCache

ForwardingCache.SimpleForwardingCache

ForwardingCheckedFuture

ForwardingCheckedFuture.SimpleForwardingCheckedFuture

ForwardingCollection

ForwardingConcurrentMap

ForwardingDeque

ForwardingExecutorService

ForwardingFuture

ForwardingFuture.SimpleForwardingFuture

ForwardingIterator

ForwardingList

ForwardingListenableFuture

ForwardingListenableFuture.SimpleForwardingListenableFuture

ForwardingListeningExecutorService

ForwardingListIterator

ForwardingListMultimap

ForwardingLoadingCache

ForwardingLoadingCache.SimpleForwardingLoadingCache

ForwardingMap

ForwardingMapEntry

ForwardingMultimap

ForwardingMultiset

ForwardingNavigableMap

ForwardingNavigableSet

ForwardingObject

ForwardingQueue

ForwardingSet

ForwardingSetMultimap

ForwardingSortedMap

ForwardingSortedMultiset

ForwardingSortedSet

ForwardingSortedSetMultimap

ForwardingTable

Function

Functions

Funnel

Funnels

FutureCallback

Futures

Futures.FutureCombiner

Graph

GraphBuilder

Graphs

GwtCompatible

GwtIncompatible

HashBasedTable

HashBiMap

HashCode

Hasher

HashFunction

Hashing

HashingInputStream

HashingOutputStream

HashMultimap

HashMultiset

HostAndPort

HostSpecifier

HtmlEscapers

HttpHeaders

ImmutableBiMap

ImmutableBiMap.Builder

ImmutableClassToInstanceMap

ImmutableClassToInstanceMap.Builder

ImmutableCollection

ImmutableCollection.Builder

ImmutableDoubleArray

ImmutableDoubleArray.Builder

ImmutableGraph

ImmutableIntArray

ImmutableIntArray.Builder

ImmutableList

ImmutableList.Builder

ImmutableListMultimap

ImmutableListMultimap.Builder

ImmutableLongArray

ImmutableLongArray.Builder

ImmutableMap

ImmutableMap.Builder

ImmutableMultimap

ImmutableMultimap.Builder

ImmutableMultiset

ImmutableMultiset.Builder

ImmutableNetwork

ImmutableRangeMap

ImmutableRangeMap.Builder

ImmutableRangeSet

ImmutableRangeSet.Builder

ImmutableSet

ImmutableSet.Builder

ImmutableSetMultimap

ImmutableSetMultimap.Builder

ImmutableSortedMap

ImmutableSortedMap.Builder

ImmutableSortedMultiset

ImmutableSortedMultiset.Builder

ImmutableSortedSet

ImmutableSortedSet.Builder

ImmutableTable

ImmutableTable.Builder

ImmutableTypeToInstanceMap

ImmutableTypeToInstanceMap.Builder

ImmutableValueGraph

InetAddresses

InetAddresses.TeredoInfo

InsecureRecursiveDeleteException

Interner

Interners

Interners.InternerBuilder

InternetDomainName

IntMath

Ints

Invokable

Iterables

Iterators

JdkFutureAdapters

Joiner

Joiner.MapJoiner

LinearTransformation

LinearTransformation.LinearTransformationBuilder

LineProcessor

LineReader

LinkedHashMultimap

LinkedHashMultiset

LinkedListMultimap

ListenableFuture

ListenableFutureTask

ListenableScheduledFuture

ListeningExecutorService

ListeningScheduledExecutorService

ListMultimap

Lists

LittleEndianDataInputStream

LittleEndianDataOutputStream

LoadingCache

LongMath

Longs

MapDifference

MapDifference.ValueDifference

MapMaker

Maps

Maps.EntryTransformer

MediaType

MinMaxPriorityQueue

MinMaxPriorityQueue.Builder

Monitor

Monitor.Guard

MoreCollectors

MoreExecutors

MoreFiles

MoreObjects

MoreObjects.ToStringHelper

Multimap

MultimapBuilder

MultimapBuilder.ListMultimapBuilder

MultimapBuilder.MultimapBuilderWithKeys

MultimapBuilder.SetMultimapBuilder

MultimapBuilder.SortedSetMultimapBuilder

Multimaps

Multiset

Multiset.Entry

Multisets

MutableClassToInstanceMap

MutableGraph

MutableNetwork

MutableTypeToInstanceMap

MutableValueGraph

Network

NetworkBuilder

ObjectArrays

Objects

Optional

Ordering

PairedStats

PairedStatsAccumulator

Parameter

PatternFilenameFilter

PeekingIterator

PercentEscaper

Preconditions

PredecessorsFunction

Predicate

Predicates

Primitives

PrimitiveSink

Quantiles

Quantiles.Scale

Quantiles.ScaleAndIndex

Quantiles.ScaleAndIndexes

Queues

Range

RangeMap

RangeSet

RateLimiter

RecursiveDeleteOption

Reflection

RemovalCause

RemovalListener

RemovalListeners

RemovalNotification

Resources

RowSortedTable

Runnables

Service

Service.Listener

Service.State

ServiceManager

ServiceManager.Listener

SetMultimap

Sets

Sets.SetView

SettableFuture

Shorts

SignedBytes

SimpleTimeLimiter

SortedMapDifference

SortedMultiset

SortedSetMultimap

Splitter

Splitter.MapSplitter

StandardSystemProperty

Stats

StatsAccumulator

Stopwatch

Streams

Streams.DoubleFunctionWithIndex

Streams.FunctionWithIndex

Streams.IntFunctionWithIndex

Streams.LongFunctionWithIndex

Strings

Striped

Subscribe

SubscriberExceptionContext

SubscriberExceptionHandler

SuccessorsFunction

Supplier

Suppliers

Table

Table.Cell

Tables

ThreadFactoryBuilder

Throwables

Ticker

TimeLimiter

TreeBasedTable

TreeMultimap

TreeMultiset

TreeRangeMap

TreeRangeSet

TreeTraverser

TypeParameter

TypeResolver

TypeToInstanceMap

TypeToken

UncaughtExceptionHandlers

UncheckedExecutionException

UncheckedTimeoutException

UnicodeEscaper

Uninterruptibles

UnmodifiableIterator

UnmodifiableListIterator

UnsignedBytes

UnsignedInteger

UnsignedInts

UnsignedLong

UnsignedLongs

UrlEscapers

Utf8

ValueGraph

ValueGraphBuilder

Verify

VerifyException

VisibleForTesting

Weigher

XmlEscapers

更多推荐

guava 简介、中文文档、中英对照文档 下载

本文发布于:2024-03-23 22:10:42,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1743428.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文档   中文   中英对照   简介   guava

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!