collection-0.7.jar中文-英文对照文档.zip

com.github.andrewoma.dexxcollection0.7API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: collection-0.7.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 368.28 KB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

collection-0.7.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:collection-0.7.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:collection-0.7.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:collection-0.7.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:collection-0.7-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 collection-0.7.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: dexx
  • 描述: 持久(不可变)集合库
  • 版本: 0.7

Maven依赖

<dependency>
	<groupId>com.github.andrewoma.dexx</groupId>
	<artifactId>collection</artifactId>
	<version>0.7</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.github.andrewoma.dexx', name: 'collection', version: '0.7'
Gradle (Short):
	implementation 'com.github.andrewoma.dexx:collection:0.7'
Gradle (Kotlin):
	implementation("com.github.andrewoma.dexx:collection:0.7")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.github.andrewoma.dexx.collection
com.github.andrewoma.dexx.collection.internal.adapter
com.github.andrewoma.dexx.collection.internal.base
com.github.andrewoma.dexx.collection.internal.builder
com.github.andrewoma.dexx.collection.internal.hashmap
com.github.andrewoma.dexx.collection.internal.redblack

本组件包含的 Java class(类)

com.github.andrewoma.dexx.collection.ArrayList
com.github.andrewoma.dexx.collection.ArrayLists
com.github.andrewoma.dexx.collection.Builder
com.github.andrewoma.dexx.collection.BuilderFactory
com.github.andrewoma.dexx.collection.ConsList
com.github.andrewoma.dexx.collection.DerivedKeyHashMap
com.github.andrewoma.dexx.collection.Function
com.github.andrewoma.dexx.collection.HashMap
com.github.andrewoma.dexx.collection.HashSet
com.github.andrewoma.dexx.collection.IdentityKeyFunction
com.github.andrewoma.dexx.collection.IndexedList
com.github.andrewoma.dexx.collection.IndexedLists
com.github.andrewoma.dexx.collection.Iterable
com.github.andrewoma.dexx.collection.KeyFunction
com.github.andrewoma.dexx.collection.LinkedList
com.github.andrewoma.dexx.collection.LinkedLists
com.github.andrewoma.dexx.collection.List
com.github.andrewoma.dexx.collection.Map
com.github.andrewoma.dexx.collection.Maps
com.github.andrewoma.dexx.collection.Pair
com.github.andrewoma.dexx.collection.Set
com.github.andrewoma.dexx.collection.Sets
com.github.andrewoma.dexx.collection.SortedMap
com.github.andrewoma.dexx.collection.SortedMaps
com.github.andrewoma.dexx.collection.SortedSet
com.github.andrewoma.dexx.collection.SortedSets
com.github.andrewoma.dexx.collection.Traversable
com.github.andrewoma.dexx.collection.TreeMap
com.github.andrewoma.dexx.collection.TreeSet
com.github.andrewoma.dexx.collection.Vector
com.github.andrewoma.dexx.collection.internal.adapter.Adapters
com.github.andrewoma.dexx.collection.internal.adapter.ListAdapater
com.github.andrewoma.dexx.collection.internal.adapter.MapAdapter
com.github.andrewoma.dexx.collection.internal.adapter.SetAdapater
com.github.andrewoma.dexx.collection.internal.adapter.SortedMapAdapter
com.github.andrewoma.dexx.collection.internal.adapter.SortedSetAdapter
com.github.andrewoma.dexx.collection.internal.base.AbstractIndexedList
com.github.andrewoma.dexx.collection.internal.base.AbstractIterable
com.github.andrewoma.dexx.collection.internal.base.AbstractLinkedList
com.github.andrewoma.dexx.collection.internal.base.AbstractList
com.github.andrewoma.dexx.collection.internal.base.AbstractMap
com.github.andrewoma.dexx.collection.internal.base.AbstractSet
com.github.andrewoma.dexx.collection.internal.base.AbstractSortedMap
com.github.andrewoma.dexx.collection.internal.base.AbstractSortedSet
com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
com.github.andrewoma.dexx.collection.internal.base.Break
com.github.andrewoma.dexx.collection.internal.base.Iterables
com.github.andrewoma.dexx.collection.internal.base.MappedIterable
com.github.andrewoma.dexx.collection.internal.builder.AbstractBuilder
com.github.andrewoma.dexx.collection.internal.builder.AbstractSelfBuilder
com.github.andrewoma.dexx.collection.internal.hashmap.CompactHashMap
com.github.andrewoma.dexx.collection.internal.hashmap.ListMap
com.github.andrewoma.dexx.collection.internal.redblack.AbstractDerivedKeyTree
com.github.andrewoma.dexx.collection.internal.redblack.AbstractTree
com.github.andrewoma.dexx.collection.internal.redblack.BlackTree
com.github.andrewoma.dexx.collection.internal.redblack.DefaultTreeFactory
com.github.andrewoma.dexx.collection.internal.redblack.DerivedKeyFactory
com.github.andrewoma.dexx.collection.internal.redblack.RedBlackTree
com.github.andrewoma.dexx.collection.internal.redblack.RedTree
com.github.andrewoma.dexx.collection.internal.redblack.Tree
com.github.andrewoma.dexx.collection.internal.redblack.TreeFactory