文件名称: collection-0.7.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.andrewoma.dexx</groupId>
<artifactId>collection</artifactId>
<version>0.7</version>
</dependency>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")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
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.redblackcom.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