From e8fe3f0fc04491f0e7e528784fb7c20bb756fa0c Mon Sep 17 00:00:00 2001 From: Tommy Ettinger Date: Sat, 31 Dec 2022 19:30:39 -0800 Subject: [PATCH] Release 1.1.1 ! --- README.md | 46 +- build.gradle | 6 +- docs/apidocs/allclasses-index.html | 312 ++++++----- docs/apidocs/allpackages-index.html | 14 +- .../github/tommyettinger/ds/Arrangeable.html | 4 +- .../ds/BinaryHeap.HeapIterator.html | 2 +- .../tommyettinger/ds/BinaryHeap.Node.html | 2 +- .../github/tommyettinger/ds/BinaryHeap.html | 27 +- .../ds/BooleanDeque.BooleanDequeIterator.html | 2 +- .../github/tommyettinger/ds/BooleanDeque.html | 22 +- .../ds/BooleanList.BooleanListIterator.html | 2 +- .../github/tommyettinger/ds/BooleanList.html | 17 +- .../ds/ByteDeque.ByteDequeIterator.html | 2 +- .../github/tommyettinger/ds/ByteDeque.html | 27 +- .../ds/ByteList.ByteListIterator.html | 2 +- .../com/github/tommyettinger/ds/ByteList.html | 17 +- .../ds/CaseInsensitiveMap.Entry.html | 7 +- .../ds/CaseInsensitiveMap.Keys.html | 2 +- .../tommyettinger/ds/CaseInsensitiveMap.html | 9 +- .../ds/CaseInsensitiveOrderedMap.Entry.html | 7 +- .../ds/CaseInsensitiveOrderedMap.Keys.html | 2 +- .../ds/CaseInsensitiveOrderedMap.html | 9 +- .../ds/CaseInsensitiveOrderedSet.html | 9 +- .../tommyettinger/ds/CaseInsensitiveSet.html | 9 +- .../ds/CharDeque.CharDequeIterator.html | 2 +- .../github/tommyettinger/ds/CharDeque.html | 27 +- .../ds/CharList.CharListIterator.html | 2 +- .../com/github/tommyettinger/ds/CharList.html | 17 +- .../ds/DoubleDeque.DoubleDequeIterator.html | 2 +- .../github/tommyettinger/ds/DoubleDeque.html | 27 +- .../ds/DoubleList.DoubleListIterator.html | 2 +- .../github/tommyettinger/ds/DoubleList.html | 17 +- .../ds/FloatDeque.FloatDequeIterator.html | 2 +- .../github/tommyettinger/ds/FloatDeque.html | 29 +- .../ds/FloatList.FloatListIterator.html | 2 +- .../github/tommyettinger/ds/FloatList.html | 19 +- ...erOrderedSet.HolderOrderedSetIterator.html | 2 +- .../tommyettinger/ds/HolderOrderedSet.html | 27 +- .../ds/HolderSet.HolderSetIterator.html | 2 +- .../github/tommyettinger/ds/HolderSet.html | 153 +++-- .../tommyettinger/ds/IdentityObjectMap.html | 59 +- .../ds/IdentityObjectOrderedMap.html | 59 +- .../tommyettinger/ds/IdentityOrderedSet.html | 433 +++++++++++++++ .../github/tommyettinger/ds/IdentitySet.html | 400 +++++++++++++ .../ds/IntDeque.IntDequeIterator.html | 2 +- .../com/github/tommyettinger/ds/IntDeque.html | 29 +- .../tommyettinger/ds/IntFloatMap.Entries.html | 2 +- .../tommyettinger/ds/IntFloatMap.Entry.html | 7 +- .../ds/IntFloatMap.EntryIterator.html | 2 +- .../ds/IntFloatMap.KeyIterator.html | 2 +- .../tommyettinger/ds/IntFloatMap.Keys.html | 53 +- .../ds/IntFloatMap.MapIterator.html | 2 +- .../ds/IntFloatMap.ValueIterator.html | 2 +- .../tommyettinger/ds/IntFloatMap.Values.html | 57 +- .../github/tommyettinger/ds/IntFloatMap.html | 231 ++++---- .../IntFloatOrderedMap.OrderedMapEntries.html | 2 +- .../ds/IntFloatOrderedMap.OrderedMapKeys.html | 10 +- .../IntFloatOrderedMap.OrderedMapValues.html | 10 +- .../tommyettinger/ds/IntFloatOrderedMap.html | 9 +- .../tommyettinger/ds/IntIntMap.Entries.html | 2 +- .../tommyettinger/ds/IntIntMap.Entry.html | 7 +- .../ds/IntIntMap.EntryIterator.html | 2 +- .../ds/IntIntMap.KeyIterator.html | 2 +- .../tommyettinger/ds/IntIntMap.Keys.html | 53 +- .../ds/IntIntMap.MapIterator.html | 2 +- .../ds/IntIntMap.ValueIterator.html | 2 +- .../tommyettinger/ds/IntIntMap.Values.html | 57 +- .../github/tommyettinger/ds/IntIntMap.html | 233 ++++---- .../IntIntOrderedMap.OrderedMapEntries.html | 2 +- .../ds/IntIntOrderedMap.OrderedMapKeys.html | 10 +- .../ds/IntIntOrderedMap.OrderedMapValues.html | 10 +- .../tommyettinger/ds/IntIntOrderedMap.html | 9 +- .../ds/IntList.IntListIterator.html | 2 +- .../com/github/tommyettinger/ds/IntList.html | 19 +- .../tommyettinger/ds/IntLongMap.Entries.html | 2 +- .../tommyettinger/ds/IntLongMap.Entry.html | 7 +- .../ds/IntLongMap.EntryIterator.html | 2 +- .../ds/IntLongMap.KeyIterator.html | 2 +- .../tommyettinger/ds/IntLongMap.Keys.html | 53 +- .../ds/IntLongMap.MapIterator.html | 2 +- .../ds/IntLongMap.ValueIterator.html | 2 +- .../tommyettinger/ds/IntLongMap.Values.html | 57 +- .../github/tommyettinger/ds/IntLongMap.html | 99 +++- .../IntLongOrderedMap.OrderedMapEntries.html | 2 +- .../ds/IntLongOrderedMap.OrderedMapKeys.html | 10 +- .../IntLongOrderedMap.OrderedMapValues.html | 10 +- .../tommyettinger/ds/IntLongOrderedMap.html | 9 +- .../ds/IntObjectMap.Entries.html | 2 +- .../tommyettinger/ds/IntObjectMap.Entry.html | 30 +- .../ds/IntObjectMap.EntryIterator.html | 2 +- .../ds/IntObjectMap.KeyIterator.html | 2 +- .../tommyettinger/ds/IntObjectMap.Keys.html | 53 +- .../ds/IntObjectMap.MapIterator.html | 2 +- .../ds/IntObjectMap.ValueIterator.html | 7 +- .../tommyettinger/ds/IntObjectMap.Values.html | 17 +- .../github/tommyettinger/ds/IntObjectMap.html | 314 ++++++----- ...IntObjectOrderedMap.OrderedMapEntries.html | 2 +- .../IntObjectOrderedMap.OrderedMapKeys.html | 10 +- .../IntObjectOrderedMap.OrderedMapValues.html | 2 +- .../tommyettinger/ds/IntObjectOrderedMap.html | 59 +- .../IntOrderedSet.IntOrderedSetIterator.html | 2 +- .../tommyettinger/ds/IntOrderedSet.html | 6 +- .../ds/IntSet.IntSetIterator.html | 2 +- .../com/github/tommyettinger/ds/IntSet.html | 115 ++-- .../ds/LongDeque.LongDequeIterator.html | 2 +- .../github/tommyettinger/ds/LongDeque.html | 29 +- .../ds/LongFloatMap.Entries.html | 2 +- .../tommyettinger/ds/LongFloatMap.Entry.html | 7 +- .../ds/LongFloatMap.EntryIterator.html | 2 +- .../ds/LongFloatMap.KeyIterator.html | 2 +- .../tommyettinger/ds/LongFloatMap.Keys.html | 53 +- .../ds/LongFloatMap.MapIterator.html | 2 +- .../ds/LongFloatMap.ValueIterator.html | 2 +- .../tommyettinger/ds/LongFloatMap.Values.html | 57 +- .../github/tommyettinger/ds/LongFloatMap.html | 231 ++++---- ...LongFloatOrderedMap.OrderedMapEntries.html | 2 +- .../LongFloatOrderedMap.OrderedMapKeys.html | 10 +- .../LongFloatOrderedMap.OrderedMapValues.html | 10 +- .../tommyettinger/ds/LongFloatOrderedMap.html | 9 +- .../tommyettinger/ds/LongIntMap.Entries.html | 10 +- .../tommyettinger/ds/LongIntMap.Entry.html | 7 +- .../ds/LongIntMap.EntryIterator.html | 2 +- .../ds/LongIntMap.KeyIterator.html | 2 +- .../tommyettinger/ds/LongIntMap.Keys.html | 53 +- .../ds/LongIntMap.MapIterator.html | 2 +- .../ds/LongIntMap.ValueIterator.html | 2 +- .../tommyettinger/ds/LongIntMap.Values.html | 57 +- .../github/tommyettinger/ds/LongIntMap.html | 233 ++++---- .../LongIntOrderedMap.OrderedMapEntries.html | 4 +- .../ds/LongIntOrderedMap.OrderedMapKeys.html | 10 +- .../LongIntOrderedMap.OrderedMapValues.html | 10 +- .../tommyettinger/ds/LongIntOrderedMap.html | 9 +- .../ds/LongList.LongListIterator.html | 2 +- .../com/github/tommyettinger/ds/LongList.html | 19 +- .../tommyettinger/ds/LongLongMap.Entries.html | 2 +- .../tommyettinger/ds/LongLongMap.Entry.html | 7 +- .../ds/LongLongMap.EntryIterator.html | 2 +- .../ds/LongLongMap.KeyIterator.html | 2 +- .../tommyettinger/ds/LongLongMap.Keys.html | 53 +- .../ds/LongLongMap.MapIterator.html | 2 +- .../ds/LongLongMap.ValueIterator.html | 2 +- .../tommyettinger/ds/LongLongMap.Values.html | 57 +- .../github/tommyettinger/ds/LongLongMap.html | 233 ++++---- .../LongLongOrderedMap.OrderedMapEntries.html | 2 +- .../ds/LongLongOrderedMap.OrderedMapKeys.html | 10 +- .../LongLongOrderedMap.OrderedMapValues.html | 10 +- .../tommyettinger/ds/LongLongOrderedMap.html | 9 +- .../ds/LongObjectMap.Entries.html | 2 +- .../tommyettinger/ds/LongObjectMap.Entry.html | 30 +- .../ds/LongObjectMap.EntryIterator.html | 2 +- .../ds/LongObjectMap.KeyIterator.html | 2 +- .../tommyettinger/ds/LongObjectMap.Keys.html | 53 +- .../ds/LongObjectMap.MapIterator.html | 2 +- .../ds/LongObjectMap.ValueIterator.html | 7 +- .../ds/LongObjectMap.Values.html | 17 +- .../tommyettinger/ds/LongObjectMap.html | 314 ++++++----- ...ongObjectOrderedMap.OrderedMapEntries.html | 2 +- .../LongObjectOrderedMap.OrderedMapKeys.html | 10 +- ...LongObjectOrderedMap.OrderedMapValues.html | 2 +- .../ds/LongObjectOrderedMap.html | 59 +- ...LongOrderedSet.LongOrderedSetIterator.html | 2 +- .../tommyettinger/ds/LongOrderedSet.html | 6 +- .../ds/LongSet.LongSetIterator.html | 2 +- .../com/github/tommyettinger/ds/LongSet.html | 115 ++-- .../ds/NumberedSet.InternalMap.html | 9 +- .../ds/NumberedSet.NumberedSetIterator.html | 17 +- .../github/tommyettinger/ds/NumberedSet.html | 141 ++--- .../ds/ObjectDeque.ObjectDequeIterator.html | 22 +- .../github/tommyettinger/ds/ObjectDeque.html | 265 ++++----- .../ds/ObjectFloatMap.Entries.html | 2 +- .../ds/ObjectFloatMap.Entry.html | 21 +- .../ds/ObjectFloatMap.EntryIterator.html | 2 +- .../ds/ObjectFloatMap.KeyIterator.html | 2 +- .../tommyettinger/ds/ObjectFloatMap.Keys.html | 2 +- .../ds/ObjectFloatMap.MapIterator.html | 2 +- .../ds/ObjectFloatMap.ValueIterator.html | 2 +- .../ds/ObjectFloatMap.Values.html | 53 +- .../tommyettinger/ds/ObjectFloatMap.html | 246 ++++---- ...jectFloatOrderedMap.OrderedMapEntries.html | 2 +- .../ObjectFloatOrderedMap.OrderedMapKeys.html | 2 +- ...bjectFloatOrderedMap.OrderedMapValues.html | 10 +- .../ds/ObjectFloatOrderedMap.html | 9 +- .../ds/ObjectIntMap.Entries.html | 2 +- .../tommyettinger/ds/ObjectIntMap.Entry.html | 21 +- .../ds/ObjectIntMap.EntryIterator.html | 2 +- .../ds/ObjectIntMap.KeyIterator.html | 2 +- .../tommyettinger/ds/ObjectIntMap.Keys.html | 2 +- .../ds/ObjectIntMap.MapIterator.html | 2 +- .../ds/ObjectIntMap.ValueIterator.html | 2 +- .../tommyettinger/ds/ObjectIntMap.Values.html | 53 +- .../github/tommyettinger/ds/ObjectIntMap.html | 243 ++++---- ...ObjectIntOrderedMap.OrderedMapEntries.html | 2 +- .../ObjectIntOrderedMap.OrderedMapKeys.html | 2 +- .../ObjectIntOrderedMap.OrderedMapValues.html | 10 +- .../tommyettinger/ds/ObjectIntOrderedMap.html | 9 +- .../ds/ObjectList.ObjectListIterator.html | 22 +- .../github/tommyettinger/ds/ObjectList.html | 52 +- .../ds/ObjectLongMap.Entries.html | 2 +- .../tommyettinger/ds/ObjectLongMap.Entry.html | 21 +- .../ds/ObjectLongMap.EntryIterator.html | 2 +- .../ds/ObjectLongMap.KeyIterator.html | 2 +- .../tommyettinger/ds/ObjectLongMap.Keys.html | 2 +- .../ds/ObjectLongMap.MapIterator.html | 2 +- .../ds/ObjectLongMap.ValueIterator.html | 2 +- .../ds/ObjectLongMap.Values.html | 53 +- .../tommyettinger/ds/ObjectLongMap.html | 243 ++++---- ...bjectLongOrderedMap.OrderedMapEntries.html | 2 +- .../ObjectLongOrderedMap.OrderedMapKeys.html | 2 +- ...ObjectLongOrderedMap.OrderedMapValues.html | 10 +- .../ds/ObjectLongOrderedMap.html | 9 +- .../ds/ObjectObjectMap.Entries.html | 2 +- .../ds/ObjectObjectMap.Entry.html | 44 +- .../ds/ObjectObjectMap.Keys.html | 2 +- .../ds/ObjectObjectMap.MapIterator.html | 2 +- .../ds/ObjectObjectMap.Values.html | 2 +- .../tommyettinger/ds/ObjectObjectMap.html | 295 +++++----- ...ectObjectOrderedMap.OrderedMapEntries.html | 2 +- ...ObjectObjectOrderedMap.OrderedMapKeys.html | 2 +- ...jectObjectOrderedMap.OrderedMapValues.html | 2 +- .../ds/ObjectObjectOrderedMap.html | 59 +- ...ctOrderedSet.ObjectOrderedSetIterator.html | 2 +- .../tommyettinger/ds/ObjectOrderedSet.html | 11 +- .../ds/ObjectSet.ObjectSetIterator.html | 2 +- .../github/tommyettinger/ds/ObjectSet.html | 133 +++-- .../ds/OffsetBitSet.OffsetBitSetIterator.html | 2 +- .../github/tommyettinger/ds/OffsetBitSet.html | 18 +- .../tommyettinger/ds/Ordered.OfBoolean.html | 7 +- .../tommyettinger/ds/Ordered.OfByte.html | 7 +- .../tommyettinger/ds/Ordered.OfChar.html | 7 +- .../tommyettinger/ds/Ordered.OfDouble.html | 7 +- .../tommyettinger/ds/Ordered.OfFloat.html | 7 +- .../tommyettinger/ds/Ordered.OfInt.html | 7 +- .../tommyettinger/ds/Ordered.OfLong.html | 7 +- .../tommyettinger/ds/Ordered.OfShort.html | 7 +- .../com/github/tommyettinger/ds/Ordered.html | 9 +- .../ds/PrimitiveCollection.OfBoolean.html | 2 +- .../ds/PrimitiveCollection.OfByte.html | 2 +- .../ds/PrimitiveCollection.OfChar.html | 2 +- .../ds/PrimitiveCollection.OfDouble.html | 2 +- .../ds/PrimitiveCollection.OfFloat.html | 93 ++-- .../ds/PrimitiveCollection.OfInt.html | 93 ++-- .../ds/PrimitiveCollection.OfLong.html | 93 ++-- .../ds/PrimitiveCollection.OfShort.html | 2 +- .../tommyettinger/ds/PrimitiveCollection.html | 2 +- .../github/tommyettinger/ds/QuickSelect.html | 2 +- .../com/github/tommyettinger/ds/Select.html | 2 +- .../ds/ShortDeque.ShortDequeIterator.html | 2 +- .../github/tommyettinger/ds/ShortDeque.html | 27 +- .../ds/ShortList.ShortListIterator.html | 2 +- .../github/tommyettinger/ds/ShortList.html | 17 +- .../github/tommyettinger/ds/Utilities.html | 48 +- .../ds/annotations/NotNullDefault.html | 83 --- .../ds/annotations/package-summary.html | 103 ---- .../ds/annotations/package-tree.html | 67 --- .../tommyettinger/ds/package-summary.html | 30 +- .../github/tommyettinger/ds/package-tree.html | 4 +- .../ds/support/sort/BooleanComparator.html | 2 +- ...Comparators.NaturalImplicitComparator.html | 2 +- ...BooleanComparators.OppositeComparator.html | 2 +- ...omparators.OppositeImplicitComparator.html | 2 +- .../ds/support/sort/BooleanComparators.html | 2 +- .../ds/support/sort/ByteComparator.html | 2 +- ...Comparators.NaturalImplicitComparator.html | 2 +- .../ByteComparators.OppositeComparator.html | 2 +- ...omparators.OppositeImplicitComparator.html | 2 +- .../ByteComparators.UnsignedComparator.html | 2 +- ...omparators.UnsignedOppositeComparator.html | 2 +- .../ds/support/sort/ByteComparators.html | 12 +- .../ds/support/sort/CharComparator.html | 2 +- ...Comparators.NaturalImplicitComparator.html | 2 +- .../CharComparators.OppositeComparator.html | 2 +- ...omparators.OppositeImplicitComparator.html | 2 +- .../ds/support/sort/CharComparators.html | 12 +- .../ds/support/sort/DoubleComparator.html | 2 +- ...Comparators.NaturalImplicitComparator.html | 2 +- .../DoubleComparators.OppositeComparator.html | 2 +- ...omparators.OppositeImplicitComparator.html | 2 +- .../DoubleComparators.TolerantComparator.html | 2 +- .../ds/support/sort/DoubleComparators.html | 12 +- .../ds/support/sort/FloatComparator.html | 2 +- ...Comparators.NaturalImplicitComparator.html | 2 +- .../FloatComparators.OppositeComparator.html | 2 +- ...omparators.OppositeImplicitComparator.html | 2 +- .../FloatComparators.TolerantComparator.html | 2 +- .../ds/support/sort/FloatComparators.html | 12 +- .../ds/support/sort/IntComparator.html | 2 +- ...Comparators.NaturalImplicitComparator.html | 2 +- .../IntComparators.OppositeComparator.html | 2 +- ...omparators.OppositeImplicitComparator.html | 2 +- .../IntComparators.UnsignedComparator.html | 2 +- ...omparators.UnsignedOppositeComparator.html | 2 +- .../ds/support/sort/IntComparators.html | 12 +- .../ds/support/sort/LongComparator.html | 2 +- ...Comparators.NaturalImplicitComparator.html | 2 +- .../LongComparators.OppositeComparator.html | 2 +- ...omparators.OppositeImplicitComparator.html | 2 +- .../LongComparators.UnsignedComparator.html | 2 +- ...omparators.UnsignedOppositeComparator.html | 2 +- .../ds/support/sort/LongComparators.html | 12 +- .../support/sort/NaturalTextComparator.html | 2 +- .../ds/support/sort/ObjectComparators.html | 22 +- .../ds/support/sort/ShortComparator.html | 2 +- ...Comparators.NaturalImplicitComparator.html | 2 +- .../ShortComparators.OppositeComparator.html | 2 +- ...omparators.OppositeImplicitComparator.html | 2 +- .../ShortComparators.UnsignedComparator.html | 2 +- ...omparators.UnsignedOppositeComparator.html | 2 +- .../ds/support/sort/ShortComparators.html | 12 +- .../ds/support/sort/package-summary.html | 5 +- .../ds/support/sort/package-tree.html | 2 +- .../ds/support/util/BooleanIterator.html | 2 +- .../ds/support/util/ByteIterator.html | 2 +- .../ds/support/util/CharIterator.html | 2 +- .../ds/support/util/FloatIterator.html | 2 +- .../ds/support/util/ShortIterator.html | 2 +- .../ds/support/util/package-summary.html | 5 +- .../ds/support/util/package-tree.html | 2 +- docs/apidocs/constant-values.html | 2 +- docs/apidocs/deprecated-list.html | 2 +- docs/apidocs/element-list | 1 - docs/apidocs/help-doc.html | 2 +- docs/apidocs/index-all.html | 525 ++++++++++++++---- docs/apidocs/index.html | 16 +- docs/apidocs/member-search-index.js | 2 +- docs/apidocs/overview-summary.html | 2 +- docs/apidocs/overview-tree.html | 11 +- docs/apidocs/package-search-index.js | 2 +- docs/apidocs/serialized-form.html | 2 +- docs/apidocs/type-search-index.js | 2 +- gradle.properties | 2 +- .../tommyettinger/ds/test/PileupTest.java | 7 +- 331 files changed, 5427 insertions(+), 3696 deletions(-) create mode 100644 docs/apidocs/com/github/tommyettinger/ds/IdentityOrderedSet.html create mode 100644 docs/apidocs/com/github/tommyettinger/ds/IdentitySet.html delete mode 100644 docs/apidocs/com/github/tommyettinger/ds/annotations/NotNullDefault.html delete mode 100644 docs/apidocs/com/github/tommyettinger/ds/annotations/package-summary.html delete mode 100644 docs/apidocs/com/github/tommyettinger/ds/annotations/package-tree.html diff --git a/README.md b/README.md index 4fae6c87a..b005ad5ff 100644 --- a/README.md +++ b/README.md @@ -103,23 +103,27 @@ speedup of over 3 orders of magnitude). You have two options: Maven Central for stable releases, or JitPack to select a commit of your choice to build. -Maven Central uses the Gradle dependency `api 'com.github.tommyettinger:jdkgdxds:1.1.0'` (you can use `implementation` instead -of `api` if you don't use the `java-library` plugin). It does not need any additional repository to be specified in most -cases; if it can't be found, you may need the repository `mavenCentral()` . Jdkgdxds has dependencies on `digital` (which provides +Maven Central uses the Gradle dependency: +``` +api 'com.github.tommyettinger:jdkgdxds:1.1.1' +``` +You can use `implementation` instead of `api` if you don't use the `java-library` plugin. +It does not need any additional repository to be specified in most cases; if it can't be found, you may need the repository +`mavenCentral()` or to remove the `mavenLocal()` repo. Jdkgdxds has dependencies on `digital` (which provides common math code meant for use by multiple projects), `funderby` (Java 8 functional interfaces for primitive types), and for -annotations only, `checker-qual` ([The project GitHub is here.](https://github.com/typetools/checker-framework)). The -version for the `digital` dependency is 0.1.5 (you can specify it manually with the core dependency -`api "com.github.tommyettinger:digital:0.1.5"`). Funderby hasn't changed since its initial release, 0.0.1 (you can specify it -manually with `implementation "com.github.tommyettinger:funderby:0.0.1:sources"`). The version for `checker-qual` is 3.28.0 , and +annotations only, `checker-qual` ([the project GitHub page is here.](https://github.com/typetools/checker-framework)). The +version for the `digital` dependency is 0.1.6 (you can specify it manually with the core dependency +`api "com.github.tommyettinger:digital:0.1.6"`). Funderby hasn't changed since its initial release, 0.0.1 (you can specify it +manually with `implementation "com.github.tommyettinger:funderby:0.0.1"`). The version for `checker-qual` is 3.28.0 , and is expected to go up often because checker-qual rather-frequently updates to handle JDK changes. Earlier versions of jdkgdxds used `jsr305` instead of `checker-qual`, which had some potential problems on Java 9 and up (not to mention that JSR305 is currently -unmaintained). +unmaintained). You can manually specify a `checker-qual` version with `api "org.checkerframework:checker-qual:3.28.0"`. If you have an HTML module, add: ``` implementation "com.github.tommyettinger:funderby:0.0.1:sources" -implementation "com.github.tommyettinger:digital:0.1.5:sources" -implementation "com.github.tommyettinger:jdkgdxds:1.1.0:sources" +implementation "com.github.tommyettinger:digital:0.1.6:sources" +implementation "com.github.tommyettinger:jdkgdxds:1.1.1:sources" ``` to its dependencies, and in its `GdxDefinition.gwt.xml` (in the HTML module), add @@ -135,6 +139,11 @@ gdx-liftoff that target Java 8 or higher have this already, but projects made wi ``` android.defaultConfig.multiDexEnabled true android.compileOptions.coreLibraryDesugaringEnabled true + +// These can be higher versions, but typically no greater than JDK 11 +android.compileOptions.sourceCompatibility JavaVersion.VERSION_1_8 +android.compileOptions.targetCompatibility JavaVersion.VERSION_1_8 + dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' } @@ -153,16 +162,16 @@ for that library -- both digital and juniper were both mostly drawn from code in The version for funderby is expected to stay at or around 0.0.1, since it is a relatively small library and is probably complete. You can build specific, typically brand-new commits on JitPack. -[JitPack has instructions for any recent commit you want here](https://jitpack.io/#tommyettinger/jdkgdxds/598bede570). +[JitPack has instructions for any recent commit you want here](https://jitpack.io/#tommyettinger/jdkgdxds/50e8ae043e). To reiterate, you add `maven { url 'https://jitpack.io' }` to your project's `repositories` section, just **not** the one inside `buildscript` (that just applies to the Gradle script itself, not your project). Then you can add -`implementation 'com.github.tommyettinger:jdkgdxds:598bede570'` or `api 'com.github.tommyettinger:jdkgdxds:598bede570'`, depending +`implementation 'com.github.tommyettinger:jdkgdxds:50e8ae043e'` or `api 'com.github.tommyettinger:jdkgdxds:50e8ae043e'`, depending on what your other dependencies use, to your project or its core module (if there are multiple modules, as in a typical libGDX project). If you have an HTML module, add: ``` implementation "com.github.tommyettinger:funderby:0.0.1:sources" -implementation "com.github.tommyettinger:digital:0.1.5:sources" -implementation "com.github.tommyettinger:jdkgdxds:598bede570:sources" +implementation "com.github.tommyettinger:digital:0.1.6:sources" +implementation "com.github.tommyettinger:jdkgdxds:50e8ae043e:sources" ``` to its dependencies, and in its `GdxDefinition.gwt.xml` (in the HTML module), add @@ -171,18 +180,19 @@ dependencies, and in its `GdxDefinition.gwt.xml` (in the HTML module), add ``` -in with the other `inherits` lines. `598bede570` is an example of a recent commit, and can be +in with the other `inherits` lines. `50e8ae043e` is an example of a recent commit, and can be replaced with other commits shown on JitPack. There is an optional dependency, [jdkgdxds-interop](https://github.com/tommyettinger/jdkgdxds_interop), that provides code to transfer libGDX data structures to and from jdkgdxds data structures, and more importantly, to store any`*` jdkgdxds classes using libGDX's `Json` class. `*`Any, only because `IdentityMap` and `IdentityOrderedMap` don't make sense to serialize, while `HolderSet` and `HolderOrderedSet` can't be serialized easily because their behavior depends on a `Function`. For historical -reasons, jdkgdxds-interop also can serialize classes from digital and juniper. +reasons, jdkgdxds-interop also can serialize classes from digital and juniper. Dependency information is provided in the +jdkgdxds-interop README.md . Another optional dependency, [kryo-more](https://github.com/tommyettinger/kryo-more), allows serializing jdkgdxds data structures -efficiently on non-GWT platforms (using Kryo 5.x for binary serialization). The dependency you would probably use for it is -`implementation "com.github.tommyettinger:kryo-jdkgdxds:1.0.4.0"` . +efficiently on non-GWT platforms (using Kryo 5.x for binary serialization). Dependency information is provided in the kryo-more +README.md . ## Updating to 1.0.1 diff --git a/build.gradle b/build.gradle index 6196a5cf0..1c920d46f 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ def projectName = 'jdkgdxds' version "$VERSION_NAME" group 'com.github.tommyettinger' -//api "com.github.tommyettinger:jdkgdxds:1.1.0" +//api "com.github.tommyettinger:jdkgdxds:1.1.1" [compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8' @@ -72,8 +72,8 @@ repositories { dependencies { api "com.github.tommyettinger:funderby:$funderbyVersion" api "com.github.tommyettinger:digital:$digitalVersion" - api 'org.checkerframework:checker-qual:3.28.0' -// api 'com.google.code.findbugs:jsr305:3.0.2' + api "org.checkerframework:checker-qual:3.28.0" // provides nullity annotations +// api 'com.google.code.findbugs:jsr305:3.0.2' // may cause issues if JDK9+ modules are used testImplementation "com.github.tommyettinger:juniper:$juniperVersion" testImplementation "junit:junit:4.13.2" testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.9.0' diff --git a/docs/apidocs/allclasses-index.html b/docs/apidocs/allclasses-index.html index 6b9dd73ee..7c7da81eb 100644 --- a/docs/apidocs/allclasses-index.html +++ b/docs/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (jdkgdxds 1.1.0 API) +All Classes and Interfaces (jdkgdxds 1.1.1 API) @@ -55,7 +55,7 @@

All Classes and Interfaces

-
+
Class
@@ -329,6 +329,14 @@

All Classes and Interfaces<
A variant on ObjectObjectOrderedMap that compares keys by identity (using ==) instead of equality (using equals()}).
+ +
+
A variant on ObjectOrderedSet that compares items by identity (using ==) instead of equality (using equals()).
+
+ +
+
A variant on ObjectSet that compares items by identity (using ==) instead of equality (using equals()).
+
A type-specific Comparator; provides methods to compare two primitive @@ -690,282 +698,278 @@

All Classes and Interfaces<
A Comparator that can sort Strings, StringBuilders, and other CharSequences by "natural text order," also called Alphanum sort order.

- -
-
Used to annotate all fields, methods, and parameters as Nonnull by default.
-
- -
+ +
An Ordered Set of T items where the NumberedSet.indexOf(Object) operation runs in constant time, but any removal from the middle of the order runs in linear time.
- -
+ +
An Iterator and ListIterator over the elements of an ObjectList, while also an Iterable.
- -
 
- -
+ +
 
+ +
A resizable, insertion-ordered double-ended queue of objects with efficient add and remove at the beginning and end.
- -
+ +
An Iterator and ListIterator over the elements of an ObjectDeque, while also an Iterable.
- -
+ +
An unordered map where the keys are objects and the values are unboxed floats.
- -
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- -
+ +
 
+ +
An ObjectFloatMap that also stores keys in an ObjectList using the insertion order.
- -
 
- +
 
- +
 
- -
+ +
 
+ +
An unordered map where the keys are objects and the values are unboxed ints.
- -
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- -
+ +
 
+ +
An ObjectIntMap that also stores keys in an ObjectList using the insertion order.
- -
 
- +
 
- +
 
- -
+ +
 
+ +
A resizable, ordered list of T items, typically objects (they can also be arrays).
- -
+ +
An Iterator and ListIterator over the elements of an ObjectList, while also an Iterable.
- -
+ +
An unordered map where the keys are objects and the values are unboxed longs.
- -
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- -
+ +
 
+ +
An ObjectLongMap that also stores keys in an ObjectList using the insertion order.
- -
 
- +
 
- +
 
- -
+ +
 
+ +
An unordered map where the keys and values are objects.
- -
 
- +
 
- +
 
- +
 
- +
 
- -
+ +
 
+ +
An ObjectObjectMap that also stores keys in an ObjectList using the insertion order.
- -
 
- +
 
- +
 
- -
+ +
 
+ +
A ObjectSet that also stores keys in an ObjectList using the insertion order.
- -
 
- -
+ +
 
+ +
An unordered set where the keys are objects.
- -
 
- -
+ +
 
+ +
A bit set, which can be seen as a set of integer positions greater than some starting number, that has changeable offset, or starting position.
- -
 
- -
+ +
 
+ +
Ensures that implementors allow access to the order of T items as an ObjectList.
- -
 
- +
 
- +
 
- -
+ +
 
+ +
A primitive specialization of Ordered for collections of double values instead of objects.
- -
+ +
A primitive specialization of Ordered for collections of float values instead of objects.
- -
+ +
A primitive specialization of Ordered for collections of int values instead of objects.
- -
+ +
A primitive specialization of Ordered for collections of long values instead of objects.
- -
 
- -
+ +
 
+ +
Analogous to Collection but for a primitive type, this is built around PrimitiveIterator (or more typically, one of the nested interfaces here, like PrimitiveCollection.OfInt, is built around one of PrimitiveIterator's nested interfaces, like PrimitiveIterator.OfInt).
- -
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- -
+ +
 
+ +
Implementation of Tony Hoare's quickselect algorithm.
- -
+ +
This class is for selecting a ranked element (kth ordered statistic) from an unordered list in faster time than sorting the whole array.
- -
+ +
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
- -
+ +
A class providing static methods and objects that do useful things with comparators.
- -
+ +
A type-specific comparator mimicking the natural order.
- -
 
- -
+ +
 
+ +
A type-specific comparator mimicking the opposite of the natural order.
- -
+ +
A type-specific comparator that compares items in the natural order, but as if they are unsigned (so, all negative items are greater than any non-negative items).
- -
+ +
A type-specific comparator that compares items in the opposite of the natural order, but as if they are unsigned.
- -
+ +
A resizable, insertion-ordered double-ended queue of shorts with efficient add and remove at the beginning and end.
- -
+ +
A ShortIterator, plus similar methods to a ListIterator, over the elements of an ShortDeque.
- -
+ +
An Iterator specialized for short values.
- -
+ +
A resizable, ordered or unordered short list.
- -
+ +
A ShortIterator, plus ListIterator methods, over the elements of a ShortList.
- -
+ +
Utility code shared by various data structures in this package.
diff --git a/docs/apidocs/allpackages-index.html b/docs/apidocs/allpackages-index.html index 39aa7a79b..143a9d865 100644 --- a/docs/apidocs/allpackages-index.html +++ b/docs/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ -All Packages (jdkgdxds 1.1.0 API) +All Packages (jdkgdxds 1.1.1 API) @@ -58,18 +58,12 @@

All Packages

A large package of all data structures in this library, plus some interfaces they use.
- +
-
This package just provides the NotNullDefault - annotation, which uses javax.annotation to mark all fields, methods, and parameters as - non-nullable by default.
-
- -
Code for customized sorting on primitive arrays and collections.
- -
+ +
Fills in code missing from the java.util package; this package is separate in an attempt to keep a clean break between the rest of the library and code based on OpenJDK's GPL v2 (with classpath exception)-licensed code.
diff --git a/docs/apidocs/com/github/tommyettinger/ds/Arrangeable.html b/docs/apidocs/com/github/tommyettinger/ds/Arrangeable.html index c3f9eb814..6b4ebe341 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Arrangeable.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Arrangeable.html @@ -2,7 +2,7 @@ -Arrangeable (jdkgdxds 1.1.0 API) +Arrangeable (jdkgdxds 1.1.1 API) @@ -78,7 +78,7 @@

Interface Arrangeable

All Known Implementing Classes:
-
BooleanDeque, BooleanList, ByteDeque, ByteList, CaseInsensitiveOrderedMap, CaseInsensitiveOrderedSet, CharDeque, CharList, DoubleDeque, DoubleList, FloatDeque, FloatList, HolderOrderedSet, IdentityObjectOrderedMap, IntDeque, IntFloatOrderedMap, IntIntOrderedMap, IntList, IntLongOrderedMap, IntObjectOrderedMap, IntOrderedSet, LongDeque, LongFloatOrderedMap, LongIntOrderedMap, LongList, LongLongOrderedMap, LongObjectOrderedMap, LongOrderedSet, NumberedSet, NumberedSet.InternalMap, ObjectDeque, ObjectFloatOrderedMap, ObjectIntOrderedMap, ObjectList, ObjectLongOrderedMap, ObjectObjectOrderedMap, ObjectOrderedSet, ShortDeque, ShortList
+
BooleanDeque, BooleanList, ByteDeque, ByteList, CaseInsensitiveOrderedMap, CaseInsensitiveOrderedSet, CharDeque, CharList, DoubleDeque, DoubleList, FloatDeque, FloatList, HolderOrderedSet, IdentityObjectOrderedMap, IdentityOrderedSet, IntDeque, IntFloatOrderedMap, IntIntOrderedMap, IntList, IntLongOrderedMap, IntObjectOrderedMap, IntOrderedSet, LongDeque, LongFloatOrderedMap, LongIntOrderedMap, LongList, LongLongOrderedMap, LongObjectOrderedMap, LongOrderedSet, NumberedSet, NumberedSet.InternalMap, ObjectDeque, ObjectFloatOrderedMap, ObjectIntOrderedMap, ObjectList, ObjectLongOrderedMap, ObjectObjectOrderedMap, ObjectOrderedSet, ShortDeque, ShortList

public interface Arrangeable
diff --git a/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.HeapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.HeapIterator.html index 224704da9..557942bf6 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.HeapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.HeapIterator.html @@ -2,7 +2,7 @@ -BinaryHeap.HeapIterator (jdkgdxds 1.1.0 API) +BinaryHeap.HeapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.Node.html b/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.Node.html index 66ef96ff3..6b102ca86 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.Node.html +++ b/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.Node.html @@ -2,7 +2,7 @@ -BinaryHeap.Node (jdkgdxds 1.1.0 API) +BinaryHeap.Node (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.html b/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.html index cb9f9df37..84cacacdd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.html @@ -2,7 +2,7 @@ -BinaryHeap (jdkgdxds 1.1.0 API) +BinaryHeap (jdkgdxds 1.1.1 API) @@ -123,10 +123,10 @@

Field Summary

Modifier and Type
Field
Description
- +
protected @Nullable BinaryHeap.HeapIterator<T>
 
- +
protected @Nullable BinaryHeap.HeapIterator<T>
 
int
@@ -270,17 +270,17 @@

Method Summary

Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions.
- +
@Nullable T
Returns the first item in the heap.
- +
@Nullable T
Retrieves and removes the head of this queue, or returns null if this BinaryHeap is empty.
- +
@Nullable T
pop()
Retrieves and removes the head of this queue, or returns null if this BinaryHeap is empty.
@@ -347,15 +347,13 @@

size

  • iterator1

    -
    @Nullable -protected transient BinaryHeap.HeapIterator<T extends BinaryHeap.Node> iterator1
    +
    protected transient @Nullable BinaryHeap.HeapIterator<T extends BinaryHeap.Node> iterator1
  • iterator2

    -
    @Nullable -protected transient BinaryHeap.HeapIterator<T extends BinaryHeap.Node> iterator2
    +
    protected transient @Nullable BinaryHeap.HeapIterator<T extends BinaryHeap.Node> iterator2
  • @@ -525,8 +523,7 @@

    offer

  • poll

    -
    @Nullable -public T poll()
    +
    public @Nullable T poll()
    Retrieves and removes the head of this queue, or returns null if this BinaryHeap is empty. The head is the item with the lowest value (or highest value if this heap is configured as a max heap).
    @@ -622,8 +619,7 @@

    element

  • peek

    -
    @Nullable -public T peek()
    +
    public @Nullable T peek()
    Returns the first item in the heap. This is the item with the lowest value (or highest value if this heap is configured as a max heap). If the heap is empty, returns null.
    @@ -638,8 +634,7 @@

    peek

  • pop

    -
    @Nullable -public T pop()
    +
    public @Nullable T pop()
    Retrieves and removes the head of this queue, or returns null if this BinaryHeap is empty. The head is the item with the lowest value (or highest value if this heap is configured as a max heap).
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/BooleanDeque.BooleanDequeIterator.html b/docs/apidocs/com/github/tommyettinger/ds/BooleanDeque.BooleanDequeIterator.html index 310b747ee..f339a3db6 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/BooleanDeque.BooleanDequeIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/BooleanDeque.BooleanDequeIterator.html @@ -2,7 +2,7 @@ -BooleanDeque.BooleanDequeIterator (jdkgdxds 1.1.0 API) +BooleanDeque.BooleanDequeIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/BooleanDeque.html b/docs/apidocs/com/github/tommyettinger/ds/BooleanDeque.html index 352a4bb8b..ca4bd8306 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/BooleanDeque.html +++ b/docs/apidocs/com/github/tommyettinger/ds/BooleanDeque.html @@ -2,7 +2,7 @@ -BooleanDeque (jdkgdxds 1.1.0 API) +BooleanDeque (jdkgdxds 1.1.1 API) @@ -126,10 +126,10 @@

    Field Summary

    protected boolean
     
    - +
     
    - +
     
    protected int
    @@ -137,10 +137,10 @@

    Field Summary

    Index of first element.
    - +
     
    - +
     
    int
    @@ -563,29 +563,25 @@

    size

  • iterator1

    -
    @Nullable -protected transient BooleanDeque.BooleanDequeIterator iterator1
    +
    protected transient @Nullable BooleanDeque.BooleanDequeIterator iterator1
  • iterator2

    -
    @Nullable -protected transient BooleanDeque.BooleanDequeIterator iterator2
    +
    protected transient @Nullable BooleanDeque.BooleanDequeIterator iterator2
  • descendingIterator1

    -
    @Nullable -protected transient BooleanDeque.BooleanDequeIterator descendingIterator1
    +
    protected transient @Nullable BooleanDeque.BooleanDequeIterator descendingIterator1
  • descendingIterator2

    -
    @Nullable -protected transient BooleanDeque.BooleanDequeIterator descendingIterator2
    +
    protected transient @Nullable BooleanDeque.BooleanDequeIterator descendingIterator2
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/BooleanList.BooleanListIterator.html b/docs/apidocs/com/github/tommyettinger/ds/BooleanList.BooleanListIterator.html index 581e1b8e4..dc0d15c25 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/BooleanList.BooleanListIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/BooleanList.BooleanListIterator.html @@ -2,7 +2,7 @@ -BooleanList.BooleanListIterator (jdkgdxds 1.1.0 API) +BooleanList.BooleanListIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/BooleanList.html b/docs/apidocs/com/github/tommyettinger/ds/BooleanList.html index 52ff01bff..f58183fb8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/BooleanList.html +++ b/docs/apidocs/com/github/tommyettinger/ds/BooleanList.html @@ -2,7 +2,7 @@ -BooleanList (jdkgdxds 1.1.0 API) +BooleanList (jdkgdxds 1.1.1 API) @@ -122,10 +122,10 @@

    Field Summary

    boolean[]
     
    - +
     
    - +
     
    boolean
    @@ -438,7 +438,7 @@

    Method Summary

    comparator using mergesort.
  • void
    - +
    sort(@Nullable BooleanComparator c)
    Sorts all elements according to the order induced by the specified comparator using mergesort.
    @@ -529,15 +529,13 @@

    ordered

  • iterator1

    -
    @Nullable -protected transient BooleanList.BooleanListIterator iterator1
    +
    protected transient @Nullable BooleanList.BooleanListIterator iterator1
  • iterator2

    -
    @Nullable -protected transient BooleanList.BooleanListIterator iterator2
    +
    protected transient @Nullable BooleanList.BooleanListIterator iterator2
  • @@ -1314,8 +1312,7 @@

    with

  • sort

    -
    public void sort(@Nullable - BooleanComparator c)
    +
    public void sort(@Nullable BooleanComparator c)
    Sorts all elements according to the order induced by the specified comparator using mergesort. If c is null, this instead uses BooleanComparators.NATURAL_COMPARATOR to sort. diff --git a/docs/apidocs/com/github/tommyettinger/ds/ByteDeque.ByteDequeIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ByteDeque.ByteDequeIterator.html index d896769b8..0db168918 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ByteDeque.ByteDequeIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ByteDeque.ByteDequeIterator.html @@ -2,7 +2,7 @@ -ByteDeque.ByteDequeIterator (jdkgdxds 1.1.0 API) +ByteDeque.ByteDequeIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ByteDeque.html b/docs/apidocs/com/github/tommyettinger/ds/ByteDeque.html index 454cb1c0c..e01fbffd7 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ByteDeque.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ByteDeque.html @@ -2,7 +2,7 @@ -ByteDeque (jdkgdxds 1.1.0 API) +ByteDeque (jdkgdxds 1.1.1 API) @@ -124,10 +124,10 @@

    Field Summary

    protected byte
     
    - +
    protected @Nullable ByteDeque.ByteDequeIterator
     
    - +
    protected @Nullable ByteDeque.ByteDequeIterator
     
    protected int
    @@ -135,10 +135,10 @@

    Field Summary

    Index of first element.
    - +
    protected @Nullable ByteDeque.ByteDequeIterator
     
    - +
    protected @Nullable ByteDeque.ByteDequeIterator
     
    int
    @@ -483,7 +483,7 @@

    Method Summary

    Sorts this deque in-place using Arrays.sort(byte[], int, int).
    void
    - +
    sort(@Nullable ByteComparator c)
    @@ -571,29 +571,25 @@

    size

  • iterator1

    -
    @Nullable -protected transient ByteDeque.ByteDequeIterator iterator1
    +
    protected transient @Nullable ByteDeque.ByteDequeIterator iterator1
  • iterator2

    -
    @Nullable -protected transient ByteDeque.ByteDequeIterator iterator2
    +
    protected transient @Nullable ByteDeque.ByteDequeIterator iterator2
  • descendingIterator1

    -
    @Nullable -protected transient ByteDeque.ByteDequeIterator descendingIterator1
    +
    protected transient @Nullable ByteDeque.ByteDequeIterator descendingIterator1
  • descendingIterator2

    -
    @Nullable -protected transient ByteDeque.ByteDequeIterator descendingIterator2
    +
    protected transient @Nullable ByteDeque.ByteDequeIterator descendingIterator2
  • @@ -1507,8 +1503,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - ByteComparator c)
    +
    public void sort(@Nullable ByteComparator c)
    Sorts this deque in-place using ByteComparators.sort(byte[], int, int, ByteComparator). This should operate in O(n log(n)) time or less when the internals of the deque are continuous (the head is before the tail in the array). If the internals are not diff --git a/docs/apidocs/com/github/tommyettinger/ds/ByteList.ByteListIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ByteList.ByteListIterator.html index 9e7f9136b..e09ca6183 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ByteList.ByteListIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ByteList.ByteListIterator.html @@ -2,7 +2,7 @@ -ByteList.ByteListIterator (jdkgdxds 1.1.0 API) +ByteList.ByteListIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ByteList.html b/docs/apidocs/com/github/tommyettinger/ds/ByteList.html index 5b9e00338..11d0ec8c1 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ByteList.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ByteList.html @@ -2,7 +2,7 @@ -ByteList (jdkgdxds 1.1.0 API) +ByteList (jdkgdxds 1.1.1 API) @@ -122,10 +122,10 @@

    Field Summary

    byte[]
     
    - +
    protected @Nullable ByteList.ByteListIterator
     
    - +
    protected @Nullable ByteList.ByteListIterator
     
    boolean
    @@ -463,7 +463,7 @@

    Method Summary

    comparator using mergesort, or Arrays.sort(byte[], int, int) if c is null.
  • void
    - +
    sort(@Nullable ByteComparator c)
    Sorts all elements according to the order induced by the specified comparator using ByteComparators.sort(byte[], int, int, ByteComparator).
    @@ -559,15 +559,13 @@

    ordered

  • iterator1

    -
    @Nullable -protected transient ByteList.ByteListIterator iterator1
    +
    protected transient @Nullable ByteList.ByteListIterator iterator1
  • iterator2

    -
    @Nullable -protected transient ByteList.ByteListIterator iterator2
    +
    protected transient @Nullable ByteList.ByteListIterator iterator2
  • @@ -1428,8 +1426,7 @@

    with

  • sort

    -
    public void sort(@Nullable - ByteComparator c)
    +
    public void sort(@Nullable ByteComparator c)
    Sorts all elements according to the order induced by the specified comparator using ByteComparators.sort(byte[], int, int, ByteComparator). If c is null, this instead delegates to sort(), diff --git a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.Entry.html index b1b601200..0267ef45e 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.Entry.html @@ -2,7 +2,7 @@ -CaseInsensitiveMap.Entry (jdkgdxds 1.1.0 API) +CaseInsensitiveMap.Entry (jdkgdxds 1.1.1 API) @@ -125,7 +125,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    int
    @@ -167,8 +167,7 @@

    Method Details

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Specified by:
    equals in interface Map.Entry<CharSequence,V>
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.Keys.html index 4cfdd6e8f..c07f7fbcf 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.Keys.html @@ -2,7 +2,7 @@ -CaseInsensitiveMap.Keys (jdkgdxds 1.1.0 API) +CaseInsensitiveMap.Keys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.html b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.html index d4ccdc862..a8101e900 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveMap.html @@ -2,7 +2,7 @@ -CaseInsensitiveMap (jdkgdxds 1.1.0 API) +CaseInsensitiveMap (jdkgdxds 1.1.1 API) @@ -188,7 +188,7 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    @@ -224,7 +224,7 @@

    Method Summary

    +clear, clear, containsKey, containsValue, containsValue, ensureCapacity, entrySet, equalsIdentity, findKey, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, isEmpty, iterator, locateKey, notEmpty, put, putAll, putAll, putAll, putAll, putAll, putAll, putOrDefault, putResize, remove, replace, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString, toString, truncate, values, with, with
  • Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -382,8 +382,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
    Description copied from class: ObjectObjectMap
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this diff --git a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.Entry.html index 6249cdc69..2aa914e23 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.Entry.html @@ -2,7 +2,7 @@ -CaseInsensitiveOrderedMap.Entry (jdkgdxds 1.1.0 API) +CaseInsensitiveOrderedMap.Entry (jdkgdxds 1.1.1 API) @@ -125,7 +125,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    int
    @@ -167,8 +167,7 @@

    Method Details

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Specified by:
    equals in interface Map.Entry<CharSequence,V>
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.Keys.html index d2b60f87c..3435c2897 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.Keys.html @@ -2,7 +2,7 @@ -CaseInsensitiveOrderedMap.Keys (jdkgdxds 1.1.0 API) +CaseInsensitiveOrderedMap.Keys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.html index b53a222b6..8edc4c9c0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedMap.html @@ -2,7 +2,7 @@ -CaseInsensitiveOrderedMap (jdkgdxds 1.1.0 API) +CaseInsensitiveOrderedMap (jdkgdxds 1.1.1 API) @@ -208,7 +208,7 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    @@ -247,7 +247,7 @@

    alter, alterAt, clear, clear, ensureCapacity, entrySet, getAt, iterator, keyAt, order, put, put, putAll, putAll, putAll, putOrDefault, remove, removeAt, removeRange, setAt, sort, sort, sortByValue, toString, truncate, values, with, with

    +containsKey, containsValue, containsValue, equalsIdentity, findKey, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, isEmpty, locateKey, notEmpty, putAll, putAll, putAll, putAll, putAll, putAll, putResize, replace, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -426,8 +426,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
    Description copied from class: ObjectObjectMap
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this diff --git a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedSet.html b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedSet.html index 7d0f5c728..1df0269b5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveOrderedSet.html @@ -2,7 +2,7 @@ -CaseInsensitiveOrderedSet (jdkgdxds 1.1.0 API) +CaseInsensitiveOrderedSet (jdkgdxds 1.1.1 API) @@ -200,7 +200,7 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    @@ -227,7 +227,7 @@

    add, add, addAll, addAll, alter, alterAt, clear, clear, ensureCapacity, first, getAt, iterator, order, remove, removeAt, removeRange, sort, sort, toString, toString, truncate, with, with

    +addAll, addAll, addAll, addAll, addResize, appendTo, contains, containsAll, get, getHashMultiplier, getLoadFactor, isEmpty, locateKey, notEmpty, removeAll, resize, retainAll, setHashMultiplier, setLoadFactor, shrink, size, toArray, toArray

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -420,8 +420,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
    Description copied from class: ObjectSet
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this diff --git a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveSet.html b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveSet.html index 30aab95ac..6bf52ba4e 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CaseInsensitiveSet.html @@ -2,7 +2,7 @@ -CaseInsensitiveSet (jdkgdxds 1.1.0 API) +CaseInsensitiveSet (jdkgdxds 1.1.1 API) @@ -176,7 +176,7 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    @@ -200,7 +200,7 @@

    Method Summary

    +add, addAll, addAll, addAll, addAll, addResize, appendTo, clear, clear, contains, containsAll, ensureCapacity, first, get, getHashMultiplier, getLoadFactor, isEmpty, iterator, locateKey, notEmpty, remove, removeAll, resize, retainAll, setHashMultiplier, setLoadFactor, shrink, size, toArray, toArray, toString, toString, truncate, with, with

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -362,8 +362,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
    Description copied from class: ObjectSet
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this diff --git a/docs/apidocs/com/github/tommyettinger/ds/CharDeque.CharDequeIterator.html b/docs/apidocs/com/github/tommyettinger/ds/CharDeque.CharDequeIterator.html index cb125ea26..48fbc92ff 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CharDeque.CharDequeIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CharDeque.CharDequeIterator.html @@ -2,7 +2,7 @@ -CharDeque.CharDequeIterator (jdkgdxds 1.1.0 API) +CharDeque.CharDequeIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/CharDeque.html b/docs/apidocs/com/github/tommyettinger/ds/CharDeque.html index 447554841..d9e1fed5c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CharDeque.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CharDeque.html @@ -2,7 +2,7 @@ -CharDeque (jdkgdxds 1.1.0 API) +CharDeque (jdkgdxds 1.1.1 API) @@ -124,10 +124,10 @@

    Field Summary

    protected char
     
    - +
    protected @Nullable CharDeque.CharDequeIterator
     
    - +
    protected @Nullable CharDeque.CharDequeIterator
     
    protected int
    @@ -135,10 +135,10 @@

    Field Summary

    Index of first element.
    - +
    protected @Nullable CharDeque.CharDequeIterator
     
    - +
    protected @Nullable CharDeque.CharDequeIterator
     
    int
    @@ -483,7 +483,7 @@

    Method Summary

    Sorts this deque in-place using Arrays.sort(char[], int, int).
    void
    - +
    sort(@Nullable CharComparator c)
    @@ -576,29 +576,25 @@

    size

  • iterator1

    -
    @Nullable -protected transient CharDeque.CharDequeIterator iterator1
    +
    protected transient @Nullable CharDeque.CharDequeIterator iterator1
  • iterator2

    -
    @Nullable -protected transient CharDeque.CharDequeIterator iterator2
    +
    protected transient @Nullable CharDeque.CharDequeIterator iterator2
  • descendingIterator1

    -
    @Nullable -protected transient CharDeque.CharDequeIterator descendingIterator1
    +
    protected transient @Nullable CharDeque.CharDequeIterator descendingIterator1
  • descendingIterator2

    -
    @Nullable -protected transient CharDeque.CharDequeIterator descendingIterator2
    +
    protected transient @Nullable CharDeque.CharDequeIterator descendingIterator2
  • @@ -1523,8 +1519,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - CharComparator c)
    +
    public void sort(@Nullable CharComparator c)
    Sorts this deque in-place using CharComparators.sort(char[], int, int, CharComparator). This should operate in O(n log(n)) time or less when the internals of the deque are continuous (the head is before the tail in the array). If the internals are not diff --git a/docs/apidocs/com/github/tommyettinger/ds/CharList.CharListIterator.html b/docs/apidocs/com/github/tommyettinger/ds/CharList.CharListIterator.html index 9371d8df5..5ce3fbb8b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CharList.CharListIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CharList.CharListIterator.html @@ -2,7 +2,7 @@ -CharList.CharListIterator (jdkgdxds 1.1.0 API) +CharList.CharListIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/CharList.html b/docs/apidocs/com/github/tommyettinger/ds/CharList.html index 1802474e7..6a848ad60 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/CharList.html +++ b/docs/apidocs/com/github/tommyettinger/ds/CharList.html @@ -2,7 +2,7 @@ -CharList (jdkgdxds 1.1.0 API) +CharList (jdkgdxds 1.1.1 API) @@ -122,10 +122,10 @@

    Field Summary

    char[]
     
    - +
    protected @Nullable CharList.CharListIterator
     
    - +
    protected @Nullable CharList.CharListIterator
     
    boolean
    @@ -432,7 +432,7 @@

    Method Summary

    comparator using mergesort, or Arrays.sort(char[], int, int) if c is null.
  • void
    - +
    sort(@Nullable CharComparator c)
    Sorts all elements according to the order induced by the specified comparator using CharComparators.sort(char[], int, int, CharComparator).
    @@ -524,15 +524,13 @@

    ordered

  • iterator1

    -
    @Nullable -protected transient CharList.CharListIterator iterator1
    +
    protected transient @Nullable CharList.CharListIterator iterator1
  • iterator2

    -
    @Nullable -protected transient CharList.CharListIterator iterator2
    +
    protected transient @Nullable CharList.CharListIterator iterator2
  • @@ -1307,8 +1305,7 @@

    with

  • sort

    -
    public void sort(@Nullable - CharComparator c)
    +
    public void sort(@Nullable CharComparator c)
    Sorts all elements according to the order induced by the specified comparator using CharComparators.sort(char[], int, int, CharComparator). If c is null, this instead delegates to sort(), diff --git a/docs/apidocs/com/github/tommyettinger/ds/DoubleDeque.DoubleDequeIterator.html b/docs/apidocs/com/github/tommyettinger/ds/DoubleDeque.DoubleDequeIterator.html index b4398bea1..911a904d5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/DoubleDeque.DoubleDequeIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/DoubleDeque.DoubleDequeIterator.html @@ -2,7 +2,7 @@ -DoubleDeque.DoubleDequeIterator (jdkgdxds 1.1.0 API) +DoubleDeque.DoubleDequeIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/DoubleDeque.html b/docs/apidocs/com/github/tommyettinger/ds/DoubleDeque.html index 074afd15c..cb66cd739 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/DoubleDeque.html +++ b/docs/apidocs/com/github/tommyettinger/ds/DoubleDeque.html @@ -2,7 +2,7 @@ -DoubleDeque (jdkgdxds 1.1.0 API) +DoubleDeque (jdkgdxds 1.1.1 API) @@ -124,10 +124,10 @@

    Field Summary

    protected double
     
    - +
     
    - +
     
    protected int
    @@ -135,10 +135,10 @@

    Field Summary

    Index of first element.
    - +
     
    - +
     
    int
    @@ -483,7 +483,7 @@

    Method Summary

    Sorts this deque in-place using Arrays.sort(double[], int, int).
    void
    - +
    sort(@Nullable DoubleComparator c)
    @@ -571,29 +571,25 @@

    size

  • iterator1

    -
    @Nullable -protected transient DoubleDeque.DoubleDequeIterator iterator1
    +
    protected transient @Nullable DoubleDeque.DoubleDequeIterator iterator1
  • iterator2

    -
    @Nullable -protected transient DoubleDeque.DoubleDequeIterator iterator2
    +
    protected transient @Nullable DoubleDeque.DoubleDequeIterator iterator2
  • descendingIterator1

    -
    @Nullable -protected transient DoubleDeque.DoubleDequeIterator descendingIterator1
    +
    protected transient @Nullable DoubleDeque.DoubleDequeIterator descendingIterator1
  • descendingIterator2

    -
    @Nullable -protected transient DoubleDeque.DoubleDequeIterator descendingIterator2
    +
    protected transient @Nullable DoubleDeque.DoubleDequeIterator descendingIterator2
  • @@ -1507,8 +1503,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - DoubleComparator c)
    +
    public void sort(@Nullable DoubleComparator c)
    Sorts this deque in-place using DoubleComparators.sort(double[], int, int, DoubleComparator). This should operate in O(n log(n)) time or less when the internals of the deque are continuous (the head is before the tail in the array). If the internals are not diff --git a/docs/apidocs/com/github/tommyettinger/ds/DoubleList.DoubleListIterator.html b/docs/apidocs/com/github/tommyettinger/ds/DoubleList.DoubleListIterator.html index 388157fa7..d52f5bcba 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/DoubleList.DoubleListIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/DoubleList.DoubleListIterator.html @@ -2,7 +2,7 @@ -DoubleList.DoubleListIterator (jdkgdxds 1.1.0 API) +DoubleList.DoubleListIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/DoubleList.html b/docs/apidocs/com/github/tommyettinger/ds/DoubleList.html index be442d744..74a4435c0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/DoubleList.html +++ b/docs/apidocs/com/github/tommyettinger/ds/DoubleList.html @@ -2,7 +2,7 @@ -DoubleList (jdkgdxds 1.1.0 API) +DoubleList (jdkgdxds 1.1.1 API) @@ -122,10 +122,10 @@

    Field Summary

    double[]
     
    - +
    protected @Nullable DoubleList.DoubleListIterator
     
    - +
    protected @Nullable DoubleList.DoubleListIterator
     
    boolean
    @@ -469,7 +469,7 @@

    Method Summary

    comparator using mergesort, or Arrays.sort(double[], int, int) if c is null.
  • void
    - +
    sort(@Nullable DoubleComparator c)
    Sorts all elements according to the order induced by the specified comparator using DoubleComparators.sort(double[], int, int, DoubleComparator).
    @@ -565,15 +565,13 @@

    ordered

  • iterator1

    -
    @Nullable -protected transient DoubleList.DoubleListIterator iterator1
    +
    protected transient @Nullable DoubleList.DoubleListIterator iterator1
  • iterator2

    -
    @Nullable -protected transient DoubleList.DoubleListIterator iterator2
    +
    protected transient @Nullable DoubleList.DoubleListIterator iterator2
  • @@ -1441,8 +1439,7 @@

    with

  • sort

    -
    public void sort(@Nullable - DoubleComparator c)
    +
    public void sort(@Nullable DoubleComparator c)
    Sorts all elements according to the order induced by the specified comparator using DoubleComparators.sort(double[], int, int, DoubleComparator). If c is null, this instead delegates to sort(), diff --git a/docs/apidocs/com/github/tommyettinger/ds/FloatDeque.FloatDequeIterator.html b/docs/apidocs/com/github/tommyettinger/ds/FloatDeque.FloatDequeIterator.html index 8a03cc82a..49bf31433 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/FloatDeque.FloatDequeIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/FloatDeque.FloatDequeIterator.html @@ -2,7 +2,7 @@ -FloatDeque.FloatDequeIterator (jdkgdxds 1.1.0 API) +FloatDeque.FloatDequeIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/FloatDeque.html b/docs/apidocs/com/github/tommyettinger/ds/FloatDeque.html index db535aa1a..f8a3efebf 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/FloatDeque.html +++ b/docs/apidocs/com/github/tommyettinger/ds/FloatDeque.html @@ -2,7 +2,7 @@ -FloatDeque (jdkgdxds 1.1.0 API) +FloatDeque (jdkgdxds 1.1.1 API) @@ -124,10 +124,10 @@

    Field Summary

    protected float
     
    - +
    protected @Nullable FloatDeque.FloatDequeIterator
     
    - +
    protected @Nullable FloatDeque.FloatDequeIterator
     
    protected int
    @@ -135,10 +135,10 @@

    Field Summary

    Index of first element.
    - +
    protected @Nullable FloatDeque.FloatDequeIterator
     
    - +
    protected @Nullable FloatDeque.FloatDequeIterator
     
    int
    @@ -483,7 +483,7 @@

    Method Summary

    Sorts this deque in-place using Arrays.sort(long[], int, int).
    void
    - +
    sort(@Nullable FloatComparator c)
    @@ -521,7 +521,7 @@

    Me rearrange, shuffle

  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfFloat

    -containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray
    +areEqual, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray
    @@ -571,29 +571,25 @@

    size

  • iterator1

    -
    @Nullable -protected transient FloatDeque.FloatDequeIterator iterator1
    +
    protected transient @Nullable FloatDeque.FloatDequeIterator iterator1
  • iterator2

    -
    @Nullable -protected transient FloatDeque.FloatDequeIterator iterator2
    +
    protected transient @Nullable FloatDeque.FloatDequeIterator iterator2
  • descendingIterator1

    -
    @Nullable -protected transient FloatDeque.FloatDequeIterator descendingIterator1
    +
    protected transient @Nullable FloatDeque.FloatDequeIterator descendingIterator1
  • descendingIterator2

    -
    @Nullable -protected transient FloatDeque.FloatDequeIterator descendingIterator2
    +
    protected transient @Nullable FloatDeque.FloatDequeIterator descendingIterator2
  • @@ -1507,8 +1503,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - FloatComparator c)
    +
    public void sort(@Nullable FloatComparator c)
    Sorts this deque in-place using FloatComparators.sort(float[], int, int, FloatComparator). This should operate in O(n log(n)) time or less when the internals of the deque are continuous (the head is before the tail in the array). If the internals are not diff --git a/docs/apidocs/com/github/tommyettinger/ds/FloatList.FloatListIterator.html b/docs/apidocs/com/github/tommyettinger/ds/FloatList.FloatListIterator.html index 43b137041..7ace70c35 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/FloatList.FloatListIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/FloatList.FloatListIterator.html @@ -2,7 +2,7 @@ -FloatList.FloatListIterator (jdkgdxds 1.1.0 API) +FloatList.FloatListIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/FloatList.html b/docs/apidocs/com/github/tommyettinger/ds/FloatList.html index 5c1356695..e7dec5a16 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/FloatList.html +++ b/docs/apidocs/com/github/tommyettinger/ds/FloatList.html @@ -2,7 +2,7 @@ -FloatList (jdkgdxds 1.1.0 API) +FloatList (jdkgdxds 1.1.1 API) @@ -122,10 +122,10 @@

    Field Summary

    float[]
     
    - +
    protected @Nullable FloatList.FloatListIterator
     
    - +
    protected @Nullable FloatList.FloatListIterator
     
    boolean
    @@ -469,7 +469,7 @@

    Method Summary

    comparator using mergesort, or Arrays.sort(float[], int, int) if c is null.
  • void
    - +
    sort(@Nullable FloatComparator c)
    Sorts all elements according to the order induced by the specified comparator using FloatComparators.sort(float[], int, int, FloatComparator).
    @@ -532,7 +532,7 @@

    selectRanked, selectRankedIndex

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfFloat

    -addAll, containsAll, forEach, removeIf, retainAll
    +addAll, areEqual, containsAll, forEach, removeIf, retainAll
    @@ -565,15 +565,13 @@

    ordered

  • iterator1

    -
    @Nullable -protected transient FloatList.FloatListIterator iterator1
    +
    protected transient @Nullable FloatList.FloatListIterator iterator1
  • iterator2

    -
    @Nullable -protected transient FloatList.FloatListIterator iterator2
    +
    protected transient @Nullable FloatList.FloatListIterator iterator2
  • @@ -1441,8 +1439,7 @@

    with

  • sort

    -
    public void sort(@Nullable - FloatComparator c)
    +
    public void sort(@Nullable FloatComparator c)
    Sorts all elements according to the order induced by the specified comparator using FloatComparators.sort(float[], int, int, FloatComparator). If c is null, this instead delegates to sort(), diff --git a/docs/apidocs/com/github/tommyettinger/ds/HolderOrderedSet.HolderOrderedSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/HolderOrderedSet.HolderOrderedSetIterator.html index b131c4a32..ebd4c67bd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/HolderOrderedSet.HolderOrderedSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/HolderOrderedSet.HolderOrderedSetIterator.html @@ -2,7 +2,7 @@ -HolderOrderedSet.HolderOrderedSetIterator (jdkgdxds 1.1.0 API) +HolderOrderedSet.HolderOrderedSetIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/HolderOrderedSet.html b/docs/apidocs/com/github/tommyettinger/ds/HolderOrderedSet.html index 9108bbf75..c27b482f1 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/HolderOrderedSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/HolderOrderedSet.html @@ -2,7 +2,7 @@ -HolderOrderedSet (jdkgdxds 1.1.0 API) +HolderOrderedSet (jdkgdxds 1.1.1 API) @@ -290,7 +290,7 @@

    Method Summary

    -
    Gets the ObjectList of items in the order this class will iterate through them.
    +
    Gets the ObjectList of T items in the order this class will iterate through them.
    boolean
    @@ -311,12 +311,12 @@

    Method Summary

    void
    -
    Sorts this ObjectOrderedSet in-place by the keys' natural ordering; T must implement Comparable.
    +
    Sorts this ObjectOrderedSet in-place by the T items' natural ordering; T must implement Comparable.
    void
    -
    sort(Comparator<? super T> comp)
    +
    sort(@Nullable Comparator<? super T> comp)
    -
    Sorts this ObjectOrderedSet in-place by the given Comparator used on the keys.
    +
    Sorts this ObjectOrderedSet in-place by the given Comparator used on the T items.
    @@ -344,7 +344,7 @@

    Method Summary

    +addAll, addAll, addAll, addAll, addResize, contains, containsAll, equals, equate, get, getExtractor, getHashMultiplier, getLoadFactor, hashCode, isEmpty, locateKey, notEmpty, place, removeAll, resize, retainAll, setExtractor, setHashMultiplier, setLoadFactor, shrink, size, toArray, toArray
  • Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -722,14 +722,14 @@

    clear

    order

    public ObjectList<T> order()
    -
    Gets the ObjectList of items in the order this class will iterate through them. +
    Gets the ObjectList of T items in the order this class will iterate through them. Returns a direct reference to the same ObjectList this uses, so changes to the returned list will also change the iteration order here.
    Specified by:
    order in interface Ordered<T>
    Returns:
    -
    the ObjectList of items, in iteration order (usually insertion-order), that this uses
    +
    the ObjectList of T items, in iteration order (usually insertion-order), that this uses
    @@ -737,21 +737,20 @@

    order

    sort

    public void sort()
    -
    Sorts this ObjectOrderedSet in-place by the keys' natural ordering; T must implement Comparable.
    +
    Sorts this ObjectOrderedSet in-place by the T items' natural ordering; T must implement Comparable.
  • sort

    -
    public void sort(@Nullable - Comparator<? super T> comp)
    -
    Sorts this ObjectOrderedSet in-place by the given Comparator used on the keys. If comp is null, then this - will sort by the natural ordering of the keys, which requires T to Comparable.
    +
    public void sort(@Nullable Comparator<? super T> comp)
    +
    Sorts this ObjectOrderedSet in-place by the given Comparator used on the T items. If comp is null, then this + will sort by the natural ordering of the items, which requires T to Comparable.
    Specified by:
    sort in interface Ordered<T>
    Parameters:
    -
    comp - a Comparator that can compare two T keys, or null to use the keys' natural ordering
    +
    comp - a Comparator that can compare two T items, or null to use the items' natural ordering
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/HolderSet.HolderSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/HolderSet.HolderSetIterator.html index 0e5d7d259..a836ccab9 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/HolderSet.HolderSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/HolderSet.HolderSetIterator.html @@ -2,7 +2,7 @@ -HolderSet.HolderSetIterator (jdkgdxds 1.1.0 API) +HolderSet.HolderSetIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/HolderSet.html b/docs/apidocs/com/github/tommyettinger/ds/HolderSet.html index 5ce7509de..1d4465a15 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/HolderSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/HolderSet.html @@ -2,7 +2,7 @@ -HolderSet (jdkgdxds 1.1.0 API) +HolderSet (jdkgdxds 1.1.1 API) @@ -124,7 +124,7 @@

    Field Summary

    Modifier and Type
    Field
    Description
    -
    protected Function<T,K>
    +
    protected @Nullable Function<T,K>
     
    protected long
    @@ -132,10 +132,10 @@

    Field Summary

    Used by place(Object) to mix hashCode() results.
    - +
    protected @Nullable HolderSet.HolderSetIterator<T,K>
     
    - +
    protected @Nullable HolderSet.HolderSetIterator<T,K>
     
    protected T[]
    @@ -275,7 +275,7 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which should be K keys (not T items), for equality, returning true if they are considered equal.
    @@ -285,73 +285,84 @@

    Method Summary

    Gets the (arbitrarily-chosen) first item in this HolderSet.
    - +
    @Nullable T
    get(Object key)
    Given a K key that could have been extracted or extractable from a T item in this, this returns the T item that holds that key, or null if no item holds key.
    - +
    @Nullable Function<T,K>
    Gets the function this uses to extract keys from items.
    -
    float
    - -
     
    -
    int
    - -
     
    -
    boolean
    - +
    long
    +
    -
    Returns true if the set is empty.
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only.
    - - +
    float
    + +
     
    +
    int
    + +
     
    +
    boolean
    +
    -
    Returns an iterator for the keys in the set.
    +
    Returns true if the set is empty.
    -
    protected int
    - + +
    -
    Returns the index of the key if already present, else ~index for the next empty index.
    +
    Returns an iterator for the keys in the set.
    -
    boolean
    - +
    protected int
    +
    -
    Returns true if the set has one or more items.
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    protected int
    -
    place(Object item)
    +
    boolean
    +
    -
    Returns an index >= 0 and <= mask for the specified item, mixed.
    +
    Returns true if the set has one or more items.
    -
    boolean
    - +
    protected int
    +
    place(Object item)
    -
    Takes a K key and not a T value! - Returns true if the key was removed.
    +
    Returns an index >= 0 and <= mask for the specified item, mixed.
    boolean
    - +
    +
    Takes a K key and not a T value! + Returns true if the key was removed.
    +
    +
    boolean
    + +
    Removes from this Set a Collection of K key types (not T items).
    -
    protected void
    -
    resize(int newSize)
    -
     
    -
    boolean
    - -
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    boolean
    +
    retainAll(@NonNull Collection<?> c)
    +
    Makes this Set retain a Collection of K key types (not T items).
    -
    void
    -
    setExtractor(Function<T,K> extractor)
    -
    +
    void
    +
    setExtractor(Function<T,K> extractor)
    +
    Sets the function this will use to extract keys from items; this will only have an effect if the extractor function is currently null/invalid.
    +
    void
    +
    setHashMultiplier(long hashMultiplier)
    +
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    void
    setLoadFactor(float loadFactor)
     
    @@ -478,22 +489,19 @@

    mask

  • iterator1

    -
    @Nullable -protected transient HolderSet.HolderSetIterator<T,K> iterator1
    +
    protected transient @Nullable HolderSet.HolderSetIterator<T,K> iterator1
  • iterator2

    -
    @Nullable -protected transient HolderSet.HolderSetIterator<T,K> iterator2
    +
    protected transient @Nullable HolderSet.HolderSetIterator<T,K> iterator2
  • extractor

    -
    @Nullable -protected transient Function<T,K> extractor
    +
    protected transient @Nullable Function<T,K> extractor
  • @@ -599,8 +607,7 @@

    Method Details

  • getExtractor

    -
    @Nullable -public Function<T,K> getExtractor()
    +
    public @Nullable Function<T,K> getExtractor()
    Gets the function this uses to extract keys from items. This may be null if HolderSet() was used to construct this object (or technically if HolderSet(HolderSet) was used to copy a HolderSet with an invalid extractor); in that @@ -670,8 +677,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which should be K keys (not T items), for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this returns left.equals(right), but subclasses can override it to use reference equality, fuzzy equality, deep @@ -741,7 +747,7 @@

    addAll

  • retainAll

    -
    public boolean retainAll(Collection<?> c)
    +
    public boolean retainAll(@NonNull Collection<?> c)
    Makes this Set retain a Collection of K key types (not T items).
    Specified by:
    @@ -902,8 +908,7 @@

    contains

  • get

    -
    @Nullable -public T get(Object key)
    +
    public @Nullable T get(Object key)
    Given a K key that could have been extracted or extractable from a T item in this, this returns the T item that holds that key, or null if no item holds key.
    @@ -947,6 +952,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(Object). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • toArray

    public Object[] toArray()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IdentityObjectMap.html b/docs/apidocs/com/github/tommyettinger/ds/IdentityObjectMap.html index d7b631350..65778a558 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IdentityObjectMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IdentityObjectMap.html @@ -2,7 +2,7 @@ -IdentityObjectMap (jdkgdxds 1.1.0 API) +IdentityObjectMap (jdkgdxds 1.1.1 API) @@ -172,19 +172,29 @@

    Method Summary

    Description
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    -
    int
    - -
     
    -
    protected int
    -
    place(Object item)
    -
    +
    long
    + +
    +
    Gets the hash multiplier, which this class does not use itself.
    +
    +
    int
    + +
     
    +
    protected int
    +
    place(Object item)
    +
    Returns an index >= 0 and <= ObjectObjectMap.mask for the specified item.
    +
    void
    +
    setHashMultiplier(long hashMultiplier)
    +
    +
    Sets the hash multiplier, which this class does not use itself.
    +
    static <K, V> IdentityObjectMap<K,V>
    with(K key0, @@ -205,7 +215,7 @@

    Method Summary

    +clear, clear, containsKey, containsValue, containsValue, ensureCapacity, entrySet, equals, equalsIdentity, findKey, get, getDefaultValue, getLoadFactor, getOrDefault, isEmpty, iterator, keySet, locateKey, notEmpty, put, putAll, putAll, putAll, putAll, putAll, putAll, putOrDefault, putResize, remove, replace, resize, setDefaultValue, setLoadFactor, shrink, size, toString, toString, toString, truncate, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -340,8 +350,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
  • Description copied from class: ObjectObjectMap
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this @@ -372,6 +381,34 @@

    hashCode

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the hash multiplier, which this class does not use itself.
    +
    +
    Overrides:
    +
    getHashMultiplier in class ObjectObjectMap<K,V>
    +
    Returns:
    +
    the current hash multiplier
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the hash multiplier, which this class does not use itself. Because of that, this method does not + call ObjectObjectMap.resize(int) at all. The hash multiplier will change anyway the next time resize() is called. + You probably just don't need to call this method.
    +
    +
    Overrides:
    +
    setHashMultiplier in class ObjectObjectMap<K,V>
    +
    Parameters:
    +
    hashMultiplier - will not be used, but will be treated as odd and stored in case some other code needs it
    +
    +
    +
  • +
  • with

    public static <K, diff --git a/docs/apidocs/com/github/tommyettinger/ds/IdentityObjectOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/IdentityObjectOrderedMap.html index c31b903e1..a3cd0d834 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IdentityObjectOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IdentityObjectOrderedMap.html @@ -2,7 +2,7 @@ -IdentityObjectOrderedMap (jdkgdxds 1.1.0 API) +IdentityObjectOrderedMap (jdkgdxds 1.1.1 API) @@ -194,19 +194,29 @@

    Method Summary

    Description
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    -
    int
    - -
     
    -
    protected int
    -
    place(Object item)
    -
    +
    long
    + +
    +
    Gets the hash multiplier, which this class does not use itself.
    +
    +
    int
    + +
     
    +
    protected int
    +
    place(Object item)
    +
    Returns an index >= 0 and <= ObjectObjectMap.mask for the specified item.
    +
    void
    +
    setHashMultiplier(long hashMultiplier)
    +
    +
    Sets the hash multiplier, which this class does not use itself.
    +
    static <K, V> IdentityObjectOrderedMap<K,V>
    +containsKey, containsValue, containsValue, equals, equalsIdentity, findKey, get, getDefaultValue, getLoadFactor, getOrDefault, isEmpty, locateKey, notEmpty, putAll, putAll, putAll, putAll, putAll, putAll, putResize, replace, resize, setDefaultValue, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -398,8 +408,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
  • Description copied from class: ObjectObjectMap
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this @@ -430,6 +439,34 @@

    hashCode

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the hash multiplier, which this class does not use itself.
    +
    +
    Overrides:
    +
    getHashMultiplier in class ObjectObjectMap<K,V>
    +
    Returns:
    +
    the current hash multiplier
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the hash multiplier, which this class does not use itself. Because of that, this method does not + call ObjectObjectMap.resize(int) at all. The hash multiplier will change anyway the next time resize() is called. + You probably just don't need to call this method.
    +
    +
    Overrides:
    +
    setHashMultiplier in class ObjectObjectMap<K,V>
    +
    Parameters:
    +
    hashMultiplier - will not be used, but will be treated as odd and stored in case some other code needs it
    +
    +
    +
  • +
  • with

    public static <K, diff --git a/docs/apidocs/com/github/tommyettinger/ds/IdentityOrderedSet.html b/docs/apidocs/com/github/tommyettinger/ds/IdentityOrderedSet.html new file mode 100644 index 000000000..f15a9e2d2 --- /dev/null +++ b/docs/apidocs/com/github/tommyettinger/ds/IdentityOrderedSet.html @@ -0,0 +1,433 @@ + + + + +IdentityOrderedSet (jdkgdxds 1.1.1 API) + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class IdentityOrderedSet<T>

    +
    +
    java.lang.Object +
    com.github.tommyettinger.ds.ObjectSet<T> +
    com.github.tommyettinger.ds.ObjectOrderedSet<T> +
    com.github.tommyettinger.ds.IdentityOrderedSet<T>
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    Arrangeable, Ordered<T>, Iterable<T>, Collection<T>, Set<T>
    +
    +
    +
    public class IdentityOrderedSet<T> +extends ObjectOrderedSet<T>
    +
    A variant on ObjectOrderedSet that compares items by identity (using ==) instead of equality (using equals()). + It also hashes with System.identityHashCode(Object) instead of calling the hashCode() of an item. This can be useful in + some cases where items may have invalid Object.equals(Object) and/or Object.hashCode() implementations, or if items + could be very large (making a hashCode() that uses all the parts of the item slow). Oddly, System.identityHashCode(Object) tends + to be slower than the hashCode() for most small items, because an explicitly-written hashCode() typically doesn't need to do anything + concurrently, but identityHashCode() needs to (concurrently) modify an internal JVM variable that ensures the results are unique, and + that requires the JVM to do lots of extra work whenever identityHashCode() is called. Despite that, identityHashCode() doesn't depend + on the quantity of variables in the item, so identityHashCode() gets relatively faster for larger items. The equals() method used by + ObjectOrderedSet also tends to slow down for large items, relative to the constant-time == this uses. +
    + This can potentially be useful for tracking references to ensure they are all unique by identity, such as to avoid referential cycles. + You might prefer this to IdentitySet if you need to ensure fast iteration or want access by index.
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        IdentityOrderedSet

        +
        public IdentityOrderedSet()
        +
        +
      • +
      • +
        +

        IdentityOrderedSet

        +
        public IdentityOrderedSet(int initialCapacity)
        +
        +
      • +
      • +
        +

        IdentityOrderedSet

        +
        public IdentityOrderedSet(int initialCapacity, + float loadFactor)
        +
        +
      • +
      • +
        +

        IdentityOrderedSet

        +
        public IdentityOrderedSet(ObjectOrderedSet<? extends T> set)
        +
        +
      • +
      • +
        +

        IdentityOrderedSet

        +
        public IdentityOrderedSet(Collection<? extends T> coll)
        +
        +
      • +
      • +
        +

        IdentityOrderedSet

        +
        public IdentityOrderedSet(T[] array, + int offset, + int length)
        +
        +
      • +
      • +
        +

        IdentityOrderedSet

        +
        public IdentityOrderedSet(T[] array)
        +
        +
      • +
      • +
        +

        IdentityOrderedSet

        +
        public IdentityOrderedSet(Ordered<T> other, + int offset, + int count)
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        place

        +
        protected int place(Object item)
        +
        Description copied from class: ObjectSet
        +
        Returns an index >= 0 and <= ObjectSet.mask for the specified item, mixed. +

        + The default behavior uses a basic hash mixing family; it simply gets the + Object.hashCode() of item, multiplies it by the current + ObjectSet.hashMultiplier, and makes an unsigned right shift by ObjectSet.shift before + casting to int and returning. Because the hashMultiplier changes every time the backing + table resizes, if a problematic sequence of keys piles up with many collisions, that won't + continue to cause problems when the next resize changes the hashMultiplier again. This + doesn't have much way of preventing trouble from hashCode() implementations that always + or very frequently return 0, but nothing really can handle that well. +
        + This can be overridden to hash item differently, though all implementors must + ensure this returns results in the range of 0 to ObjectSet.mask, inclusive. If nothing + else is changed, then unsigned-right-shifting an int or long by ObjectSet.shift will also + restrict results to the correct range. You should usually override this method + if you also override ObjectSet.equate(Object, Object), because two equal values should have + the same hash. If you are confident that the hashCode() implementation used by item will + have reasonable quality, you can override this with a simpler implementation, such as + return item.hashCode() & mask;. This simpler version is not used by default, even + though it can be slightly faster, because the default hashing family provides much + better resilience against high collision rates when they occur accidentally. If collision + rates are high on the low bits of many hashes, then the simpler version tends to be + significantly slower than the hashing family. Neither version provides stronger defenses + against maliciously-chosen items, but linear probing naturally won't fail entirely even in + that case. It is possible that a user could write an implementation of place() that is more + robust against malicious inputs; one such approach is optionally employed by .NET Core and + newer versions for the hashes of strings. That approach is similar to the current one here.

        +
        +
        Overrides:
        +
        place in class ObjectSet<T>
        +
        Parameters:
        +
        item - a non-null Object; its hashCode() method should be used by most implementations
        +
        Returns:
        +
        an index between 0 and ObjectSet.mask (both inclusive)
        +
        +
        +
      • +
      • +
        +

        equate

        +
        protected boolean equate(Object left, + @Nullable Object right)
        +
        Description copied from class: ObjectSet
        +
        Compares the objects left and right, which are usually keys, for equality, returning true if they are considered + equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this + returns left.equals(right), but subclasses can override it to use reference equality, fuzzy equality, deep + array equality, or any other custom definition of equality. Usually, ObjectSet.place(Object) is also overridden if + this method is.
        +
        +
        Overrides:
        +
        equate in class ObjectSet<T>
        +
        Parameters:
        +
        left - must be non-null; typically a key being compared, but not necessarily
        +
        right - may be null; typically a key being compared, but can often be null for an empty key slot, or some other type
        +
        Returns:
        +
        true if left and right are considered equal for the purposes of this class
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface Collection<T>
        +
        Specified by:
        +
        hashCode in interface Set<T>
        +
        Overrides:
        +
        hashCode in class ObjectSet<T>
        +
        +
        +
      • +
      • +
        +

        getHashMultiplier

        +
        public long getHashMultiplier()
        +
        Gets the hash multiplier, which this class does not use itself.
        +
        +
        Overrides:
        +
        getHashMultiplier in class ObjectSet<T>
        +
        Returns:
        +
        the current hash multiplier
        +
        +
        +
      • +
      • +
        +

        setHashMultiplier

        +
        public void setHashMultiplier(long hashMultiplier)
        +
        Sets the hash multiplier, which this class does not use itself. Because of that, this method does not + call ObjectSet.resize(int) at all. The hash multiplier will change anyway the next time resize() is called. + You probably just don't need to call this method.
        +
        +
        Overrides:
        +
        setHashMultiplier in class ObjectSet<T>
        +
        Parameters:
        +
        hashMultiplier - will not be used, but will be treated as odd and stored in case some other code needs it
        +
        +
        +
      • +
      • +
        +

        with

        +
        public static <T> IdentityOrderedSet<T> with(T item)
        +
        +
      • +
      • +
        +

        with

        +
        @SafeVarargs +public static <T> IdentityOrderedSet<T> with(T... array)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + + diff --git a/docs/apidocs/com/github/tommyettinger/ds/IdentitySet.html b/docs/apidocs/com/github/tommyettinger/ds/IdentitySet.html new file mode 100644 index 000000000..a9dddb646 --- /dev/null +++ b/docs/apidocs/com/github/tommyettinger/ds/IdentitySet.html @@ -0,0 +1,400 @@ + + + + +IdentitySet (jdkgdxds 1.1.1 API) + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class IdentitySet<T>

    +
    +
    java.lang.Object +
    com.github.tommyettinger.ds.ObjectSet<T> +
    com.github.tommyettinger.ds.IdentitySet<T>
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    Iterable<T>, Collection<T>, Set<T>
    +
    +
    +
    public class IdentitySet<T> +extends ObjectSet<T>
    +
    A variant on ObjectSet that compares items by identity (using ==) instead of equality (using equals()). + It also hashes with System.identityHashCode(Object) instead of calling the hashCode() of an item. This can be useful in + some cases where items may have invalid Object.equals(Object) and/or Object.hashCode() implementations, or if items + could be very large (making a hashCode() that uses all the parts of the item slow). Oddly, System.identityHashCode(Object) tends + to be slower than the hashCode() for most small items, because an explicitly-written hashCode() typically doesn't need to do anything + concurrently, but identityHashCode() needs to (concurrently) modify an internal JVM variable that ensures the results are unique, and + that requires the JVM to do lots of extra work whenever identityHashCode() is called. Despite that, identityHashCode() doesn't depend + on the quantity of variables in the item, so identityHashCode() gets relatively faster for larger items. The equals() method used by + ObjectSet also tends to slow down for large items, relative to the constant-time == this uses. +
    + This can potentially be useful for tracking references to ensure they are all unique by identity, such as to avoid referential cycles.
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        IdentitySet

        +
        public IdentitySet()
        +
        +
      • +
      • +
        +

        IdentitySet

        +
        public IdentitySet(int initialCapacity)
        +
        +
      • +
      • +
        +

        IdentitySet

        +
        public IdentitySet(int initialCapacity, + float loadFactor)
        +
        +
      • +
      • +
        +

        IdentitySet

        +
        public IdentitySet(ObjectSet<? extends T> set)
        +
        +
      • +
      • +
        +

        IdentitySet

        +
        public IdentitySet(Collection<? extends T> coll)
        +
        +
      • +
      • +
        +

        IdentitySet

        +
        public IdentitySet(T[] array, + int offset, + int length)
        +
        +
      • +
      • +
        +

        IdentitySet

        +
        public IdentitySet(T[] array)
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        place

        +
        protected int place(Object item)
        +
        Description copied from class: ObjectSet
        +
        Returns an index >= 0 and <= ObjectSet.mask for the specified item, mixed. +

        + The default behavior uses a basic hash mixing family; it simply gets the + Object.hashCode() of item, multiplies it by the current + ObjectSet.hashMultiplier, and makes an unsigned right shift by ObjectSet.shift before + casting to int and returning. Because the hashMultiplier changes every time the backing + table resizes, if a problematic sequence of keys piles up with many collisions, that won't + continue to cause problems when the next resize changes the hashMultiplier again. This + doesn't have much way of preventing trouble from hashCode() implementations that always + or very frequently return 0, but nothing really can handle that well. +
        + This can be overridden to hash item differently, though all implementors must + ensure this returns results in the range of 0 to ObjectSet.mask, inclusive. If nothing + else is changed, then unsigned-right-shifting an int or long by ObjectSet.shift will also + restrict results to the correct range. You should usually override this method + if you also override ObjectSet.equate(Object, Object), because two equal values should have + the same hash. If you are confident that the hashCode() implementation used by item will + have reasonable quality, you can override this with a simpler implementation, such as + return item.hashCode() & mask;. This simpler version is not used by default, even + though it can be slightly faster, because the default hashing family provides much + better resilience against high collision rates when they occur accidentally. If collision + rates are high on the low bits of many hashes, then the simpler version tends to be + significantly slower than the hashing family. Neither version provides stronger defenses + against maliciously-chosen items, but linear probing naturally won't fail entirely even in + that case. It is possible that a user could write an implementation of place() that is more + robust against malicious inputs; one such approach is optionally employed by .NET Core and + newer versions for the hashes of strings. That approach is similar to the current one here.

        +
        +
        Overrides:
        +
        place in class ObjectSet<T>
        +
        Parameters:
        +
        item - a non-null Object; its hashCode() method should be used by most implementations
        +
        Returns:
        +
        an index between 0 and ObjectSet.mask (both inclusive)
        +
        +
        +
      • +
      • +
        +

        equate

        +
        protected boolean equate(Object left, + @Nullable Object right)
        +
        Description copied from class: ObjectSet
        +
        Compares the objects left and right, which are usually keys, for equality, returning true if they are considered + equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this + returns left.equals(right), but subclasses can override it to use reference equality, fuzzy equality, deep + array equality, or any other custom definition of equality. Usually, ObjectSet.place(Object) is also overridden if + this method is.
        +
        +
        Overrides:
        +
        equate in class ObjectSet<T>
        +
        Parameters:
        +
        left - must be non-null; typically a key being compared, but not necessarily
        +
        right - may be null; typically a key being compared, but can often be null for an empty key slot, or some other type
        +
        Returns:
        +
        true if left and right are considered equal for the purposes of this class
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface Collection<T>
        +
        Specified by:
        +
        hashCode in interface Set<T>
        +
        Overrides:
        +
        hashCode in class ObjectSet<T>
        +
        +
        +
      • +
      • +
        +

        getHashMultiplier

        +
        public long getHashMultiplier()
        +
        Gets the hash multiplier, which this class does not use itself.
        +
        +
        Overrides:
        +
        getHashMultiplier in class ObjectSet<T>
        +
        Returns:
        +
        the current hash multiplier
        +
        +
        +
      • +
      • +
        +

        setHashMultiplier

        +
        public void setHashMultiplier(long hashMultiplier)
        +
        Sets the hash multiplier, which this class does not use itself. Because of that, this method does not + call ObjectSet.resize(int) at all. The hash multiplier will change anyway the next time resize() is called. + You probably just don't need to call this method.
        +
        +
        Overrides:
        +
        setHashMultiplier in class ObjectSet<T>
        +
        Parameters:
        +
        hashMultiplier - will not be used, but will be treated as odd and stored in case some other code needs it
        +
        +
        +
      • +
      • +
        +

        with

        +
        public static <T> IdentitySet<T> with(T item)
        +
        +
      • +
      • +
        +

        with

        +
        @SafeVarargs +public static <T> IdentitySet<T> with(T... array)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + + diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntDeque.IntDequeIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntDeque.IntDequeIterator.html index 9a149f22e..1ddcb7bca 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntDeque.IntDequeIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntDeque.IntDequeIterator.html @@ -2,7 +2,7 @@ -IntDeque.IntDequeIterator (jdkgdxds 1.1.0 API) +IntDeque.IntDequeIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntDeque.html b/docs/apidocs/com/github/tommyettinger/ds/IntDeque.html index c6d9cd23e..3f8d1f357 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntDeque.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntDeque.html @@ -2,7 +2,7 @@ -IntDeque (jdkgdxds 1.1.0 API) +IntDeque (jdkgdxds 1.1.1 API) @@ -124,10 +124,10 @@

    Field Summary

    protected int
     
    - +
    protected @Nullable IntDeque.IntDequeIterator
     
    - +
    protected @Nullable IntDeque.IntDequeIterator
     
    protected int
    @@ -135,10 +135,10 @@

    Field Summary

    Index of first element.
    - +
    protected @Nullable IntDeque.IntDequeIterator
     
    - +
    protected @Nullable IntDeque.IntDequeIterator
     
    int
    @@ -483,7 +483,7 @@

    Method Summary

    Sorts this deque in-place using Arrays.sort(int[], int, int).
    void
    - +
    sort(@Nullable IntComparator c)
    @@ -521,7 +521,7 @@

    Me rearrange, shuffle

  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray
    +areEqual, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray
    @@ -571,29 +571,25 @@

    size

  • iterator1

    -
    @Nullable -protected transient IntDeque.IntDequeIterator iterator1
    +
    protected transient @Nullable IntDeque.IntDequeIterator iterator1
  • iterator2

    -
    @Nullable -protected transient IntDeque.IntDequeIterator iterator2
    +
    protected transient @Nullable IntDeque.IntDequeIterator iterator2
  • descendingIterator1

    -
    @Nullable -protected transient IntDeque.IntDequeIterator descendingIterator1
    +
    protected transient @Nullable IntDeque.IntDequeIterator descendingIterator1
  • descendingIterator2

    -
    @Nullable -protected transient IntDeque.IntDequeIterator descendingIterator2
    +
    protected transient @Nullable IntDeque.IntDequeIterator descendingIterator2
  • @@ -1507,8 +1503,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - IntComparator c)
    +
    public void sort(@Nullable IntComparator c)
    Sorts this deque in-place using IntComparators.sort(int[], int, int, IntComparator). This should operate in O(n log(n)) time or less when the internals of the deque are continuous (the head is before the tail in the array). If the internals are not diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Entries.html index a6e4fa9f2..9580fcca4 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Entries.html @@ -2,7 +2,7 @@ -IntFloatMap.Entries (jdkgdxds 1.1.0 API) +IntFloatMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Entry.html index fec94c692..fc42c6b01 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Entry.html @@ -2,7 +2,7 @@ -IntFloatMap.Entry (jdkgdxds 1.1.0 API) +IntFloatMap.Entry (jdkgdxds 1.1.1 API) @@ -133,7 +133,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    int
    @@ -290,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.EntryIterator.html index c01ffe0de..3655b734c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.EntryIterator.html @@ -2,7 +2,7 @@ -IntFloatMap.EntryIterator (jdkgdxds 1.1.0 API) +IntFloatMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.KeyIterator.html index a3b7e566b..7564ca778 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.KeyIterator.html @@ -2,7 +2,7 @@ -IntFloatMap.KeyIterator (jdkgdxds 1.1.0 API) +IntFloatMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Keys.html index 9ed5a46fa..0388631a2 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Keys.html @@ -2,7 +2,7 @@ -IntFloatMap.Keys (jdkgdxds 1.1.0 API) +IntFloatMap.Keys (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(int item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(int item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(int item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -334,6 +337,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Integer,IntConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.MapIterator.html index 9999b3dda..6e444d3e2 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.MapIterator.html @@ -2,7 +2,7 @@ -IntFloatMap.MapIterator (jdkgdxds 1.1.0 API) +IntFloatMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.ValueIterator.html index c38355f02..070cc7dfd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.ValueIterator.html @@ -2,7 +2,7 @@ -IntFloatMap.ValueIterator (jdkgdxds 1.1.0 API) +IntFloatMap.ValueIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Values.html index bdd2d5fba..14b5ae2dd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.Values.html @@ -2,7 +2,7 @@ -IntFloatMap.Values (jdkgdxds 1.1.0 API) +IntFloatMap.Values (jdkgdxds 1.1.1 API) @@ -156,29 +156,32 @@

    Method Summary

    boolean
    contains(float item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - -
    +
    int
    + +
     
    + + +
    Returns an iterator over the elements contained in this collection.
    -
    boolean
    -
    remove(float item)
    -
     
    -
    void
    - -
    +
    boolean
    +
    remove(float item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -186,13 +189,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfFloat

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -339,6 +342,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Float,com.github.tommyettinger.function.FloatConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.html index c8109d656..ef539d6a8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatMap.html @@ -2,7 +2,7 @@ -IntFloatMap (jdkgdxds 1.1.0 API) +IntFloatMap (jdkgdxds 1.1.1 API) @@ -155,10 +155,10 @@

    Field Summary

    float
     
    - +
    protected @Nullable IntFloatMap.Entries
     
    - +
    protected @Nullable IntFloatMap.Entries
     
    protected long
    @@ -169,10 +169,10 @@

    Field Summary

    protected boolean
     
    - +
    protected @Nullable IntFloatMap.Keys
     
    - +
    protected @Nullable IntFloatMap.Keys
     
    protected int[]
    @@ -203,10 +203,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable IntFloatMap.Values
     
    - +
    protected @Nullable IntFloatMap.Values
     
    protected float[]
    @@ -342,142 +342,153 @@

    Method Summary

    Gets the default value, a float which is returned by get(int) if the key is not found.
    -
    float
    - -
     
    +
    long
    + +
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only.
    +
    float
    -
    getOrDefault(int key, + +
     
    +
    float
    +
    getOrDefault(int key, float defaultValue)
    -
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused IntFloatMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a PrimitiveCollection.OfInt that acts as a Set view of the keys contained in this map.
    -
    protected int
    -
    locateKey(int key)
    -
    +
    protected int
    +
    locateKey(int key)
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    float
    -
    merge(int key, +
    float
    +
    merge(int key, float value, com.github.tommyettinger.function.FloatFloatToFloatBiFunction remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(int item)
    -
    +
    protected int
    +
    place(int item)
    +
    Returns an index >= 0 and <= mask for the specified item.
    -
    float
    -
    put(int key, +
    float
    +
    put(int key, float value)
    -
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(int[] keys, +
    void
    +
    putAll(int[] keys, float[] values)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(int[] keys, +
    void
    +
    putAll(int[] keys, float[] values, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(int[] keys, +
    void
    +
    putAll(int[] keys, int keyOffset, float[] values, int valueOffset, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    - -
    +
    void
    + +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(PrimitiveCollection.OfInt keys, +
    void
    + -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    float
    -
    putIfAbsent(int key, - float value)
    -
     
    float
    -
    putOrDefault(int key, +
    putIfAbsent(int key, + float value)
    +
     
    +
    float
    +
    putOrDefault(int key, float value, float defaultValue)
    -
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(int key, +
    protected void
    +
    putResize(int key, float value)
    -
    +
    Skips checks for existing keys, doesn't increment size.
    -
    float
    -
    remove(int key)
    -
     
    -
    boolean
    -
    remove(int key, - float value)
    +
    float
    +
    remove(int key)
     
    -
    float
    -
    replace(int key, +
    boolean
    +
    remove(int key, float value)
     
    -
    boolean
    -
    replace(int key, +
    float
    +
    replace(int key, + float value)
    +
     
    +
    boolean
    +
    replace(int key, float oldValue, float newValue)
    -
     
    -
    void
    -
    replaceAll(com.github.tommyettinger.function.IntFloatToFloatBiFunction function)
    -
    +
     
    +
    void
    +
    replaceAll(com.github.tommyettinger.function.IntFloatToFloatBiFunction function)
    +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(float defaultValue)
    +
    +
    Sets the default value, a float which is returned by get(int) if the key is not found.
    +
    void
    -
    setDefaultValue(float defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a float which is returned by get(int) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -625,43 +636,37 @@

    mask

  • entries1

    -
    @Nullable -protected transient IntFloatMap.Entries entries1
    +
    protected transient @Nullable IntFloatMap.Entries entries1
  • entries2

    -
    @Nullable -protected transient IntFloatMap.Entries entries2
    +
    protected transient @Nullable IntFloatMap.Entries entries2
  • values1

    -
    @Nullable -protected transient IntFloatMap.Values values1
    +
    protected transient @Nullable IntFloatMap.Values values1
  • values2

    -
    @Nullable -protected transient IntFloatMap.Values values2
    +
    protected transient @Nullable IntFloatMap.Values values2
  • keys1

    -
    @Nullable -protected transient IntFloatMap.Keys keys1
    +
    protected transient @Nullable IntFloatMap.Keys keys1
  • keys2

    -
    @Nullable -protected transient IntFloatMap.Keys keys2
    +
    protected transient @Nullable IntFloatMap.Keys keys2
  • @@ -1071,6 +1076,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(int). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapEntries.html index 053fa3120..5edd17f6d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -IntFloatOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +IntFloatOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapKeys.html index e63029575..5990ea458 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -IntFloatOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +IntFloatOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.IntFloatMap.Keys

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapValues.html index d2847f9db..63fc1d402 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -IntFloatOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +IntFloatOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) @@ -143,16 +143,16 @@

    Method Summary

    Methods inherited from class com.github.tommyettinger.ds.IntFloatMap.Values

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfFloat

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.html index 5de2e7d0f..6e5cd68a0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntFloatOrderedMap.html @@ -2,7 +2,7 @@ -IntFloatOrderedMap (jdkgdxds 1.1.0 API) +IntFloatOrderedMap (jdkgdxds 1.1.1 API) @@ -344,7 +344,7 @@

    Method Summary

    Sorts this IntFloatOrderedMap in-place by the keys' natural ordering.
    void
    - +
    sort(@Nullable IntComparator comp)
    Sorts this IntFloatOrderedMap in-place by the given IntComparator used on the keys.
    @@ -385,7 +385,7 @@

    Method Summary

    +computeIfAbsent, containsKey, containsValue, containsValue, equals, findKey, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -832,8 +832,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - IntComparator comp)
    +
    public void sort(@Nullable IntComparator comp)
    Sorts this IntFloatOrderedMap in-place by the given IntComparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Entries.html index 8c6e26fd8..b7c8b3cb8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Entries.html @@ -2,7 +2,7 @@ -IntIntMap.Entries (jdkgdxds 1.1.0 API) +IntIntMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Entry.html index ff5f259c8..45925cd22 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Entry.html @@ -2,7 +2,7 @@ -IntIntMap.Entry (jdkgdxds 1.1.0 API) +IntIntMap.Entry (jdkgdxds 1.1.1 API) @@ -133,7 +133,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    int
    @@ -290,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.EntryIterator.html index fdc89bfe1..2389f3b99 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.EntryIterator.html @@ -2,7 +2,7 @@ -IntIntMap.EntryIterator (jdkgdxds 1.1.0 API) +IntIntMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.KeyIterator.html index 5d2ca15f1..1a9170f93 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.KeyIterator.html @@ -2,7 +2,7 @@ -IntIntMap.KeyIterator (jdkgdxds 1.1.0 API) +IntIntMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Keys.html index ffa1d4a2e..1e1ea26a5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Keys.html @@ -2,7 +2,7 @@ -IntIntMap.Keys (jdkgdxds 1.1.0 API) +IntIntMap.Keys (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(int item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(int item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(int item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -334,6 +337,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Integer,IntConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.MapIterator.html index 9ee0154a3..e2bdd5086 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.MapIterator.html @@ -2,7 +2,7 @@ -IntIntMap.MapIterator (jdkgdxds 1.1.0 API) +IntIntMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.ValueIterator.html index d847019e5..b63958098 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.ValueIterator.html @@ -2,7 +2,7 @@ -IntIntMap.ValueIterator (jdkgdxds 1.1.0 API) +IntIntMap.ValueIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Values.html index afb79b0ca..1a5e95aae 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.Values.html @@ -2,7 +2,7 @@ -IntIntMap.Values (jdkgdxds 1.1.0 API) +IntIntMap.Values (jdkgdxds 1.1.1 API) @@ -156,29 +156,32 @@

    Method Summary

    boolean
    contains(int item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - -
    +
    int
    + +
     
    + + +
    Returns an iterator over the elements contained in this collection.
    -
    boolean
    -
    remove(int item)
    -
     
    -
    void
    - -
    +
    boolean
    +
    remove(int item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -186,13 +189,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -339,6 +342,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Integer,IntConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.html index 2945c663d..9f91b582c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntMap.html @@ -2,7 +2,7 @@ -IntIntMap (jdkgdxds 1.1.0 API) +IntIntMap (jdkgdxds 1.1.1 API) @@ -155,10 +155,10 @@

    Field Summary

    int
     
    - +
    protected @Nullable IntIntMap.Entries
     
    - +
    protected @Nullable IntIntMap.Entries
     
    protected long
    @@ -169,10 +169,10 @@

    Field Summary

    protected boolean
     
    -
    protected IntIntMap.Keys
    +
    protected @Nullable IntIntMap.Keys
     
    -
    protected IntIntMap.Keys
    +
    protected @Nullable IntIntMap.Keys
     
    protected int[]
    @@ -203,10 +203,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable IntIntMap.Values
     
    - +
    protected @Nullable IntIntMap.Values
     
    protected int[]
    @@ -329,142 +329,153 @@

    Method Summary

    Gets the default value, a int which is returned by get(int) if the key is not found.
    -
    float
    - -
     
    -
    int
    -
    getOrDefault(int key, +
    long
    + +
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only.
    +
    +
    float
    + +
     
    +
    int
    +
    getOrDefault(int key, int defaultValue)
    -
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused IntIntMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a PrimitiveCollection.OfInt that acts as a Set view of the keys contained in this map.
    -
    protected int
    -
    locateKey(int key)
    -
    +
    protected int
    +
    locateKey(int key)
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    int
    -
    merge(int key, +
    int
    +
    merge(int key, int value, IntBinaryOperator remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(int item)
    -
    +
    protected int
    +
    place(int item)
    +
    Returns an index >= 0 and <= mask for the specified item.
    -
    int
    -
    put(int key, +
    int
    +
    put(int key, int value)
    -
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(int[] keys, +
    void
    +
    putAll(int[] keys, int[] values)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(int[] keys, +
    void
    +
    putAll(int[] keys, int[] values, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(int[] keys, +
    void
    +
    putAll(int[] keys, int keyOffset, int[] values, int valueOffset, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    - -
    +
    void
    + +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(PrimitiveCollection.OfInt keys, +
    void
    + -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    int
    -
    putIfAbsent(int key, - int value)
    -
     
    int
    -
    putOrDefault(int key, +
    putIfAbsent(int key, + int value)
    +
     
    +
    int
    +
    putOrDefault(int key, int value, int defaultValue)
    -
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(int key, +
    protected void
    +
    putResize(int key, int value)
    -
    +
    Skips checks for existing keys, doesn't increment size.
    -
    int
    -
    remove(int key)
    -
     
    -
    boolean
    -
    remove(int key, - int value)
    +
    int
    +
    remove(int key)
     
    -
    int
    -
    replace(int key, +
    boolean
    +
    remove(int key, int value)
     
    -
    boolean
    -
    replace(int key, +
    int
    +
    replace(int key, + int value)
    +
     
    +
    boolean
    +
    replace(int key, int oldValue, int newValue)
    -
     
    -
    void
    - -
    +
     
    +
    void
    + +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(int defaultValue)
    +
    +
    Sets the default value, a int which is returned by get(int) if the key is not found.
    +
    void
    -
    setDefaultValue(int defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a int which is returned by get(int) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -625,43 +636,37 @@

    mask

  • entries1

    -
    @Nullable -protected transient IntIntMap.Entries entries1
    +
    protected transient @Nullable IntIntMap.Entries entries1
  • entries2

    -
    @Nullable -protected transient IntIntMap.Entries entries2
    +
    protected transient @Nullable IntIntMap.Entries entries2
  • values1

    -
    @Nullable -protected transient IntIntMap.Values values1
    +
    protected transient @Nullable IntIntMap.Values values1
  • values2

    -
    @Nullable -protected transient IntIntMap.Values values2
    +
    protected transient @Nullable IntIntMap.Values values2
  • keys1

    -
    @Nullable -protected transient IntIntMap.Keys keys1
    +
    protected transient @Nullable IntIntMap.Keys keys1
  • keys2

    -
    @Nullable -protected transient IntIntMap.Keys keys2
    +
    protected transient @Nullable IntIntMap.Keys keys2
  • @@ -1024,6 +1029,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(int). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapEntries.html index 4f178919f..b43704509 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -IntIntOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +IntIntOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapKeys.html index b01e4463c..c6d25cc4f 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -IntIntOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +IntIntOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.IntIntMap.Keys

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapValues.html index c95eeaa4d..5475d6ec4 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -IntIntOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +IntIntOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) @@ -143,16 +143,16 @@

    Method Summary

    Methods inherited from class com.github.tommyettinger.ds.IntIntMap.Values

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.html index 1af31e7ed..f2275c5f0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntIntOrderedMap.html @@ -2,7 +2,7 @@ -IntIntOrderedMap (jdkgdxds 1.1.0 API) +IntIntOrderedMap (jdkgdxds 1.1.1 API) @@ -344,7 +344,7 @@

    Method Summary

    Sorts this IntIntOrderedMap in-place by the keys' natural ordering.
    void
    - +
    sort(@Nullable IntComparator comp)
    Sorts this IntIntOrderedMap in-place by the given IntComparator used on the keys.
    @@ -398,7 +398,7 @@

    Method Summary

    +computeIfAbsent, containsKey, containsValue, equals, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -845,8 +845,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - IntComparator comp)
    +
    public void sort(@Nullable IntComparator comp)
    Sorts this IntIntOrderedMap in-place by the given IntComparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntList.IntListIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntList.IntListIterator.html index 88d91a8e0..f58913007 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntList.IntListIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntList.IntListIterator.html @@ -2,7 +2,7 @@ -IntList.IntListIterator (jdkgdxds 1.1.0 API) +IntList.IntListIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntList.html b/docs/apidocs/com/github/tommyettinger/ds/IntList.html index 72e05e3fc..fc81a8e32 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntList.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntList.html @@ -2,7 +2,7 @@ -IntList (jdkgdxds 1.1.0 API) +IntList (jdkgdxds 1.1.1 API) @@ -122,10 +122,10 @@

    Field Summary

    int[]
     
    - +
    protected @Nullable IntList.IntListIterator
     
    - +
    protected @Nullable IntList.IntListIterator
     
    boolean
    @@ -461,7 +461,7 @@

    Method Summary

    comparator using mergesort, or Arrays.sort(int[], int, int) if c is null.
  • void
    - +
    sort(@Nullable IntComparator c)
    Sorts all elements according to the order induced by the specified comparator using IntComparators.sort(int[], int, int, IntComparator).
    @@ -524,7 +524,7 @@

    selectRanked, selectRankedIndex

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, forEach, removeIf, retainAll
    +addAll, areEqual, containsAll, forEach, removeIf, retainAll
    @@ -557,15 +557,13 @@

    ordered

  • iterator1

    -
    @Nullable -protected transient IntList.IntListIterator iterator1
    +
    protected transient @Nullable IntList.IntListIterator iterator1
  • iterator2

    -
    @Nullable -protected transient IntList.IntListIterator iterator2
    +
    protected transient @Nullable IntList.IntListIterator iterator2
  • @@ -1424,8 +1422,7 @@

    with

  • sort

    -
    public void sort(@Nullable - IntComparator c)
    +
    public void sort(@Nullable IntComparator c)
    Sorts all elements according to the order induced by the specified comparator using IntComparators.sort(int[], int, int, IntComparator). If c is null, this instead delegates to sort(), diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Entries.html index 04fe78f33..ed37760bd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Entries.html @@ -2,7 +2,7 @@ -IntLongMap.Entries (jdkgdxds 1.1.0 API) +IntLongMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Entry.html index 9fec9586d..7c3ca26a1 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Entry.html @@ -2,7 +2,7 @@ -IntLongMap.Entry (jdkgdxds 1.1.0 API) +IntLongMap.Entry (jdkgdxds 1.1.1 API) @@ -133,7 +133,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    int
    @@ -290,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.EntryIterator.html index ad599272e..61f9f9726 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.EntryIterator.html @@ -2,7 +2,7 @@ -IntLongMap.EntryIterator (jdkgdxds 1.1.0 API) +IntLongMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.KeyIterator.html index 751f9cb17..d1e8bad44 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.KeyIterator.html @@ -2,7 +2,7 @@ -IntLongMap.KeyIterator (jdkgdxds 1.1.0 API) +IntLongMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Keys.html index d9a5bb190..77ac46d88 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Keys.html @@ -2,7 +2,7 @@ -IntLongMap.Keys (jdkgdxds 1.1.0 API) +IntLongMap.Keys (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(int item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(int item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(int item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -334,6 +337,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Integer,IntConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.MapIterator.html index 6d95c311d..1c2539851 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.MapIterator.html @@ -2,7 +2,7 @@ -IntLongMap.MapIterator (jdkgdxds 1.1.0 API) +IntLongMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.ValueIterator.html index c3ea17190..8d6ed9dda 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.ValueIterator.html @@ -2,7 +2,7 @@ -IntLongMap.ValueIterator (jdkgdxds 1.1.0 API) +IntLongMap.ValueIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Values.html index 5e377d450..b71cb1458 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.Values.html @@ -2,7 +2,7 @@ -IntLongMap.Values (jdkgdxds 1.1.0 API) +IntLongMap.Values (jdkgdxds 1.1.1 API) @@ -156,29 +156,32 @@

    Method Summary

    boolean
    contains(long item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - -
    +
    int
    + +
     
    + + +
    Returns an iterator over the elements contained in this collection.
    -
    boolean
    -
    remove(long item)
    -
     
    -
    void
    - -
    +
    boolean
    +
    remove(long item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -186,13 +189,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -339,6 +342,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Long,LongConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.html index 09e7b9536..8e8ef9e3d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongMap.html @@ -2,7 +2,7 @@ -IntLongMap (jdkgdxds 1.1.0 API) +IntLongMap (jdkgdxds 1.1.1 API) @@ -155,10 +155,10 @@

    Field Summary

    long
     
    - +
    protected @Nullable IntLongMap.Entries
     
    - +
    protected @Nullable IntLongMap.Entries
     
    protected long
    @@ -169,10 +169,10 @@

    Field Summary

    protected boolean
     
    -
    protected IntLongMap.Keys
    +
    protected @Nullable IntLongMap.Keys
     
    -
    protected IntLongMap.Keys
    +
    protected @Nullable IntLongMap.Keys
     
    protected int[]
    @@ -203,10 +203,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable IntLongMap.Values
     
    - +
    protected @Nullable IntLongMap.Values
     
    protected long[]
    @@ -330,6 +330,14 @@

    Method Summary

    Gets the default value, a long which is returned by get(int) if the key is not found.
    long
    + +
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only.
    +
    +
    float
    + +
     
    +
    long
    getOrDefault(int key, long defaultValue)
    @@ -464,6 +472,15 @@

    Method Summary

    Sets the default value, a long which is returned by get(int) if the key is not found.
    void
    +
    setHashMultiplier(long hashMultiplier)
    +
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    void
    +
    setLoadFactor(float loadFactor)
    +
     
    +
    void
    shrink(int maximumCapacity)
    Reduces the size of the backing arrays to be the specified capacity / loadFactor, or less.
    @@ -606,43 +623,37 @@

    mask

  • entries1

    -
    @Nullable -protected transient IntLongMap.Entries entries1
    +
    protected transient @Nullable IntLongMap.Entries entries1
  • entries2

    -
    @Nullable -protected transient IntLongMap.Entries entries2
    +
    protected transient @Nullable IntLongMap.Entries entries2
  • values1

    -
    @Nullable -protected transient IntLongMap.Values values1
    +
    protected transient @Nullable IntLongMap.Values values1
  • values2

    -
    @Nullable -protected transient IntLongMap.Values values2
    +
    protected transient @Nullable IntLongMap.Values values2
  • keys1

    -
    @Nullable -protected transient IntLongMap.Keys keys1
    +
    protected transient @Nullable IntLongMap.Keys keys1
  • keys2

    -
    @Nullable -protected transient IntLongMap.Keys keys2
    +
    protected transient @Nullable IntLongMap.Keys keys2
  • @@ -1005,6 +1016,56 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(int). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • +
    +

    getLoadFactor

    +
    public float getLoadFactor()
    +
    +
  • +
  • +
    +

    setLoadFactor

    +
    public void setLoadFactor(float loadFactor)
    +
    +
  • +
  • hashCode

    public int hashCode()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapEntries.html index b10bddbf9..73e8ad448 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -IntLongOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +IntLongOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapKeys.html index 9cae45adb..af87abc3c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -IntLongOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +IntLongOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.IntLongMap.Keys

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapValues.html index 90b2334be..7260e3963 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -IntLongOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +IntLongOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) @@ -143,16 +143,16 @@

    Method Summary

    Methods inherited from class com.github.tommyettinger.ds.IntLongMap.Values

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.html index 4811f2603..d9d44eea2 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntLongOrderedMap.html @@ -2,7 +2,7 @@ -IntLongOrderedMap (jdkgdxds 1.1.0 API) +IntLongOrderedMap (jdkgdxds 1.1.1 API) @@ -344,7 +344,7 @@

    Method Summary

    Sorts this IntLongOrderedMap in-place by the keys' natural ordering.
    void
    - +
    sort(@Nullable IntComparator comp)
    Sorts this IntLongOrderedMap in-place by the given IntComparator used on the keys.
    @@ -385,7 +385,7 @@

    Method Summary

    +computeIfAbsent, containsKey, containsValue, equals, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -832,8 +832,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - IntComparator comp)
    +
    public void sort(@Nullable IntComparator comp)
    Sorts this IntLongOrderedMap in-place by the given IntComparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Entries.html index 806fd07a5..0e0f55cec 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Entries.html @@ -2,7 +2,7 @@ -IntObjectMap.Entries (jdkgdxds 1.1.0 API) +IntObjectMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Entry.html index 75ce35b9c..320bce929 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Entry.html @@ -2,7 +2,7 @@ -IntObjectMap.Entry (jdkgdxds 1.1.0 API) +IntObjectMap.Entry (jdkgdxds 1.1.1 API) @@ -97,7 +97,7 @@

    Field Summary

    int
     
    - +
    @Nullable V
     
  • @@ -114,7 +114,7 @@

    Constructor Summary

     
    Entry(int key, - V value)
    + @Nullable V value)
     
     
    @@ -133,14 +133,14 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    int
    Returns the key corresponding to this entry.
    - +
    @Nullable V
    Returns the value corresponding to this entry.
    @@ -148,8 +148,8 @@

    Method Summary

    int
     
    - -
    setValue(V value)
    +
    @Nullable V
    +
    setValue(@Nullable V value)
    Replaces the value corresponding to this entry with the specified value (optional operation).
    @@ -183,8 +183,7 @@

    key

  • value

    -
    @Nullable -public V value
    +
    public @Nullable V value
  • @@ -205,8 +204,7 @@

    Entry

    Entry

    public Entry(int key, - @Nullable - V value)
    + @Nullable V value)
  • @@ -251,8 +249,7 @@

    getKey

  • getValue

    -
    @Nullable -public V getValue()
    +
    public @Nullable V getValue()
    Returns the value corresponding to this entry. If the mapping has been removed from the backing map (by the iterator's remove operation), the results of this call are undefined.
    @@ -265,9 +262,7 @@

    getValue

  • setValue

    -
    @Nullable -public V setValue(@Nullable - V value)
    +
    public @Nullable V setValue(@Nullable V value)
    Replaces the value corresponding to this entry with the specified value (optional operation). (Writes through to the map.) The behavior of this call is undefined if the mapping has already been @@ -295,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.EntryIterator.html index 3dca83b26..8e3872406 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.EntryIterator.html @@ -2,7 +2,7 @@ -IntObjectMap.EntryIterator (jdkgdxds 1.1.0 API) +IntObjectMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.KeyIterator.html index 3179c05f8..ff4082ea6 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.KeyIterator.html @@ -2,7 +2,7 @@ -IntObjectMap.KeyIterator (jdkgdxds 1.1.0 API) +IntObjectMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Keys.html index 62496cbdd..b76647514 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Keys.html @@ -2,7 +2,7 @@ -IntObjectMap.Keys (jdkgdxds 1.1.0 API) +IntObjectMap.Keys (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(int item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(int item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(int item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -334,6 +337,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Integer,IntConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.MapIterator.html index f62a4d688..d3441d619 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.MapIterator.html @@ -2,7 +2,7 @@ -IntObjectMap.MapIterator (jdkgdxds 1.1.0 API) +IntObjectMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.ValueIterator.html index 5b934865f..36d7d1595 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.ValueIterator.html @@ -2,7 +2,7 @@ -IntObjectMap.ValueIterator (jdkgdxds 1.1.0 API) +IntObjectMap.ValueIterator (jdkgdxds 1.1.1 API) @@ -130,7 +130,7 @@

    Method Summary

    Returns true if the iteration has more elements.
    - +
    @Nullable V
    Returns the next V element in the iteration.
    @@ -175,8 +175,7 @@

    Method Details

  • next

    -
    @Nullable -public V next()
    +
    public @Nullable V next()
    Returns the next V element in the iteration.
    Specified by:
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Values.html index e085c144c..aca529397 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.Values.html @@ -2,7 +2,7 @@ -IntObjectMap.Values (jdkgdxds 1.1.0 API) +IntObjectMap.Values (jdkgdxds 1.1.1 API) @@ -135,7 +135,7 @@

    Method Summary

    Method
    Description
    boolean
    -
    add(V item)
    +
    add(@Nullable V item)
     
    @@ -146,7 +146,7 @@

    Method Summary

     
    boolean
    - +
    contains(@Nullable Object item)
     
    int
    @@ -157,7 +157,7 @@

    Method Summary

    Returns an iterator over the elements contained in this collection.
  • boolean
    -
    remove(Object item)
    +
    remove(@Nullable Object item)
     
    void
    @@ -230,8 +230,7 @@

    Method Details

  • add

    -
    public boolean add(@Nullable - V item)
    +
    public boolean add(@Nullable V item)
    Specified by:
    add in interface Collection<V>
    @@ -243,8 +242,7 @@

    add

  • remove

    -
    public boolean remove(@Nullable - Object item)
    +
    public boolean remove(@Nullable Object item)
    Specified by:
    remove in interface Collection<V>
    @@ -256,8 +254,7 @@

    remove

  • contains

    -
    public boolean contains(@Nullable - Object item)
    +
    public boolean contains(@Nullable Object item)
    Specified by:
    contains in interface Collection<V>
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.html index 55aad64c6..22dfb1e91 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectMap.html @@ -2,7 +2,7 @@ -IntObjectMap (jdkgdxds 1.1.0 API) +IntObjectMap (jdkgdxds 1.1.1 API) @@ -152,13 +152,13 @@

    Field Summary

    Modifier and Type
    Field
    Description
    - +
    @Nullable V
     
    - +
    protected @Nullable IntObjectMap.Entries<V>
     
    - +
    protected @Nullable IntObjectMap.Entries<V>
     
    protected long
    @@ -169,10 +169,10 @@

    Field Summary

    protected boolean
     
    -
    protected IntObjectMap.Keys<V>
    +
    protected @Nullable IntObjectMap.Keys<V>
     
    -
    protected IntObjectMap.Keys<V>
    +
    protected @Nullable IntObjectMap.Keys<V>
     
    protected int[]
    @@ -203,16 +203,16 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable IntObjectMap.Values<V>
     
    - +
    protected @Nullable IntObjectMap.Values<V>
     
    protected V[]
     
    -
    protected V
    +
    protected @Nullable V
     
  • @@ -283,7 +283,7 @@

    Method Summary

    containsKey(int key)
     
    boolean
    - +
    containsValue(@Nullable Object value)
    Returns true if the specified value is in the map.
    @@ -301,7 +301,7 @@

    Method Summary

     
    int
    -
    findKey(V value, +
    findKey(@Nullable V value, int defaultKey)
    Returns the key for the specified value, or null if it is not in the map.
    @@ -312,151 +312,162 @@

    Method Summary

    Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
    - +
    @Nullable V
    get(int key)
    Returns the value for the specified key, or defaultValue if the key is not in the map.
    - +
    @Nullable V
    Gets the default value, a V which is returned by get(int) if the key is not found.
    -
    float
    - -
     
    - -
    getOrDefault(int key, - V defaultValue)
    -
    +
    long
    + +
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only.
    +
    +
    float
    + +
     
    +
    @Nullable V
    +
    getOrDefault(int key, + @Nullable V defaultValue)
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused IntObjectMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a Set view of the keys contained in this map.
    -
    protected int
    -
    locateKey(int key)
    -
    +
    protected int
    +
    locateKey(int key)
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    - -
    merge(int key, +
    @Nullable V
    +
    merge(int key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(int item)
    -
    +
    protected int
    +
    place(int item)
    +
    Returns an index >= 0 and <= mask for the specified item.
    - -
    put(int key, - V value)
    -
    +
    @Nullable V
    +
    put(int key, + @Nullable V value)
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(int[] keys, +
    void
    +
    putAll(int[] keys, int keyOffset, V[] values, int valueOffset, int length)
    -
    -
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    -
    void
    -
    putAll(int[] keys, - V[] values)
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    void
    -
    putAll(int[] keys, - V[] values, - int length)
    +
    putAll(int[] keys, + V[] values)
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    void
    -
    putAll(IntObjectMap<? extends V> map)
    +
    putAll(int[] keys, + V[] values, + int length)
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    +
    +
    void
    +
    putAll(IntObjectMap<? extends V> map)
    +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(PrimitiveCollection.OfInt keys, +
    void
    +
    putAll(PrimitiveCollection.OfInt keys, Collection<? extends V> values)
    -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    - -
    putIfAbsent(int key, +
    @Nullable V
    +
    putIfAbsent(int key, V value)
    -
     
    - -
    putOrDefault(int key, - V value, - V defaultValue)
    -
    +
     
    +
    @Nullable V
    +
    putOrDefault(int key, + @Nullable V value, + @Nullable V defaultValue)
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(int key, - V value)
    -
    +
    protected void
    +
    putResize(int key, + @Nullable V value)
    +
    Skips checks for existing keys, doesn't increment size.
    - -
    remove(int key)
    -
     
    -
    boolean
    -
    remove(int key, - Object value)
    +
    @Nullable V
    +
    remove(int key)
     
    - -
    replace(int key, - V value)
    +
    boolean
    +
    remove(int key, + Object value)
     
    -
    boolean
    -
    replace(int key, +
    @Nullable V
    +
    replace(int key, + V value)
    +
     
    +
    boolean
    +
    replace(int key, V oldValue, V newValue)
    -
     
    -
    void
    -
    replaceAll(com.github.tommyettinger.function.IntObjToObjBiFunction<? super V,? extends V> function)
    -
    +
     
    +
    void
    +
    replaceAll(com.github.tommyettinger.function.IntObjToObjBiFunction<? super V,? extends V> function)
    +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(@Nullable V defaultValue)
    +
    +
    Sets the default value, a V which is returned by get(int) if the key is not found.
    +
    void
    -
    setDefaultValue(V defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a V which is returned by get(int) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -551,8 +562,7 @@

    hasZeroValue

  • zeroValue

    -
    @Nullable -protected V zeroValue
    +
    protected @Nullable V zeroValue
  • @@ -605,50 +615,43 @@

    mask

  • entries1

    -
    @Nullable -protected transient IntObjectMap.Entries<V> entries1
    +
    protected transient @Nullable IntObjectMap.Entries<V> entries1
  • entries2

    -
    @Nullable -protected transient IntObjectMap.Entries<V> entries2
    +
    protected transient @Nullable IntObjectMap.Entries<V> entries2
  • values1

    -
    @Nullable -protected transient IntObjectMap.Values<V> values1
    +
    protected transient @Nullable IntObjectMap.Values<V> values1
  • values2

    -
    @Nullable -protected transient IntObjectMap.Values<V> values2
    +
    protected transient @Nullable IntObjectMap.Values<V> values2
  • keys1

    -
    @Nullable -protected transient IntObjectMap.Keys<V> keys1
    +
    protected transient @Nullable IntObjectMap.Keys<V> keys1
  • keys2

    -
    @Nullable -protected transient IntObjectMap.Keys<V> keys2
    +
    protected transient @Nullable IntObjectMap.Keys<V> keys2
  • defaultValue

    -
    @Nullable -public V defaultValue
    +
    public @Nullable V defaultValue
  • @@ -778,22 +781,17 @@

    locateKey

  • put

    -
    @Nullable -public V put(int key, - @Nullable - V value)
    +
    public @Nullable V put(int key, + @Nullable V value)
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
  • putOrDefault

    -
    @Nullable -public V putOrDefault(int key, - @Nullable - V value, - @Nullable - V defaultValue)
    +
    public @Nullable V putOrDefault(int key, + @Nullable V value, + @Nullable V defaultValue)
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
  • @@ -860,16 +858,14 @@

    putAll

    putResize

    protected void putResize(int key, - @Nullable - V value)
    + @Nullable V value)
    Skips checks for existing keys, doesn't increment size.
  • get

    -
    @Nullable -public V get(int key)
    +
    public @Nullable V get(int key)
    Returns the value for the specified key, or defaultValue if the key is not in the map.
    Parameters:
    @@ -880,18 +876,15 @@

    get

  • getOrDefault

    -
    @Nullable -public V getOrDefault(int key, - @Nullable - V defaultValue)
    +
    public @Nullable V getOrDefault(int key, + @Nullable V defaultValue)
    Returns the value for the specified key, or the default value if the key is not in the map.
  • remove

    -
    @Nullable -public V remove(int key)
    +
    public @Nullable V remove(int key)
  • @@ -924,8 +917,7 @@

    isEmpty

  • getDefaultValue

    -
    @Nullable -public V getDefaultValue()
    +
    public @Nullable V getDefaultValue()
    Gets the default value, a V which is returned by get(int) if the key is not found. If not changed, the default value is null.
    @@ -937,8 +929,7 @@

    getDefaultValue

  • setDefaultValue

    -
    public void setDefaultValue(@Nullable - V defaultValue)
    +
    public void setDefaultValue(@Nullable V defaultValue)
    Sets the default value, a V which is returned by get(int) if the key is not found. If not changed, the default value is null. Note that getOrDefault(int, Object) is also available, which allows specifying a "not-found" value per-call.
    @@ -973,8 +964,7 @@

    clear

  • containsValue

    -
    public boolean containsValue(@Nullable - Object value)
    +
    public boolean containsValue(@Nullable Object value)
    Returns true if the specified value is in the map. Note this traverses the entire map and compares every value, which may be an expensive operation.
    @@ -988,8 +978,7 @@

    containsKey

  • findKey

    -
    public int findKey(@Nullable - V value, +
    public int findKey(@Nullable V value, int defaultKey)
    Returns the key for the specified value, or null if it is not in the map. Note this traverses the entire map and compares every value, which may be an expensive operation.
    @@ -1010,6 +999,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(int). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    @@ -1179,8 +1206,7 @@

    entrySet

  • putIfAbsent

    -
    @Nullable -public V putIfAbsent(int key, +
    public @Nullable V putIfAbsent(int key, V value)
  • @@ -1195,8 +1221,7 @@

    replace

  • replace

    -
    @Nullable -public V replace(int key, +
    public @Nullable V replace(int key, V value)
  • @@ -1217,8 +1242,7 @@

    remove

  • merge

    -
    @Nullable -public V merge(int key, +
    public @Nullable V merge(int key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapEntries.html index fbfdf95c1..c5813b6a1 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -IntObjectOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +IntObjectOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapKeys.html index fa2e690d5..94568a702 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -IntObjectOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +IntObjectOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.IntObjectMap.Keys

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapValues.html index e38d7c732..569f71982 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -IntObjectOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +IntObjectOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.html index d2f008352..fbdda66bf 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntObjectOrderedMap.html @@ -2,7 +2,7 @@ -IntObjectOrderedMap (jdkgdxds 1.1.0 API) +IntObjectOrderedMap (jdkgdxds 1.1.1 API) @@ -242,7 +242,7 @@

    Method Summary

    Returns a Set of Map.Entry, containing the entries in the map.
    - +
    @Nullable V
    getAt(int index)
    Gets the V value at the given index in the insertion order.
    @@ -270,13 +270,13 @@

    Method Summary

    put(int key, - V value)
    + @Nullable V value)
    Returns the old value associated with the specified key, or this map's IntObjectMap.defaultValue if there was no prior value.
    - +
    @Nullable V
    put(int key, - V value, + @Nullable V value, int index)
    Puts the given key and value into this map at the given index in its order.
    @@ -304,17 +304,17 @@

    Method Summary

    Adds up to count entries, starting from offset, in the map other to this set, inserting at the end of the iteration order.
    - +
    @Nullable V
    putOrDefault(int key, - V value, - V defaultValue)
    + @Nullable V value, + @Nullable V defaultValue)
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    - +
    @Nullable V
    remove(int key)
     
    - +
    @Nullable V
    removeAt(int index)
    Removes the entry at the given index in the order, returning the value of that entry.
    @@ -325,7 +325,7 @@

    Method Summary

    Removes the items between the specified start index, inclusive, and end index, exclusive.
    - +
    @Nullable V
    setAt(int index, V v)
    @@ -337,7 +337,7 @@

    Method Summary

    Sorts this IntObjectOrderedMap in-place by the keys' natural ordering.
    void
    - +
    sort(@Nullable IntComparator comp)
    Sorts this IntObjectOrderedMap in-place by the given Comparator used on the keys.
    @@ -378,7 +378,7 @@

    Method Summary

    +computeIfAbsent, containsKey, containsValue, equals, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -526,8 +526,7 @@

    Method Details

    put

    public V put(int key, - @Nullable - V value)
    + @Nullable V value)
    Description copied from class: IntObjectMap
    Returns the old value associated with the specified key, or this map's IntObjectMap.defaultValue if there was no prior value.
    @@ -539,10 +538,8 @@

    put

  • put

    -
    @Nullable -public V put(int key, - @Nullable - V value, +
    public @Nullable V put(int key, + @Nullable V value, int index)
    Puts the given key and value into this map at the given index in its order. If the key is already present at a different index, it is moved to the given index and its @@ -560,12 +557,9 @@

    put

  • putOrDefault

    -
    @Nullable -public V putOrDefault(int key, - @Nullable - V value, - @Nullable - V defaultValue)
    +
    public @Nullable V putOrDefault(int key, + @Nullable V value, + @Nullable V defaultValue)
    Description copied from class: IntObjectMap
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    @@ -623,8 +617,7 @@

    putAll

  • remove

    -
    @Nullable -public V remove(int key)
    +
    public @Nullable V remove(int key)
    Overrides:
    remove in class IntObjectMap<V>
    @@ -634,8 +627,7 @@

    remove

  • removeAt

    -
    @Nullable -public V removeAt(int index)
    +
    public @Nullable V removeAt(int index)
    Removes the entry at the given index in the order, returning the value of that entry.
    Parameters:
    @@ -729,8 +721,7 @@

    alterAt

  • setAt

    -
    @Nullable -public V setAt(int index, +
    public @Nullable V setAt(int index, V v)
    Changes the value at a specified index in the iteration order to v, without changing keys at all. If index isn't currently a valid index in the iteration order, this returns null. Otherwise, it returns the @@ -747,8 +738,7 @@

    setAt

  • getAt

    -
    @Nullable -public V getAt(int index)
    +
    public @Nullable V getAt(int index)
    Gets the V value at the given index in the insertion order. The index should be between 0 (inclusive) and IntObjectMap.size() (exclusive).
    @@ -820,8 +810,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - IntComparator comp)
    +
    public void sort(@Nullable IntComparator comp)
    Sorts this IntObjectOrderedMap in-place by the given Comparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntOrderedSet.IntOrderedSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntOrderedSet.IntOrderedSetIterator.html index 8856363b9..5c26eb3bd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntOrderedSet.IntOrderedSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntOrderedSet.IntOrderedSetIterator.html @@ -2,7 +2,7 @@ -IntOrderedSet.IntOrderedSetIterator (jdkgdxds 1.1.0 API) +IntOrderedSet.IntOrderedSetIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntOrderedSet.html b/docs/apidocs/com/github/tommyettinger/ds/IntOrderedSet.html index ee7860a19..f6152ad04 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntOrderedSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntOrderedSet.html @@ -2,7 +2,7 @@ -IntOrderedSet (jdkgdxds 1.1.0 API) +IntOrderedSet (jdkgdxds 1.1.1 API) @@ -317,7 +317,7 @@

    Method Summary

  • +addAll, addAll, addAll, addAll, addAll, addResize, appendTo, contains, equals, getHashMultiplier, getLoadFactor, hashCode, isEmpty, locateKey, notEmpty, place, resize, setHashMultiplier, setLoadFactor, shrink, size

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -329,7 +329,7 @@

    random, reverse, selectRanked, selectRankedIndex, shuffle, sort, swap

  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntSet.IntSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/IntSet.IntSetIterator.html index a2809fd29..b288f1bb0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntSet.IntSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntSet.IntSetIterator.html @@ -2,7 +2,7 @@ -IntSet.IntSetIterator (jdkgdxds 1.1.0 API) +IntSet.IntSetIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/IntSet.html b/docs/apidocs/com/github/tommyettinger/ds/IntSet.html index 131b73851..186e63335 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/IntSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/IntSet.html @@ -2,7 +2,7 @@ -IntSet (jdkgdxds 1.1.0 API) +IntSet (jdkgdxds 1.1.1 API) @@ -136,10 +136,10 @@

    Field Summary

    protected boolean
     
    - +
    protected @Nullable IntSet.IntSetIterator
     
    - +
    protected @Nullable IntSet.IntSetIterator
     
    protected int[]
    @@ -284,45 +284,56 @@

    Method Summary

    Attempts to get the first item in this PrimitiveCollection, where "first" is only defined meaningfully if this type is ordered.
    -
    float
    - -
     
    -
    int
    - -
     
    -
    boolean
    - +
    long
    +
    -
    Returns true if the set is empty.
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only.
    - - +
    float
    + +
     
    +
    int
    + +
     
    +
    boolean
    +
    -
    Returns an iterator for the keys in the set.
    +
    Returns true if the set is empty.
    -
    protected int
    -
    locateKey(int key)
    + +
    -
    Returns the index of the key if already present, else ~index for the next empty index.
    +
    Returns an iterator for the keys in the set.
    -
    boolean
    - +
    protected int
    +
    locateKey(int key)
    -
    Returns true if the set has one or more items.
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    protected int
    -
    place(int item)
    +
    boolean
    +
    -
    Returns an index >= 0 and <= mask for the specified item.
    +
    Returns true if the set has one or more items.
    -
    boolean
    -
    remove(int key)
    +
    protected int
    +
    place(int item)
    +
    Returns an index >= 0 and <= mask for the specified item.
    +
    +
    boolean
    +
    remove(int key)
    +
    Returns true if the key was removed.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setHashMultiplier(long hashMultiplier)
    +
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    void
    setLoadFactor(float loadFactor)
     
    @@ -356,7 +367,7 @@

    Methods inherited from cl clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -436,15 +447,13 @@

    mask

  • iterator1

    -
    @Nullable -protected transient IntSet.IntSetIterator iterator1
    +
    protected transient @Nullable IntSet.IntSetIterator iterator1
  • iterator2

    -
    @Nullable -protected transient IntSet.IntSetIterator iterator2
    +
    protected transient @Nullable IntSet.IntSetIterator iterator2
  • @@ -724,6 +733,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(int); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(int). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongDeque.LongDequeIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongDeque.LongDequeIterator.html index 5905a7157..66dd075ca 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongDeque.LongDequeIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongDeque.LongDequeIterator.html @@ -2,7 +2,7 @@ -LongDeque.LongDequeIterator (jdkgdxds 1.1.0 API) +LongDeque.LongDequeIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongDeque.html b/docs/apidocs/com/github/tommyettinger/ds/LongDeque.html index 8688990bf..2d1ada934 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongDeque.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongDeque.html @@ -2,7 +2,7 @@ -LongDeque (jdkgdxds 1.1.0 API) +LongDeque (jdkgdxds 1.1.1 API) @@ -124,10 +124,10 @@

    Field Summary

    protected long
     
    - +
    protected @Nullable LongDeque.LongDequeIterator
     
    - +
    protected @Nullable LongDeque.LongDequeIterator
     
    protected int
    @@ -135,10 +135,10 @@

    Field Summary

    Index of first element.
    - +
    protected @Nullable LongDeque.LongDequeIterator
     
    - +
    protected @Nullable LongDeque.LongDequeIterator
     
    int
    @@ -483,7 +483,7 @@

    Method Summary

    Sorts this deque in-place using Arrays.sort(long[], int, int).
  • void
    - +
    sort(@Nullable LongComparator c)
    @@ -521,7 +521,7 @@

    Me rearrange, shuffle

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray
    +areEqual, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray
    @@ -571,29 +571,25 @@

    size

  • iterator1

    -
    @Nullable -protected transient LongDeque.LongDequeIterator iterator1
    +
    protected transient @Nullable LongDeque.LongDequeIterator iterator1
  • iterator2

    -
    @Nullable -protected transient LongDeque.LongDequeIterator iterator2
    +
    protected transient @Nullable LongDeque.LongDequeIterator iterator2
  • descendingIterator1

    -
    @Nullable -protected transient LongDeque.LongDequeIterator descendingIterator1
    +
    protected transient @Nullable LongDeque.LongDequeIterator descendingIterator1
  • descendingIterator2

    -
    @Nullable -protected transient LongDeque.LongDequeIterator descendingIterator2
    +
    protected transient @Nullable LongDeque.LongDequeIterator descendingIterator2
  • @@ -1507,8 +1503,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - LongComparator c)
    +
    public void sort(@Nullable LongComparator c)
    Sorts this deque in-place using LongComparators.sort(long[], int, int, LongComparator). This should operate in O(n log(n)) time or less when the internals of the deque are continuous (the head is before the tail in the array). If the internals are not diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Entries.html index aa3cb0737..7c8db3f6d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Entries.html @@ -2,7 +2,7 @@ -LongFloatMap.Entries (jdkgdxds 1.1.0 API) +LongFloatMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Entry.html index 0f34bccfc..569d1431d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Entry.html @@ -2,7 +2,7 @@ -LongFloatMap.Entry (jdkgdxds 1.1.0 API) +LongFloatMap.Entry (jdkgdxds 1.1.1 API) @@ -133,7 +133,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    long
    @@ -290,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.EntryIterator.html index bf829d891..d859f489d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.EntryIterator.html @@ -2,7 +2,7 @@ -LongFloatMap.EntryIterator (jdkgdxds 1.1.0 API) +LongFloatMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.KeyIterator.html index e05ca8627..3351d3b67 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.KeyIterator.html @@ -2,7 +2,7 @@ -LongFloatMap.KeyIterator (jdkgdxds 1.1.0 API) +LongFloatMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Keys.html index 2befc190f..5c01e667a 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Keys.html @@ -2,7 +2,7 @@ -LongFloatMap.Keys (jdkgdxds 1.1.0 API) +LongFloatMap.Keys (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(long item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(long item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(long item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -334,6 +337,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Long,LongConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.MapIterator.html index dd136cbb3..ced0ced89 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.MapIterator.html @@ -2,7 +2,7 @@ -LongFloatMap.MapIterator (jdkgdxds 1.1.0 API) +LongFloatMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.ValueIterator.html index 3b309cd92..a3812d34b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.ValueIterator.html @@ -2,7 +2,7 @@ -LongFloatMap.ValueIterator (jdkgdxds 1.1.0 API) +LongFloatMap.ValueIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Values.html index 88410ab59..bfd58c5b3 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.Values.html @@ -2,7 +2,7 @@ -LongFloatMap.Values (jdkgdxds 1.1.0 API) +LongFloatMap.Values (jdkgdxds 1.1.1 API) @@ -156,29 +156,32 @@

    Method Summary

    boolean
    contains(float item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - -
    +
    int
    + +
     
    + + +
    Returns an iterator over the elements contained in this collection.
    -
    boolean
    -
    remove(float item)
    -
     
    -
    void
    - -
    +
    boolean
    +
    remove(float item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -186,13 +189,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfFloat

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -339,6 +342,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Float,com.github.tommyettinger.function.FloatConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.html index 0a95a9b58..78c8390c4 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatMap.html @@ -2,7 +2,7 @@ -LongFloatMap (jdkgdxds 1.1.0 API) +LongFloatMap (jdkgdxds 1.1.1 API) @@ -155,10 +155,10 @@

    Field Summary

    float
     
    - +
    protected @Nullable LongFloatMap.Entries
     
    - +
    protected @Nullable LongFloatMap.Entries
     
    protected long
    @@ -169,10 +169,10 @@

    Field Summary

    protected boolean
     
    - +
    protected @Nullable LongFloatMap.Keys
     
    - +
    protected @Nullable LongFloatMap.Keys
     
    protected long[]
    @@ -203,10 +203,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable LongFloatMap.Values
     
    - +
    protected @Nullable LongFloatMap.Values
     
    protected float[]
    @@ -342,141 +342,152 @@

    Method Summary

    Gets the default value, a float which is returned by get(long) if the key is not found.
    -
    float
    - -
     
    +
    long
    + +
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only.
    +
    float
    -
    getOrDefault(long key, + +
     
    +
    float
    +
    getOrDefault(long key, float defaultValue)
    -
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused LongFloatMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a Set view of the keys contained in this map.
    -
    protected int
    -
    locateKey(long key)
    -
    +
    protected int
    +
    locateKey(long key)
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    float
    -
    merge(long key, +
    float
    +
    merge(long key, float value, com.github.tommyettinger.function.FloatFloatToFloatBiFunction remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(long item)
    -
    +
    protected int
    +
    place(long item)
    +
    Returns an index >= 0 and <= mask for the specified item.
    -
    float
    -
    put(long key, +
    float
    +
    put(long key, float value)
    -
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(long[] keys, +
    void
    +
    putAll(long[] keys, float[] values)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(long[] keys, +
    void
    +
    putAll(long[] keys, float[] values, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(long[] keys, +
    void
    +
    putAll(long[] keys, int keyOffset, float[] values, int valueOffset, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    - -
    +
    void
    + +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(PrimitiveCollection.OfLong keys, +
    void
    + -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    float
    -
    putIfAbsent(long key, - float value)
    -
     
    float
    -
    putOrDefault(long key, +
    putIfAbsent(long key, + float value)
    +
     
    +
    float
    +
    putOrDefault(long key, float value, float defaultValue)
    -
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(long key, +
    protected void
    +
    putResize(long key, float value)
    -
    +
    Skips checks for existing keys, doesn't increment size.
    -
    float
    -
    remove(long key)
    -
     
    -
    boolean
    -
    remove(long key, - float value)
    +
    float
    +
    remove(long key)
     
    -
    float
    -
    replace(long key, +
    boolean
    +
    remove(long key, float value)
     
    -
    boolean
    -
    replace(long key, +
    float
    +
    replace(long key, + float value)
    +
     
    +
    boolean
    +
    replace(long key, float oldValue, float newValue)
    -
     
    -
    void
    -
    replaceAll(com.github.tommyettinger.function.LongFloatToFloatBiFunction function)
    -
    +
     
    +
    void
    +
    replaceAll(com.github.tommyettinger.function.LongFloatToFloatBiFunction function)
    +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(float defaultValue)
    +
    +
    Sets the default value, a float which is returned by get(long) if the key is not found.
    +
    void
    -
    setDefaultValue(float defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a float which is returned by get(long) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -624,43 +635,37 @@

    mask

  • entries1

    -
    @Nullable -protected transient LongFloatMap.Entries entries1
    +
    protected transient @Nullable LongFloatMap.Entries entries1
  • entries2

    -
    @Nullable -protected transient LongFloatMap.Entries entries2
    +
    protected transient @Nullable LongFloatMap.Entries entries2
  • values1

    -
    @Nullable -protected transient LongFloatMap.Values values1
    +
    protected transient @Nullable LongFloatMap.Values values1
  • values2

    -
    @Nullable -protected transient LongFloatMap.Values values2
    +
    protected transient @Nullable LongFloatMap.Values values2
  • keys1

    -
    @Nullable -protected transient LongFloatMap.Keys keys1
    +
    protected transient @Nullable LongFloatMap.Keys keys1
  • keys2

    -
    @Nullable -protected transient LongFloatMap.Keys keys2
    +
    protected transient @Nullable LongFloatMap.Keys keys2
  • @@ -1072,6 +1077,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(long). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapEntries.html index dc96c5d0f..5a66e5ac5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -LongFloatOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +LongFloatOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapKeys.html index fca540f09..c17230281 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -LongFloatOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +LongFloatOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.LongFloatMap.Keys

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapValues.html index 1c52226f5..0fdc18458 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -LongFloatOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +LongFloatOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) @@ -143,16 +143,16 @@

    Method Summary

    Methods inherited from class com.github.tommyettinger.ds.LongFloatMap.Values

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfFloat

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.html index 20b762ab0..07e0fc157 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongFloatOrderedMap.html @@ -2,7 +2,7 @@ -LongFloatOrderedMap (jdkgdxds 1.1.0 API) +LongFloatOrderedMap (jdkgdxds 1.1.1 API) @@ -344,7 +344,7 @@

    Method Summary

    Sorts this LongFloatOrderedMap in-place by the keys' natural ordering.
    void
    - +
    sort(@Nullable LongComparator comp)
    Sorts this LongFloatOrderedMap in-place by the given LongComparator used on the keys.
    @@ -385,7 +385,7 @@

    Method Summary

    +computeIfAbsent, containsKey, containsValue, containsValue, equals, findKey, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -832,8 +832,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - LongComparator comp)
    +
    public void sort(@Nullable LongComparator comp)
    Sorts this LongFloatOrderedMap in-place by the given LongComparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Entries.html index e94652f78..4f7ef3ed8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Entries.html @@ -2,7 +2,7 @@ -LongIntMap.Entries (jdkgdxds 1.1.0 API) +LongIntMap.Entries (jdkgdxds 1.1.1 API) @@ -136,8 +136,8 @@

    Method Summary

    Modifier and Type
    Method
    Description
    - - + +
    Append the remaining items that this can iterate through into the given Map.
    @@ -306,9 +306,9 @@

    appendInto

  • -
    +

    appendInto

    -
    public LongFloatMap appendInto(LongFloatMap coll)
    +
    public LongIntMap appendInto(LongIntMap coll)
    Append the remaining items that this can iterate through into the given Map. Does not change the position of this iterator. Note that a Map is not a Collection.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Entry.html index 6e76ef60a..274194083 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Entry.html @@ -2,7 +2,7 @@ -LongIntMap.Entry (jdkgdxds 1.1.0 API) +LongIntMap.Entry (jdkgdxds 1.1.1 API) @@ -133,7 +133,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    long
    @@ -290,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.EntryIterator.html index 0d5262d0a..96bd61c19 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.EntryIterator.html @@ -2,7 +2,7 @@ -LongIntMap.EntryIterator (jdkgdxds 1.1.0 API) +LongIntMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.KeyIterator.html index 0dc0dbfd0..d099199fc 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.KeyIterator.html @@ -2,7 +2,7 @@ -LongIntMap.KeyIterator (jdkgdxds 1.1.0 API) +LongIntMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Keys.html index 9fe01328d..525a13a2b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Keys.html @@ -2,7 +2,7 @@ -LongIntMap.Keys (jdkgdxds 1.1.0 API) +LongIntMap.Keys (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(long item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(long item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(long item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -334,6 +337,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Long,LongConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.MapIterator.html index 9550872e7..22381ef2e 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.MapIterator.html @@ -2,7 +2,7 @@ -LongIntMap.MapIterator (jdkgdxds 1.1.0 API) +LongIntMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.ValueIterator.html index 9d37c7609..3bdb2c43d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.ValueIterator.html @@ -2,7 +2,7 @@ -LongIntMap.ValueIterator (jdkgdxds 1.1.0 API) +LongIntMap.ValueIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Values.html index d815c3f30..bb1455030 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.Values.html @@ -2,7 +2,7 @@ -LongIntMap.Values (jdkgdxds 1.1.0 API) +LongIntMap.Values (jdkgdxds 1.1.1 API) @@ -156,29 +156,32 @@

    Method Summary

    boolean
    contains(int item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - -
    +
    int
    + +
     
    + + +
    Returns an iterator over the elements contained in this collection.
    -
    boolean
    -
    remove(int item)
    -
     
    -
    void
    - -
    +
    boolean
    +
    remove(int item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -186,13 +189,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -339,6 +342,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Integer,IntConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.html index 314793db1..75600ef29 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntMap.html @@ -2,7 +2,7 @@ -LongIntMap (jdkgdxds 1.1.0 API) +LongIntMap (jdkgdxds 1.1.1 API) @@ -155,10 +155,10 @@

    Field Summary

    int
     
    - +
    protected @Nullable LongIntMap.Entries
     
    - +
    protected @Nullable LongIntMap.Entries
     
    protected long
    @@ -169,10 +169,10 @@

    Field Summary

    protected boolean
     
    -
    protected LongIntMap.Keys
    +
    protected @Nullable LongIntMap.Keys
     
    -
    protected LongIntMap.Keys
    +
    protected @Nullable LongIntMap.Keys
     
    protected long[]
    @@ -203,10 +203,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable LongIntMap.Values
     
    - +
    protected @Nullable LongIntMap.Values
     
    protected int[]
    @@ -329,141 +329,152 @@

    Method Summary

    Gets the default value, a int which is returned by get(long) if the key is not found.
    -
    float
    - -
     
    -
    int
    -
    getOrDefault(long key, +
    long
    + +
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only.
    +
    +
    float
    + +
     
    +
    int
    +
    getOrDefault(long key, int defaultValue)
    -
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused LongIntMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a Set view of the keys contained in this map.
    -
    protected int
    -
    locateKey(long key)
    -
    +
    protected int
    +
    locateKey(long key)
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    int
    -
    merge(long key, +
    int
    +
    merge(long key, int value, IntBinaryOperator remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(long item)
    -
    +
    protected int
    +
    place(long item)
    +
    Returns an index >= 0 and <= mask for the specified item.
    -
    int
    -
    put(long key, +
    int
    +
    put(long key, int value)
    -
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(long[] keys, +
    void
    +
    putAll(long[] keys, int[] values)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(long[] keys, +
    void
    +
    putAll(long[] keys, int[] values, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(long[] keys, +
    void
    +
    putAll(long[] keys, int keyOffset, int[] values, int valueOffset, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    - -
    +
    void
    + +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(PrimitiveCollection.OfLong keys, +
    void
    + -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    int
    -
    putIfAbsent(long key, - int value)
    -
     
    int
    -
    putOrDefault(long key, +
    putIfAbsent(long key, + int value)
    +
     
    +
    int
    +
    putOrDefault(long key, int value, int defaultValue)
    -
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(long key, +
    protected void
    +
    putResize(long key, int value)
    -
    +
    Skips checks for existing keys, doesn't increment size.
    -
    int
    -
    remove(long key)
    -
     
    -
    boolean
    -
    remove(long key, - int value)
    +
    int
    +
    remove(long key)
     
    -
    int
    -
    replace(long key, +
    boolean
    +
    remove(long key, int value)
     
    -
    boolean
    -
    replace(long key, +
    int
    +
    replace(long key, + int value)
    +
     
    +
    boolean
    +
    replace(long key, int oldValue, int newValue)
    -
     
    -
    void
    -
    replaceAll(com.github.tommyettinger.function.LongIntToIntBiFunction function)
    -
    +
     
    +
    void
    +
    replaceAll(com.github.tommyettinger.function.LongIntToIntBiFunction function)
    +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(int defaultValue)
    +
    +
    Sets the default value, a int which is returned by get(long) if the key is not found.
    +
    void
    -
    setDefaultValue(int defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a int which is returned by get(long) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -611,43 +622,37 @@

    mask

  • entries1

    -
    @Nullable -protected transient LongIntMap.Entries entries1
    +
    protected transient @Nullable LongIntMap.Entries entries1
  • entries2

    -
    @Nullable -protected transient LongIntMap.Entries entries2
    +
    protected transient @Nullable LongIntMap.Entries entries2
  • values1

    -
    @Nullable -protected transient LongIntMap.Values values1
    +
    protected transient @Nullable LongIntMap.Values values1
  • values2

    -
    @Nullable -protected transient LongIntMap.Values values2
    +
    protected transient @Nullable LongIntMap.Values values2
  • keys1

    -
    @Nullable -protected transient LongIntMap.Keys keys1
    +
    protected transient @Nullable LongIntMap.Keys keys1
  • keys2

    -
    @Nullable -protected transient LongIntMap.Keys keys2
    +
    protected transient @Nullable LongIntMap.Keys keys2
  • @@ -1012,6 +1017,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(long). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapEntries.html index ee20be604..2ba4e96ff 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -LongIntOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +LongIntOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) @@ -147,7 +147,7 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.LongIntMap.Entries

    -appendInto, appendInto, hashCode, resetIterator, size, toList
    +appendInto, appendInto, hashCode, resetIterator, size, toList

    Methods inherited from class java.util.AbstractSet

    equals, removeAll
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapKeys.html index dccdce392..b0ba876b0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -LongIntOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +LongIntOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

    Methods inherited from class com.github.tommyettinger.ds.LongIntMap.Keys

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapValues.html index 645b99fb3..883931003 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -LongIntOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +LongIntOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) @@ -143,16 +143,16 @@

    Method Summary

    Methods inherited from class com.github.tommyettinger.ds.LongIntMap.Values

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.html index c8ca2ecf0..18fbb582c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongIntOrderedMap.html @@ -2,7 +2,7 @@ -LongIntOrderedMap (jdkgdxds 1.1.0 API) +LongIntOrderedMap (jdkgdxds 1.1.1 API) @@ -344,7 +344,7 @@

    Method Summary

    Sorts this LongIntOrderedMap in-place by the keys' natural ordering.
    void
    - +
    sort(@Nullable LongComparator comp)
    Sorts this LongIntOrderedMap in-place by the given LongComparator used on the keys.
    @@ -385,7 +385,7 @@

    Method Summary

    +computeIfAbsent, containsKey, containsValue, equals, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -832,8 +832,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - LongComparator comp)
    +
    public void sort(@Nullable LongComparator comp)
    Sorts this LongIntOrderedMap in-place by the given LongComparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongList.LongListIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongList.LongListIterator.html index c240f4d03..01d8370d2 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongList.LongListIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongList.LongListIterator.html @@ -2,7 +2,7 @@ -LongList.LongListIterator (jdkgdxds 1.1.0 API) +LongList.LongListIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongList.html b/docs/apidocs/com/github/tommyettinger/ds/LongList.html index 930950223..a2544d938 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongList.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongList.html @@ -2,7 +2,7 @@ -LongList (jdkgdxds 1.1.0 API) +LongList (jdkgdxds 1.1.1 API) @@ -122,10 +122,10 @@

    Field Summary

    long[]
     
    - +
    protected @Nullable LongList.LongListIterator
     
    - +
    protected @Nullable LongList.LongListIterator
     
    boolean
    @@ -463,7 +463,7 @@

    Method Summary

    comparator using mergesort, or Arrays.sort(long[], int, int) if c is null.
  • void
    - +
    sort(@Nullable LongComparator c)
    Sorts all elements according to the order induced by the specified comparator using LongComparators.sort(long[], int, int, LongComparator).
    @@ -526,7 +526,7 @@

    selectRanked, selectRankedIndex

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, forEach, removeIf, retainAll
    +addAll, areEqual, containsAll, forEach, removeIf, retainAll
    @@ -559,15 +559,13 @@

    ordered

  • iterator1

    -
    @Nullable -protected transient LongList.LongListIterator iterator1
    +
    protected transient @Nullable LongList.LongListIterator iterator1
  • iterator2

    -
    @Nullable -protected transient LongList.LongListIterator iterator2
    +
    protected transient @Nullable LongList.LongListIterator iterator2
  • @@ -1427,8 +1425,7 @@

    with

  • sort

    -
    public void sort(@Nullable - LongComparator c)
    +
    public void sort(@Nullable LongComparator c)
    Sorts all elements according to the order induced by the specified comparator using LongComparators.sort(long[], int, int, LongComparator). If c is null, this instead delegates to sort(), diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Entries.html index dc17b442b..604e71469 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Entries.html @@ -2,7 +2,7 @@ -LongLongMap.Entries (jdkgdxds 1.1.0 API) +LongLongMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Entry.html index b54c00100..f75ee5b3a 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Entry.html @@ -2,7 +2,7 @@ -LongLongMap.Entry (jdkgdxds 1.1.0 API) +LongLongMap.Entry (jdkgdxds 1.1.1 API) @@ -133,7 +133,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    long
    @@ -290,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.EntryIterator.html index 406b4be41..d475ae0be 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.EntryIterator.html @@ -2,7 +2,7 @@ -LongLongMap.EntryIterator (jdkgdxds 1.1.0 API) +LongLongMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.KeyIterator.html index 461e0ee7a..def6de83c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.KeyIterator.html @@ -2,7 +2,7 @@ -LongLongMap.KeyIterator (jdkgdxds 1.1.0 API) +LongLongMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Keys.html index e12b610ef..f4c474f3c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Keys.html @@ -2,7 +2,7 @@ -LongLongMap.Keys (jdkgdxds 1.1.0 API) +LongLongMap.Keys (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(long item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(long item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(long item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -334,6 +337,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Long,LongConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.MapIterator.html index 06922f59a..d8179c5c6 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.MapIterator.html @@ -2,7 +2,7 @@ -LongLongMap.MapIterator (jdkgdxds 1.1.0 API) +LongLongMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.ValueIterator.html index 89e400db1..3515f760b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.ValueIterator.html @@ -2,7 +2,7 @@ -LongLongMap.ValueIterator (jdkgdxds 1.1.0 API) +LongLongMap.ValueIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Values.html index 4890076a2..4b8404a33 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.Values.html @@ -2,7 +2,7 @@ -LongLongMap.Values (jdkgdxds 1.1.0 API) +LongLongMap.Values (jdkgdxds 1.1.1 API) @@ -156,29 +156,32 @@

    Method Summary

    boolean
    contains(long item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - -
    +
    int
    + +
     
    + + +
    Returns an iterator over the elements contained in this collection.
    -
    boolean
    -
    remove(long item)
    -
     
    -
    void
    - -
    +
    boolean
    +
    remove(long item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -186,13 +189,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -339,6 +342,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Long,LongConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.html index dfdf62521..e763567bf 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongMap.html @@ -2,7 +2,7 @@ -LongLongMap (jdkgdxds 1.1.0 API) +LongLongMap (jdkgdxds 1.1.1 API) @@ -155,10 +155,10 @@

    Field Summary

    long
     
    - +
    protected @Nullable LongLongMap.Entries
     
    - +
    protected @Nullable LongLongMap.Entries
     
    protected long
    @@ -169,10 +169,10 @@

    Field Summary

    protected boolean
     
    - +
    protected @Nullable LongLongMap.Keys
     
    - +
    protected @Nullable LongLongMap.Keys
     
    protected long[]
    @@ -203,10 +203,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable LongLongMap.Values
     
    - +
    protected @Nullable LongLongMap.Values
     
    protected long[]
    @@ -329,141 +329,152 @@

    Method Summary

    Gets the default value, a long which is returned by get(long) if the key is not found.
    -
    float
    - -
     
    -
    long
    -
    getOrDefault(long key, +
    long
    + +
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only.
    +
    +
    float
    + +
     
    +
    long
    +
    getOrDefault(long key, long defaultValue)
    -
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused LongLongMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a Set view of the keys contained in this map.
    -
    protected int
    -
    locateKey(long key)
    -
    +
    protected int
    +
    locateKey(long key)
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    long
    -
    merge(long key, +
    long
    +
    merge(long key, long value, LongBinaryOperator remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(long item)
    -
    +
    protected int
    +
    place(long item)
    +
    Returns an index >= 0 and <= mask for the specified item.
    -
    long
    -
    put(long key, +
    long
    +
    put(long key, long value)
    -
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(long[] keys, +
    void
    +
    putAll(long[] keys, int keyOffset, long[] values, int valueOffset, int length)
    -
    -
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    -
    void
    -
    putAll(long[] keys, - long[] values)
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    void
    -
    putAll(long[] keys, - long[] values, - int length)
    +
    putAll(long[] keys, + long[] values)
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    void
    - +
    putAll(long[] keys, + long[] values, + int length)
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    +
    +
    void
    + +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(PrimitiveCollection.OfLong keys, +
    void
    + -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    long
    -
    putIfAbsent(long key, - long value)
    -
     
    long
    -
    putOrDefault(long key, +
    putIfAbsent(long key, + long value)
    +
     
    +
    long
    +
    putOrDefault(long key, long value, long defaultValue)
    -
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(long key, +
    protected void
    +
    putResize(long key, long value)
    -
    +
    Skips checks for existing keys, doesn't increment size.
    -
    long
    -
    remove(long key)
    -
     
    -
    boolean
    -
    remove(long key, - long value)
    +
    long
    +
    remove(long key)
     
    -
    long
    -
    replace(long key, +
    boolean
    +
    remove(long key, long value)
     
    -
    boolean
    -
    replace(long key, +
    long
    +
    replace(long key, + long value)
    +
     
    +
    boolean
    +
    replace(long key, long oldValue, long newValue)
    -
     
    -
    void
    - -
    +
     
    +
    void
    + +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(long defaultValue)
    +
    +
    Sets the default value, a long which is returned by get(long) if the key is not found.
    +
    void
    -
    setDefaultValue(long defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a long which is returned by get(long) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -624,43 +635,37 @@

    mask

  • entries1

    -
    @Nullable -protected transient LongLongMap.Entries entries1
    +
    protected transient @Nullable LongLongMap.Entries entries1
  • entries2

    -
    @Nullable -protected transient LongLongMap.Entries entries2
    +
    protected transient @Nullable LongLongMap.Entries entries2
  • values1

    -
    @Nullable -protected transient LongLongMap.Values values1
    +
    protected transient @Nullable LongLongMap.Values values1
  • values2

    -
    @Nullable -protected transient LongLongMap.Values values2
    +
    protected transient @Nullable LongLongMap.Values values2
  • keys1

    -
    @Nullable -protected transient LongLongMap.Keys keys1
    +
    protected transient @Nullable LongLongMap.Keys keys1
  • keys2

    -
    @Nullable -protected transient LongLongMap.Keys keys2
    +
    protected transient @Nullable LongLongMap.Keys keys2
  • @@ -1025,6 +1030,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(long). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapEntries.html index 837916238..431cd8101 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -LongLongOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +LongLongOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapKeys.html index f4ae7f6be..22284cefc 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -LongLongOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +LongLongOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.LongLongMap.Keys

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapValues.html index 8390ccd6e..5db9eb113 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -LongLongOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +LongLongOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) @@ -143,16 +143,16 @@

    Method Summary

    Methods inherited from class com.github.tommyettinger.ds.LongLongMap.Values

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.html index 9e96b5b31..6bfd7a99f 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongLongOrderedMap.html @@ -2,7 +2,7 @@ -LongLongOrderedMap (jdkgdxds 1.1.0 API) +LongLongOrderedMap (jdkgdxds 1.1.1 API) @@ -344,7 +344,7 @@

    Method Summary

    Sorts this LongLongOrderedMap in-place by the keys' natural ordering.
    void
    - +
    sort(@Nullable LongComparator comp)
    Sorts this LongLongOrderedMap in-place by the given LongComparator used on the keys.
    @@ -398,7 +398,7 @@

    Method Summary

    +computeIfAbsent, containsKey, containsValue, equals, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -845,8 +845,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - LongComparator comp)
    +
    public void sort(@Nullable LongComparator comp)
    Sorts this LongLongOrderedMap in-place by the given LongComparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Entries.html index c010fae03..6f36c8604 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Entries.html @@ -2,7 +2,7 @@ -LongObjectMap.Entries (jdkgdxds 1.1.0 API) +LongObjectMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Entry.html index 5b2aef682..da3eec6c5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Entry.html @@ -2,7 +2,7 @@ -LongObjectMap.Entry (jdkgdxds 1.1.0 API) +LongObjectMap.Entry (jdkgdxds 1.1.1 API) @@ -97,7 +97,7 @@

    Field Summary

    long
     
    - +
    @Nullable V
     
  • @@ -114,7 +114,7 @@

    Constructor Summary

     
    Entry(long key, - V value)
    + @Nullable V value)
     
     
    @@ -133,14 +133,14 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    long
    Returns the key corresponding to this entry.
    - +
    @Nullable V
    Returns the value corresponding to this entry.
    @@ -148,8 +148,8 @@

    Method Summary

    int
     
    - -
    setValue(V value)
    +
    @Nullable V
    +
    setValue(@Nullable V value)
    Replaces the value corresponding to this entry with the specified value (optional operation).
    @@ -183,8 +183,7 @@

    key

  • value

    -
    @Nullable -public V value
    +
    public @Nullable V value
  • @@ -205,8 +204,7 @@

    Entry

    Entry

    public Entry(long key, - @Nullable - V value)
    + @Nullable V value)
  • @@ -251,8 +249,7 @@

    getKey

  • getValue

    -
    @Nullable -public V getValue()
    +
    public @Nullable V getValue()
    Returns the value corresponding to this entry. If the mapping has been removed from the backing map (by the iterator's remove operation), the results of this call are undefined.
    @@ -265,9 +262,7 @@

    getValue

  • setValue

    -
    @Nullable -public V setValue(@Nullable - V value)
    +
    public @Nullable V setValue(@Nullable V value)
    Replaces the value corresponding to this entry with the specified value (optional operation). (Writes through to the map.) The behavior of this call is undefined if the mapping has already been @@ -295,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.EntryIterator.html index 2b217d95a..381bf3c7f 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.EntryIterator.html @@ -2,7 +2,7 @@ -LongObjectMap.EntryIterator (jdkgdxds 1.1.0 API) +LongObjectMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.KeyIterator.html index b83cc1966..12c71bf7d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.KeyIterator.html @@ -2,7 +2,7 @@ -LongObjectMap.KeyIterator (jdkgdxds 1.1.0 API) +LongObjectMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Keys.html index 02b175bcd..1bc48c800 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Keys.html @@ -2,7 +2,7 @@ -LongObjectMap.Keys (jdkgdxds 1.1.0 API) +LongObjectMap.Keys (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(long item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(long item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(long item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -334,6 +337,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Long,LongConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.MapIterator.html index 3d5aaf324..64ef46acb 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.MapIterator.html @@ -2,7 +2,7 @@ -LongObjectMap.MapIterator (jdkgdxds 1.1.0 API) +LongObjectMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.ValueIterator.html index 16cb27d63..09d5411b5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.ValueIterator.html @@ -2,7 +2,7 @@ -LongObjectMap.ValueIterator (jdkgdxds 1.1.0 API) +LongObjectMap.ValueIterator (jdkgdxds 1.1.1 API) @@ -130,7 +130,7 @@

    Method Summary

    Returns true if the iteration has more elements.
    - +
    @Nullable V
    Returns the next V element in the iteration.
    @@ -175,8 +175,7 @@

    Method Details

  • next

    -
    @Nullable -public V next()
    +
    public @Nullable V next()
    Returns the next V element in the iteration.
    Specified by:
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Values.html index 070b1cf80..334adfe02 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.Values.html @@ -2,7 +2,7 @@ -LongObjectMap.Values (jdkgdxds 1.1.0 API) +LongObjectMap.Values (jdkgdxds 1.1.1 API) @@ -135,7 +135,7 @@

    Method Summary

    Method
    Description
    boolean
    -
    add(V item)
    +
    add(@Nullable V item)
     
    @@ -146,7 +146,7 @@

    Method Summary

     
    boolean
    - +
    contains(@Nullable Object item)
     
    int
    @@ -157,7 +157,7 @@

    Method Summary

    Returns an iterator over the elements contained in this collection.
  • boolean
    -
    remove(Object item)
    +
    remove(@Nullable Object item)
     
    void
    @@ -230,8 +230,7 @@

    Method Details

  • add

    -
    public boolean add(@Nullable - V item)
    +
    public boolean add(@Nullable V item)
    Specified by:
    add in interface Collection<V>
    @@ -243,8 +242,7 @@

    add

  • remove

    -
    public boolean remove(@Nullable - Object item)
    +
    public boolean remove(@Nullable Object item)
    Specified by:
    remove in interface Collection<V>
    @@ -256,8 +254,7 @@

    remove

  • contains

    -
    public boolean contains(@Nullable - Object item)
    +
    public boolean contains(@Nullable Object item)
    Specified by:
    contains in interface Collection<V>
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.html index 14f21d076..6bd75b6ce 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectMap.html @@ -2,7 +2,7 @@ -LongObjectMap (jdkgdxds 1.1.0 API) +LongObjectMap (jdkgdxds 1.1.1 API) @@ -152,16 +152,16 @@

    Field Summary

    Modifier and Type
    Field
    Description
    - +
    @Nullable V
    Returned by get(long) when no value exists for the given key, as well as some other methods to indicate that no value in the Map could be returned.
    - +
    protected @Nullable LongObjectMap.Entries<V>
     
    - +
    protected @Nullable LongObjectMap.Entries<V>
     
    protected long
    @@ -172,10 +172,10 @@

    Field Summary

    protected boolean
     
    - +
    protected @Nullable LongObjectMap.Keys<V>
     
    - +
    protected @Nullable LongObjectMap.Keys<V>
     
    protected long[]
    @@ -206,16 +206,16 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable LongObjectMap.Values<V>
     
    - +
    protected @Nullable LongObjectMap.Values<V>
     
    protected V[]
     
    -
    protected V
    +
    protected @Nullable V
     
  • @@ -286,7 +286,7 @@

    Method Summary

    containsKey(long key)
     
    boolean
    - +
    containsValue(@Nullable Object value)
    Returns true if the specified value is in the map.
    @@ -304,7 +304,7 @@

    Method Summary

     
    long
    -
    findKey(V value, +
    findKey(@Nullable V value, long defaultKey)
    Returns the key for the specified value, or null if it is not in the map.
    @@ -315,151 +315,162 @@

    Method Summary

    Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
    - +
    @Nullable V
    get(long key)
    Returns the value for the specified key, or defaultValue if the key is not in the map.
    - +
    @Nullable V
    Gets the default value, a V which is returned by get(long) if the key is not found.
    -
    float
    - -
     
    - -
    getOrDefault(long key, - V defaultValue)
    -
    +
    long
    + +
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only.
    +
    +
    float
    + +
     
    +
    @Nullable V
    +
    getOrDefault(long key, + @Nullable V defaultValue)
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused LongObjectMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a Set view of the keys contained in this map.
    -
    protected int
    -
    locateKey(long key)
    -
    +
    protected int
    +
    locateKey(long key)
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    - -
    merge(long key, +
    @Nullable V
    +
    merge(long key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(long item)
    -
    +
    protected int
    +
    place(long item)
    +
    Returns an index >= 0 and <= mask for the specified item.
    - -
    put(long key, - V value)
    -
    +
    @Nullable V
    +
    put(long key, + @Nullable V value)
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(long[] keys, +
    void
    +
    putAll(long[] keys, int keyOffset, V[] values, int valueOffset, int length)
    -
    -
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    -
    void
    -
    putAll(long[] keys, - V[] values)
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    void
    -
    putAll(long[] keys, - V[] values, - int length)
    +
    putAll(long[] keys, + V[] values)
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    void
    -
    putAll(LongObjectMap<? extends V> map)
    +
    putAll(long[] keys, + V[] values, + int length)
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    +
    +
    void
    +
    putAll(LongObjectMap<? extends V> map)
    +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(PrimitiveCollection.OfLong keys, +
    void
    +
    putAll(PrimitiveCollection.OfLong keys, Collection<? extends V> values)
    -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    - -
    putIfAbsent(long key, +
    @Nullable V
    +
    putIfAbsent(long key, V value)
    -
     
    - -
    putOrDefault(long key, - V value, - V defaultValue)
    -
    +
     
    +
    @Nullable V
    +
    putOrDefault(long key, + @Nullable V value, + @Nullable V defaultValue)
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(long key, - V value)
    -
    +
    protected void
    +
    putResize(long key, + @Nullable V value)
    +
    Skips checks for existing keys, doesn't increment size.
    - -
    remove(long key)
    -
     
    -
    boolean
    -
    remove(long key, - Object value)
    +
    @Nullable V
    +
    remove(long key)
     
    - -
    replace(long key, - V value)
    +
    boolean
    +
    remove(long key, + Object value)
     
    -
    boolean
    -
    replace(long key, +
    @Nullable V
    +
    replace(long key, + V value)
    +
     
    +
    boolean
    +
    replace(long key, V oldValue, V newValue)
    -
     
    -
    void
    -
    replaceAll(com.github.tommyettinger.function.LongObjToObjBiFunction<? super V,? extends V> function)
    -
    +
     
    +
    void
    +
    replaceAll(com.github.tommyettinger.function.LongObjToObjBiFunction<? super V,? extends V> function)
    +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(@Nullable V defaultValue)
    +
    +
    Sets the default value, a V which is returned by get(long) if the key is not found.
    +
    void
    -
    setDefaultValue(V defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a V which is returned by get(long) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -554,8 +565,7 @@

    hasZeroValue

  • zeroValue

    -
    @Nullable -protected V zeroValue
    +
    protected @Nullable V zeroValue
  • @@ -608,50 +618,43 @@

    mask

  • entries1

    -
    @Nullable -protected transient LongObjectMap.Entries<V> entries1
    +
    protected transient @Nullable LongObjectMap.Entries<V> entries1
  • entries2

    -
    @Nullable -protected transient LongObjectMap.Entries<V> entries2
    +
    protected transient @Nullable LongObjectMap.Entries<V> entries2
  • values1

    -
    @Nullable -protected transient LongObjectMap.Values<V> values1
    +
    protected transient @Nullable LongObjectMap.Values<V> values1
  • values2

    -
    @Nullable -protected transient LongObjectMap.Values<V> values2
    +
    protected transient @Nullable LongObjectMap.Values<V> values2
  • keys1

    -
    @Nullable -protected transient LongObjectMap.Keys<V> keys1
    +
    protected transient @Nullable LongObjectMap.Keys<V> keys1
  • keys2

    -
    @Nullable -protected transient LongObjectMap.Keys<V> keys2
    +
    protected transient @Nullable LongObjectMap.Keys<V> keys2
  • defaultValue

    -
    @Nullable -public V defaultValue
    +
    public @Nullable V defaultValue
    Returned by get(long) when no value exists for the given key, as well as some other methods to indicate that no value in the Map could be returned.
    @@ -772,22 +775,17 @@

    locateKey

  • put

    -
    @Nullable -public V put(long key, - @Nullable - V value)
    +
    public @Nullable V put(long key, + @Nullable V value)
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
  • putOrDefault

    -
    @Nullable -public V putOrDefault(long key, - @Nullable - V value, - @Nullable - V defaultValue)
    +
    public @Nullable V putOrDefault(long key, + @Nullable V value, + @Nullable V defaultValue)
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
  • @@ -867,16 +865,14 @@

    putAll

    putResize

    protected void putResize(long key, - @Nullable - V value)
    + @Nullable V value)
    Skips checks for existing keys, doesn't increment size.
  • get

    -
    @Nullable -public V get(long key)
    +
    public @Nullable V get(long key)
    Returns the value for the specified key, or defaultValue if the key is not in the map.
    Parameters:
    @@ -887,18 +883,15 @@

    get

  • getOrDefault

    -
    @Nullable -public V getOrDefault(long key, - @Nullable - V defaultValue)
    +
    public @Nullable V getOrDefault(long key, + @Nullable V defaultValue)
    Returns the value for the specified key, or the default value if the key is not in the map.
  • remove

    -
    @Nullable -public V remove(long key)
    +
    public @Nullable V remove(long key)
  • @@ -931,8 +924,7 @@

    isEmpty

  • getDefaultValue

    -
    @Nullable -public V getDefaultValue()
    +
    public @Nullable V getDefaultValue()
    Gets the default value, a V which is returned by get(long) if the key is not found. If not changed, the default value is null.
    @@ -944,8 +936,7 @@

    getDefaultValue

  • setDefaultValue

    -
    public void setDefaultValue(@Nullable - V defaultValue)
    +
    public void setDefaultValue(@Nullable V defaultValue)
    Sets the default value, a V which is returned by get(long) if the key is not found. If not changed, the default value is null. Note that getOrDefault(long, Object) is also available, which allows specifying a "not-found" value per-call.
    @@ -980,8 +971,7 @@

    clear

  • containsValue

    -
    public boolean containsValue(@Nullable - Object value)
    +
    public boolean containsValue(@Nullable Object value)
    Returns true if the specified value is in the map. Note this traverses the entire map and compares every value, which may be an expensive operation.
    @@ -995,8 +985,7 @@

    containsKey

  • findKey

    -
    public long findKey(@Nullable - V value, +
    public long findKey(@Nullable V value, long defaultKey)
    Returns the key for the specified value, or null if it is not in the map. Note this traverses the entire map and compares every value, which may be an expensive operation.
    @@ -1017,6 +1006,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(long). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    @@ -1186,8 +1213,7 @@

    entrySet

  • putIfAbsent

    -
    @Nullable -public V putIfAbsent(long key, +
    public @Nullable V putIfAbsent(long key, V value)
  • @@ -1202,8 +1228,7 @@

    replace

  • replace

    -
    @Nullable -public V replace(long key, +
    public @Nullable V replace(long key, V value)
  • @@ -1224,8 +1249,7 @@

    remove

  • merge

    -
    @Nullable -public V merge(long key, +
    public @Nullable V merge(long key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapEntries.html index afbc3e0f5..b2df06611 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -LongObjectOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +LongObjectOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapKeys.html index 7a9a651c6..0507524d4 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -LongObjectOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +LongObjectOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.LongObjectMap.Keys

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapValues.html index 24581251c..25e63d439 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -LongObjectOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +LongObjectOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.html index a752a6691..1970fdf15 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongObjectOrderedMap.html @@ -2,7 +2,7 @@ -LongObjectOrderedMap (jdkgdxds 1.1.0 API) +LongObjectOrderedMap (jdkgdxds 1.1.1 API) @@ -242,7 +242,7 @@

    Method Summary

    Returns a Set of Map.Entry, containing the entries in the map.
    - +
    @Nullable V
    getAt(int index)
    Gets the V value at the given index in the insertion order.
    @@ -270,13 +270,13 @@

    Method Summary

    put(long key, - V value)
    + @Nullable V value)
    Returns the old value associated with the specified key, or this map's LongObjectMap.defaultValue if there was no prior value.
    - +
    @Nullable V
    put(long key, - V value, + @Nullable V value, int index)
    Puts the given key and value into this map at the given index in its order.
    @@ -304,17 +304,17 @@

    Method Summary

    Adds up to count entries, starting from offset, in the map other to this set, inserting at the end of the iteration order.
    - +
    @Nullable V
    putOrDefault(long key, - V value, - V defaultValue)
    + @Nullable V value, + @Nullable V defaultValue)
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    - +
    @Nullable V
    remove(long key)
     
    - +
    @Nullable V
    removeAt(int index)
    Removes the entry at the given index in the order, returning the value of that entry.
    @@ -325,7 +325,7 @@

    Method Summary

    Removes the items between the specified start index, inclusive, and end index, exclusive.
    - +
    @Nullable V
    setAt(int index, V v)
    @@ -337,7 +337,7 @@

    Method Summary

    Sorts this LongObjectOrderedMap in-place by the keys' natural ordering.
    void
    - +
    sort(@Nullable LongComparator comp)
    Sorts this LongObjectOrderedMap in-place by the given LongComparator used on the keys.
    @@ -378,7 +378,7 @@

    Method Summary

    +computeIfAbsent, containsKey, containsValue, equals, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -526,8 +526,7 @@

    Method Details

    put

    public V put(long key, - @Nullable - V value)
    + @Nullable V value)
    Description copied from class: LongObjectMap
    Returns the old value associated with the specified key, or this map's LongObjectMap.defaultValue if there was no prior value.
    @@ -539,10 +538,8 @@

    put

  • put

    -
    @Nullable -public V put(long key, - @Nullable - V value, +
    public @Nullable V put(long key, + @Nullable V value, int index)
    Puts the given key and value into this map at the given index in its order. If the key is already present at a different index, it is moved to the given index and its @@ -560,12 +557,9 @@

    put

  • putOrDefault

    -
    @Nullable -public V putOrDefault(long key, - @Nullable - V value, - @Nullable - V defaultValue)
    +
    public @Nullable V putOrDefault(long key, + @Nullable V value, + @Nullable V defaultValue)
    Description copied from class: LongObjectMap
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    @@ -623,8 +617,7 @@

    putAll

  • remove

    -
    @Nullable -public V remove(long key)
    +
    public @Nullable V remove(long key)
    Overrides:
    remove in class LongObjectMap<V>
    @@ -634,8 +627,7 @@

    remove

  • removeAt

    -
    @Nullable -public V removeAt(int index)
    +
    public @Nullable V removeAt(int index)
    Removes the entry at the given index in the order, returning the value of that entry.
    Parameters:
    @@ -729,8 +721,7 @@

    alterAt

  • setAt

    -
    @Nullable -public V setAt(int index, +
    public @Nullable V setAt(int index, V v)
    Changes the value at a specified index in the iteration order to v, without changing keys at all. If index isn't currently a valid index in the iteration order, this returns null. Otherwise, it returns the @@ -747,8 +738,7 @@

    setAt

  • getAt

    -
    @Nullable -public V getAt(int index)
    +
    public @Nullable V getAt(int index)
    Gets the V value at the given index in the insertion order. The index should be between 0 (inclusive) and LongObjectMap.size() (exclusive).
    @@ -820,8 +810,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - LongComparator comp)
    +
    public void sort(@Nullable LongComparator comp)
    Sorts this LongObjectOrderedMap in-place by the given LongComparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongOrderedSet.LongOrderedSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongOrderedSet.LongOrderedSetIterator.html index 1754b3742..e7e70c0ed 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongOrderedSet.LongOrderedSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongOrderedSet.LongOrderedSetIterator.html @@ -2,7 +2,7 @@ -LongOrderedSet.LongOrderedSetIterator (jdkgdxds 1.1.0 API) +LongOrderedSet.LongOrderedSetIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongOrderedSet.html b/docs/apidocs/com/github/tommyettinger/ds/LongOrderedSet.html index 5f1e96753..69c00b736 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongOrderedSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongOrderedSet.html @@ -2,7 +2,7 @@ -LongOrderedSet (jdkgdxds 1.1.0 API) +LongOrderedSet (jdkgdxds 1.1.1 API) @@ -317,7 +317,7 @@

    Method Summary

  • +addAll, addAll, addAll, addAll, addAll, addResize, appendTo, contains, equals, getHashMultiplier, getLoadFactor, hashCode, isEmpty, locateKey, notEmpty, place, resize, setHashMultiplier, setLoadFactor, shrink, size

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -329,7 +329,7 @@

    random, reverse, selectRanked, selectRankedIndex, shuffle, sort, swap

  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongSet.LongSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/LongSet.LongSetIterator.html index 9728a63fd..83eb206f8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongSet.LongSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongSet.LongSetIterator.html @@ -2,7 +2,7 @@ -LongSet.LongSetIterator (jdkgdxds 1.1.0 API) +LongSet.LongSetIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/LongSet.html b/docs/apidocs/com/github/tommyettinger/ds/LongSet.html index 878f10cff..c202853c9 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/LongSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/LongSet.html @@ -2,7 +2,7 @@ -LongSet (jdkgdxds 1.1.0 API) +LongSet (jdkgdxds 1.1.1 API) @@ -136,10 +136,10 @@

    Field Summary

    protected boolean
     
    - +
    protected @Nullable LongSet.LongSetIterator
     
    - +
    protected @Nullable LongSet.LongSetIterator
     
    protected long[]
    @@ -284,45 +284,56 @@

    Method Summary

    Attempts to get the first item in this PrimitiveCollection, where "first" is only defined meaningfully if this type is ordered.
    -
    float
    - -
     
    -
    int
    - -
     
    -
    boolean
    - +
    long
    +
    -
    Returns true if the set is empty.
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only.
    - - +
    float
    + +
     
    +
    int
    + +
     
    +
    boolean
    +
    -
    Returns an iterator for the keys in the set.
    +
    Returns true if the set is empty.
    -
    protected int
    -
    locateKey(long key)
    + +
    -
    Returns the index of the key if already present, else ~index for the next empty index.
    +
    Returns an iterator for the keys in the set.
    -
    boolean
    - +
    protected int
    +
    locateKey(long key)
    -
    Returns true if the set has one or more items.
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    protected int
    -
    place(long item)
    +
    boolean
    +
    -
    Returns an index >= 0 and <= mask for the specified item.
    +
    Returns true if the set has one or more items.
    -
    boolean
    -
    remove(long key)
    +
    protected int
    +
    place(long item)
    +
    Returns an index >= 0 and <= mask for the specified item.
    +
    +
    boolean
    +
    remove(long key)
    +
    Returns true if the key was removed.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setHashMultiplier(long hashMultiplier)
    +
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    void
    setLoadFactor(float loadFactor)
     
    @@ -356,7 +367,7 @@

    Methods inherited from cl clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    @@ -436,15 +447,13 @@

    mask

  • iterator1

    -
    @Nullable -protected transient LongSet.LongSetIterator iterator1
    +
    protected transient @Nullable LongSet.LongSetIterator iterator1
  • iterator2

    -
    @Nullable -protected transient LongSet.LongSetIterator iterator2
    +
    protected transient @Nullable LongSet.LongSetIterator iterator2
  • @@ -736,6 +745,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(long); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(long). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.InternalMap.html b/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.InternalMap.html index 5d8c41306..e0812e67b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.InternalMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.InternalMap.html @@ -2,7 +2,7 @@ -NumberedSet.InternalMap (jdkgdxds 1.1.0 API) +NumberedSet.InternalMap (jdkgdxds 1.1.1 API) @@ -161,7 +161,7 @@

    Method Summary

    Description
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    @@ -179,7 +179,7 @@

    alter, alterAt, clear, clear, ensureCapacity, entrySet, getAndIncrement, getAt, iterator, keyAt, keySet, order, put, put, putAll, putAll, putAll, putOrDefault, remove, removeAt, removeRange, setAt, sort, sort, sortByValue, toString, truncate, values, with, with

    +computeIfAbsent, containsKey, containsValue, equals, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -302,8 +302,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
    Description copied from class: ObjectIntMap
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this diff --git a/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.NumberedSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.NumberedSetIterator.html index ef616a7c2..03c9527ae 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.NumberedSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.NumberedSetIterator.html @@ -2,7 +2,7 @@ -NumberedSet.NumberedSetIterator (jdkgdxds 1.1.0 API) +NumberedSet.NumberedSetIterator (jdkgdxds 1.1.1 API) @@ -147,7 +147,7 @@

    Method Summary

    Method
    Description
    void
    -
    add(T t)
    +
    add(@Nullable T t)
    Inserts the specified element into the list (optional operation).
    @@ -167,7 +167,7 @@

    Method Summary

    Returns an iterator over elements of type T.
    - +
    @Nullable T
    Returns the next int element in the iteration.
    @@ -178,7 +178,7 @@

    Method Summary

    Returns the index of the element that would be returned by a subsequent call to next().
    - +
    @Nullable T
    Returns the previous element in the list and moves the cursor @@ -286,8 +286,7 @@

    Method Details

  • next

    -
    @Nullable -public T next()
    +
    public @Nullable T next()
    Returns the next int element in the iteration.
    Specified by:
    @@ -338,8 +337,7 @@

    hasPrevious

  • previous

    -
    @Nullable -public T previous()
    +
    public @Nullable T previous()
    Returns the previous element in the list and moves the cursor position backwards. This method may be called repeatedly to iterate through the list backwards, or intermixed with calls to @@ -445,8 +443,7 @@

    set

  • add

    -
    public void add(@Nullable - T t)
    +
    public void add(@Nullable T t)
    Inserts the specified element into the list (optional operation). The element is inserted immediately before the element that would be returned by next(), if any, and after the element diff --git a/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.html b/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.html index 3ac983451..731720e24 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/NumberedSet.html @@ -2,7 +2,7 @@ -NumberedSet (jdkgdxds 1.1.0 API) +NumberedSet (jdkgdxds 1.1.1 API) @@ -130,10 +130,10 @@

    Field Summary

    Modifier and Type
    Field
    Description
    - +
    protected @Nullable NumberedSet.NumberedSetIterator<T>
     
    - +
    protected @Nullable NumberedSet.NumberedSetIterator<T>
     
    @@ -273,7 +273,7 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    @@ -287,96 +287,102 @@

    Method Summary

    int
     
    -
    float
    - +
    long
    +
     
    -
    int
    - +
    float
    +
     
    int
    - -
    -
    Gets the index of a given item in this set's ordering.
    -
    + +
     
    int
    -
    indexOfOrDefault(Object item, - int defaultValue)
    +
    Gets the index of a given item in this set's ordering.
    -
    boolean
    - -
     
    - - -
    -
    Returns a ListIterator starting at index 0.
    +
    int
    +
    indexOfOrDefault(Object item, + int defaultValue)
    +
    +
    Gets the index of a given item in this set's ordering.
    +
    boolean
    + +
     
    - +
    Returns a ListIterator starting at index 0.
    -
    listIterator(int index)
    +
    +
    Returns a ListIterator starting at index 0.
    +
    + +
    listIterator(int index)
    +
    Returns a ListIterator starting at the specified index.
    -
    boolean
    - -
     
    - - -
    +
    boolean
    + +
     
    + + +
    Gets the ObjectList of T items that this data structure holds, in the order it uses for iteration.
    -
    protected int
    -
    place(Object item)
    -
    +
    protected int
    +
    place(Object item)
    +
    Returns an index >= 0 and <= ObjectIntMap.mask for the specified item, mixed.
    -
    boolean
    -
    remove(Object item)
    -
    +
    boolean
    +
    remove(Object item)
    +
    Tries to remove an item from this set and calls renumber(int) if that item was removed
    -
    boolean
    - -
     
    boolean
    -
    removeAll(T[] arr)
    -
    -
    Bulk-removes each T item in the given array from this set.
    -
    - -
    removeAt(int index)
    + +
     
    +
    boolean
    +
    removeAll(T[] arr)
    -
    Removes and returns the item at the given index in this set's order.
    +
    Bulk-removes each T item in the given array from this set.
    -
    void
    -
    removeRange(int start, - int end)
    + +
    removeAt(int index)
    -
    Removes the items between the specified start index, inclusive, and end index, exclusive.
    +
    Removes and returns the item at the given index in this set's order.
    void
    - +
    removeRange(int start, + int end)
    -
    Reassigns all index values to match order().
    +
    Removes the items between the specified start index, inclusive, and end index, exclusive.
    void
    -
    renumber(int start)
    +
    -
    Reassigns the index values for each index starting with start, and going to the end.
    +
    Reassigns all index values to match order().
    void
    -
    resize(int newSize)
    +
    renumber(int start)
    +
    +
    Reassigns the index values for each index starting with start, and going to the end.
    +
    +
    void
    +
    resize(int newSize)
    +
     
    +
    boolean
    +
     
    -
    boolean
    - +
    void
    +
    setDefaultValue(int defaultValue)
     
    void
    -
    setDefaultValue(int defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
     
    void
    setLoadFactor(float loadFactor)
    @@ -457,15 +463,13 @@

    map

  • iterator1

    -
    @Nullable -protected transient NumberedSet.NumberedSetIterator<T> iterator1
    +
    protected transient @Nullable NumberedSet.NumberedSetIterator<T> iterator1
  • iterator2

    -
    @Nullable -protected transient NumberedSet.NumberedSetIterator<T> iterator2
    +
    protected transient @Nullable NumberedSet.NumberedSetIterator<T> iterator2
  • @@ -602,8 +606,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this returns left.equals(right), but subclasses can override it to use reference equality, fuzzy equality, deep @@ -838,6 +841,18 @@

    ensureCapacity

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    +
  • +
  • alter

    public boolean alter(T before, diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectDeque.ObjectDequeIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectDeque.ObjectDequeIterator.html index 5ed19d77e..9cb133c43 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectDeque.ObjectDequeIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectDeque.ObjectDequeIterator.html @@ -2,7 +2,7 @@ -ObjectDeque.ObjectDequeIterator (jdkgdxds 1.1.0 API) +ObjectDeque.ObjectDequeIterator (jdkgdxds 1.1.1 API) @@ -151,7 +151,7 @@

    Method Summary

    Method
    Description
    void
    -
    add(T t)
    +
    add(@Nullable T t)
    Inserts the specified element into the list (optional operation).
    @@ -171,7 +171,7 @@

    Method Summary

    Returns an iterator over elements of type T.
    - +
    @Nullable T
    Returns the next T element in the iteration.
    @@ -182,7 +182,7 @@

    Method Summary

    Returns the index of the element that would be returned by a subsequent call to next().
    - +
    @Nullable T
    Returns the previous element in the list and moves the cursor @@ -206,7 +206,7 @@

    Method Summary

    reset(int index)
     
    void
    -
    set(T t)
    +
    set(@Nullable T t)
    Replaces the last element returned by next() or previous() with the specified element (optional operation).
    @@ -298,8 +298,7 @@

    Method Details

  • next

    -
    @Nullable -public T next()
    +
    public @Nullable T next()
    Returns the next T element in the iteration.
    Specified by:
    @@ -350,8 +349,7 @@

    hasPrevious

  • previous

    -
    @Nullable -public T previous()
    +
    public @Nullable T previous()
    Returns the previous element in the list and moves the cursor position backwards. This method may be called repeatedly to iterate through the list backwards, or intermixed with calls to @@ -429,8 +427,7 @@

    remove

  • set

    -
    public void set(@Nullable - T t)
    +
    public void set(@Nullable T t)
    Replaces the last element returned by next() or previous() with the specified element (optional operation). This call can be made only if neither remove() nor add(T) have been called after the last call to next or @@ -458,8 +455,7 @@

    set

  • add

    -
    public void add(@Nullable - T t)
    +
    public void add(@Nullable T t)
    Inserts the specified element into the list (optional operation). The element is inserted immediately before the element that would be returned by next(), if any, and after the element diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectDeque.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectDeque.html index 0dfb8f0ce..4dfaae670 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectDeque.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectDeque.html @@ -2,7 +2,7 @@ -ObjectDeque (jdkgdxds 1.1.0 API) +ObjectDeque (jdkgdxds 1.1.1 API) @@ -88,7 +88,8 @@

    Class ObjectDeque<T>

    resize when adding). Deque functionality is provided via removeLast() and addFirst(Object).
    Unlike most Deque implementations in the JDK, you can get and set items anywhere in the deque in constant time with get(int) - and set(int, Object).
    + and set(int, Object). Unlike ArrayDeque in the JDK, this implements equals(Object) and hashCode(), as well + as equalsIdentity(Object).
  • Inserts the specified element into this deque at the specified index.
    boolean
    -
    add(T t)
    +
    add(@Nullable T t)
    Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so @@ -230,12 +231,12 @@

    Method Summary

    in the order that they are returned by the collection's iterator.
    void
    -
    addFirst(T object)
    +
    addFirst(@Nullable T object)
    Prepend given object to the head (enqueue to head).
    void
    -
    addLast(T object)
    +
    addLast(@Nullable T object)
    Append given object to the tail (enqueue to tail).
    @@ -245,7 +246,7 @@

    Method Summary

    Removes all values from this queue.
  • boolean
    - +
    contains(@Nullable Object o)
    Returns true if this deque contains the specified element.
    @@ -261,7 +262,7 @@

    Method Summary

    Returns an iterator over the elements in this deque in reverse sequential order.
    - +
    @Nullable T
    Retrieves, but does not remove, the head of the queue represented by @@ -274,31 +275,35 @@

    Method Summary

    boolean
    -
     
    +
    +
    Using Object.equals(Object) between each item in order, compares for equality specifically with + other ObjectDeque collections.
    +
    boolean
    -
    Uses == for comparison of each item.
    +
    Using == between each item in order, compares for equality specifically with + other ObjectDeque collections.
    - +
    @Nullable T
    Returns the first (head) item in the queue (without removing it).
    - +
    @Nullable T
    get(int index)
    Retrieves the value in queue without removing it.
    - +
    @Nullable T
     
    - +
    @Nullable T
    Retrieves, but does not remove, the first element of this deque.
    - +
    @Nullable T
    Retrieves, but does not remove, the last element of this deque.
    @@ -307,19 +312,19 @@

    Method Summary

     
    int
    -
    indexOf(Object value)
    +
    indexOf(@Nullable Object value)
    Returns the index of the first occurrence of value in the queue, or -1 if no such value exists.
    int
    -
    indexOf(Object value, +
    indexOf(@Nullable Object value, boolean identity)
    Returns the index of first occurrence of value in the queue, or -1 if no such value exists.
    boolean
    insert(int index, - T element)
    + @Nullable T element)
    This is an alias for add(int, Object) to improve compatibility with primitive lists.
    @@ -333,18 +338,18 @@

    Method Summary

    Returns an iterator for the items in the deque.
    - +
    @Nullable T
    Returns the last (tail) item in the queue (without removing it).
    int
    - +
    lastIndexOf(@Nullable Object value)
    Returns the index of the last occurrence of value in the queue, or -1 if no such value exists.
    int
    -
    lastIndexOf(Object value, +
    lastIndexOf(@Nullable Object value, boolean identity)
    Returns the index of last occurrence of value in the queue, or -1 if no such value exists.
    @@ -355,7 +360,7 @@

    Method Summary

    Returns true if the queue has one or more items.
    boolean
    -
    offer(T t)
    +
    offer(@Nullable T t)
    Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so @@ -364,79 +369,79 @@

    Method Summary

    available.
    boolean
    - +
    offerFirst(@Nullable T t)
    Inserts the specified element at the front of this deque unless it would violate capacity restrictions.
    boolean
    - +
    offerLast(@Nullable T t)
    Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
    - +
    @Nullable T
    Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns defaultValue if this deque is empty.
    - +
    @Nullable T
    Retrieves, but does not remove, the first element of this deque, or returns defaultValue if this deque is empty.
    - +
    @Nullable T
    Retrieves, but does not remove, the last element of this deque, or returns defaultValue if this deque is empty.
    - +
    @Nullable T
    Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns defaultValue if this deque is empty.
    - +
    @Nullable T
    Retrieves and removes the first element of this deque, or returns defaultValue if this deque is empty.
    - +
    @Nullable T
    Retrieves and removes the last element of this deque, or returns defaultValue if this deque is empty.
    - +
    @Nullable T
    pop()
    Pops an element from the stack represented by this deque.
    void
    -
    push(T t)
    +
    push(@Nullable T t)
    Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
    - +
    @Nullable T
    random(Random random)
     
    - +
    @Nullable T
    Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
    boolean
    - +
    remove(@Nullable Object o)
    Removes the first occurrence of the specified element from this deque.
    @@ -446,39 +451,39 @@

    Method Summary

    Removes all of this collection's elements that are also contained in the specified collection (optional operation).
    - +
    @Nullable T
    removeAt(int index)
    Removes and returns the item at the specified index.
    - +
    @Nullable T
    Remove the first item from the queue.
    boolean
    - +
    Removes the first occurrence of the specified element from this deque.
    - +
    @Nullable T
    Remove the last item from the queue.
    boolean
    - +
    Removes the last occurrence of the specified element from this deque.
    boolean
    -
    removeLastValue(Object value, +
    removeLastValue(@Nullable Object value, boolean identity)
    Removes the last instance of the specified value in the queue.
    boolean
    -
    removeValue(Object value, +
    removeValue(@Nullable Object value, boolean identity)
    Removes the first instance of the specified value in the queue.
    @@ -499,14 +504,14 @@

    Method Summary

    Reverses this ObjectDeque in-place.
    - +
    @Nullable T
    set(int index, - T item)
    + @Nullable T item)
    Sets an existing position in this deque to the given item.
    void
    -
    setDefaultValue(T defaultValue)
    +
    setDefaultValue(@Nullable T defaultValue)
     
    int
    @@ -520,7 +525,7 @@

    Method Summary

    implement Comparable of T.
    void
    -
    sort(Comparator<? super T> comparator)
    +
    sort(@Nullable Comparator<? super T> comparator)
    Sorts this deque in-place using Arrays.sort(Object[], int, int, Comparator).
    @@ -582,8 +587,7 @@

    Field Details

  • defaultValue

    -
    @Nullable -protected T defaultValue
    +
    protected @Nullable T defaultValue
    The value returned when nothing can be obtained from this deque and an exception is not meant to be thrown, such as when calling peek() on an empty deque.
    @@ -620,29 +624,25 @@

    size

  • iterator1

    -
    @Nullable -protected transient ObjectDeque.ObjectDequeIterator<T> iterator1
    +
    protected transient @Nullable ObjectDeque.ObjectDequeIterator<T> iterator1
  • iterator2

    -
    @Nullable -protected transient ObjectDeque.ObjectDequeIterator<T> iterator2
    +
    protected transient @Nullable ObjectDeque.ObjectDequeIterator<T> iterator2
  • descendingIterator1

    -
    @Nullable -protected transient ObjectDeque.ObjectDequeIterator<T> descendingIterator1
    +
    protected transient @Nullable ObjectDeque.ObjectDequeIterator<T> descendingIterator1
  • descendingIterator2

    -
    @Nullable -protected transient ObjectDeque.ObjectDequeIterator<T> descendingIterator2
    +
    protected transient @Nullable ObjectDeque.ObjectDequeIterator<T> descendingIterator2
  • @@ -726,22 +726,19 @@

    Method Details

  • getDefaultValue

    -
    @Nullable -public T getDefaultValue()
    +
    public @Nullable T getDefaultValue()
  • setDefaultValue

    -
    public void setDefaultValue(@Nullable - T defaultValue)
    +
    public void setDefaultValue(@Nullable T defaultValue)
  • addLast

    -
    public void addLast(@Nullable - T object)
    +
    public void addLast(@Nullable T object)
    Append given object to the tail (enqueue to tail). Unless backing array needs resizing, operates in O(1) time.
    Specified by:
    @@ -754,8 +751,7 @@

    addLast

  • addFirst

    -
    public void addFirst(@Nullable - T object)
    +
    public void addFirst(@Nullable T object)
    Prepend given object to the head (enqueue to head). Unless backing array needs resizing, operates in O(1) time.
    Specified by:
    @@ -789,8 +785,7 @@

    resize

  • removeFirst

    -
    @Nullable -public T removeFirst()
    +
    public @Nullable T removeFirst()
    Remove the first item from the queue. (dequeue from head) Always O(1).
    Specified by:
    @@ -805,8 +800,7 @@

    removeFirst

  • removeLast

    -
    @Nullable -public T removeLast()
    +
    public @Nullable T removeLast()
    Remove the last item from the queue. (dequeue from tail) Always O(1).
    Specified by:
    @@ -827,8 +821,7 @@

    removeLast

  • offerFirst

    -
    public boolean offerFirst(@Nullable - T t)
    +
    public boolean offerFirst(@Nullable T t)
    Inserts the specified element at the front of this deque unless it would violate capacity restrictions. When using a capacity-restricted deque, this method is generally preferable to the addFirst(T) method, @@ -854,8 +847,7 @@

    offerFirst

  • offerLast

    -
    public boolean offerLast(@Nullable - T t)
    +
    public boolean offerLast(@Nullable T t)
    Inserts the specified element at the end of this deque unless it would violate capacity restrictions. When using a capacity-restricted deque, this method is generally preferable to the addLast(T) method, @@ -881,8 +873,7 @@

    offerLast

  • pollFirst

    -
    @Nullable -public T pollFirst()
    +
    public @Nullable T pollFirst()
    Retrieves and removes the first element of this deque, or returns defaultValue if this deque is empty.
    @@ -896,8 +887,7 @@

    pollFirst

  • pollLast

    -
    @Nullable -public T pollLast()
    +
    public @Nullable T pollLast()
    Retrieves and removes the last element of this deque, or returns defaultValue if this deque is empty.
    @@ -911,8 +901,7 @@

    pollLast

  • getFirst

    -
    @Nullable -public T getFirst()
    +
    public @Nullable T getFirst()
    Retrieves, but does not remove, the first element of this deque.

    This method differs from peekFirst only in that it @@ -930,8 +919,7 @@

    getFirst

  • getLast

    -
    @Nullable -public T getLast()
    +
    public @Nullable T getLast()
    Retrieves, but does not remove, the last element of this deque. This method differs from peekLast only in that it throws an exception if this deque is empty.
    @@ -948,8 +936,7 @@

    getLast

  • peekFirst

    -
    @Nullable -public T peekFirst()
    +
    public @Nullable T peekFirst()
    Retrieves, but does not remove, the first element of this deque, or returns defaultValue if this deque is empty.
    @@ -963,8 +950,7 @@

    peekFirst

  • peekLast

    -
    @Nullable -public T peekLast()
    +
    public @Nullable T peekLast()
    Retrieves, but does not remove, the last element of this deque, or returns defaultValue if this deque is empty.
    @@ -978,8 +964,7 @@

    peekLast

  • removeFirstOccurrence

    -
    public boolean removeFirstOccurrence(@Nullable - Object o)
    +
    public boolean removeFirstOccurrence(@Nullable Object o)
    Removes the first occurrence of the specified element from this deque. If the deque does not contain the element, it is unchanged. More formally, removes the first element e such that @@ -1006,8 +991,7 @@

    removeFirstOccurrence

  • removeLastOccurrence

    -
    public boolean removeLastOccurrence(@Nullable - Object o)
    +
    public boolean removeLastOccurrence(@Nullable Object o)
    Removes the last occurrence of the specified element from this deque. If the deque does not contain the element, it is unchanged. More formally, removes the last element e such that @@ -1034,8 +1018,7 @@

    removeLastOccurrence

  • add

    -
    public boolean add(@Nullable - T t)
    +
    public boolean add(@Nullable T t)
    Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning @@ -1072,8 +1055,7 @@

    add

    add

    public boolean add(int index, - @Nullable - T item)
    + @Nullable T item)
    Inserts the specified element into this deque at the specified index. Unlike offerFirst(Object) and offerLast(Object), this does not run in expected constant time unless the index is less than or equal to 0 (where it acts like offerFirst()) or greater than or equal to size() @@ -1091,8 +1073,7 @@

    add

    insert

    public boolean insert(int index, - @Nullable - T element)
    + @Nullable T element)
    This is an alias for add(int, Object) to improve compatibility with primitive lists.
    Parameters:
    @@ -1104,8 +1085,7 @@

    insert

  • offer

    -
    public boolean offer(@Nullable - T t)
    +
    public boolean offer(@Nullable T t)
    Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning @@ -1138,8 +1118,7 @@

    offer

  • remove

    -
    @Nullable -public T remove()
    +
    public @Nullable T remove()
    Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque). This method differs from poll() only in that it @@ -1161,8 +1140,7 @@

    remove

  • poll

    -
    @Nullable -public T poll()
    +
    public @Nullable T poll()
    Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns defaultValue if this deque is empty. @@ -1182,8 +1160,7 @@

    poll

  • element

    -
    @Nullable -public T element()
    +
    public @Nullable T element()
    Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque). This method differs from peek only in that it throws an @@ -1205,8 +1182,7 @@

    element

  • peek

    -
    @Nullable -public T peek()
    +
    public @Nullable T peek()
    Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns defaultValue if this deque is empty. @@ -1262,8 +1238,7 @@

    addAll

  • push

    -
    public void push(@Nullable - T t)
    +
    public void push(@Nullable T t)
    Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an @@ -1290,8 +1265,7 @@

    push

  • pop

    -
    @Nullable -public T pop()
    +
    public @Nullable T pop()
    Pops an element from the stack represented by this deque. In other words, removes and returns the first element of this deque. @@ -1310,8 +1284,7 @@

    pop

  • remove

    -
    public boolean remove(@Nullable - Object o)
    +
    public boolean remove(@Nullable Object o)
    Removes the first occurrence of the specified element from this deque. If the deque does not contain the element, it is unchanged. More formally, removes the first element e such that @@ -1342,8 +1315,7 @@

    remove

  • contains

    -
    public boolean contains(@Nullable - Object o)
    +
    public boolean contains(@Nullable Object o)
    Returns true if this deque contains the specified element. More formally, returns true if and only if this deque contains at least one element e such that Objects.equals(o, e).
    @@ -1552,8 +1524,7 @@

    retainAll

  • indexOf

    -
    public int indexOf(@Nullable - Object value)
    +
    public int indexOf(@Nullable Object value)
    Returns the index of the first occurrence of value in the queue, or -1 if no such value exists. Uses .equals() to compare items.
    @@ -1565,8 +1536,7 @@

    indexOf

  • indexOf

    -
    public int indexOf(@Nullable - Object value, +
    public int indexOf(@Nullable Object value, boolean identity)
    Returns the index of first occurrence of value in the queue, or -1 if no such value exists.
    @@ -1580,8 +1550,7 @@

    indexOf

  • lastIndexOf

    -
    public int lastIndexOf(@Nullable - Object value)
    +
    public int lastIndexOf(@Nullable Object value)
    Returns the index of the last occurrence of value in the queue, or -1 if no such value exists. Uses .equals() to compare items.
    @@ -1593,8 +1562,7 @@

    lastIndexOf

  • lastIndexOf

    -
    public int lastIndexOf(@Nullable - Object value, +
    public int lastIndexOf(@Nullable Object value, boolean identity)
    Returns the index of last occurrence of value in the queue, or -1 if no such value exists.
    @@ -1608,8 +1576,7 @@

    lastIndexOf

  • removeValue

    -
    public boolean removeValue(@Nullable - Object value, +
    public boolean removeValue(@Nullable Object value, boolean identity)
    Removes the first instance of the specified value in the queue.
    @@ -1623,8 +1590,7 @@

    removeValue

  • removeLastValue

    -
    public boolean removeLastValue(@Nullable - Object value, +
    public boolean removeLastValue(@Nullable Object value, boolean identity)
    Removes the last instance of the specified value in the queue.
    @@ -1638,8 +1604,7 @@

    removeLastValue

  • removeAt

    -
    @Nullable -public T removeAt(int index)
    +
    public @Nullable T removeAt(int index)
    Removes and returns the item at the specified index.
  • @@ -1664,8 +1629,7 @@

    isEmpty

  • first

    -
    @Nullable -public T first()
    +
    public @Nullable T first()
    Returns the first (head) item in the queue (without removing it).
    Throws:
    @@ -1683,8 +1647,7 @@

    first

  • last

    -
    @Nullable -public T last()
    +
    public @Nullable T last()
    Returns the last (tail) item in the queue (without removing it).
    Throws:
    @@ -1702,8 +1665,7 @@

    last

  • get

    -
    @Nullable -public T get(int index)
    +
    public @Nullable T get(int index)
    Retrieves the value in queue without removing it. Indexing is from the front to back, zero based. Therefore get(0) is the same as first().
    @@ -1715,10 +1677,8 @@

    get

  • set

    -
    @Nullable -public T set(int index, - @Nullable - T item)
    +
    public @Nullable T set(int index, + @Nullable T item)
    Sets an existing position in this deque to the given item. Indexing is from the front to back, zero based.
    Parameters:
    @@ -1811,11 +1771,18 @@

    hashCode

    equals

    public boolean equals(Object o)
    +
    Using Object.equals(Object) between each item in order, compares for equality specifically with + other ObjectDeque collections. If o is not an ObjectDeque + (and is also not somehow reference-equivalent to this collection), this returns false.
    Specified by:
    equals in interface Collection<T>
    Overrides:
    equals in class Object
    +
    Parameters:
    +
    o - object to be compared for equality with this collection
    +
    Returns:
    +
    true if this is equal to o, or false otherwise
  • @@ -1823,7 +1790,15 @@

    equals

    equalsIdentity

    public boolean equalsIdentity(Object o)
    -
    Uses == for comparison of each item.
    +
    Using == between each item in order, compares for equality specifically with + other ObjectDeque collections. If o is not an ObjectDeque + (and is also not somehow reference-equivalent to this collection), this returns false.
    +
    +
    Parameters:
    +
    o - object to be compared for equality with this collection
    +
    Returns:
    +
    true if this is equal to o, or false otherwise
    +
  • @@ -1863,8 +1838,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - Comparator<? super T> comparator)
    +
    public void sort(@Nullable Comparator<? super T> comparator)
    Sorts this deque in-place using Arrays.sort(Object[], int, int, Comparator). This should operate in O(n log(n)) time or less when the internals of the deque are continuous (the head is before the tail in the array). If the internals are not @@ -1882,8 +1856,7 @@

    sort

  • random

    -
    @Nullable -public T random(Random random)
    +
    public @Nullable T random(Random random)
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Entries.html index 71b2d2d52..18d7afadb 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Entries.html @@ -2,7 +2,7 @@ -ObjectFloatMap.Entries (jdkgdxds 1.1.0 API) +ObjectFloatMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Entry.html index d99d2b6db..56f101938 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Entry.html @@ -2,7 +2,7 @@ -ObjectFloatMap.Entry (jdkgdxds 1.1.0 API) +ObjectFloatMap.Entry (jdkgdxds 1.1.1 API) @@ -94,7 +94,7 @@

    Field Summary

    Modifier and Type
    Field
    Description
    - +
    @Nullable K
     
    float
    @@ -113,10 +113,10 @@

    Constructor Summary

    Description
     
    - -
     
    -
    Entry(K key, +
    Entry(@Nullable K key, float value)
    +
     
    +
     
  • @@ -133,7 +133,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    @@ -177,8 +177,7 @@

    Field Details

  • key

    -
    @Nullable -public K key
    +
    public @Nullable K key
  • @@ -204,8 +203,7 @@

    Entry

  • Entry

    -
    public Entry(@Nullable - K key, +
    public Entry(@Nullable K key, float value)
  • @@ -292,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.EntryIterator.html index 97cbea6d2..b8ff73d24 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.EntryIterator.html @@ -2,7 +2,7 @@ -ObjectFloatMap.EntryIterator (jdkgdxds 1.1.0 API) +ObjectFloatMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.KeyIterator.html index d7f6e728a..c23c20ec9 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.KeyIterator.html @@ -2,7 +2,7 @@ -ObjectFloatMap.KeyIterator (jdkgdxds 1.1.0 API) +ObjectFloatMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Keys.html index d8d96413a..9a3311f2c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Keys.html @@ -2,7 +2,7 @@ -ObjectFloatMap.Keys (jdkgdxds 1.1.0 API) +ObjectFloatMap.Keys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.MapIterator.html index be839e05a..e795e7579 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.MapIterator.html @@ -2,7 +2,7 @@ -ObjectFloatMap.MapIterator (jdkgdxds 1.1.0 API) +ObjectFloatMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.ValueIterator.html index f801b1fc1..4a0355d95 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.ValueIterator.html @@ -2,7 +2,7 @@ -ObjectFloatMap.ValueIterator (jdkgdxds 1.1.0 API) +ObjectFloatMap.ValueIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Values.html index 74f6a8bc4..917dae868 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.Values.html @@ -2,7 +2,7 @@ -ObjectFloatMap.Values (jdkgdxds 1.1.0 API) +ObjectFloatMap.Values (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(float item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(float item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(float item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfFloat

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
  • @@ -334,6 +337,18 @@

    appendInto

  • +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Float,com.github.tommyettinger.function.FloatConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.html index 0809f7175..fe1712e27 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatMap.html @@ -2,7 +2,7 @@ -ObjectFloatMap (jdkgdxds 1.1.0 API) +ObjectFloatMap (jdkgdxds 1.1.1 API) @@ -156,10 +156,10 @@

    Field Summary

    float
     
    - +
    protected @Nullable ObjectFloatMap.Entries<K>
     
    - +
    protected @Nullable ObjectFloatMap.Entries<K>
     
    protected long
    @@ -167,10 +167,10 @@

    Field Summary

    Used by place(Object) to mix hashCode() results.
    - +
    protected @Nullable ObjectFloatMap.Keys<K>
     
    - +
    protected @Nullable ObjectFloatMap.Keys<K>
     
    protected K[]
    @@ -200,10 +200,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable ObjectFloatMap.Values<K>
     
    - +
    protected @Nullable ObjectFloatMap.Values<K>
     
    protected float[]
    @@ -302,17 +302,17 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    - +
    @Nullable K
    findKey(float value)
    Returns the key for the specified value, or null if it is not in the map.
    - +
    @Nullable K
    findKey(float value, float tolerance)
    @@ -341,141 +341,152 @@

    Method Summary

    Gets the default value, a float which is returned by get(Object) if the key is not found.
    -
    float
    - -
     
    +
    long
    + +
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only.
    +
    float
    -
    getOrDefault(Object key, + +
     
    +
    float
    +
    getOrDefault(Object key, float defaultValue)
    -
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused ObjectFloatMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a Set view of the keys contained in this map.
    -
    protected int
    - -
    +
    protected int
    + +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    float
    -
    merge(K key, +
    float
    +
    merge(K key, float value, com.github.tommyettinger.function.FloatFloatToFloatBiFunction remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(Object item)
    -
    +
    protected int
    +
    place(Object item)
    +
    Returns an index >= 0 and <= mask for the specified item, mixed.
    -
    float
    -
    put(K key, +
    float
    +
    put(K key, float value)
    -
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(ObjectFloatMap<? extends K> map)
    -
    +
    void
    +
    putAll(ObjectFloatMap<? extends K> map)
    +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(Collection<? extends K> keys, +
    void
    +
    putAll(Collection<? extends K> keys, PrimitiveCollection.OfFloat values)
    -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, float[] values)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, float[] values, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, int keyOffset, float[] values, int valueOffset, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    float
    -
    putIfAbsent(K key, - float value)
    -
     
    float
    -
    putOrDefault(K key, +
    putIfAbsent(K key, + float value)
    +
     
    +
    float
    +
    putOrDefault(K key, float value, float defaultValue)
    -
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(K key, +
    protected void
    +
    putResize(K key, float value)
    -
    +
    Skips checks for existing keys, doesn't increment size.
    -
    float
    - -
     
    -
    boolean
    -
    remove(Object key, - float value)
    +
    float
    +
     
    -
    float
    -
    replace(K key, +
    boolean
    +
    remove(Object key, float value)
     
    -
    boolean
    -
    replace(K key, +
    float
    +
    replace(K key, + float value)
    +
     
    +
    boolean
    +
    replace(K key, float oldValue, float newValue)
    -
     
    -
    void
    -
    replaceAll(com.github.tommyettinger.function.ObjFloatToFloatBiFunction<? super K> function)
    -
    +
     
    +
    void
    +
    replaceAll(com.github.tommyettinger.function.ObjFloatToFloatBiFunction<? super K> function)
    +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(float defaultValue)
    +
    +
    Sets the default value, a float which is returned by get(Object) if the key is not found.
    +
    void
    -
    setDefaultValue(float defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a float which is returned by get(Object) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -606,43 +617,37 @@

    mask

  • entries1

    -
    @Nullable -protected transient ObjectFloatMap.Entries<K> entries1
    +
    protected transient @Nullable ObjectFloatMap.Entries<K> entries1
  • entries2

    -
    @Nullable -protected transient ObjectFloatMap.Entries<K> entries2
    +
    protected transient @Nullable ObjectFloatMap.Entries<K> entries2
  • values1

    -
    @Nullable -protected transient ObjectFloatMap.Values<K> values1
    +
    protected transient @Nullable ObjectFloatMap.Values<K> values1
  • values2

    -
    @Nullable -protected transient ObjectFloatMap.Values<K> values2
    +
    protected transient @Nullable ObjectFloatMap.Values<K> values2
  • keys1

    -
    @Nullable -protected transient ObjectFloatMap.Keys<K> keys1
    +
    protected transient @Nullable ObjectFloatMap.Keys<K> keys1
  • keys2

    -
    @Nullable -protected transient ObjectFloatMap.Keys<K> keys2
    +
    protected transient @Nullable ObjectFloatMap.Keys<K> keys2
  • @@ -794,8 +799,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this returns left.equals(right), but subclasses can override it to use reference equality, fuzzy equality, deep @@ -1056,8 +1060,7 @@

    containsValue

  • findKey

    -
    @Nullable -public K findKey(float value)
    +
    public @Nullable K findKey(float value)
    Returns the key for the specified value, or null if it is not in the map. Note this traverses the entire map and compares every value, which may be an expensive operation. Uses Utilities.isEqual(float, float) to compare values.
    @@ -1071,8 +1074,7 @@

    findKey

  • findKey

    -
    @Nullable -public K findKey(float value, +
    public @Nullable K findKey(float value, float tolerance)
    Returns the key for the specified value, or null if it is not in the map. Note this traverses the entire map and compares every value, which may be an expensive operation. Uses Utilities.isEqual(float, float, float) to compare values.
    @@ -1100,6 +1102,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(Object). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapEntries.html index 4db930e3d..1da470a88 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -ObjectFloatOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +ObjectFloatOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapKeys.html index 3ae71cb95..674c413ac 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -ObjectFloatOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +ObjectFloatOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapValues.html index b4ea5b3f5..9d617d3c3 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -ObjectFloatOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +ObjectFloatOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.ObjectFloatMap.Values

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfFloat

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.html index 25490231f..f3edba722 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectFloatOrderedMap.html @@ -2,7 +2,7 @@ -ObjectFloatOrderedMap (jdkgdxds 1.1.0 API) +ObjectFloatOrderedMap (jdkgdxds 1.1.1 API) @@ -348,7 +348,7 @@

    Method Summary

    Sorts this ObjectFloatOrderedMap in-place by the keys' natural ordering; K must implement Comparable.
    void
    -
    sort(Comparator<? super K> comp)
    +
    sort(@Nullable Comparator<? super K> comp)
    Sorts this ObjectFloatOrderedMap in-place by the given Comparator used on the keys.
    @@ -389,7 +389,7 @@

    Method Summary

  • +computeIfAbsent, containsKey, containsValue, containsValue, equals, equate, findKey, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString
  • Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -836,8 +836,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - Comparator<? super K> comp)
    +
    public void sort(@Nullable Comparator<? super K> comp)
    Sorts this ObjectFloatOrderedMap in-place by the given Comparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys, which requires K to Comparable.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Entries.html index 83aa9e54d..b8328fe35 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Entries.html @@ -2,7 +2,7 @@ -ObjectIntMap.Entries (jdkgdxds 1.1.0 API) +ObjectIntMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Entry.html index a54307f50..63d0d500b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Entry.html @@ -2,7 +2,7 @@ -ObjectIntMap.Entry (jdkgdxds 1.1.0 API) +ObjectIntMap.Entry (jdkgdxds 1.1.1 API) @@ -94,7 +94,7 @@

    Field Summary

    Modifier and Type
    Field
    Description
    - +
    @Nullable K
     
    int
    @@ -113,10 +113,10 @@

    Constructor Summary

    Description
     
    - -
     
    -
    Entry(K key, +
    Entry(@Nullable K key, int value)
    +
     
    +
     
    @@ -133,7 +133,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    @@ -177,8 +177,7 @@

    Field Details

  • key

    -
    @Nullable -public K key
    +
    public @Nullable K key
  • @@ -204,8 +203,7 @@

    Entry

  • Entry

    -
    public Entry(@Nullable - K key, +
    public Entry(@Nullable K key, int value)
  • @@ -292,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.EntryIterator.html index 34bf90e2b..b5f98a4b5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.EntryIterator.html @@ -2,7 +2,7 @@ -ObjectIntMap.EntryIterator (jdkgdxds 1.1.0 API) +ObjectIntMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.KeyIterator.html index 34e119414..d6a75d8d0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.KeyIterator.html @@ -2,7 +2,7 @@ -ObjectIntMap.KeyIterator (jdkgdxds 1.1.0 API) +ObjectIntMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Keys.html index d48e4d18c..94b621324 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Keys.html @@ -2,7 +2,7 @@ -ObjectIntMap.Keys (jdkgdxds 1.1.0 API) +ObjectIntMap.Keys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.MapIterator.html index f774158e6..16acb34ee 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.MapIterator.html @@ -2,7 +2,7 @@ -ObjectIntMap.MapIterator (jdkgdxds 1.1.0 API) +ObjectIntMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.ValueIterator.html index 5ce6711f8..fe8485225 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.ValueIterator.html @@ -2,7 +2,7 @@ -ObjectIntMap.ValueIterator (jdkgdxds 1.1.0 API) +ObjectIntMap.ValueIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Values.html index 8be9e975f..6d02edcc2 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.Values.html @@ -2,7 +2,7 @@ -ObjectIntMap.Values (jdkgdxds 1.1.0 API) +ObjectIntMap.Values (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(int item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(int item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(int item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
  • @@ -334,6 +337,18 @@

    appendInto

  • +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Integer,IntConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.html index fc670f497..f74eb7eb0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntMap.html @@ -2,7 +2,7 @@ -ObjectIntMap (jdkgdxds 1.1.0 API) +ObjectIntMap (jdkgdxds 1.1.1 API) @@ -156,10 +156,10 @@

    Field Summary

    int
     
    - +
    protected @Nullable ObjectIntMap.Entries<K>
     
    - +
    protected @Nullable ObjectIntMap.Entries<K>
     
    protected long
    @@ -167,10 +167,10 @@

    Field Summary

    Used by place(Object) to mix hashCode() results.
    -
    protected ObjectIntMap.Keys<K>
    +
    protected @Nullable ObjectIntMap.Keys<K>
     
    -
    protected ObjectIntMap.Keys<K>
    +
    protected @Nullable ObjectIntMap.Keys<K>
     
    protected K[]
    @@ -200,10 +200,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable ObjectIntMap.Values<K>
     
    - +
    protected @Nullable ObjectIntMap.Values<K>
     
    protected int[]
    @@ -296,12 +296,12 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    - +
    @Nullable K
    findKey(int value)
    Returns the key for the specified value, or null if it is not in the map.
    @@ -329,141 +329,152 @@

    Method Summary

    Gets the default value, a int which is returned by get(Object) if the key is not found.
    -
    float
    - -
     
    -
    int
    -
    getOrDefault(Object key, +
    long
    + +
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only.
    +
    +
    float
    + +
     
    +
    int
    +
    getOrDefault(Object key, int defaultValue)
    -
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused ObjectIntMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a Set view of the keys contained in this map.
    -
    protected int
    - -
    +
    protected int
    + +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    int
    -
    merge(K key, +
    int
    +
    merge(K key, int value, IntBinaryOperator remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(Object item)
    -
    +
    protected int
    +
    place(Object item)
    +
    Returns an index >= 0 and <= mask for the specified item, mixed.
    -
    int
    -
    put(K key, +
    int
    +
    put(K key, int value)
    -
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(ObjectIntMap<? extends K> map)
    -
    +
    void
    +
    putAll(ObjectIntMap<? extends K> map)
    +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(Collection<? extends K> keys, +
    void
    +
    putAll(Collection<? extends K> keys, PrimitiveCollection.OfInt values)
    -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, int[] values)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, int[] values, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, int keyOffset, int[] values, int valueOffset, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    int
    -
    putIfAbsent(K key, - int value)
    -
     
    int
    -
    putOrDefault(K key, +
    putIfAbsent(K key, + int value)
    +
     
    +
    int
    +
    putOrDefault(K key, int value, int defaultValue)
    -
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(K key, +
    protected void
    +
    putResize(K key, int value)
    -
    +
    Skips checks for existing keys, doesn't increment size.
    -
    int
    - -
     
    -
    boolean
    -
    remove(Object key, - int value)
    +
    int
    +
     
    -
    int
    -
    replace(K key, +
    boolean
    +
    remove(Object key, int value)
     
    -
    boolean
    -
    replace(K key, +
    int
    +
    replace(K key, + int value)
    +
     
    +
    boolean
    +
    replace(K key, int oldValue, int newValue)
    -
     
    -
    void
    -
    replaceAll(com.github.tommyettinger.function.ObjIntToIntBiFunction<? super K> function)
    -
    +
     
    +
    void
    +
    replaceAll(com.github.tommyettinger.function.ObjIntToIntBiFunction<? super K> function)
    +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(int defaultValue)
    +
    +
    Sets the default value, a int which is returned by get(Object) if the key is not found.
    +
    void
    -
    setDefaultValue(int defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a int which is returned by get(Object) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -594,43 +605,37 @@

    mask

  • entries1

    -
    @Nullable -protected transient ObjectIntMap.Entries<K> entries1
    +
    protected transient @Nullable ObjectIntMap.Entries<K> entries1
  • entries2

    -
    @Nullable -protected transient ObjectIntMap.Entries<K> entries2
    +
    protected transient @Nullable ObjectIntMap.Entries<K> entries2
  • values1

    -
    @Nullable -protected transient ObjectIntMap.Values<K> values1
    +
    protected transient @Nullable ObjectIntMap.Values<K> values1
  • values2

    -
    @Nullable -protected transient ObjectIntMap.Values<K> values2
    +
    protected transient @Nullable ObjectIntMap.Values<K> values2
  • keys1

    -
    @Nullable -protected transient ObjectIntMap.Keys<K> keys1
    +
    protected transient @Nullable ObjectIntMap.Keys<K> keys1
  • keys2

    -
    @Nullable -protected transient ObjectIntMap.Keys<K> keys2
    +
    protected transient @Nullable ObjectIntMap.Keys<K> keys2
  • @@ -782,8 +787,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this returns left.equals(right), but subclasses can override it to use reference equality, fuzzy equality, deep @@ -1022,8 +1026,7 @@

    containsKey

  • findKey

    -
    @Nullable -public K findKey(int value)
    +
    public @Nullable K findKey(int value)
    Returns the key for the specified value, or null if it is not in the map. Note this traverses the entire map and compares every value, which may be an expensive operation.
    @@ -1043,6 +1046,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(Object). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapEntries.html index fca065cf4..d72b373ef 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -ObjectIntOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +ObjectIntOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapKeys.html index fe1155a5a..9aa29580a 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -ObjectIntOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +ObjectIntOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapValues.html index d886ba182..86c5874bd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -ObjectIntOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +ObjectIntOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.ObjectIntMap.Values

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList
  • Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.html index 76d128fc4..54e2ee42f 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectIntOrderedMap.html @@ -2,7 +2,7 @@ -ObjectIntOrderedMap (jdkgdxds 1.1.0 API) +ObjectIntOrderedMap (jdkgdxds 1.1.1 API) @@ -352,7 +352,7 @@

    Method Summary

    Sorts this ObjectIntOrderedMap in-place by the keys' natural ordering; K must implement Comparable.
    void
    -
    sort(Comparator<? super K> comp)
    +
    sort(@Nullable Comparator<? super K> comp)
    Sorts this ObjectIntOrderedMap in-place by the given Comparator used on the keys.
    @@ -393,7 +393,7 @@

    Method Summary

  • +computeIfAbsent, containsKey, containsValue, equals, equate, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -840,8 +840,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - Comparator<? super K> comp)
    +
    public void sort(@Nullable Comparator<? super K> comp)
    Sorts this ObjectIntOrderedMap in-place by the given Comparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys, which requires K to Comparable.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectList.ObjectListIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectList.ObjectListIterator.html index 0fd7b6d89..037bccbc8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectList.ObjectListIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectList.ObjectListIterator.html @@ -2,7 +2,7 @@ -ObjectList.ObjectListIterator (jdkgdxds 1.1.0 API) +ObjectList.ObjectListIterator (jdkgdxds 1.1.1 API) @@ -147,7 +147,7 @@

    Method Summary

    Method
    Description
    void
    -
    add(T t)
    +
    add(@Nullable T t)
    Inserts the specified element into the list (optional operation).
    @@ -167,7 +167,7 @@

    Method Summary

    Returns an iterator over elements of type T.
    - +
    @Nullable T
    Returns the next int element in the iteration.
    @@ -178,7 +178,7 @@

    Method Summary

    Returns the index of the element that would be returned by a subsequent call to next().
    - +
    @Nullable T
    Returns the previous element in the list and moves the cursor @@ -202,7 +202,7 @@

    Method Summary

    reset(int index)
     
    void
    -
    set(T t)
    +
    set(@Nullable T t)
    Replaces the last element returned by next() or previous() with the specified element (optional operation).
    @@ -286,8 +286,7 @@

    Method Details

  • next

    -
    @Nullable -public T next()
    +
    public @Nullable T next()
    Returns the next int element in the iteration.
    Specified by:
    @@ -338,8 +337,7 @@

    hasPrevious

  • previous

    -
    @Nullable -public T previous()
    +
    public @Nullable T previous()
    Returns the previous element in the list and moves the cursor position backwards. This method may be called repeatedly to iterate through the list backwards, or intermixed with calls to @@ -417,8 +415,7 @@

    remove

  • set

    -
    public void set(@Nullable - T t)
    +
    public void set(@Nullable T t)
    Replaces the last element returned by next() or previous() with the specified element (optional operation). This call can be made only if neither remove() nor add(T) have been called after the last call to next or @@ -446,8 +443,7 @@

    set

  • add

    -
    public void add(@Nullable - T t)
    +
    public void add(@Nullable T t)
    Inserts the specified element into the list (optional operation). The element is inserted immediately before the element that would be returned by next(), if any, and after the element diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectList.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectList.html index 599e2e17a..efa285943 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectList.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectList.html @@ -2,7 +2,7 @@ -ObjectList (jdkgdxds 1.1.0 API) +ObjectList (jdkgdxds 1.1.1 API) @@ -137,10 +137,10 @@

    Field Summary

    Modifier and Type
    Field
    Description
    - +
    protected @Nullable ObjectList.ObjectListIterator<T>
     
    - +
    protected @Nullable ObjectList.ObjectListIterator<T>
     
    boolean
    @@ -215,7 +215,7 @@

    Method Summary

    Description
    void
    add(int index, - T element)
    + @Nullable T element)
     
    boolean
    addAll(int insertionIndex, @@ -287,7 +287,7 @@

    Method Summary

    Uses == for comparison of each item.
    - +
    @Nullable T
    Returns the first item.
    @@ -297,7 +297,7 @@

    Method Summary

     
    void
    insert(int index, - T element)
    + @Nullable T element)
    This is an alias for add(int, Object) to improve compatibility with primitive lists.
    @@ -327,12 +327,12 @@

    Method Summary

    Gets the ObjectList of T items that this data structure holds, in the order it uses for iteration.
    - +
    @Nullable T
    Returns the last item.
    - +
    @Nullable T
    pop()
    Removes and returns the last item.
    @@ -342,10 +342,10 @@

    Method Summary

    Returns a T item from anywhere in this ObjectList, chosen pseudo-randomly using random.
    - +
    @Nullable T
    remove(int index)
     
    - +
    @Nullable T
    removeAt(int index)
    This is an alias for remove(int) to make the API the same for primitive lists.
    @@ -378,7 +378,7 @@

    Method Summary

    for this to succeed.
    void
    -
    sort(Comparator<? super T> c)
    +
    sort(@Nullable Comparator<? super T> c)
    Sorts this ObjectList using the given Comparator.
    @@ -449,15 +449,13 @@

    ordered

  • iterator1

    -
    @Nullable -protected transient ObjectList.ObjectListIterator<T> iterator1
    +
    protected transient @Nullable ObjectList.ObjectListIterator<T> iterator1
  • iterator2

    -
    @Nullable -protected transient ObjectList.ObjectListIterator<T> iterator2
    +
    protected transient @Nullable ObjectList.ObjectListIterator<T> iterator2
  • @@ -585,8 +583,7 @@

    Method Details

    add

    public void add(int index, - @Nullable - T element)
    + @Nullable T element)
    Specified by:
    add in interface List<T>
    @@ -599,8 +596,7 @@

    add

    insert

    public void insert(int index, - @Nullable - T element)
    + @Nullable T element)
  • This is an alias for add(int, Object) to improve compatibility with primitive lists.
    Parameters:
    @@ -612,8 +608,7 @@

    insert

  • remove

    -
    @Nullable -public T remove(int index)
    +
    public @Nullable T remove(int index)
    Specified by:
    remove in interface List<T>
    @@ -625,8 +620,7 @@

    remove

  • removeAt

    -
    @Nullable -public T removeAt(int index)
    +
    public @Nullable T removeAt(int index)
    This is an alias for remove(int) to make the API the same for primitive lists.
    Parameters:
    @@ -803,24 +797,21 @@

    addAll

  • pop

    -
    @Nullable -public T pop()
    +
    public @Nullable T pop()
    Removes and returns the last item.
  • peek

    -
    @Nullable -public T peek()
    +
    public @Nullable T peek()
    Returns the last item.
  • first

    -
    @Nullable -public T first()
    +
    public @Nullable T first()
    Returns the first item.
  • @@ -1071,8 +1062,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - Comparator<? super T> c)
    +
    public void sort(@Nullable Comparator<? super T> c)
    Sorts this ObjectList using the given Comparator. If the Comparator is null, then this sorts based on the natural order of its elements, and T must implement Comparable.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Entries.html index 80adbf083..1b07b82dc 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Entries.html @@ -2,7 +2,7 @@ -ObjectLongMap.Entries (jdkgdxds 1.1.0 API) +ObjectLongMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Entry.html index 7707b3864..2e8f41a33 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Entry.html @@ -2,7 +2,7 @@ -ObjectLongMap.Entry (jdkgdxds 1.1.0 API) +ObjectLongMap.Entry (jdkgdxds 1.1.1 API) @@ -94,7 +94,7 @@

    Field Summary

    Modifier and Type
    Field
    Description
    - +
    @Nullable K
     
    long
    @@ -113,10 +113,10 @@

    Constructor Summary

    Description
     
    - -
     
    -
    Entry(K key, +
    Entry(@Nullable K key, long value)
    +
     
    +
     
    @@ -133,7 +133,7 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    @@ -177,8 +177,7 @@

    Field Details

  • key

    -
    @Nullable -public K key
    +
    public @Nullable K key
  • @@ -204,8 +203,7 @@

    Entry

  • Entry

    -
    public Entry(@Nullable - K key, +
    public Entry(@Nullable K key, long value)
  • @@ -292,8 +290,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Overrides:
    equals in class Object
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.EntryIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.EntryIterator.html index 467f721fe..32e72f3ac 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.EntryIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.EntryIterator.html @@ -2,7 +2,7 @@ -ObjectLongMap.EntryIterator (jdkgdxds 1.1.0 API) +ObjectLongMap.EntryIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.KeyIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.KeyIterator.html index 01d38a19f..2e707d041 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.KeyIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.KeyIterator.html @@ -2,7 +2,7 @@ -ObjectLongMap.KeyIterator (jdkgdxds 1.1.0 API) +ObjectLongMap.KeyIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Keys.html index 227c45799..9dac347b6 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Keys.html @@ -2,7 +2,7 @@ -ObjectLongMap.Keys (jdkgdxds 1.1.0 API) +ObjectLongMap.Keys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.MapIterator.html index 0f39c63e0..32a4d6cb5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.MapIterator.html @@ -2,7 +2,7 @@ -ObjectLongMap.MapIterator (jdkgdxds 1.1.0 API) +ObjectLongMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.ValueIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.ValueIterator.html index cbbed0c6f..e8e450821 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.ValueIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.ValueIterator.html @@ -2,7 +2,7 @@ -ObjectLongMap.ValueIterator (jdkgdxds 1.1.0 API) +ObjectLongMap.ValueIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Values.html index 12f8d4cb2..82dbca442 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.Values.html @@ -2,7 +2,7 @@ -ObjectLongMap.Values (jdkgdxds 1.1.0 API) +ObjectLongMap.Values (jdkgdxds 1.1.1 API) @@ -156,27 +156,30 @@

    Method Summary

    boolean
    contains(long item)
     
    -
    int
    - +
    boolean
    +
    equals(Object other)
     
    - - +
    int
    +
     
    -
    boolean
    -
    remove(long item)
    + +
     
    -
    void
    - -
    +
    boolean
    +
    remove(long item)
    +
     
    +
    void
    + +
    The iterator is reused by this data structure, and you can reset it back to the start of the iteration order using this.
    -
    int
    - -
     
    - - -
    +
    int
    + +
     
    + + +
    Returns a new ObjectList containing the remaining items.
    @@ -184,13 +187,13 @@

    Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty
  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
  • @@ -334,6 +337,18 @@

    appendInto

    +
  • +
    +

    equals

    +
    public boolean equals(Object other)
    +
    +
    Specified by:
    +
    equals in interface PrimitiveCollection<Long,LongConsumer>
    +
    Overrides:
    +
    equals in class Object
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.html index c72d0bc6d..2dcd1809c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongMap.html @@ -2,7 +2,7 @@ -ObjectLongMap (jdkgdxds 1.1.0 API) +ObjectLongMap (jdkgdxds 1.1.1 API) @@ -156,10 +156,10 @@

    Field Summary

    long
     
    - +
    protected @Nullable ObjectLongMap.Entries<K>
     
    - +
    protected @Nullable ObjectLongMap.Entries<K>
     
    protected long
    @@ -167,10 +167,10 @@

    Field Summary

    Used by place(Object) to mix hashCode() results.
    - +
    protected @Nullable ObjectLongMap.Keys<K>
     
    - +
    protected @Nullable ObjectLongMap.Keys<K>
     
    protected K[]
    @@ -200,10 +200,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable ObjectLongMap.Values<K>
     
    - +
    protected @Nullable ObjectLongMap.Values<K>
     
    protected long[]
    @@ -296,12 +296,12 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    - +
    @Nullable K
    findKey(long value)
    Returns the key for the specified value, or null if it is not in the map.
    @@ -329,141 +329,152 @@

    Method Summary

    Gets the default value, a long which is returned by get(Object) if the key is not found.
    -
    float
    - -
     
    -
    long
    -
    getOrDefault(Object key, +
    long
    + +
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only.
    +
    +
    float
    + +
     
    +
    long
    +
    getOrDefault(Object key, long defaultValue)
    -
    +
    Returns the value for the specified key, or the default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused ObjectLongMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a Set view of the keys contained in this map.
    -
    protected int
    - -
    +
    protected int
    + +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    long
    -
    merge(K key, +
    long
    +
    merge(K key, long value, LongBinaryOperator remappingFunction)
    -
     
    -
    boolean
    - -
    +
     
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(Object item)
    -
    +
    protected int
    +
    place(Object item)
    +
    Returns an index >= 0 and <= mask for the specified item, mixed.
    -
    long
    -
    put(K key, +
    long
    +
    put(K key, long value)
    -
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(ObjectLongMap<? extends K> map)
    -
    +
    void
    +
    putAll(ObjectLongMap<? extends K> map)
    +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(Collection<? extends K> keys, +
    void
    +
    putAll(Collection<? extends K> keys, PrimitiveCollection.OfLong values)
    -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, int keyOffset, long[] values, int valueOffset, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, long[] values)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, long[] values, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    long
    -
    putIfAbsent(K key, - long value)
    -
     
    long
    -
    putOrDefault(K key, +
    putIfAbsent(K key, + long value)
    +
     
    +
    long
    +
    putOrDefault(K key, long value, long defaultValue)
    -
    +
    Returns the old value associated with the specified key, or the given defaultValue if there was no prior value.
    -
    protected void
    -
    putResize(K key, +
    protected void
    +
    putResize(K key, long value)
    -
    +
    Skips checks for existing keys, doesn't increment size.
    -
    long
    - -
     
    -
    boolean
    -
    remove(Object key, - long value)
    +
    long
    +
     
    -
    long
    -
    replace(K key, +
    boolean
    +
    remove(Object key, long value)
     
    -
    boolean
    -
    replace(K key, +
    long
    +
    replace(K key, + long value)
    +
     
    +
    boolean
    +
    replace(K key, long oldValue, long newValue)
    -
     
    -
    void
    -
    replaceAll(com.github.tommyettinger.function.ObjLongToLongBiFunction<? super K> function)
    -
    +
     
    +
    void
    +
    replaceAll(com.github.tommyettinger.function.ObjLongToLongBiFunction<? super K> function)
    +
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
    -
    protected void
    -
    resize(int newSize)
    -
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(long defaultValue)
    +
    +
    Sets the default value, a long which is returned by get(Object) if the key is not found.
    +
    void
    -
    setDefaultValue(long defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a long which is returned by get(Object) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -594,43 +605,37 @@

    mask

  • entries1

    -
    @Nullable -protected transient ObjectLongMap.Entries<K> entries1
    +
    protected transient @Nullable ObjectLongMap.Entries<K> entries1
  • entries2

    -
    @Nullable -protected transient ObjectLongMap.Entries<K> entries2
    +
    protected transient @Nullable ObjectLongMap.Entries<K> entries2
  • values1

    -
    @Nullable -protected transient ObjectLongMap.Values<K> values1
    +
    protected transient @Nullable ObjectLongMap.Values<K> values1
  • values2

    -
    @Nullable -protected transient ObjectLongMap.Values<K> values2
    +
    protected transient @Nullable ObjectLongMap.Values<K> values2
  • keys1

    -
    @Nullable -protected transient ObjectLongMap.Keys<K> keys1
    +
    protected transient @Nullable ObjectLongMap.Keys<K> keys1
  • keys2

    -
    @Nullable -protected transient ObjectLongMap.Keys<K> keys2
    +
    protected transient @Nullable ObjectLongMap.Keys<K> keys2
  • @@ -782,8 +787,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this returns left.equals(right), but subclasses can override it to use reference equality, fuzzy equality, deep @@ -1022,8 +1026,7 @@

    containsKey

  • findKey

    -
    @Nullable -public K findKey(long value)
    +
    public @Nullable K findKey(long value)
    Returns the key for the specified value, or null if it is not in the map. Note this traverses the entire map and compares every value, which may be an expensive operation.
    @@ -1043,6 +1046,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(Object). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapEntries.html index 2c93b3a21..b9f9d8a3f 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -ObjectLongOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +ObjectLongOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapKeys.html index 4d079ddc6..a543359b6 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -ObjectLongOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +ObjectLongOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapValues.html index a52412109..c4f1a990e 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -ObjectLongOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +ObjectLongOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) @@ -141,16 +141,16 @@

    Method Summary

  • Methods inherited from class com.github.tommyettinger.ds.ObjectLongMap.Values

    -add, appendInto, clear, contains, hashCode, remove, resetIterator, size, toList
    +add, appendInto, clear, contains, equals, hashCode, remove, resetIterator, size, toList

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection

    -equals, isEmpty, notEmpty
    +isEmpty, notEmpty

    Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong

    -addAll, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +addAll, areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.html index f40ea2954..0646b0500 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectLongOrderedMap.html @@ -2,7 +2,7 @@ -ObjectLongOrderedMap (jdkgdxds 1.1.0 API) +ObjectLongOrderedMap (jdkgdxds 1.1.1 API) @@ -348,7 +348,7 @@

    Method Summary

    Sorts this ObjectLongOrderedMap in-place by the keys' natural ordering; K must implement Comparable.
    void
    -
    sort(Comparator<? super K> comp)
    +
    sort(@Nullable Comparator<? super K> comp)
    Sorts this ObjectLongOrderedMap in-place by the given Comparator used on the keys.
    @@ -389,7 +389,7 @@

    Method Summary

    +computeIfAbsent, containsKey, containsValue, equals, equate, findKey, forEach, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, merge, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putIfAbsent, putResize, remove, replace, replace, replaceAll, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -836,8 +836,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - Comparator<? super K> comp)
    +
    public void sort(@Nullable Comparator<? super K> comp)
    Sorts this ObjectLongOrderedMap in-place by the given Comparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys, which requires K to Comparable.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Entries.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Entries.html index 13299c2e6..53fd1b5dd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Entries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Entries.html @@ -2,7 +2,7 @@ -ObjectObjectMap.Entries (jdkgdxds 1.1.0 API) +ObjectObjectMap.Entries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Entry.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Entry.html index 48a8f403b..77a8063d6 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Entry.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Entry.html @@ -2,7 +2,7 @@ -ObjectObjectMap.Entry (jdkgdxds 1.1.0 API) +ObjectObjectMap.Entry (jdkgdxds 1.1.1 API) @@ -103,10 +103,10 @@

    Field Summary

    Modifier and Type
    Field
    Description
    - +
    @Nullable K
     
    - +
    @Nullable V
     
  • @@ -122,10 +122,10 @@

    Constructor Summary

    Description
     
    -
    Entry(Map.Entry<? extends K,? extends V> entry)
    +
    Entry(@Nullable K key, + @Nullable V value)
     
    -
    Entry(K key, - V value)
    +
    Entry(Map.Entry<? extends K,? extends V> entry)
     
    @@ -142,14 +142,14 @@

    Method Summary

    Method
    Description
    boolean
    - +
    equals(@Nullable Object o)
     
    Returns the key corresponding to this entry.
    - +
    @Nullable V
    Returns the value corresponding to this entry.
    @@ -157,13 +157,13 @@

    Method Summary

    int
     
    - +
    @Nullable V
    setValue(V value)
    Replaces the value corresponding to this entry with the specified value (optional operation).
    - +
    @Nullable String
     
    @@ -186,15 +186,13 @@

    Field Details

  • key

    -
    @Nullable -public K key
    +
    public @Nullable K key
  • value

    -
    @Nullable -public V value
    +
    public @Nullable V value
  • @@ -214,10 +212,8 @@

    Entry

  • Entry

    -
    public Entry(@Nullable - K key, - @Nullable - V value)
    +
    public Entry(@Nullable K key, + @Nullable V value)
  • @@ -237,8 +233,7 @@

    Method Details

  • toString

    -
    @Nullable -public String toString()
    +
    public @Nullable String toString()
    Overrides:
    toString in class Object
    @@ -265,8 +260,7 @@

    getKey

  • getValue

    -
    @Nullable -public V getValue()
    +
    public @Nullable V getValue()
    Returns the value corresponding to this entry. If the mapping has been removed from the backing map (by the iterator's remove operation), the results of this call are undefined.
    @@ -285,8 +279,7 @@

    getValue

  • setValue

    -
    @Nullable -public V setValue(V value)
    +
    public @Nullable V setValue(V value)
    Replaces the value corresponding to this entry with the specified value (optional operation). (Writes through to the map.) The behavior of this call is undefined if the mapping has already been @@ -316,8 +309,7 @@

    setValue

  • equals

    -
    public boolean equals(@Nullable - Object o)
    +
    public boolean equals(@Nullable Object o)
    Specified by:
    equals in interface Map.Entry<K,V>
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Keys.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Keys.html index 0e3a22ee3..760379a51 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Keys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Keys.html @@ -2,7 +2,7 @@ -ObjectObjectMap.Keys (jdkgdxds 1.1.0 API) +ObjectObjectMap.Keys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.MapIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.MapIterator.html index aca5076a2..3e11c89eb 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.MapIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.MapIterator.html @@ -2,7 +2,7 @@ -ObjectObjectMap.MapIterator (jdkgdxds 1.1.0 API) +ObjectObjectMap.MapIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Values.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Values.html index e7ae08c24..80a5f057f 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Values.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.Values.html @@ -2,7 +2,7 @@ -ObjectObjectMap.Values (jdkgdxds 1.1.0 API) +ObjectObjectMap.Values (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.html index ec3adf8e2..cb9f8c9cc 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectMap.html @@ -2,7 +2,7 @@ -ObjectObjectMap (jdkgdxds 1.1.0 API) +ObjectObjectMap (jdkgdxds 1.1.1 API) @@ -144,16 +144,16 @@

    Field Summary

    Modifier and Type
    Field
    Description
    - +
    @Nullable V
    Returned by get(Object) when no value exists for the given key, as well as some other methods to indicate that no value in the Map could be returned.
    - +
    protected @Nullable ObjectObjectMap.Entries<K,V>
     
    - +
    protected @Nullable ObjectObjectMap.Entries<K,V>
     
    protected long
    @@ -161,10 +161,10 @@

    Field Summary

    Used by place(Object) to mix hashCode() results.
    - +
    protected @Nullable ObjectObjectMap.Keys<K,V>
     
    - +
    protected @Nullable ObjectObjectMap.Keys<K,V>
     
    protected K[]
    @@ -194,10 +194,10 @@

    Field Summary

    Precalculated value of (int)(keyTable.length * loadFactor), used to determine when to resize.
    - +
    protected @Nullable ObjectObjectMap.Values<K,V>
     
    - +
    protected @Nullable ObjectObjectMap.Values<K,V>
     
    protected V[]
    @@ -271,16 +271,16 @@

    Method Summary

     
    boolean
    - +
    containsValue(@Nullable Object value, + boolean identity)
    -
    Returns true if this map maps one or more keys to the - specified value.
    +
    Returns true if the specified value is in the map.
    boolean
    -
    containsValue(Object value, - boolean identity)
    +
    -
    Returns true if the specified value is in the map.
    +
    Returns true if this map maps one or more keys to the + specified value.
    void
    ensureCapacity(int additionalCapacity)
    @@ -296,147 +296,158 @@

    Method Summary

     
    boolean
    - +
    equalsIdentity(@Nullable Object obj)
    Uses == for comparison of each value.
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    - -
    findKey(Object value, +
    @Nullable K
    +
    findKey(@Nullable Object value, boolean identity)
    Returns the key for the specified value, or null if it is not in the map.
    - +
    @Nullable V
    get(Object key)
    Returns the value for the specified key, or defaultValue if the key is not in the map.
    - +
    @Nullable V
    Gets the default value, a V which is returned by get(Object) if the key is not found.
    -
    float
    - -
     
    - -
    getOrDefault(Object key, - V defaultValue)
    -
    +
    long
    + +
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only.
    +
    +
    float
    + +
     
    +
    @Nullable V
    +
    getOrDefault(Object key, + @Nullable V defaultValue)
    +
    Returns the value for the specified key, or the given default value if the key is not in the map.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Returns true if the map is empty.
    - - -
    + + +
    Reuses the iterator of the reused ObjectObjectMap.Entries produced by entrySet(); does not permit nested iteration.
    - - -
    + + +
    Returns a Set view of the keys contained in this map.
    -
    protected int
    - -
    +
    protected int
    + +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    boolean
    - -
    +
    boolean
    + +
    Returns true if the map has one or more items.
    -
    protected int
    -
    place(Object item)
    -
    +
    protected int
    +
    place(Object item)
    +
    Returns an index >= 0 and <= mask for the specified item, mixed.
    - -
    put(K key, - V value)
    -
    +
    @Nullable V
    +
    put(K key, + @Nullable V value)
    +
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    -
    void
    -
    putAll(ObjectObjectMap<? extends K,? extends V> map)
    -
    +
    void
    +
    putAll(ObjectObjectMap<? extends K,? extends V> map)
    +
    Puts every key-value pair in the given map into this, with the values from the given map overwriting the previous values if two keys are identical.
    -
    void
    -
    putAll(Collection<? extends K> keys, +
    void
    +
    putAll(Collection<? extends K> keys, Collection<? extends V> values)
    -
    +
    Given two side-by-side collections, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(Map<? extends K,? extends V> m)
    -
    +
    void
    +
    putAll(Map<? extends K,? extends V> m)
    +
    Copies all the mappings from the specified map to this map (optional operation).
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, int keyOffset, V[] values, int valueOffset, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, V[] values)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    -
    void
    -
    putAll(K[] keys, +
    void
    +
    putAll(K[] keys, V[] values, int length)
    -
    +
    Given two side-by-side arrays, one of keys, one of values, this inserts each pair of key and value into this map with put().
    - -
    putOrDefault(K key, - V value, - V defaultValue)
    -
     
    -
    protected void
    -
    putResize(K key, - V value)
    -
    +
    @Nullable V
    +
    putOrDefault(K key, + @Nullable V value, + @Nullable V defaultValue)
    +
     
    +
    protected void
    +
    putResize(K key, + @Nullable V value)
    +
    Skips checks for existing keys, doesn't increment size.
    +
    @Nullable V
    + +
     
    - -
     
    - -
    replace(K key, +
    replace(K key, V value)
    -
     
    -
    protected void
    -
    resize(int newSize)
     
    +
    protected void
    +
    resize(int newSize)
    +
     
    +
    void
    +
    setDefaultValue(@Nullable V defaultValue)
    +
    +
    Sets the default value, a V which is returned by get(Object) if the key is not found.
    +
    void
    -
    setDefaultValue(V defaultValue)
    +
    setHashMultiplier(long hashMultiplier)
    -
    Sets the default value, a V which is returned by get(Object) if the key is not found.
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    void
    setLoadFactor(float loadFactor)
    @@ -572,50 +583,43 @@

    mask

  • entries1

    -
    @Nullable -protected transient ObjectObjectMap.Entries<K,V> entries1
    +
    protected transient @Nullable ObjectObjectMap.Entries<K,V> entries1
  • entries2

    -
    @Nullable -protected transient ObjectObjectMap.Entries<K,V> entries2
    +
    protected transient @Nullable ObjectObjectMap.Entries<K,V> entries2
  • values1

    -
    @Nullable -protected transient ObjectObjectMap.Values<K,V> values1
    +
    protected transient @Nullable ObjectObjectMap.Values<K,V> values1
  • values2

    -
    @Nullable -protected transient ObjectObjectMap.Values<K,V> values2
    +
    protected transient @Nullable ObjectObjectMap.Values<K,V> values2
  • keys1

    -
    @Nullable -protected transient ObjectObjectMap.Keys<K,V> keys1
    +
    protected transient @Nullable ObjectObjectMap.Keys<K,V> keys1
  • keys2

    -
    @Nullable -protected transient ObjectObjectMap.Keys<K,V> keys2
    +
    protected transient @Nullable ObjectObjectMap.Keys<K,V> keys2
  • defaultValue

    -
    @Nullable -public V defaultValue
    +
    public @Nullable V defaultValue
    Returned by get(Object) when no value exists for the given key, as well as some other methods to indicate that no value in the Map could be returned.
    @@ -774,8 +778,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
  • Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this returns left.equals(right), but subclasses can override it to use reference equality, fuzzy equality, deep @@ -807,10 +810,8 @@

    locateKey

  • put

    -
    @Nullable -public V put(K key, - @Nullable - V value)
    +
    public @Nullable V put(K key, + @Nullable V value)
    Returns the old value associated with the specified key, or this map's defaultValue if there was no prior value.
    Specified by:
    @@ -821,12 +822,9 @@

    put

  • putOrDefault

    -
    @Nullable -public V putOrDefault(K key, - @Nullable - V value, - @Nullable - V defaultValue)
    +
    public @Nullable V putOrDefault(K key, + @Nullable V value, + @Nullable V defaultValue)
  • @@ -892,16 +890,14 @@

    putAll

    putResize

    protected void putResize(K key, - @Nullable - V value)
    + @Nullable V value)
  • Skips checks for existing keys, doesn't increment size.
  • get

    -
    @Nullable -public V get(Object key)
    +
    public @Nullable V get(Object key)
    Returns the value for the specified key, or defaultValue if the key is not in the map. Note that defaultValue is often null, which is also a valid value that can be assigned to a legitimate key. Checking that the result of this method is null does not guarantee that the @@ -917,10 +913,8 @@

    get

  • getOrDefault

    -
    @Nullable -public V getOrDefault(Object key, - @Nullable - V defaultValue)
    +
    public @Nullable V getOrDefault(Object key, + @Nullable V defaultValue)
    Returns the value for the specified key, or the given default value if the key is not in the map.
    Specified by:
    @@ -931,8 +925,7 @@

    getOrDefault

  • remove

    -
    @Nullable -public V remove(Object key)
    +
    public @Nullable V remove(Object key)
    Specified by:
    remove in interface Map<K,V>
    @@ -1006,8 +999,7 @@

    isEmpty

  • getDefaultValue

    -
    @Nullable -public V getDefaultValue()
    +
    public @Nullable V getDefaultValue()
    Gets the default value, a V which is returned by get(Object) if the key is not found. If not changed, the default value is null.
    @@ -1019,8 +1011,7 @@

    getDefaultValue

  • setDefaultValue

    -
    public void setDefaultValue(@Nullable - V defaultValue)
    +
    public void setDefaultValue(@Nullable V defaultValue)
    Sets the default value, a V which is returned by get(Object) if the key is not found. If not changed, the default value is null. Note that getOrDefault(Object, Object) is also available, which allows specifying a "not-found" value per-call.
    @@ -1059,8 +1050,7 @@

    clear

  • containsValue

    -
    public boolean containsValue(@Nullable - Object value, +
    public boolean containsValue(@Nullable Object value, boolean identity)
    Returns true if the specified value is in the map. Note this traverses the entire map and compares every value, which may be an expensive operation.
    @@ -1112,9 +1102,7 @@

    containsValue

  • findKey

    -
    @Nullable -public K findKey(@Nullable - Object value, +
    public @Nullable K findKey(@Nullable Object value, boolean identity)
    Returns the key for the specified value, or null if it is not in the map. Note this traverses the entire map and compares every value, which may be an expensive operation.
    @@ -1144,6 +1132,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(Object). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • getLoadFactor

    public float getLoadFactor()
    @@ -1182,8 +1208,7 @@

    equals

  • equalsIdentity

    -
    public boolean equalsIdentity(@Nullable - Object obj)
    +
    public boolean equalsIdentity(@Nullable Object obj)
    Uses == for comparison of each value.
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapEntries.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapEntries.html index 1fad1e7d8..7e84d776c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapEntries.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapEntries.html @@ -2,7 +2,7 @@ -ObjectObjectOrderedMap.OrderedMapEntries (jdkgdxds 1.1.0 API) +ObjectObjectOrderedMap.OrderedMapEntries (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapKeys.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapKeys.html index 0c1eeaaa2..22a64496d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapKeys.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapKeys.html @@ -2,7 +2,7 @@ -ObjectObjectOrderedMap.OrderedMapKeys (jdkgdxds 1.1.0 API) +ObjectObjectOrderedMap.OrderedMapKeys (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapValues.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapValues.html index fa2ba4d62..2c0b2abfd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapValues.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.OrderedMapValues.html @@ -2,7 +2,7 @@ -ObjectObjectOrderedMap.OrderedMapValues (jdkgdxds 1.1.0 API) +ObjectObjectOrderedMap.OrderedMapValues (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.html index 0d34ef7a5..f08677005 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectObjectOrderedMap.html @@ -2,7 +2,7 @@ -ObjectObjectOrderedMap (jdkgdxds 1.1.0 API) +ObjectObjectOrderedMap (jdkgdxds 1.1.1 API) @@ -250,7 +250,7 @@

    Method Summary

    Returns a Set of Map.Entry, containing the entries in the map.
    - +
    @Nullable V
    getAt(int index)
    Gets the V value at the given index in the insertion order.
    @@ -276,15 +276,15 @@

    Method Summary

    Gets the ObjectList of keys in the order this class will iterate through them.
    - +
    @Nullable V
    put(K key, - V value)
    + @Nullable V value)
    Returns the old value associated with the specified key, or this map's ObjectObjectMap.defaultValue if there was no prior value.
    - +
    @Nullable V
    put(K key, - V value, + @Nullable V value, int index)
    Puts the given key and value into this map at the given index in its order.
    @@ -312,15 +312,15 @@

    Method Summary

    Adds up to count entries, starting from offset, in the map other to this set, inserting at the end of the iteration order.
    - +
    @Nullable V
    putOrDefault(K key, - V value, - V defaultValue)
    + @Nullable V value, + @Nullable V defaultValue)
  •  
     
    - +
    @Nullable V
    removeAt(int index)
    Removes the entry at the given index in the order, returning the value of that entry.
    @@ -331,7 +331,7 @@

    Method Summary

    Removes the items between the specified start index, inclusive, and end index, exclusive.
    - +
    @Nullable V
    setAt(int index, V v)
    @@ -343,7 +343,7 @@

    Method Summary

    Sorts this ObjectObjectOrderedMap in-place by the keys' natural ordering; K must implement Comparable.
    void
    -
    sort(Comparator<? super K> comp)
    +
    sort(@Nullable Comparator<? super K> comp)
    Sorts this ObjectObjectOrderedMap in-place by the given Comparator used on the keys.
    @@ -386,7 +386,7 @@

    Method Summary

    +containsKey, containsValue, containsValue, equals, equalsIdentity, equate, findKey, get, getDefaultValue, getHashMultiplier, getLoadFactor, getOrDefault, hashCode, isEmpty, locateKey, notEmpty, place, putAll, putAll, putAll, putAll, putAll, putAll, putResize, replace, resize, setDefaultValue, setHashMultiplier, setLoadFactor, shrink, size, toString, toString
  • Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -536,10 +536,8 @@

    Method Details

  • put

    -
    @Nullable -public V put(K key, - @Nullable - V value)
    +
    public @Nullable V put(K key, + @Nullable V value)
    Description copied from class: ObjectObjectMap
    Returns the old value associated with the specified key, or this map's ObjectObjectMap.defaultValue if there was no prior value.
    @@ -553,10 +551,8 @@

    put

  • put

    -
    @Nullable -public V put(K key, - @Nullable - V value, +
    public @Nullable V put(K key, + @Nullable V value, int index)
    Puts the given key and value into this map at the given index in its order. If the key is already present at a different index, it is moved to the given index and its @@ -574,12 +570,9 @@

    put

  • putOrDefault

    -
    @Nullable -public V putOrDefault(K key, - @Nullable - V value, - @Nullable - V defaultValue)
    +
    public @Nullable V putOrDefault(K key, + @Nullable V value, + @Nullable V defaultValue)
    Overrides:
    putOrDefault in class ObjectObjectMap<K,V>
    @@ -647,8 +640,7 @@

    remove

  • removeAt

    -
    @Nullable -public V removeAt(int index)
    +
    public @Nullable V removeAt(int index)
    Removes the entry at the given index in the order, returning the value of that entry.
    Parameters:
    @@ -710,8 +702,7 @@

    alterAt

  • setAt

    -
    @Nullable -public V setAt(int index, +
    public @Nullable V setAt(int index, V v)
    Changes the value at a specified index in the iteration order to v, without changing keys at all. If index isn't currently a valid index in the iteration order, this returns null. Otherwise, it returns the @@ -728,8 +719,7 @@

    setAt

  • getAt

    -
    @Nullable -public V getAt(int index)
    +
    public @Nullable V getAt(int index)
    Gets the V value at the given index in the insertion order. The index should be between 0 (inclusive) and ObjectObjectMap.size() (exclusive).
    @@ -803,8 +793,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - Comparator<? super K> comp)
    +
    public void sort(@Nullable Comparator<? super K> comp)
    Sorts this ObjectObjectOrderedMap in-place by the given Comparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys, which requires K to Comparable.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectOrderedSet.ObjectOrderedSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectOrderedSet.ObjectOrderedSetIterator.html index 8e14a5795..7b588208e 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectOrderedSet.ObjectOrderedSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectOrderedSet.ObjectOrderedSetIterator.html @@ -2,7 +2,7 @@ -ObjectOrderedSet.ObjectOrderedSetIterator (jdkgdxds 1.1.0 API) +ObjectOrderedSet.ObjectOrderedSetIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectOrderedSet.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectOrderedSet.html index f3267dbe3..3877589bc 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectOrderedSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectOrderedSet.html @@ -2,7 +2,7 @@ -ObjectOrderedSet (jdkgdxds 1.1.0 API) +ObjectOrderedSet (jdkgdxds 1.1.1 API) @@ -83,7 +83,7 @@

    Class ObjectOrderedSet<T>

    Direct Known Subclasses:
    -
    CaseInsensitiveOrderedSet
    +
    CaseInsensitiveOrderedSet, IdentityOrderedSet

    public class ObjectOrderedSet<T> @@ -299,7 +299,7 @@

    Method Summary

    Sorts this ObjectOrderedSet in-place by the keys' natural ordering; T must implement Comparable.
    void
    -
    sort(Comparator<? super T> comp)
    +
    sort(@Nullable Comparator<? super T> comp)
    Sorts this ObjectOrderedSet in-place by the given Comparator used on the keys.
    @@ -325,7 +325,7 @@

    Method Summary

  • +addAll, addAll, addAll, addAll, addResize, appendTo, contains, containsAll, equals, equate, get, getHashMultiplier, getLoadFactor, hashCode, isEmpty, locateKey, notEmpty, place, removeAll, resize, retainAll, setHashMultiplier, setLoadFactor, shrink, size, toArray, toArray

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -681,8 +681,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - Comparator<? super T> comp)
    +
    public void sort(@Nullable Comparator<? super T> comp)
    Sorts this ObjectOrderedSet in-place by the given Comparator used on the keys. If comp is null, then this will sort by the natural ordering of the keys, which requires T to Comparable.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectSet.ObjectSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectSet.ObjectSetIterator.html index 9c55a1097..e1d55f041 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectSet.ObjectSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectSet.ObjectSetIterator.html @@ -2,7 +2,7 @@ -ObjectSet.ObjectSetIterator (jdkgdxds 1.1.0 API) +ObjectSet.ObjectSetIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ObjectSet.html b/docs/apidocs/com/github/tommyettinger/ds/ObjectSet.html index 965b2d0a4..499ec6fd4 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ObjectSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ObjectSet.html @@ -2,7 +2,7 @@ -ObjectSet (jdkgdxds 1.1.0 API) +ObjectSet (jdkgdxds 1.1.1 API) @@ -81,7 +81,7 @@

    Class ObjectSet<T>

    Direct Known Subclasses:
    -
    CaseInsensitiveSet, ObjectOrderedSet
    +
    CaseInsensitiveSet, IdentitySet, ObjectOrderedSet

    public class ObjectSet<T> @@ -137,10 +137,10 @@

    Field Summary

    Used by place(Object) to mix hashCode() results.
    - +
    protected @Nullable ObjectSet.ObjectSetIterator<T>
     
    - +
    protected @Nullable ObjectSet.ObjectSetIterator<T>
     
    protected T[]
    @@ -280,7 +280,7 @@

    Method Summary

     
    protected boolean
    equate(Object left, - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal.
    @@ -288,54 +288,65 @@

    Method Summary

     
    - +
    @Nullable T
    get(T key)
     
    -
    float
    - -
     
    -
    int
    - -
     
    -
    boolean
    - +
    long
    +
    -
    Returns true if the set is empty.
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only.
    - - +
    float
    + +
     
    +
    int
    + +
     
    +
    boolean
    +
    -
    Returns an iterator for the keys in the set.
    +
    Returns true if the set is empty.
    -
    protected int
    - + +
    -
    Returns the index of the key if already present, else ~index for the next empty index.
    +
    Returns an iterator for the keys in the set.
    -
    boolean
    - +
    protected int
    +
    -
    Returns true if the set has one or more items.
    +
    Returns the index of the key if already present, else ~index for the next empty index.
    -
    protected int
    -
    place(Object item)
    +
    boolean
    +
    -
    Returns an index >= 0 and <= mask for the specified item, mixed.
    +
    Returns true if the set has one or more items.
    -
    boolean
    - +
    protected int
    +
    place(Object item)
    -
    Returns true if the key was removed.
    +
    Returns an index >= 0 and <= mask for the specified item, mixed.
    boolean
    - -
     
    -
    protected void
    -
    resize(int newSize)
    + +
    +
    Returns true if the key was removed.
    +
    +
    boolean
    +
     
    -
    boolean
    - +
    protected void
    +
    resize(int newSize)
     
    +
    boolean
    + +
     
    +
    void
    +
    setHashMultiplier(long hashMultiplier)
    +
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    void
    setLoadFactor(float loadFactor)
     
    @@ -458,15 +469,13 @@

    mask

  • iterator1

    -
    @Nullable -protected transient ObjectSet.ObjectSetIterator<T> iterator1
    +
    protected transient @Nullable ObjectSet.ObjectSetIterator<T> iterator1
  • iterator2

    -
    @Nullable -protected transient ObjectSet.ObjectSetIterator<T> iterator2
    +
    protected transient @Nullable ObjectSet.ObjectSetIterator<T> iterator2
  • @@ -600,8 +609,7 @@

    place

    equate

    protected boolean equate(Object left, - @Nullable - Object right)
    + @Nullable Object right)
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered equal. This is used by the rest of this class to determine whether two keys are considered equal. Normally, this returns left.equals(right), but subclasses can override it to use reference equality, fuzzy equality, deep @@ -816,8 +824,7 @@

    contains

  • get

    -
    @Nullable -public T get(T key)
    +
    public @Nullable T get(T key)
  • @@ -845,6 +852,44 @@

    resize

  • +
    +

    getHashMultiplier

    +
    public long getHashMultiplier()
    +
    Gets the current hash multiplier as used by place(Object); for specific advanced usage only. + The hash multiplier changes whenever resize(int) is called, though its value before the resize + affects its value after.
    +
    +
    Returns:
    +
    the current hash multiplier, which should always be a large odd long
    +
    +
    +
  • +
  • +
    +

    setHashMultiplier

    +
    public void setHashMultiplier(long hashMultiplier)
    +
    Sets the current hash multiplier, then immediately calls resize(int) without changing the target size; this + is for specific advanced usage only. Calling resize() will change the multiplier before it gets used, and the current + size() of the data structure also changes the value. The hash multiplier is used by place(Object). + The hash multiplier must be an odd long, and should usually be "rather large." Here, that means the absolute value of + the multiplier should be at least a quadrillion or so (a million billions, or roughly 0x4000000000000L). The + only validation this does is to ensure the multiplier is odd; everything else is up to the caller. The hash multiplier + changes whenever resize(int) is called, though its value before the resize affects its value after. Because + of how resize() randomizes the multiplier, even inputs such as 1L and -1L actually work well. +
    + This is accessible at all mainly so serialization code that has a need to access the hash multiplier can do so, but + also to provide an "emergency escape route" in case of hash flooding. Using one of the "golden longs" in + MathTools.GOLDEN_LONGS should usually be fine if you don't know what + multiplier will work well. Be advised that because this has to call resize(), it isn't especially fast, and it slows + down the more items are in the data structure. If you in a situation where you are worried about hash flooding, you + also shouldn't permit adversaries to cause this method to be called frequently.
    +
    +
    Parameters:
    +
    hashMultiplier - any odd long; will not be used as-is
    +
    +
    +
  • +
  • toArray

    public Object[] toArray()
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/OffsetBitSet.OffsetBitSetIterator.html b/docs/apidocs/com/github/tommyettinger/ds/OffsetBitSet.OffsetBitSetIterator.html index d7086c39c..ca8c916cb 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/OffsetBitSet.OffsetBitSetIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/OffsetBitSet.OffsetBitSetIterator.html @@ -2,7 +2,7 @@ -OffsetBitSet.OffsetBitSetIterator (jdkgdxds 1.1.0 API) +OffsetBitSet.OffsetBitSetIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/OffsetBitSet.html b/docs/apidocs/com/github/tommyettinger/ds/OffsetBitSet.html index b7571fbc0..b24a1b9ef 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/OffsetBitSet.html +++ b/docs/apidocs/com/github/tommyettinger/ds/OffsetBitSet.html @@ -2,7 +2,7 @@ -OffsetBitSet (jdkgdxds 1.1.0 API) +OffsetBitSet (jdkgdxds 1.1.1 API) @@ -129,10 +129,10 @@

    Field Summary

    The raw bits, each one representing the presence or absence of an integer at a position.
    - +
     
    - +
     
    protected int
    @@ -226,7 +226,7 @@

    Method Summary

    appendContents(StringBuilder builder, String delimiter)
    -
    Given a StringBuilder, this appends some of the toString() representation of this OffsetBitSet, without allocating a String.
    +
    Given a StringBuilder, this appends part of the toString() representation of this OffsetBitSet, without allocating a String.
    @@ -377,7 +377,7 @@

    Methods inherited from cl clone, finalize, getClass, notify, notifyAll, wait, wait, wait

  • Methods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt

    -containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
    +areEqual, containsAll, first, forEach, removeAll, removeEach, removeIf, retainAll, toArray, toArray
  • @@ -407,15 +407,13 @@

    offset

  • iterator1

    -
    @Nullable -protected transient OffsetBitSet.OffsetBitSetIterator iterator1
    +
    protected transient @Nullable OffsetBitSet.OffsetBitSetIterator iterator1
  • iterator2

    -
    @Nullable -protected transient OffsetBitSet.OffsetBitSetIterator iterator2
    +
    protected transient @Nullable OffsetBitSet.OffsetBitSetIterator iterator2
  • @@ -895,7 +893,7 @@

    equals

    appendContents

    public StringBuilder appendContents(StringBuilder builder, String delimiter)
    -
    Given a StringBuilder, this appends some of the toString() representation of this OffsetBitSet, without allocating a String. +
    Given a StringBuilder, this appends part of the toString() representation of this OffsetBitSet, without allocating a String. This does not include the opening [ and closing ] chars, and only appends the int positions in this OffsetBitSet, each pair separated by the given delimiter String. You can use this to choose a different delimiter from what toString() uses.
    diff --git a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfBoolean.html b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfBoolean.html index c16798ad2..5bac01f77 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfBoolean.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfBoolean.html @@ -2,7 +2,7 @@ -Ordered.OfBoolean (jdkgdxds 1.1.0 API) +Ordered.OfBoolean (jdkgdxds 1.1.1 API) @@ -141,7 +141,7 @@

    Method Summary

    Pseudo-randomly shuffles the order of this Ordered in-place.
    default void
    -
    sort(BooleanComparator comparator)
    +
    sort(@Nullable BooleanComparator comparator)
    Sorts this Ordered according to the order induced by the specified BooleanComparator.
    @@ -241,8 +241,7 @@

    random

  • sort

    -
    default void sort(@Nullable - BooleanComparator comparator)
    +
    default void sort(@Nullable BooleanComparator comparator)
    Sorts this Ordered according to the order induced by the specified BooleanComparator. The sort is stable: this method must not reorder equal elements. diff --git a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfByte.html b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfByte.html index 6105d1278..dcd5d800b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfByte.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfByte.html @@ -2,7 +2,7 @@ -Ordered.OfByte (jdkgdxds 1.1.0 API) +Ordered.OfByte (jdkgdxds 1.1.1 API) @@ -141,7 +141,7 @@

    Method Summary

    Pseudo-randomly shuffles the order of this Ordered in-place.
    default void
    -
    sort(ByteComparator comparator)
    +
    sort(@Nullable ByteComparator comparator)
    Sorts this Ordered according to the order induced by the specified ByteComparator.
    @@ -241,8 +241,7 @@

    random

  • sort

    -
    default void sort(@Nullable - ByteComparator comparator)
    +
    default void sort(@Nullable ByteComparator comparator)
    Sorts this Ordered according to the order induced by the specified ByteComparator. The sort is stable: this method must not reorder equal elements. diff --git a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfChar.html b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfChar.html index 38276ac28..b0ef2c463 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfChar.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfChar.html @@ -2,7 +2,7 @@ -Ordered.OfChar (jdkgdxds 1.1.0 API) +Ordered.OfChar (jdkgdxds 1.1.1 API) @@ -141,7 +141,7 @@

    Method Summary

    Pseudo-randomly shuffles the order of this Ordered in-place.
    default void
    -
    sort(CharComparator comparator)
    +
    sort(@Nullable CharComparator comparator)
    Sorts this Ordered according to the order induced by the specified CharComparator.
    @@ -241,8 +241,7 @@

    random

  • sort

    -
    default void sort(@Nullable - CharComparator comparator)
    +
    default void sort(@Nullable CharComparator comparator)
    Sorts this Ordered according to the order induced by the specified CharComparator. The sort is stable: this method must not reorder equal elements. diff --git a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfDouble.html b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfDouble.html index 59b78ad65..e902f5d44 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfDouble.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfDouble.html @@ -2,7 +2,7 @@ -Ordered.OfDouble (jdkgdxds 1.1.0 API) +Ordered.OfDouble (jdkgdxds 1.1.1 API) @@ -142,7 +142,7 @@

    Method Summary

    Pseudo-randomly shuffles the order of this Ordered in-place.
    default void
    -
    sort(DoubleComparator comparator)
    +
    sort(@Nullable DoubleComparator comparator)
    Sorts this Ordered according to the order induced by the specified DoubleComparator.
    @@ -242,8 +242,7 @@

    random

  • sort

    -
    default void sort(@Nullable - DoubleComparator comparator)
    +
    default void sort(@Nullable DoubleComparator comparator)
    Sorts this Ordered according to the order induced by the specified DoubleComparator. The sort is stable: this method must not reorder equal elements. diff --git a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfFloat.html b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfFloat.html index 9951defdb..0c81ac5d2 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfFloat.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfFloat.html @@ -2,7 +2,7 @@ -Ordered.OfFloat (jdkgdxds 1.1.0 API) +Ordered.OfFloat (jdkgdxds 1.1.1 API) @@ -142,7 +142,7 @@

    Method Summary

    Pseudo-randomly shuffles the order of this Ordered in-place.
    default void
    -
    sort(FloatComparator comparator)
    +
    sort(@Nullable FloatComparator comparator)
    Sorts this Ordered according to the order induced by the specified FloatComparator.
    @@ -242,8 +242,7 @@

    random

  • sort

    -
    default void sort(@Nullable - FloatComparator comparator)
    +
    default void sort(@Nullable FloatComparator comparator)
    Sorts this Ordered according to the order induced by the specified FloatComparator. The sort is stable: this method must not reorder equal elements. diff --git a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfInt.html b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfInt.html index 96e7b5ca2..d91accfc8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfInt.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfInt.html @@ -2,7 +2,7 @@ -Ordered.OfInt (jdkgdxds 1.1.0 API) +Ordered.OfInt (jdkgdxds 1.1.1 API) @@ -142,7 +142,7 @@

    Method Summary

    Pseudo-randomly shuffles the order of this Ordered in-place.
    default void
    -
    sort(IntComparator comparator)
    +
    sort(@Nullable IntComparator comparator)
    Sorts this Ordered according to the order induced by the specified IntComparator.
    @@ -242,8 +242,7 @@

    random

  • sort

    -
    default void sort(@Nullable - IntComparator comparator)
    +
    default void sort(@Nullable IntComparator comparator)
    Sorts this Ordered according to the order induced by the specified IntComparator. The sort is stable: this method must not reorder equal elements. diff --git a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfLong.html b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfLong.html index 09b550a4d..d19f8f005 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfLong.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfLong.html @@ -2,7 +2,7 @@ -Ordered.OfLong (jdkgdxds 1.1.0 API) +Ordered.OfLong (jdkgdxds 1.1.1 API) @@ -142,7 +142,7 @@

    Method Summary

    Pseudo-randomly shuffles the order of this Ordered in-place.
    default void
    -
    sort(LongComparator comparator)
    +
    sort(@Nullable LongComparator comparator)
    Sorts this Ordered according to the order induced by the specified LongComparator.
    @@ -242,8 +242,7 @@

    random

  • sort

    -
    default void sort(@Nullable - LongComparator comparator)
    +
    default void sort(@Nullable LongComparator comparator)
    Sorts this Ordered according to the order induced by the specified LongComparator. The sort is stable: this method must not reorder equal elements. diff --git a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfShort.html b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfShort.html index 6e99ff735..1432e161d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfShort.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Ordered.OfShort.html @@ -2,7 +2,7 @@ -Ordered.OfShort (jdkgdxds 1.1.0 API) +Ordered.OfShort (jdkgdxds 1.1.1 API) @@ -141,7 +141,7 @@

    Method Summary

    Pseudo-randomly shuffles the order of this Ordered in-place.
    default void
    -
    sort(ShortComparator comparator)
    +
    sort(@Nullable ShortComparator comparator)
    Sorts this Ordered according to the order induced by the specified ShortComparator.
    @@ -241,8 +241,7 @@

    random

  • sort

    -
    default void sort(@Nullable - ShortComparator comparator)
    +
    default void sort(@Nullable ShortComparator comparator)
    Sorts this Ordered according to the order induced by the specified ShortComparator. The sort is stable: this method must not reorder equal elements. diff --git a/docs/apidocs/com/github/tommyettinger/ds/Ordered.html b/docs/apidocs/com/github/tommyettinger/ds/Ordered.html index 24acf6d52..bc117989c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Ordered.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Ordered.html @@ -2,7 +2,7 @@ -Ordered (jdkgdxds 1.1.0 API) +Ordered (jdkgdxds 1.1.1 API) @@ -78,7 +78,7 @@

    Interface Ordered<T>

  • All Known Implementing Classes:
    -
    CaseInsensitiveOrderedMap, CaseInsensitiveOrderedSet, HolderOrderedSet, IdentityObjectOrderedMap, NumberedSet, NumberedSet.InternalMap, ObjectFloatOrderedMap, ObjectIntOrderedMap, ObjectList, ObjectLongOrderedMap, ObjectObjectOrderedMap, ObjectOrderedSet
    +
    CaseInsensitiveOrderedMap, CaseInsensitiveOrderedSet, HolderOrderedSet, IdentityObjectOrderedMap, IdentityOrderedSet, NumberedSet, NumberedSet.InternalMap, ObjectFloatOrderedMap, ObjectIntOrderedMap, ObjectList, ObjectLongOrderedMap, ObjectObjectOrderedMap, ObjectOrderedSet

    public interface Ordered<T> @@ -187,7 +187,7 @@

    Method Summary

    Pseudo-randomly shuffles the order of this Ordered in-place.
    default void
    -
    sort(Comparator<? super T> comparator)
    +
    sort(@Nullable Comparator<? super T> comparator)
    Sorts this Ordered according to the order induced by the specified Comparator.
    @@ -288,8 +288,7 @@

    random

  • sort

    -
    default void sort(@Nullable - Comparator<? super T> comparator)
    +
    default void sort(@Nullable Comparator<? super T> comparator)
    Sorts this Ordered according to the order induced by the specified Comparator. The sort is stable: this method must not reorder equal elements. diff --git a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfBoolean.html b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfBoolean.html index 057e7d37d..ced16cefa 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfBoolean.html +++ b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfBoolean.html @@ -2,7 +2,7 @@ -PrimitiveCollection.OfBoolean (jdkgdxds 1.1.0 API) +PrimitiveCollection.OfBoolean (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfByte.html b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfByte.html index 6e8bf15ea..f2ad1f464 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfByte.html +++ b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfByte.html @@ -2,7 +2,7 @@ -PrimitiveCollection.OfByte (jdkgdxds 1.1.0 API) +PrimitiveCollection.OfByte (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfChar.html b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfChar.html index bc75c526c..459df1a9b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfChar.html +++ b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfChar.html @@ -2,7 +2,7 @@ -PrimitiveCollection.OfChar (jdkgdxds 1.1.0 API) +PrimitiveCollection.OfChar (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfDouble.html b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfDouble.html index 6982796d6..0a7790111 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfDouble.html +++ b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfDouble.html @@ -2,7 +2,7 @@ -PrimitiveCollection.OfDouble (jdkgdxds 1.1.0 API) +PrimitiveCollection.OfDouble (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfFloat.html b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfFloat.html index f8e202e4b..aa05940dc 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfFloat.html +++ b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfFloat.html @@ -2,7 +2,7 @@ -PrimitiveCollection.OfFloat (jdkgdxds 1.1.0 API) +PrimitiveCollection.OfFloat (jdkgdxds 1.1.1 API) @@ -116,59 +116,66 @@

    Method Summary

    default boolean
     
    -
    boolean
    -
    contains(float item)
    -
     
    -
    default boolean
    - -
     
    -
    default float
    - +
    default boolean
    +
    +
    Compares this PrimitiveCollection.OfFloat with another PrimitiveCollection.OfFloat by checking their identity, + their types (both must implement PrimitiveCollection.OfFloat), and their sizes, before checking if other + contains each item in this PrimitiveCollection.OfFloat, in any order or quantity.
    +
    +
    boolean
    +
    contains(float item)
    +
     
    +
    default boolean
    + +
     
    +
    default float
    + +
    Attempts to get the first item in this PrimitiveCollection, where "first" is only defined meaningfully if this type is ordered.
    -
    default void
    -
    forEach(com.github.tommyettinger.function.FloatConsumer action)
    -
    +
    default void
    +
    forEach(com.github.tommyettinger.function.FloatConsumer action)
    +
    Performs the given action for each element of the PrimitiveCollection.OfFloat until all elements have been processed or the action throws an exception.
    - - -
     
    -
    boolean
    -
    remove(float item)
    + +
     
    -
    default boolean
    - -
    -
    Removes from this collection all occurrences of any elements contained in the specified other collection.
    -
    +
    boolean
    +
    remove(float item)
    +
     
    default boolean
    - +
    -
    Removes from this collection element-wise occurrences of elements contained in the specified other collection.
    +
    Removes from this collection all occurrences of any elements contained in the specified other collection.
    default boolean
    -
    removeIf(com.github.tommyettinger.function.FloatPredicate filter)
    +
    +
    Removes from this collection element-wise occurrences of elements contained in the specified other collection.
    +
    +
    default boolean
    +
    removeIf(com.github.tommyettinger.function.FloatPredicate filter)
    +
    Removes all of the elements of this collection that satisfy the given predicate.
    -
    default boolean
    - -
     
    -
    default float[]
    - -
    +
    default boolean
    + +
     
    +
    default float[]
    + +
    Allocates a new float array with exactly PrimitiveCollection.size() items, fills it with the contents of this PrimitiveCollection, and returns it.
    -
    default float[]
    -
    toArray(float[] receiver)
    -
    +
    default float[]
    +
    toArray(float[] receiver)
    +
    Fills the given array with the entire contents of this PrimitiveCollection, up to PrimitiveCollection.size() items, or if receiver is not large enough, then this allocates a new float array with PrimitiveCollection.size() items and returns that.
    @@ -358,6 +365,24 @@

    first

  • +
  • +
    +

    areEqual

    +
    default boolean areEqual(Object other)
    +
    Compares this PrimitiveCollection.OfFloat with another PrimitiveCollection.OfFloat by checking their identity, + their types (both must implement PrimitiveCollection.OfFloat), and their sizes, before checking if other + contains each item in this PrimitiveCollection.OfFloat, in any order or quantity. This is most useful for + the key "set" or value collection in a primitive-backed map, since quantity doesn't matter for keys and + order doesn't matter for either. Many implementations may need to reset the iterator on this + PrimitiveCollection.OfFloat, but that isn't necessary for other.
    +
    +
    Parameters:
    +
    other - another Object that should be a PrimitiveCollection.OfFloat
    +
    Returns:
    +
    true if other is another PrimitiveCollection.OfFloat with exactly the same items, false otherwise
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfInt.html b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfInt.html index b603b4883..7db9ae097 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfInt.html +++ b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfInt.html @@ -2,7 +2,7 @@ -PrimitiveCollection.OfInt (jdkgdxds 1.1.0 API) +PrimitiveCollection.OfInt (jdkgdxds 1.1.1 API) @@ -116,59 +116,66 @@

    Method Summary

    default boolean
     
    -
    boolean
    -
    contains(int item)
    -
     
    -
    default boolean
    - -
     
    -
    default int
    - +
    default boolean
    +
    +
    Compares this PrimitiveCollection.OfInt with another PrimitiveCollection.OfInt by checking their identity, + their types (both must implement PrimitiveCollection.OfInt), and their sizes, before checking if other + contains each item in this PrimitiveCollection.OfInt, in any order or quantity.
    +
    +
    boolean
    +
    contains(int item)
    +
     
    +
    default boolean
    + +
     
    +
    default int
    + +
    Attempts to get the first item in this PrimitiveCollection, where "first" is only defined meaningfully if this type is ordered.
    -
    default void
    - -
    +
    default void
    + +
    Performs the given action for each element of the PrimitiveCollection.OfInt until all elements have been processed or the action throws an exception.
    - - -
     
    -
    boolean
    -
    remove(int item)
    + +
     
    -
    default boolean
    - -
    -
    Removes from this collection all occurrences of any elements contained in the specified other collection.
    -
    +
    boolean
    +
    remove(int item)
    +
     
    default boolean
    - +
    -
    Removes from this collection element-wise occurrences of elements contained in the specified other collection.
    +
    Removes from this collection all occurrences of any elements contained in the specified other collection.
    default boolean
    - +
    +
    Removes from this collection element-wise occurrences of elements contained in the specified other collection.
    +
    +
    default boolean
    + +
    Removes all of the elements of this collection that satisfy the given predicate.
    -
    default boolean
    - -
     
    -
    default int[]
    - -
    +
    default boolean
    + +
     
    +
    default int[]
    + +
    Allocates a new int array with exactly PrimitiveCollection.size() items, fills it with the contents of this PrimitiveCollection, and returns it.
    -
    default int[]
    -
    toArray(int[] receiver)
    -
    +
    default int[]
    +
    toArray(int[] receiver)
    +
    Fills the given array with the entire contents of this PrimitiveCollection, up to PrimitiveCollection.size() items, or if receiver is not large enough, then this allocates a new int array with PrimitiveCollection.size() items and returns that.
    @@ -358,6 +365,24 @@

    first

    +
  • +
    +

    areEqual

    +
    default boolean areEqual(Object other)
    +
    Compares this PrimitiveCollection.OfInt with another PrimitiveCollection.OfInt by checking their identity, + their types (both must implement PrimitiveCollection.OfInt), and their sizes, before checking if other + contains each item in this PrimitiveCollection.OfInt, in any order or quantity. This is most useful for + the key "set" or value collection in a primitive-backed map, since quantity doesn't matter for keys and + order doesn't matter for either. Many implementations may need to reset the iterator on this + PrimitiveCollection.OfInt, but that isn't necessary for other.
    +
    +
    Parameters:
    +
    other - another Object that should be a PrimitiveCollection.OfInt
    +
    Returns:
    +
    true if other is another PrimitiveCollection.OfInt with exactly the same items, false otherwise
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfLong.html b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfLong.html index 7dd60c977..5455b9309 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfLong.html +++ b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfLong.html @@ -2,7 +2,7 @@ -PrimitiveCollection.OfLong (jdkgdxds 1.1.0 API) +PrimitiveCollection.OfLong (jdkgdxds 1.1.1 API) @@ -116,59 +116,66 @@

    Method Summary

    default boolean
     
    -
    boolean
    -
    contains(long item)
    -
     
    -
    default boolean
    - -
     
    -
    default long
    - +
    default boolean
    +
    +
    Compares this PrimitiveCollection.OfLong with another PrimitiveCollection.OfLong by checking their identity, + their types (both must implement PrimitiveCollection.OfLong), and their sizes, before checking if other + contains each item in this PrimitiveCollection.OfLong, in any order or quantity.
    +
    +
    boolean
    +
    contains(long item)
    +
     
    +
    default boolean
    + +
     
    +
    default long
    + +
    Attempts to get the first item in this PrimitiveCollection, where "first" is only defined meaningfully if this type is ordered.
    -
    default void
    - -
    +
    default void
    + +
    Performs the given action for each element of the PrimitiveCollection.OfLong until all elements have been processed or the action throws an exception.
    - - -
     
    -
    boolean
    -
    remove(long item)
    + +
     
    -
    default boolean
    - -
    -
    Removes from this collection all occurrences of any elements contained in the specified other collection.
    -
    +
    boolean
    +
    remove(long item)
    +
     
    default boolean
    - +
    -
    Removes from this collection element-wise occurrences of elements contained in the specified other collection.
    +
    Removes from this collection all occurrences of any elements contained in the specified other collection.
    default boolean
    - +
    +
    Removes from this collection element-wise occurrences of elements contained in the specified other collection.
    +
    +
    default boolean
    + +
    Removes all of the elements of this collection that satisfy the given predicate.
    -
    default boolean
    - -
     
    -
    default long[]
    - -
    +
    default boolean
    + +
     
    +
    default long[]
    + +
    Allocates a new long array with exactly PrimitiveCollection.size() items, fills it with the contents of this PrimitiveCollection, and returns it.
    -
    default long[]
    -
    toArray(long[] receiver)
    -
    +
    default long[]
    +
    toArray(long[] receiver)
    +
    Fills the given array with the entire contents of this PrimitiveCollection, up to PrimitiveCollection.size() items, or if receiver is not large enough, then this allocates a new long array with PrimitiveCollection.size() items and returns that.
    @@ -358,6 +365,24 @@

    first

    +
  • +
    +

    areEqual

    +
    default boolean areEqual(Object other)
    +
    Compares this PrimitiveCollection.OfLong with another PrimitiveCollection.OfLong by checking their identity, + their types (both must implement PrimitiveCollection.OfLong), and their sizes, before checking if other + contains each item in this PrimitiveCollection.OfLong, in any order or quantity. This is most useful for + the key "set" or value collection in a primitive-backed map, since quantity doesn't matter for keys and + order doesn't matter for either. Many implementations may need to reset the iterator on this + PrimitiveCollection.OfLong, but that isn't necessary for other.
    +
    +
    Parameters:
    +
    other - another Object that should be a PrimitiveCollection.OfLong
    +
    Returns:
    +
    true if other is another PrimitiveCollection.OfLong with exactly the same items, false otherwise
    +
    +
    +
  • diff --git a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfShort.html b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfShort.html index ddca831ca..359609c88 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfShort.html +++ b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.OfShort.html @@ -2,7 +2,7 @@ -PrimitiveCollection.OfShort (jdkgdxds 1.1.0 API) +PrimitiveCollection.OfShort (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.html b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.html index 33074d8f0..7b20abc87 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.html +++ b/docs/apidocs/com/github/tommyettinger/ds/PrimitiveCollection.html @@ -2,7 +2,7 @@ -PrimitiveCollection (jdkgdxds 1.1.0 API) +PrimitiveCollection (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/QuickSelect.html b/docs/apidocs/com/github/tommyettinger/ds/QuickSelect.html index 511b11198..4903fce71 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/QuickSelect.html +++ b/docs/apidocs/com/github/tommyettinger/ds/QuickSelect.html @@ -2,7 +2,7 @@ -QuickSelect (jdkgdxds 1.1.0 API) +QuickSelect (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/Select.html b/docs/apidocs/com/github/tommyettinger/ds/Select.html index e668a2ac7..9126de2f8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Select.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Select.html @@ -2,7 +2,7 @@ -Select (jdkgdxds 1.1.0 API) +Select (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ShortDeque.ShortDequeIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ShortDeque.ShortDequeIterator.html index fea8f3868..233ca4d2b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ShortDeque.ShortDequeIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ShortDeque.ShortDequeIterator.html @@ -2,7 +2,7 @@ -ShortDeque.ShortDequeIterator (jdkgdxds 1.1.0 API) +ShortDeque.ShortDequeIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ShortDeque.html b/docs/apidocs/com/github/tommyettinger/ds/ShortDeque.html index ce70548d7..6c738b667 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ShortDeque.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ShortDeque.html @@ -2,7 +2,7 @@ -ShortDeque (jdkgdxds 1.1.0 API) +ShortDeque (jdkgdxds 1.1.1 API) @@ -124,10 +124,10 @@

    Field Summary

    protected short
     
    - +
    protected @Nullable ShortDeque.ShortDequeIterator
     
    - +
    protected @Nullable ShortDeque.ShortDequeIterator
     
    protected int
    @@ -135,10 +135,10 @@

    Field Summary

    Index of first element.
    - +
    protected @Nullable ShortDeque.ShortDequeIterator
     
    - +
    protected @Nullable ShortDeque.ShortDequeIterator
     
    int
    @@ -483,7 +483,7 @@

    Method Summary

    Sorts this deque in-place using Arrays.sort(short[], int, int).
    void
    - +
    sort(@Nullable ShortComparator c)
    @@ -571,29 +571,25 @@

    size

  • iterator1

    -
    @Nullable -protected transient ShortDeque.ShortDequeIterator iterator1
    +
    protected transient @Nullable ShortDeque.ShortDequeIterator iterator1
  • iterator2

    -
    @Nullable -protected transient ShortDeque.ShortDequeIterator iterator2
    +
    protected transient @Nullable ShortDeque.ShortDequeIterator iterator2
  • descendingIterator1

    -
    @Nullable -protected transient ShortDeque.ShortDequeIterator descendingIterator1
    +
    protected transient @Nullable ShortDeque.ShortDequeIterator descendingIterator1
  • descendingIterator2

    -
    @Nullable -protected transient ShortDeque.ShortDequeIterator descendingIterator2
    +
    protected transient @Nullable ShortDeque.ShortDequeIterator descendingIterator2
  • @@ -1507,8 +1503,7 @@

    sort

  • sort

    -
    public void sort(@Nullable - ShortComparator c)
    +
    public void sort(@Nullable ShortComparator c)
    Sorts this deque in-place using ShortComparators.sort(short[], int, int, ShortComparator). This should operate in O(n log(n)) time or less when the internals of the deque are continuous (the head is before the tail in the array). If the internals are not diff --git a/docs/apidocs/com/github/tommyettinger/ds/ShortList.ShortListIterator.html b/docs/apidocs/com/github/tommyettinger/ds/ShortList.ShortListIterator.html index f426c1a3c..02068f71f 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ShortList.ShortListIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ShortList.ShortListIterator.html @@ -2,7 +2,7 @@ -ShortList.ShortListIterator (jdkgdxds 1.1.0 API) +ShortList.ShortListIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/ShortList.html b/docs/apidocs/com/github/tommyettinger/ds/ShortList.html index d60baeb27..1bc4d88c0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/ShortList.html +++ b/docs/apidocs/com/github/tommyettinger/ds/ShortList.html @@ -2,7 +2,7 @@ -ShortList (jdkgdxds 1.1.0 API) +ShortList (jdkgdxds 1.1.1 API) @@ -122,10 +122,10 @@

    Field Summary

    short[]
     
    - +
    protected @Nullable ShortList.ShortListIterator
     
    - +
    protected @Nullable ShortList.ShortListIterator
     
    boolean
    @@ -463,7 +463,7 @@

    Method Summary

    comparator using mergesort, or Arrays.sort(short[], int, int) if c is null.
  • void
    - +
    sort(@Nullable ShortComparator c)
    Sorts all elements according to the order induced by the specified comparator using ShortComparators.sort(short[], int, int, ShortComparator).
    @@ -559,15 +559,13 @@

    ordered

  • iterator1

    -
    @Nullable -protected transient ShortList.ShortListIterator iterator1
    +
    protected transient @Nullable ShortList.ShortListIterator iterator1
  • iterator2

    -
    @Nullable -protected transient ShortList.ShortListIterator iterator2
    +
    protected transient @Nullable ShortList.ShortListIterator iterator2
  • @@ -1428,8 +1426,7 @@

    with

  • sort

    -
    public void sort(@Nullable - ShortComparator c)
    +
    public void sort(@Nullable ShortComparator c)
    Sorts all elements according to the order induced by the specified comparator using ShortComparators.sort(short[], int, int, ShortComparator). If c is null, this instead delegates to sort(), diff --git a/docs/apidocs/com/github/tommyettinger/ds/Utilities.html b/docs/apidocs/com/github/tommyettinger/ds/Utilities.html index 7cdd7cf3d..10a6da4be 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/Utilities.html +++ b/docs/apidocs/com/github/tommyettinger/ds/Utilities.html @@ -2,7 +2,7 @@ -Utilities (jdkgdxds 1.1.0 API) +Utilities (jdkgdxds 1.1.1 API) @@ -96,9 +96,15 @@

    Field Summary

    A float that is meant to be used as the smallest reasonable tolerance for methods like isEqual(float, float, float).
    -
    static final Object
    - +
    static final long[]
    +
    +
    A final array of 512 long multipliers that have been tested to work on at least some large + input sets without excessively high collision rates.
    +
    +
    static final Object
    + +
    A placeholder Object that should never be reference-equivalent to any Object used as a key or value.
    @@ -184,6 +190,42 @@

    Methods inherited from cl

    Field Details

    • +
      +

      GOOD_MULTIPLIERS

      +
      public static final long[] GOOD_MULTIPLIERS
      +
      A final array of 512 long multipliers that have been tested to work on at least some large + input sets without excessively high collision rates. The initial value passed to a + ObjectSet.setHashMultiplier(long) method (on any hashed data structure here) is used + to choose one of these based on that long value (actually 11 of its middle bits). All hashed + data structures here currently start with a multiplier of 0xD1B54A32D192ED03L, which is not + in this array by default, but is still a pretty good multiplier. +
      + You can mutate this array, but you should only do so if you encounter high collision rates or + resizes with a particular multiplier from this table. Any long you set into this array must + be an odd number, should be very large (typically the most significant bit is set), and should + ideally have an "unpredictable" bit pattern. This last quality is the hardest to define, but + generally dividing 2 to the 64 by an irrational number using BigDecimal math gets such an + unpredictable pattern. Not all irrational numbers work; some are pathologically non-random + when viewed as bits, but usually that only happens when the number was specifically constructed + as a counter-example or an oddity. As always, The OEIS + proves a useful resource for getting long sequences of irrational digits, and if you make a + BigDecimal with about 25 irrational digits, and divide (or multiply) it by 2 to the 64, convert + it to a long, and if even, add 1, you'll have a good number to substitute in here... + most of the time. Using the golden ratio (phi) does startlingly poorly here, even though + mathematically it should be the absolute best multiplier. +
      + The specific numbers in this array were chosen because they performed well (that is, without + ever colliding more than about 25% over the average) on a data set of 200000 Vector2 + objects. Vector2 is from libGDX, and it can have an extremely challenging hashCode() for hashed + data structures to handle if they don't adequately mix the hash's bits. On this data set, no + multiplier used recorded fewer than 600000 collisions, and any multipliers with collision counts + above a threshold of 677849 were rejected. That means these 512 are about as good as it gets. + The multipliers were also tested on a similar data set of 235970 English dictionary words + (including many proper nouns), with fewer collisions here (a little more than 1/20 as many). + All multipliers satisfied a threshold of 40000 collisions with the dictionary data set.
      +
      +
    • +
    • neverIdentical

      public static final Object neverIdentical
      diff --git a/docs/apidocs/com/github/tommyettinger/ds/annotations/NotNullDefault.html b/docs/apidocs/com/github/tommyettinger/ds/annotations/NotNullDefault.html deleted file mode 100644 index 13aa4b641..000000000 --- a/docs/apidocs/com/github/tommyettinger/ds/annotations/NotNullDefault.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - -NotNullDefault (jdkgdxds 1.1.0 API) - - - - - - - - - - - - - - -
      - -
      -
      - -
      - -

      Annotation Interface NotNullDefault

      -
      -
      -
      -
      @Documented -@Nonnull -@TypeQualifierDefault({FIELD,METHOD,PARAMETER}) -@Retention(RUNTIME) -public @interface NotNullDefault
      -
      Used to annotate all fields, methods, and parameters as Nonnull by default. - This makes use of JSR305.
      -
      - -
      -
      -
      - - diff --git a/docs/apidocs/com/github/tommyettinger/ds/annotations/package-summary.html b/docs/apidocs/com/github/tommyettinger/ds/annotations/package-summary.html deleted file mode 100644 index b87a0dcd1..000000000 --- a/docs/apidocs/com/github/tommyettinger/ds/annotations/package-summary.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - -com.github.tommyettinger.ds.annotations (jdkgdxds 1.1.0 API) - - - - - - - - - - - - - - -
      - -
      -
      -
      -

      Package com.github.tommyettinger.ds.annotations

      -
      -
      -
      package com.github.tommyettinger.ds.annotations
      -
      -
      This package just provides the NotNullDefault - annotation, which uses javax.annotation to mark all fields, methods, and parameters as - non-nullable by default. Specific fields can still be specified as nullable with - Nullable.
      -
      -
      -
        -
      • - -
      • -
      • -
        -
        Annotation Interfaces
        -
        -
        Class
        -
        Description
        - -
        -
        Used to annotate all fields, methods, and parameters as Nonnull by default.
        -
        -
        -
        -
      • -
      -
      -
      -
      -
      - - diff --git a/docs/apidocs/com/github/tommyettinger/ds/annotations/package-tree.html b/docs/apidocs/com/github/tommyettinger/ds/annotations/package-tree.html deleted file mode 100644 index de0f295e6..000000000 --- a/docs/apidocs/com/github/tommyettinger/ds/annotations/package-tree.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - -com.github.tommyettinger.ds.annotations Class Hierarchy (jdkgdxds 1.1.0 API) - - - - - - - - - - - - - - -
      - -
      -
      -
      -

      Hierarchy For Package com.github.tommyettinger.ds.annotations

      -Package Hierarchies: - -
      -
      -

      Annotation Interface Hierarchy

      - -
      -
      -
      -
      - - diff --git a/docs/apidocs/com/github/tommyettinger/ds/package-summary.html b/docs/apidocs/com/github/tommyettinger/ds/package-summary.html index 9a85634bf..63f184ec3 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/package-summary.html +++ b/docs/apidocs/com/github/tommyettinger/ds/package-summary.html @@ -2,7 +2,7 @@ -com.github.tommyettinger.ds (jdkgdxds 1.1.0 API) +com.github.tommyettinger.ds (jdkgdxds 1.1.1 API) @@ -45,7 +45,7 @@
  • @@ -63,29 +63,13 @@

    Package com.github.tommyettinger.ds


    -
    @NotNullDefault -package com.github.tommyettinger.ds
    +
    package com.github.tommyettinger.ds
    A large package of all data structures in this library, plus some interfaces they use.
    • - -
    • -
    • @@ -231,6 +215,14 @@

      Package com.github
      A variant on ObjectObjectOrderedMap that compares keys by identity (using ==) instead of equality (using equals()}).
      + +
      +
      A variant on ObjectOrderedSet that compares items by identity (using ==) instead of equality (using equals()).
      +
      + +
      +
      A variant on ObjectSet that compares items by identity (using ==) instead of equality (using equals()).
      +
      A resizable, insertion-ordered double-ended queue of ints with efficient add and remove at the beginning and end.
      diff --git a/docs/apidocs/com/github/tommyettinger/ds/package-tree.html b/docs/apidocs/com/github/tommyettinger/ds/package-tree.html index e618143fe..2465b0687 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/package-tree.html +++ b/docs/apidocs/com/github/tommyettinger/ds/package-tree.html @@ -2,7 +2,7 @@ -com.github.tommyettinger.ds Class Hierarchy (jdkgdxds 1.1.0 API) +com.github.tommyettinger.ds Class Hierarchy (jdkgdxds 1.1.1 API) @@ -500,9 +500,11 @@

      Class Hierarchy

    • com.github.tommyettinger.ds.ObjectSet<T> (implements java.lang.Iterable<T>, java.util.Set<E>) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparator.html index 3049a2850..28c922691 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparator.html @@ -2,7 +2,7 @@ -BooleanComparator (jdkgdxds 1.1.0 API) +BooleanComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.NaturalImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.NaturalImplicitComparator.html index c5578cf80..c178fd5f1 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.NaturalImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.NaturalImplicitComparator.html @@ -2,7 +2,7 @@ -BooleanComparators.NaturalImplicitComparator (jdkgdxds 1.1.0 API) +BooleanComparators.NaturalImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.OppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.OppositeComparator.html index e95e9d465..ae1dc1bf8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.OppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.OppositeComparator.html @@ -2,7 +2,7 @@ -BooleanComparators.OppositeComparator (jdkgdxds 1.1.0 API) +BooleanComparators.OppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.OppositeImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.OppositeImplicitComparator.html index 3ee2c406e..c09f70097 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.OppositeImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.OppositeImplicitComparator.html @@ -2,7 +2,7 @@ -BooleanComparators.OppositeImplicitComparator (jdkgdxds 1.1.0 API) +BooleanComparators.OppositeImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.html index 49c37ffcb..eb435941c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/BooleanComparators.html @@ -2,7 +2,7 @@ -BooleanComparators (jdkgdxds 1.1.0 API) +BooleanComparators (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparator.html index cec95d921..a7fc2302a 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparator.html @@ -2,7 +2,7 @@ -ByteComparator (jdkgdxds 1.1.0 API) +ByteComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.NaturalImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.NaturalImplicitComparator.html index 98a0dae8b..756c49988 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.NaturalImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.NaturalImplicitComparator.html @@ -2,7 +2,7 @@ -ByteComparators.NaturalImplicitComparator (jdkgdxds 1.1.0 API) +ByteComparators.NaturalImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.OppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.OppositeComparator.html index eec08a39d..2fb48c684 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.OppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.OppositeComparator.html @@ -2,7 +2,7 @@ -ByteComparators.OppositeComparator (jdkgdxds 1.1.0 API) +ByteComparators.OppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.OppositeImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.OppositeImplicitComparator.html index ea5890f46..17437db65 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.OppositeImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.OppositeImplicitComparator.html @@ -2,7 +2,7 @@ -ByteComparators.OppositeImplicitComparator (jdkgdxds 1.1.0 API) +ByteComparators.OppositeImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.UnsignedComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.UnsignedComparator.html index 2ef6e8a48..b7eeb2fae 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.UnsignedComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.UnsignedComparator.html @@ -2,7 +2,7 @@ -ByteComparators.UnsignedComparator (jdkgdxds 1.1.0 API) +ByteComparators.UnsignedComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.UnsignedOppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.UnsignedOppositeComparator.html index 29f1d230d..9a8ac3612 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.UnsignedOppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.UnsignedOppositeComparator.html @@ -2,7 +2,7 @@ -ByteComparators.UnsignedOppositeComparator (jdkgdxds 1.1.0 API) +ByteComparators.UnsignedOppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.html index 9f4e59400..a63921c92 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ByteComparators.html @@ -2,7 +2,7 @@ -ByteComparators (jdkgdxds 1.1.0 API) +ByteComparators (jdkgdxds 1.1.1 API) @@ -170,14 +170,14 @@

      Method Summary

      sort(byte[] items, int from, int to, - ByteComparator c)
      + @Nullable ByteComparator c)
    • Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
      static void
      sort(byte[] items, - ByteComparator c)
      + @Nullable ByteComparator c)

      Sorts all of items by simply calling sort(byte[], int, int, ByteComparator), setting from and to so the whole array is sorted.
      @@ -262,8 +262,7 @@

      asByteComparator

      sort

      public static void sort(byte[] items, - @Nullable - ByteComparator c)
      + @Nullable ByteComparator c)
      Sorts all of items by simply calling sort(byte[], int, int, ByteComparator), setting from and to so the whole array is sorted.
      @@ -279,8 +278,7 @@

      sort

      public static void sort(byte[] items, int from, int to, - @Nullable - ByteComparator c)
      + @Nullable ByteComparator c)
      Sorts the specified range of elements according to the order induced by the specified comparator using mergesort. diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparator.html index 84524565d..1002f693b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparator.html @@ -2,7 +2,7 @@ -CharComparator (jdkgdxds 1.1.0 API) +CharComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.NaturalImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.NaturalImplicitComparator.html index 1c62f5266..8a875d7dd 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.NaturalImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.NaturalImplicitComparator.html @@ -2,7 +2,7 @@ -CharComparators.NaturalImplicitComparator (jdkgdxds 1.1.0 API) +CharComparators.NaturalImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.OppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.OppositeComparator.html index 9cf6a45a7..8cf0ba001 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.OppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.OppositeComparator.html @@ -2,7 +2,7 @@ -CharComparators.OppositeComparator (jdkgdxds 1.1.0 API) +CharComparators.OppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.OppositeImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.OppositeImplicitComparator.html index bce704278..6ade1cef7 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.OppositeImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.OppositeImplicitComparator.html @@ -2,7 +2,7 @@ -CharComparators.OppositeImplicitComparator (jdkgdxds 1.1.0 API) +CharComparators.OppositeImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.html index 0e265457d..4fd816301 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/CharComparators.html @@ -2,7 +2,7 @@ -CharComparators (jdkgdxds 1.1.0 API) +CharComparators (jdkgdxds 1.1.1 API) @@ -152,14 +152,14 @@

      Method Summary

      sort(char[] items, int from, int to, - CharComparator c)
      + @Nullable CharComparator c)
      Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
      static void
      sort(char[] items, - CharComparator c)
      + @Nullable CharComparator c)
    Sorts all of items by simply calling sort(char[], int, int, CharComparator), setting from and to so the whole array is sorted.
    @@ -232,8 +232,7 @@

    asCharComparator

    sort

    public static void sort(char[] items, - @Nullable - CharComparator c)
    + @Nullable CharComparator c)
    Sorts all of items by simply calling sort(char[], int, int, CharComparator), setting from and to so the whole array is sorted.
    @@ -249,8 +248,7 @@

    sort

    public static void sort(char[] items, int from, int to, - @Nullable - CharComparator c)
    + @Nullable CharComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort. diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparator.html index c520d6207..2d6c511a5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparator.html @@ -2,7 +2,7 @@ -DoubleComparator (jdkgdxds 1.1.0 API) +DoubleComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.NaturalImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.NaturalImplicitComparator.html index 570e4545d..5b76f77b3 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.NaturalImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.NaturalImplicitComparator.html @@ -2,7 +2,7 @@ -DoubleComparators.NaturalImplicitComparator (jdkgdxds 1.1.0 API) +DoubleComparators.NaturalImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.OppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.OppositeComparator.html index 9c1dfdf95..43cb56213 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.OppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.OppositeComparator.html @@ -2,7 +2,7 @@ -DoubleComparators.OppositeComparator (jdkgdxds 1.1.0 API) +DoubleComparators.OppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.OppositeImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.OppositeImplicitComparator.html index 728627766..d01c5ced2 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.OppositeImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.OppositeImplicitComparator.html @@ -2,7 +2,7 @@ -DoubleComparators.OppositeImplicitComparator (jdkgdxds 1.1.0 API) +DoubleComparators.OppositeImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.TolerantComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.TolerantComparator.html index 0681d2ea9..1e427dd4d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.TolerantComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.TolerantComparator.html @@ -2,7 +2,7 @@ -DoubleComparators.TolerantComparator (jdkgdxds 1.1.0 API) +DoubleComparators.TolerantComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.html index a0f23a6df..e085acc19 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/DoubleComparators.html @@ -2,7 +2,7 @@ -DoubleComparators (jdkgdxds 1.1.0 API) +DoubleComparators (jdkgdxds 1.1.1 API) @@ -160,14 +160,14 @@

    Method Summary

    sort(double[] items, int from, int to, - DoubleComparator c)
    + @Nullable DoubleComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
    static void
    sort(double[] items, - DoubleComparator c)
    + @Nullable DoubleComparator c)
    Sorts all of items by simply calling sort(double[], int, int, DoubleComparator), setting from and to so the whole array is sorted.
    @@ -266,8 +266,7 @@

    tolerantComparator

    sort

    public static void sort(double[] items, - @Nullable - DoubleComparator c)
    + @Nullable DoubleComparator c)
    Sorts all of items by simply calling sort(double[], int, int, DoubleComparator), setting from and to so the whole array is sorted.
    @@ -283,8 +282,7 @@

    sort

    public static void sort(double[] items, int from, int to, - @Nullable - DoubleComparator c)
    + @Nullable DoubleComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort. diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparator.html index eeaa0cf9c..942e25bd8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparator.html @@ -2,7 +2,7 @@ -FloatComparator (jdkgdxds 1.1.0 API) +FloatComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.NaturalImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.NaturalImplicitComparator.html index b426d4878..14bceba5a 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.NaturalImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.NaturalImplicitComparator.html @@ -2,7 +2,7 @@ -FloatComparators.NaturalImplicitComparator (jdkgdxds 1.1.0 API) +FloatComparators.NaturalImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.OppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.OppositeComparator.html index f8cfe072b..c357a842c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.OppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.OppositeComparator.html @@ -2,7 +2,7 @@ -FloatComparators.OppositeComparator (jdkgdxds 1.1.0 API) +FloatComparators.OppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.OppositeImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.OppositeImplicitComparator.html index f3d51c03c..e61585b53 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.OppositeImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.OppositeImplicitComparator.html @@ -2,7 +2,7 @@ -FloatComparators.OppositeImplicitComparator (jdkgdxds 1.1.0 API) +FloatComparators.OppositeImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.TolerantComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.TolerantComparator.html index 53b5450eb..9e7dcb5d9 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.TolerantComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.TolerantComparator.html @@ -2,7 +2,7 @@ -FloatComparators.TolerantComparator (jdkgdxds 1.1.0 API) +FloatComparators.TolerantComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.html index cfc0acccc..addd4bfe0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/FloatComparators.html @@ -2,7 +2,7 @@ -FloatComparators (jdkgdxds 1.1.0 API) +FloatComparators (jdkgdxds 1.1.1 API) @@ -160,14 +160,14 @@

    Method Summary

    sort(float[] items, int from, int to, - FloatComparator c)
    + @Nullable FloatComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
    static void
    sort(float[] items, - FloatComparator c)
    + @Nullable FloatComparator c)
    Sorts all of items by simply calling sort(float[], int, int, FloatComparator), setting from and to so the whole array is sorted.
    @@ -266,8 +266,7 @@

    tolerantComparator

    sort

    public static void sort(float[] items, - @Nullable - FloatComparator c)
    + @Nullable FloatComparator c)
    Sorts all of items by simply calling sort(float[], int, int, FloatComparator), setting from and to so the whole array is sorted.
    @@ -283,8 +282,7 @@

    sort

    public static void sort(float[] items, int from, int to, - @Nullable - FloatComparator c)
    + @Nullable FloatComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort. diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparator.html index 14d34e6c5..df1fa5e4d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparator.html @@ -2,7 +2,7 @@ -IntComparator (jdkgdxds 1.1.0 API) +IntComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.NaturalImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.NaturalImplicitComparator.html index e0a35d5d8..e6afd6ec0 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.NaturalImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.NaturalImplicitComparator.html @@ -2,7 +2,7 @@ -IntComparators.NaturalImplicitComparator (jdkgdxds 1.1.0 API) +IntComparators.NaturalImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.OppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.OppositeComparator.html index d006d4bb5..60ad51431 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.OppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.OppositeComparator.html @@ -2,7 +2,7 @@ -IntComparators.OppositeComparator (jdkgdxds 1.1.0 API) +IntComparators.OppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.OppositeImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.OppositeImplicitComparator.html index 652220131..2f34d4c96 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.OppositeImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.OppositeImplicitComparator.html @@ -2,7 +2,7 @@ -IntComparators.OppositeImplicitComparator (jdkgdxds 1.1.0 API) +IntComparators.OppositeImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.UnsignedComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.UnsignedComparator.html index 4d6a646e2..13e43c04f 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.UnsignedComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.UnsignedComparator.html @@ -2,7 +2,7 @@ -IntComparators.UnsignedComparator (jdkgdxds 1.1.0 API) +IntComparators.UnsignedComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.UnsignedOppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.UnsignedOppositeComparator.html index 464cb7af7..89f208621 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.UnsignedOppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.UnsignedOppositeComparator.html @@ -2,7 +2,7 @@ -IntComparators.UnsignedOppositeComparator (jdkgdxds 1.1.0 API) +IntComparators.UnsignedOppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.html index b8181cb7d..81f2a672a 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/IntComparators.html @@ -2,7 +2,7 @@ -IntComparators (jdkgdxds 1.1.0 API) +IntComparators (jdkgdxds 1.1.1 API) @@ -170,14 +170,14 @@

    Method Summary

    sort(int[] items, int from, int to, - IntComparator c)
    + @Nullable IntComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
    static void
    sort(int[] items, - IntComparator c)
    + @Nullable IntComparator c)
    Sorts all of items by simply calling sort(int[], int, int, IntComparator), setting from and to so the whole array is sorted.
    @@ -262,8 +262,7 @@

    asIntComparator

    sort

    public static void sort(int[] items, - @Nullable - IntComparator c)
    + @Nullable IntComparator c)
    Sorts all of items by simply calling sort(int[], int, int, IntComparator), setting from and to so the whole array is sorted.
    @@ -279,8 +278,7 @@

    sort

    public static void sort(int[] items, int from, int to, - @Nullable - IntComparator c)
    + @Nullable IntComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort. diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparator.html index f713811ce..cd59bd59b 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparator.html @@ -2,7 +2,7 @@ -LongComparator (jdkgdxds 1.1.0 API) +LongComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.NaturalImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.NaturalImplicitComparator.html index ce0b88ed6..1fbe4673c 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.NaturalImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.NaturalImplicitComparator.html @@ -2,7 +2,7 @@ -LongComparators.NaturalImplicitComparator (jdkgdxds 1.1.0 API) +LongComparators.NaturalImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.OppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.OppositeComparator.html index 252f1d8e2..70423b46a 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.OppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.OppositeComparator.html @@ -2,7 +2,7 @@ -LongComparators.OppositeComparator (jdkgdxds 1.1.0 API) +LongComparators.OppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.OppositeImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.OppositeImplicitComparator.html index e18de7f4b..ae838fc95 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.OppositeImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.OppositeImplicitComparator.html @@ -2,7 +2,7 @@ -LongComparators.OppositeImplicitComparator (jdkgdxds 1.1.0 API) +LongComparators.OppositeImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.UnsignedComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.UnsignedComparator.html index c3e29fb60..ee1d2438d 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.UnsignedComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.UnsignedComparator.html @@ -2,7 +2,7 @@ -LongComparators.UnsignedComparator (jdkgdxds 1.1.0 API) +LongComparators.UnsignedComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.UnsignedOppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.UnsignedOppositeComparator.html index b2708e932..a3922706a 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.UnsignedOppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.UnsignedOppositeComparator.html @@ -2,7 +2,7 @@ -LongComparators.UnsignedOppositeComparator (jdkgdxds 1.1.0 API) +LongComparators.UnsignedOppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.html index bd84484da..53d5fc324 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/LongComparators.html @@ -2,7 +2,7 @@ -LongComparators (jdkgdxds 1.1.0 API) +LongComparators (jdkgdxds 1.1.1 API) @@ -170,14 +170,14 @@

    Method Summary

    sort(long[] items, int from, int to, - LongComparator c)
    + @Nullable LongComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
    static void
    sort(long[] items, - LongComparator c)
    + @Nullable LongComparator c)
    Sorts all of items by simply calling sort(long[], int, int, LongComparator), setting from and to so the whole array is sorted.
    @@ -262,8 +262,7 @@

    asLongComparator

    sort

    public static void sort(long[] items, - @Nullable - LongComparator c)
    + @Nullable LongComparator c)
    Sorts all of items by simply calling sort(long[], int, int, LongComparator), setting from and to so the whole array is sorted.
    @@ -279,8 +278,7 @@

    sort

    public static void sort(long[] items, int from, int to, - @Nullable - LongComparator c)
    + @Nullable LongComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort. diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/NaturalTextComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/NaturalTextComparator.html index ecac17344..ea1b9b616 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/NaturalTextComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/NaturalTextComparator.html @@ -2,7 +2,7 @@ -NaturalTextComparator (jdkgdxds 1.1.0 API) +NaturalTextComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ObjectComparators.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ObjectComparators.html index 4d14067e4..d810fa083 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ObjectComparators.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ObjectComparators.html @@ -2,7 +2,7 @@ -ObjectComparators (jdkgdxds 1.1.0 API) +ObjectComparators (jdkgdxds 1.1.1 API) @@ -103,14 +103,14 @@

    Method Summary

    sort(List<K> items, int from, int to, - Comparator<? super K> c)
    + @Nullable Comparator<? super K> c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
    static <K> void
    sort(List<K> items, - Comparator<? super K> c)
    + @Nullable Comparator<? super K> c)
    Sorts all of items by simply calling sort(List, int, int, Comparator) setting from and to so the whole array is sorted.
    @@ -119,14 +119,14 @@

    Method Summary

    sort(K[] items, int from, int to, - Comparator<? super K> c)
    + @Nullable Comparator<? super K> c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
    static <K> void
    sort(K[] items, - Comparator<? super K> c)
    + @Nullable Comparator<? super K> c)
    Sorts all of items by simply calling sort(List, int, int, Comparator) setting from and to so the whole array is sorted.
    @@ -185,8 +185,7 @@

    comparingFloat

    sort

    public static <K> void sort(List<K> items, - @Nullable - Comparator<? super K> c)
    + @Nullable Comparator<? super K> c)
    Sorts all of items by simply calling sort(List, int, int, Comparator) setting from and to so the whole array is sorted.
    @@ -202,8 +201,7 @@

    sort

    public static <K> void sort(List<K> items, int from, int to, - @Nullable - Comparator<? super K> c)
    + @Nullable Comparator<? super K> c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort. @@ -225,8 +223,7 @@

    sort

    sort

    public static <K> void sort(K[] items, - @Nullable - Comparator<? super K> c)
    + @Nullable Comparator<? super K> c)
    Sorts all of items by simply calling sort(List, int, int, Comparator) setting from and to so the whole array is sorted.
    @@ -242,8 +239,7 @@

    sort

    public static <K> void sort(K[] items, int from, int to, - @Nullable - Comparator<? super K> c)
    + @Nullable Comparator<? super K> c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort. diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparator.html index 6fdc6a868..57c69478e 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparator.html @@ -2,7 +2,7 @@ -ShortComparator (jdkgdxds 1.1.0 API) +ShortComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.NaturalImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.NaturalImplicitComparator.html index 97966f5f2..da1d90bfb 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.NaturalImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.NaturalImplicitComparator.html @@ -2,7 +2,7 @@ -ShortComparators.NaturalImplicitComparator (jdkgdxds 1.1.0 API) +ShortComparators.NaturalImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.OppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.OppositeComparator.html index d10bf9701..d97fc4743 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.OppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.OppositeComparator.html @@ -2,7 +2,7 @@ -ShortComparators.OppositeComparator (jdkgdxds 1.1.0 API) +ShortComparators.OppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.OppositeImplicitComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.OppositeImplicitComparator.html index d043e1654..34a98e0d5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.OppositeImplicitComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.OppositeImplicitComparator.html @@ -2,7 +2,7 @@ -ShortComparators.OppositeImplicitComparator (jdkgdxds 1.1.0 API) +ShortComparators.OppositeImplicitComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.UnsignedComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.UnsignedComparator.html index 165de62f7..d363c6f17 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.UnsignedComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.UnsignedComparator.html @@ -2,7 +2,7 @@ -ShortComparators.UnsignedComparator (jdkgdxds 1.1.0 API) +ShortComparators.UnsignedComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.UnsignedOppositeComparator.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.UnsignedOppositeComparator.html index 7c3997647..943aebbb3 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.UnsignedOppositeComparator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.UnsignedOppositeComparator.html @@ -2,7 +2,7 @@ -ShortComparators.UnsignedOppositeComparator (jdkgdxds 1.1.0 API) +ShortComparators.UnsignedOppositeComparator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.html index fa500254a..f95bc53a8 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/ShortComparators.html @@ -2,7 +2,7 @@ -ShortComparators (jdkgdxds 1.1.0 API) +ShortComparators (jdkgdxds 1.1.1 API) @@ -170,14 +170,14 @@

    Method Summary

    sort(short[] items, int from, int to, - ShortComparator c)
    + @Nullable ShortComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
    static void
    sort(short[] items, - ShortComparator c)
    + @Nullable ShortComparator c)
    Sorts all of items by simply calling sort(short[], int, int, ShortComparator), setting from and to so the whole array is sorted.
    @@ -262,8 +262,7 @@

    asShortComparator

    sort

    public static void sort(short[] items, - @Nullable - ShortComparator c)
    + @Nullable ShortComparator c)
    Sorts all of items by simply calling sort(short[], int, int, ShortComparator), setting from and to so the whole array is sorted.
    @@ -279,8 +278,7 @@

    sort

    public static void sort(short[] items, int from, int to, - @Nullable - ShortComparator c)
    + @Nullable ShortComparator c)
    Sorts the specified range of elements according to the order induced by the specified comparator using mergesort. diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/package-summary.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/package-summary.html index a91024ad7..dadbf22b5 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/package-summary.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/package-summary.html @@ -2,7 +2,7 @@ -com.github.tommyettinger.ds.support.sort (jdkgdxds 1.1.0 API) +com.github.tommyettinger.ds.support.sort (jdkgdxds 1.1.1 API) @@ -63,8 +63,7 @@

    Package com.github.tommyettinger.ds.support.sort


    -
    @NotNullDefault -package com.github.tommyettinger.ds.support.sort
    +
    package com.github.tommyettinger.ds.support.sort
    Code for customized sorting on primitive arrays and collections. This is Apache-licensed code from the FastUtil project with minimal changes. Like fastutil, diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/sort/package-tree.html b/docs/apidocs/com/github/tommyettinger/ds/support/sort/package-tree.html index 680c01ef6..e6965530e 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/sort/package-tree.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/sort/package-tree.html @@ -2,7 +2,7 @@ -com.github.tommyettinger.ds.support.sort Class Hierarchy (jdkgdxds 1.1.0 API) +com.github.tommyettinger.ds.support.sort Class Hierarchy (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/util/BooleanIterator.html b/docs/apidocs/com/github/tommyettinger/ds/support/util/BooleanIterator.html index a5549e5f4..3437bc008 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/util/BooleanIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/util/BooleanIterator.html @@ -2,7 +2,7 @@ -BooleanIterator (jdkgdxds 1.1.0 API) +BooleanIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/util/ByteIterator.html b/docs/apidocs/com/github/tommyettinger/ds/support/util/ByteIterator.html index ffbad00eb..f7f4b5301 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/util/ByteIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/util/ByteIterator.html @@ -2,7 +2,7 @@ -ByteIterator (jdkgdxds 1.1.0 API) +ByteIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/util/CharIterator.html b/docs/apidocs/com/github/tommyettinger/ds/support/util/CharIterator.html index bb538f725..fe4e52dd3 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/util/CharIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/util/CharIterator.html @@ -2,7 +2,7 @@ -CharIterator (jdkgdxds 1.1.0 API) +CharIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/util/FloatIterator.html b/docs/apidocs/com/github/tommyettinger/ds/support/util/FloatIterator.html index 0bef049a7..5b61069c7 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/util/FloatIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/util/FloatIterator.html @@ -2,7 +2,7 @@ -FloatIterator (jdkgdxds 1.1.0 API) +FloatIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/util/ShortIterator.html b/docs/apidocs/com/github/tommyettinger/ds/support/util/ShortIterator.html index 4c34635ae..4491bc90f 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/util/ShortIterator.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/util/ShortIterator.html @@ -2,7 +2,7 @@ -ShortIterator (jdkgdxds 1.1.0 API) +ShortIterator (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/util/package-summary.html b/docs/apidocs/com/github/tommyettinger/ds/support/util/package-summary.html index fcf2b123e..72f694b07 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/util/package-summary.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/util/package-summary.html @@ -2,7 +2,7 @@ -com.github.tommyettinger.ds.support.util (jdkgdxds 1.1.0 API) +com.github.tommyettinger.ds.support.util (jdkgdxds 1.1.1 API) @@ -59,8 +59,7 @@

    Package com.github.tommyettinger.ds.support.util


    -
    @NotNullDefault -package com.github.tommyettinger.ds.support.util
    +
    package com.github.tommyettinger.ds.support.util
    Fills in code missing from the java.util package; this package is separate in an attempt to keep a clean break between the rest of the library and diff --git a/docs/apidocs/com/github/tommyettinger/ds/support/util/package-tree.html b/docs/apidocs/com/github/tommyettinger/ds/support/util/package-tree.html index ff2c9301a..e0e87ed24 100644 --- a/docs/apidocs/com/github/tommyettinger/ds/support/util/package-tree.html +++ b/docs/apidocs/com/github/tommyettinger/ds/support/util/package-tree.html @@ -2,7 +2,7 @@ -com.github.tommyettinger.ds.support.util Class Hierarchy (jdkgdxds 1.1.0 API) +com.github.tommyettinger.ds.support.util Class Hierarchy (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index 91546cb05..9e436a4f7 100644 --- a/docs/apidocs/constant-values.html +++ b/docs/apidocs/constant-values.html @@ -2,7 +2,7 @@ -Constant Field Values (jdkgdxds 1.1.0 API) +Constant Field Values (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/deprecated-list.html b/docs/apidocs/deprecated-list.html index 3f6b34e87..2f5f16862 100644 --- a/docs/apidocs/deprecated-list.html +++ b/docs/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ -Deprecated List (jdkgdxds 1.1.0 API) +Deprecated List (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/element-list b/docs/apidocs/element-list index 0fc9ffefd..1d003516b 100644 --- a/docs/apidocs/element-list +++ b/docs/apidocs/element-list @@ -1,4 +1,3 @@ com.github.tommyettinger.ds -com.github.tommyettinger.ds.annotations com.github.tommyettinger.ds.support.sort com.github.tommyettinger.ds.support.util diff --git a/docs/apidocs/help-doc.html b/docs/apidocs/help-doc.html index d3629afbf..c7f3427ae 100644 --- a/docs/apidocs/help-doc.html +++ b/docs/apidocs/help-doc.html @@ -2,7 +2,7 @@ -API Help (jdkgdxds 1.1.0 API) +API Help (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 577cd4973..a9c06e1bf 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -2,7 +2,7 @@ -Index (jdkgdxds 1.1.0 API) +Index (jdkgdxds 1.1.1 API) @@ -285,6 +285,12 @@

    A

    Inserts the specified element into this deque at the specified index.
    +
    add(int, T) - Method in class com.github.tommyettinger.ds.ObjectDeque
    +
    +
    Inserts the specified element into this deque at the specified index.
    +
    +
    add(int, T) - Method in class com.github.tommyettinger.ds.ObjectList
    +
     
    add(int, T) - Method in class com.github.tommyettinger.ds.HolderOrderedSet
    Sets the key at the specified index.
    @@ -293,12 +299,6 @@

    A

    Sets the key at the specified index.
    -
    add(int, T) - Method in class com.github.tommyettinger.ds.ObjectDeque
    -
    -
    Inserts the specified element into this deque at the specified index.
    -
    -
    add(int, T) - Method in class com.github.tommyettinger.ds.ObjectList
    -
     
    add(int, T) - Method in class com.github.tommyettinger.ds.ObjectOrderedSet
    Sets the key at the specified index.
    @@ -375,18 +375,6 @@

    A

     
    add(short, short, short, short) - Method in class com.github.tommyettinger.ds.ShortList
     
    -
    add(T) - Method in class com.github.tommyettinger.ds.BinaryHeap
    -
    -
    Adds the node to the heap using its current value.
    -
    -
    add(T) - Method in class com.github.tommyettinger.ds.HolderOrderedSet
    -
     
    -
    add(T) - Method in class com.github.tommyettinger.ds.HolderSet
    -
    -
    Returns true if the item was not already in the set.
    -
    -
    add(T) - Method in class com.github.tommyettinger.ds.NumberedSet
    -
     
    add(T) - Method in class com.github.tommyettinger.ds.NumberedSet.NumberedSetIterator
    Inserts the specified element into the list (optional operation).
    @@ -407,6 +395,22 @@

    A

    Inserts the specified element into the list (optional operation).
    +
    add(V) - Method in class com.github.tommyettinger.ds.IntObjectMap.Values
    +
     
    +
    add(V) - Method in class com.github.tommyettinger.ds.LongObjectMap.Values
    +
     
    +
    add(T) - Method in class com.github.tommyettinger.ds.BinaryHeap
    +
    +
    Adds the node to the heap using its current value.
    +
    +
    add(T) - Method in class com.github.tommyettinger.ds.HolderOrderedSet
    +
     
    +
    add(T) - Method in class com.github.tommyettinger.ds.HolderSet
    +
    +
    Returns true if the item was not already in the set.
    +
    +
    add(T) - Method in class com.github.tommyettinger.ds.NumberedSet
    +
     
    add(T) - Method in class com.github.tommyettinger.ds.ObjectOrderedSet
     
    add(T) - Method in class com.github.tommyettinger.ds.ObjectSet
    @@ -417,10 +421,6 @@

    A

    Sets the node's value and adds it to the heap.
    -
    add(V) - Method in class com.github.tommyettinger.ds.IntObjectMap.Values
    -
     
    -
    add(V) - Method in class com.github.tommyettinger.ds.LongObjectMap.Values
    -
     
    addAll(boolean...) - Method in class com.github.tommyettinger.ds.BooleanList
     
    addAll(boolean[], int, int) - Method in class com.github.tommyettinger.ds.BooleanList
    @@ -1026,7 +1026,7 @@

    A

    appendContents(StringBuilder, String) - Method in class com.github.tommyettinger.ds.OffsetBitSet
    -
    Given a StringBuilder, this appends some of the toString() representation of this OffsetBitSet, without allocating a String.
    +
    Given a StringBuilder, this appends part of the toString() representation of this OffsetBitSet, without allocating a String.
    appendInto(IntFloatMap) - Method in class com.github.tommyettinger.ds.IntFloatMap.Entries
    @@ -1048,7 +1048,7 @@

    A

    Append the remaining items that this can iterate through into the given Map.
    -
    appendInto(LongFloatMap) - Method in class com.github.tommyettinger.ds.LongIntMap.Entries
    +
    appendInto(LongIntMap) - Method in class com.github.tommyettinger.ds.LongIntMap.Entries
    Append the remaining items that this can iterate through into the given Map.
    @@ -1246,6 +1246,24 @@

    A

    appendTo(StringBuilder, String) - Method in class com.github.tommyettinger.ds.ObjectSet
     
    +
    areEqual(Object) - Method in interface com.github.tommyettinger.ds.PrimitiveCollection.OfFloat
    +
    +
    Compares this PrimitiveCollection.OfFloat with another PrimitiveCollection.OfFloat by checking their identity, + their types (both must implement PrimitiveCollection.OfFloat), and their sizes, before checking if other + contains each item in this PrimitiveCollection.OfFloat, in any order or quantity.
    +
    +
    areEqual(Object) - Method in interface com.github.tommyettinger.ds.PrimitiveCollection.OfInt
    +
    +
    Compares this PrimitiveCollection.OfInt with another PrimitiveCollection.OfInt by checking their identity, + their types (both must implement PrimitiveCollection.OfInt), and their sizes, before checking if other + contains each item in this PrimitiveCollection.OfInt, in any order or quantity.
    +
    +
    areEqual(Object) - Method in interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong
    +
    +
    Compares this PrimitiveCollection.OfLong with another PrimitiveCollection.OfLong by checking their identity, + their types (both must implement PrimitiveCollection.OfLong), and their sizes, before checking if other + contains each item in this PrimitiveCollection.OfLong, in any order or quantity.
    +
    Arrangeable - Interface in com.github.tommyettinger.ds
    Indicates that a type can have its contents change position, without specifying the type of contents.
    @@ -2134,12 +2152,6 @@

    C

    A large package of all data structures in this library, plus some interfaces they use.
    -
    com.github.tommyettinger.ds.annotations - package com.github.tommyettinger.ds.annotations
    -
    -
    This package just provides the NotNullDefault - annotation, which uses javax.annotation to mark all fields, methods, and parameters as - non-nullable by default.
    -
    com.github.tommyettinger.ds.support.sort - package com.github.tommyettinger.ds.support.sort
    Code for customized sorting on primitive arrays and collections.
    @@ -2434,6 +2446,14 @@

    C

    contains(short) - Method in class com.github.tommyettinger.ds.ShortList
     
    +
    contains(Object) - Method in class com.github.tommyettinger.ds.IntObjectMap.Values
    +
     
    +
    contains(Object) - Method in class com.github.tommyettinger.ds.LongObjectMap.Values
    +
     
    +
    contains(Object) - Method in class com.github.tommyettinger.ds.ObjectDeque
    +
    +
    Returns true if this deque contains the specified element.
    +
    contains(Object) - Method in class com.github.tommyettinger.ds.BinaryHeap
    Returns true if the heap contains the specified node.
    @@ -2444,16 +2464,8 @@

    C

    Checks for the presence of a K key, not a T value.
    -
    contains(Object) - Method in class com.github.tommyettinger.ds.IntObjectMap.Values
    -
     
    -
    contains(Object) - Method in class com.github.tommyettinger.ds.LongObjectMap.Values
    -
     
    contains(Object) - Method in class com.github.tommyettinger.ds.NumberedSet
     
    -
    contains(Object) - Method in class com.github.tommyettinger.ds.ObjectDeque
    -
    -
    Returns true if this deque contains the specified element.
    -
    contains(Object) - Method in class com.github.tommyettinger.ds.ObjectFloatMap.Keys
     
    contains(Object) - Method in class com.github.tommyettinger.ds.ObjectIntMap.Keys
    @@ -2617,15 +2629,15 @@

    C

    Returns true if the specified value is in the map.
    +
    containsValue(Object, boolean) - Method in class com.github.tommyettinger.ds.ObjectObjectMap
    +
    +
    Returns true if the specified value is in the map.
    +
    containsValue(Object) - Method in class com.github.tommyettinger.ds.ObjectObjectMap
    Returns true if this map maps one or more keys to the specified value.
    -
    containsValue(Object, boolean) - Method in class com.github.tommyettinger.ds.ObjectObjectMap
    -
    -
    Returns true if the specified value is in the map.
    -
    currentIndex - Variable in class com.github.tommyettinger.ds.IntFloatMap.MapIterator
     
    currentIndex - Variable in class com.github.tommyettinger.ds.IntIntMap.MapIterator
    @@ -3367,6 +3379,14 @@

    E

     
    Entry(long, V) - Constructor for class com.github.tommyettinger.ds.LongObjectMap.Entry
     
    +
    Entry(K, float) - Constructor for class com.github.tommyettinger.ds.ObjectFloatMap.Entry
    +
     
    +
    Entry(K, int) - Constructor for class com.github.tommyettinger.ds.ObjectIntMap.Entry
    +
     
    +
    Entry(K, long) - Constructor for class com.github.tommyettinger.ds.ObjectLongMap.Entry
    +
     
    +
    Entry(K, V) - Constructor for class com.github.tommyettinger.ds.ObjectObjectMap.Entry
    +
     
    Entry(IntFloatMap.Entry) - Constructor for class com.github.tommyettinger.ds.IntFloatMap.Entry
     
    Entry(IntIntMap.Entry) - Constructor for class com.github.tommyettinger.ds.IntIntMap.Entry
    @@ -3391,14 +3411,6 @@

    E

     
    Entry(Map.Entry<? extends K, ? extends V>) - Constructor for class com.github.tommyettinger.ds.ObjectObjectMap.Entry
     
    -
    Entry(K, float) - Constructor for class com.github.tommyettinger.ds.ObjectFloatMap.Entry
    -
     
    -
    Entry(K, int) - Constructor for class com.github.tommyettinger.ds.ObjectIntMap.Entry
    -
     
    -
    Entry(K, long) - Constructor for class com.github.tommyettinger.ds.ObjectLongMap.Entry
    -
     
    -
    Entry(K, V) - Constructor for class com.github.tommyettinger.ds.ObjectObjectMap.Entry
    -
     
    EntryIterator(IntFloatMap) - Constructor for class com.github.tommyettinger.ds.IntFloatMap.EntryIterator
     
    EntryIterator(IntIntMap) - Constructor for class com.github.tommyettinger.ds.IntIntMap.EntryIterator
    @@ -3517,6 +3529,34 @@

    E

    Returns a Set of Map.Entry, containing the entries in the map.
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.CaseInsensitiveMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.CaseInsensitiveOrderedMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntFloatMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntIntMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntLongMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntObjectMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongFloatMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongIntMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongLongMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongObjectMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectFloatMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectIntMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectLongMap.Entry
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectObjectMap.Entry
    +
     
    equals(Object) - Method in class com.github.tommyettinger.ds.BinaryHeap
     
    equals(Object) - Method in class com.github.tommyettinger.ds.BooleanDeque
    @@ -3531,12 +3571,8 @@

    E

    Returns false if either array is unordered.
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.CaseInsensitiveMap.Entry
    -
     
    equals(Object) - Method in class com.github.tommyettinger.ds.CaseInsensitiveMap
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.CaseInsensitiveOrderedMap.Entry
    -
     
    equals(Object) - Method in class com.github.tommyettinger.ds.CaseInsensitiveOrderedMap
     
    equals(Object) - Method in class com.github.tommyettinger.ds.CaseInsensitiveOrderedSet
    @@ -3565,69 +3601,82 @@

    E

     
    equals(Object) - Method in class com.github.tommyettinger.ds.IntDeque
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.IntFloatMap.Entry
    -
     
    equals(Object) - Method in class com.github.tommyettinger.ds.IntFloatMap
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.IntIntMap.Entry
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntFloatMap.Keys
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntFloatMap.Values
     
    equals(Object) - Method in class com.github.tommyettinger.ds.IntIntMap
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.IntList
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntIntMap.Keys
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.IntLongMap.Entry
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntIntMap.Values
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntList
     
    equals(Object) - Method in class com.github.tommyettinger.ds.IntLongMap
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.IntObjectMap.Entry
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntLongMap.Keys
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntLongMap.Values
     
    equals(Object) - Method in class com.github.tommyettinger.ds.IntObjectMap
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.IntObjectMap.Keys
    +
     
    equals(Object) - Method in class com.github.tommyettinger.ds.IntSet
     
    equals(Object) - Method in class com.github.tommyettinger.ds.LongDeque
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.LongFloatMap.Entry
    -
     
    equals(Object) - Method in class com.github.tommyettinger.ds.LongFloatMap
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.LongIntMap.Entry
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongFloatMap.Keys
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongFloatMap.Values
     
    equals(Object) - Method in class com.github.tommyettinger.ds.LongIntMap
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongIntMap.Keys
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongIntMap.Values
    +
     
    equals(Object) - Method in class com.github.tommyettinger.ds.LongList
    Returns false if either array is unordered.
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.LongLongMap.Entry
    -
     
    equals(Object) - Method in class com.github.tommyettinger.ds.LongLongMap
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.LongObjectMap.Entry
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongLongMap.Keys
    +
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongLongMap.Values
     
    equals(Object) - Method in class com.github.tommyettinger.ds.LongObjectMap
     
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.LongObjectMap.Keys
    +
     
    equals(Object) - Method in class com.github.tommyettinger.ds.LongSet
     
    equals(Object) - Method in class com.github.tommyettinger.ds.NumberedSet
     
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectDeque
    -
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectFloatMap.Entry
    -
     
    +
    +
    Using Object.equals(Object) between each item in order, compares for equality specifically with + other ObjectDeque collections.
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectFloatMap
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectIntMap.Entry
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectFloatMap.Values
     
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectIntMap
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectList
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectIntMap.Values
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectLongMap.Entry
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectList
     
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectLongMap
     
    -
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectObjectMap.Entry
    +
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectLongMap.Values
     
    equals(Object) - Method in class com.github.tommyettinger.ds.ObjectObjectMap
     
    @@ -3651,18 +3700,19 @@

    E

    Returns false if either array is unordered.
    +
    equalsIdentity(Object) - Method in class com.github.tommyettinger.ds.ObjectObjectMap
    +
    +
    Uses == for comparison of each value.
    +
    equalsIdentity(Object) - Method in class com.github.tommyettinger.ds.ObjectDeque
    -
    Uses == for comparison of each item.
    +
    Using == between each item in order, compares for equality specifically with + other ObjectDeque collections.
    equalsIdentity(Object) - Method in class com.github.tommyettinger.ds.ObjectList
    Uses == for comparison of each item.
    -
    equalsIdentity(Object) - Method in class com.github.tommyettinger.ds.ObjectObjectMap
    -
    -
    Uses == for comparison of each value.
    -
    equalsIgnoreCase(CharSequence, CharSequence) - Static method in class com.github.tommyettinger.ds.Utilities
    A simple equality comparison for CharSequence values such as Strings or StringBuilders @@ -3685,6 +3735,10 @@

    E

     
    equate(Object, Object) - Method in class com.github.tommyettinger.ds.IdentityObjectOrderedMap
     
    +
    equate(Object, Object) - Method in class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    equate(Object, Object) - Method in class com.github.tommyettinger.ds.IdentitySet
    +
     
    equate(Object, Object) - Method in class com.github.tommyettinger.ds.NumberedSet
    Compares the objects left and right, which are usually keys, for equality, returning true if they are considered @@ -4520,6 +4574,88 @@

    G

    Retrieves, but does not remove, the first element of this deque.
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.HolderSet
    +
    +
    Gets the current hash multiplier as used by HolderSet.place(Object); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.IdentityObjectMap
    +
    +
    Gets the hash multiplier, which this class does not use itself.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.IdentityObjectOrderedMap
    +
    +
    Gets the hash multiplier, which this class does not use itself.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.IdentityOrderedSet
    +
    +
    Gets the hash multiplier, which this class does not use itself.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.IdentitySet
    +
    +
    Gets the hash multiplier, which this class does not use itself.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.IntFloatMap
    +
    +
    Gets the current hash multiplier as used by IntFloatMap.place(int); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.IntIntMap
    +
    +
    Gets the current hash multiplier as used by IntIntMap.place(int); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.IntLongMap
    +
    +
    Gets the current hash multiplier as used by IntLongMap.place(int); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.IntObjectMap
    +
    +
    Gets the current hash multiplier as used by IntObjectMap.place(int); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.IntSet
    +
    +
    Gets the current hash multiplier as used by IntSet.place(int); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.LongFloatMap
    +
    +
    Gets the current hash multiplier as used by LongFloatMap.place(long); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.LongIntMap
    +
    +
    Gets the current hash multiplier as used by LongIntMap.place(long); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.LongLongMap
    +
    +
    Gets the current hash multiplier as used by LongLongMap.place(long); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.LongObjectMap
    +
    +
    Gets the current hash multiplier as used by LongObjectMap.place(long); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.LongSet
    +
    +
    Gets the current hash multiplier as used by LongSet.place(long); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.NumberedSet
    +
     
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.ObjectFloatMap
    +
    +
    Gets the current hash multiplier as used by ObjectFloatMap.place(Object); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.ObjectIntMap
    +
    +
    Gets the current hash multiplier as used by ObjectIntMap.place(Object); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.ObjectLongMap
    +
    +
    Gets the current hash multiplier as used by ObjectLongMap.place(Object); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.ObjectObjectMap
    +
    +
    Gets the current hash multiplier as used by ObjectObjectMap.place(Object); for specific advanced usage only.
    +
    +
    getHashMultiplier() - Method in class com.github.tommyettinger.ds.ObjectSet
    +
    +
    Gets the current hash multiplier as used by ObjectSet.place(Object); for specific advanced usage only.
    +
    getKey() - Method in class com.github.tommyettinger.ds.IntFloatMap.Entry
    Returns the key corresponding to this entry.
    @@ -4610,6 +4746,8 @@

    G

     
    getLoadFactor() - Method in class com.github.tommyettinger.ds.IntIntMap
     
    +
    getLoadFactor() - Method in class com.github.tommyettinger.ds.IntLongMap
    +
     
    getLoadFactor() - Method in class com.github.tommyettinger.ds.IntObjectMap
     
    getLoadFactor() - Method in class com.github.tommyettinger.ds.IntSet
    @@ -4742,6 +4880,11 @@

    G

    Returns the value corresponding to this entry.
    +
    GOOD_MULTIPLIERS - Static variable in class com.github.tommyettinger.ds.Utilities
    +
    +
    A final array of 512 long multipliers that have been tested to work on at least some large + input sets without excessively high collision rates.
    +

    H

    @@ -4789,6 +4932,10 @@

    H

     
    hashCode() - Method in class com.github.tommyettinger.ds.IdentityObjectOrderedMap
     
    +
    hashCode() - Method in class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    hashCode() - Method in class com.github.tommyettinger.ds.IdentitySet
    +
     
    hashCode() - Method in class com.github.tommyettinger.ds.IntDeque
     
    hashCode() - Method in class com.github.tommyettinger.ds.IntFloatMap.Entries
    @@ -5542,6 +5689,44 @@

    I

    Given two side-by-side arrays, one of keys, one of values, this constructs a map and inserts each pair of key and value into it.
    +
    IdentityOrderedSet<T> - Class in com.github.tommyettinger.ds
    +
    +
    A variant on ObjectOrderedSet that compares items by identity (using ==) instead of equality (using equals()).
    +
    +
    IdentityOrderedSet() - Constructor for class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    IdentityOrderedSet(int) - Constructor for class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    IdentityOrderedSet(int, float) - Constructor for class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    IdentityOrderedSet(ObjectOrderedSet<? extends T>) - Constructor for class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    IdentityOrderedSet(Ordered<T>, int, int) - Constructor for class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    IdentityOrderedSet(Collection<? extends T>) - Constructor for class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    IdentityOrderedSet(T[]) - Constructor for class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    IdentityOrderedSet(T[], int, int) - Constructor for class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    IdentitySet<T> - Class in com.github.tommyettinger.ds
    +
    +
    A variant on ObjectSet that compares items by identity (using ==) instead of equality (using equals()).
    +
    +
    IdentitySet() - Constructor for class com.github.tommyettinger.ds.IdentitySet
    +
     
    +
    IdentitySet(int) - Constructor for class com.github.tommyettinger.ds.IdentitySet
    +
     
    +
    IdentitySet(int, float) - Constructor for class com.github.tommyettinger.ds.IdentitySet
    +
     
    +
    IdentitySet(ObjectSet<? extends T>) - Constructor for class com.github.tommyettinger.ds.IdentitySet
    +
     
    +
    IdentitySet(Collection<? extends T>) - Constructor for class com.github.tommyettinger.ds.IdentitySet
    +
     
    +
    IdentitySet(T[]) - Constructor for class com.github.tommyettinger.ds.IdentitySet
    +
     
    +
    IdentitySet(T[], int, int) - Constructor for class com.github.tommyettinger.ds.IdentitySet
    +
     
    index - Variable in class com.github.tommyettinger.ds.BinaryHeap.Node
    Used internally by BinaryHeap; generally not modified by external code, but may need to be read.
    @@ -5680,10 +5865,6 @@

    I

    Returns the first index in this list that contains the specified value, or -1 if it is not present.
    -
    indexOf(Object) - Method in class com.github.tommyettinger.ds.NumberedSet
    -
    -
    Gets the index of a given item in this set's ordering.
    -
    indexOf(Object) - Method in class com.github.tommyettinger.ds.ObjectDeque
    Returns the index of the first occurrence of value in the queue, or -1 if no such value exists.
    @@ -5692,6 +5873,10 @@

    I

    Returns the index of first occurrence of value in the queue, or -1 if no such value exists.
    +
    indexOf(Object) - Method in class com.github.tommyettinger.ds.NumberedSet
    +
    +
    Gets the index of a given item in this set's ordering.
    +
    indexOfOrDefault(Object, int) - Method in class com.github.tommyettinger.ds.NumberedSet
    Gets the index of a given item in this set's ordering.
    @@ -9378,10 +9563,6 @@

    N

    Returns true if the array has one or more items, or false otherwise.
    -
    NotNullDefault - Annotation Interface in com.github.tommyettinger.ds.annotations
    -
    -
    Used to annotate all fields, methods, and parameters as Nonnull by default.
    -
    ns - Variable in class com.github.tommyettinger.ds.NumberedSet.NumberedSetIterator
     
    NumberedSet<T> - Class in com.github.tommyettinger.ds
    @@ -9997,11 +10178,6 @@

    O

    true upon success and false if no space is currently available.
    -
    offer(T) - Method in class com.github.tommyettinger.ds.BinaryHeap
    -
    -
    Inserts the specified element into this queue if it is possible to do - so immediately without violating capacity restrictions.
    -
    offer(T) - Method in class com.github.tommyettinger.ds.ObjectDeque
    Inserts the specified element into the queue represented by this deque @@ -10010,6 +10186,11 @@

    O

    true upon success and false if no space is currently available.
    +
    offer(T) - Method in class com.github.tommyettinger.ds.BinaryHeap
    +
    +
    Inserts the specified element into this queue if it is possible to do + so immediately without violating capacity restrictions.
    +
    offerFirst(boolean) - Method in class com.github.tommyettinger.ds.BooleanDeque
    Inserts the specified element at the front of this deque unless it would @@ -10244,7 +10425,7 @@

    O

    order() - Method in class com.github.tommyettinger.ds.HolderOrderedSet
    -
    Gets the ObjectList of items in the order this class will iterate through them.
    +
    Gets the ObjectList of T items in the order this class will iterate through them.
    order() - Method in class com.github.tommyettinger.ds.IntFloatOrderedMap
    @@ -10745,6 +10926,10 @@

    P

    Returns an index >= 0 and <= ObjectObjectMap.mask for the specified item.
    +
    place(Object) - Method in class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    place(Object) - Method in class com.github.tommyettinger.ds.IdentitySet
    +
     
    place(Object) - Method in class com.github.tommyettinger.ds.NumberedSet.InternalMap
     
    place(Object) - Method in class com.github.tommyettinger.ds.NumberedSet
    @@ -12513,6 +12698,14 @@

    R

    Removes the first occurrence of value from this ShortList, returning true if anything was removed.
    +
    remove(Object) - Method in class com.github.tommyettinger.ds.IntObjectMap.Values
    +
     
    +
    remove(Object) - Method in class com.github.tommyettinger.ds.LongObjectMap.Values
    +
     
    +
    remove(Object) - Method in class com.github.tommyettinger.ds.ObjectDeque
    +
    +
    Removes the first occurrence of the specified element from this deque.
    +
    remove(Object) - Method in class com.github.tommyettinger.ds.HolderOrderedSet
    Takes a K key to remove from this HolderOrderedSet, not a T item.
    @@ -12522,18 +12715,10 @@

    R

    Takes a K key and not a T value! Returns true if the key was removed.
    -
    remove(Object) - Method in class com.github.tommyettinger.ds.IntObjectMap.Values
    -
     
    -
    remove(Object) - Method in class com.github.tommyettinger.ds.LongObjectMap.Values
    -
     
    remove(Object) - Method in class com.github.tommyettinger.ds.NumberedSet
    Tries to remove an item from this set and calls NumberedSet.renumber(int) if that item was removed
    -
    remove(Object) - Method in class com.github.tommyettinger.ds.ObjectDeque
    -
    -
    Removes the first occurrence of the specified element from this deque.
    -
    remove(Object) - Method in class com.github.tommyettinger.ds.ObjectFloatMap
     
    remove(Object) - Method in class com.github.tommyettinger.ds.ObjectFloatOrderedMap
    @@ -13806,6 +13991,10 @@

    R

    resize(int) - Method in class com.github.tommyettinger.ds.ShortList
     
    +
    retainAll(Collection<?>) - Method in class com.github.tommyettinger.ds.HolderSet
    +
    +
    Makes this Set retain a Collection of K key types (not T items).
    +
    retainAll(BooleanList) - Method in class com.github.tommyettinger.ds.BooleanList
    Removes all items from this BooleanList that are not present somewhere in other, any number of times.
    @@ -13854,10 +14043,6 @@

    R

    Removes all items from this ShortList that are not present somewhere in other, any number of times.
    -
    retainAll(Collection<?>) - Method in class com.github.tommyettinger.ds.HolderSet
    -
    -
    Makes this Set retain a Collection of K key types (not T items).
    -
    retainAll(Collection<?>) - Method in class com.github.tommyettinger.ds.NumberedSet
     
    retainAll(Collection<?>) - Method in class com.github.tommyettinger.ds.ObjectDeque
    @@ -14333,11 +14518,6 @@

    S

    Replaces the last element returned by ShortList.ShortListIterator.nextShort() or ShortList.ShortListIterator.previousShort() with the specified element (optional operation).
    -
    set(T) - Method in class com.github.tommyettinger.ds.NumberedSet.NumberedSetIterator
    -
    -
    Replaces the last element returned by NumberedSet.NumberedSetIterator.next() or - NumberedSet.NumberedSetIterator.previous() with the specified element (optional operation).
    -
    set(T) - Method in class com.github.tommyettinger.ds.ObjectDeque.ObjectDequeIterator
    Replaces the last element returned by ObjectDeque.ObjectDequeIterator.next() or @@ -14348,6 +14528,11 @@

    S

    Replaces the last element returned by ObjectList.ObjectListIterator.next() or ObjectList.ObjectListIterator.previous() with the specified element (optional operation).
    +
    set(T) - Method in class com.github.tommyettinger.ds.NumberedSet.NumberedSetIterator
    +
    +
    Replaces the last element returned by NumberedSet.NumberedSetIterator.next() or + NumberedSet.NumberedSetIterator.previous() with the specified element (optional operation).
    +
    setAt(int, float) - Method in class com.github.tommyettinger.ds.IntFloatOrderedMap
    Changes the value at a specified index in the iteration order to v, without changing keys at all.
    @@ -14474,12 +14659,112 @@

    S

    Sets the function this will use to extract keys from items; this will only have an effect if the extractor function is currently null/invalid.
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.HolderSet
    +
    +
    Sets the current hash multiplier, then immediately calls HolderSet.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.IdentityObjectMap
    +
    +
    Sets the hash multiplier, which this class does not use itself.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.IdentityObjectOrderedMap
    +
    +
    Sets the hash multiplier, which this class does not use itself.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.IdentityOrderedSet
    +
    +
    Sets the hash multiplier, which this class does not use itself.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.IdentitySet
    +
    +
    Sets the hash multiplier, which this class does not use itself.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.IntFloatMap
    +
    +
    Sets the current hash multiplier, then immediately calls IntFloatMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.IntIntMap
    +
    +
    Sets the current hash multiplier, then immediately calls IntIntMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.IntLongMap
    +
    +
    Sets the current hash multiplier, then immediately calls IntLongMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.IntObjectMap
    +
    +
    Sets the current hash multiplier, then immediately calls IntObjectMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.IntSet
    +
    +
    Sets the current hash multiplier, then immediately calls IntSet.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.LongFloatMap
    +
    +
    Sets the current hash multiplier, then immediately calls LongFloatMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.LongIntMap
    +
    +
    Sets the current hash multiplier, then immediately calls LongIntMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.LongLongMap
    +
    +
    Sets the current hash multiplier, then immediately calls LongLongMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.LongObjectMap
    +
    +
    Sets the current hash multiplier, then immediately calls LongObjectMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.LongSet
    +
    +
    Sets the current hash multiplier, then immediately calls LongSet.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.NumberedSet
    +
     
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.ObjectFloatMap
    +
    +
    Sets the current hash multiplier, then immediately calls ObjectFloatMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.ObjectIntMap
    +
    +
    Sets the current hash multiplier, then immediately calls ObjectIntMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.ObjectLongMap
    +
    +
    Sets the current hash multiplier, then immediately calls ObjectLongMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.ObjectObjectMap
    +
    +
    Sets the current hash multiplier, then immediately calls ObjectObjectMap.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    +
    setHashMultiplier(long) - Method in class com.github.tommyettinger.ds.ObjectSet
    +
    +
    Sets the current hash multiplier, then immediately calls ObjectSet.resize(int) without changing the target size; this + is for specific advanced usage only.
    +
    setLoadFactor(float) - Method in class com.github.tommyettinger.ds.HolderSet
     
    setLoadFactor(float) - Method in class com.github.tommyettinger.ds.IntFloatMap
     
    setLoadFactor(float) - Method in class com.github.tommyettinger.ds.IntIntMap
     
    +
    setLoadFactor(float) - Method in class com.github.tommyettinger.ds.IntLongMap
    +
     
    setLoadFactor(float) - Method in class com.github.tommyettinger.ds.IntObjectMap
     
    setLoadFactor(float) - Method in class com.github.tommyettinger.ds.IntSet
    @@ -14591,10 +14876,6 @@

    S

    Replaces the value corresponding to this entry with the specified value (optional operation).
    -
    setValue(T, float) - Method in class com.github.tommyettinger.ds.BinaryHeap
    -
    -
    Changes the value of the node, which should already be in the heap.
    -
    setValue(V) - Method in class com.github.tommyettinger.ds.IntObjectMap.Entry
    Replaces the value corresponding to this entry with the specified @@ -14605,6 +14886,10 @@

    S

    Replaces the value corresponding to this entry with the specified value (optional operation).
    +
    setValue(T, float) - Method in class com.github.tommyettinger.ds.BinaryHeap
    +
    +
    Changes the value of the node, which should already be in the heap.
    +
    setValue(V) - Method in class com.github.tommyettinger.ds.ObjectObjectMap.Entry
    Replaces the value corresponding to this entry with the specified @@ -15280,7 +15565,7 @@

    S

     
    sort() - Method in class com.github.tommyettinger.ds.HolderOrderedSet
    -
    Sorts this ObjectOrderedSet in-place by the keys' natural ordering; T must implement Comparable.
    +
    Sorts this ObjectOrderedSet in-place by the T items' natural ordering; T must implement Comparable.
    sort() - Method in class com.github.tommyettinger.ds.IntDeque
    @@ -15638,7 +15923,7 @@

    S

    sort(Comparator<? super T>) - Method in class com.github.tommyettinger.ds.HolderOrderedSet
    -
    Sorts this ObjectOrderedSet in-place by the given Comparator used on the keys.
    +
    Sorts this ObjectOrderedSet in-place by the given Comparator used on the T items.
    sort(Comparator<? super T>) - Method in class com.github.tommyettinger.ds.ObjectDeque
    @@ -17646,6 +17931,10 @@

    W

    Constructs a map given alternating keys and values.
    +
    with(T) - Static method in class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    with(T) - Static method in class com.github.tommyettinger.ds.IdentitySet
    +
     
    with(T) - Static method in class com.github.tommyettinger.ds.NumberedSet
     
    with(T) - Static method in class com.github.tommyettinger.ds.ObjectDeque
    @@ -17660,6 +17949,10 @@

    W

    Builds a BinaryHeap with the min-heap property from the given array or varargs of items that extend BinaryHeap.Node.
    +
    with(T...) - Static method in class com.github.tommyettinger.ds.IdentityOrderedSet
    +
     
    +
    with(T...) - Static method in class com.github.tommyettinger.ds.IdentitySet
    +
     
    with(T...) - Static method in class com.github.tommyettinger.ds.NumberedSet
     
    with(T...) - Static method in class com.github.tommyettinger.ds.ObjectDeque
    diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html index fdcf5e9a4..c1ba89e40 100644 --- a/docs/apidocs/index.html +++ b/docs/apidocs/index.html @@ -2,7 +2,7 @@ -Overview (jdkgdxds 1.1.0 API) +Overview (jdkgdxds 1.1.1 API) @@ -48,7 +48,7 @@
    -

    jdkgdxds 1.1.0 API

    +

    jdkgdxds 1.1.1 API

    Packages
    @@ -59,18 +59,12 @@

    jdkgdxds 1.1.0 API

    A large package of all data structures in this library, plus some interfaces they use.
    - +
    -
    This package just provides the NotNullDefault - annotation, which uses javax.annotation to mark all fields, methods, and parameters as - non-nullable by default.
    -
    - -
    Code for customized sorting on primitive arrays and collections.
    - -
    + +
    Fills in code missing from the java.util package; this package is separate in an attempt to keep a clean break between the rest of the library and code based on OpenJDK's GPL v2 (with classpath exception)-licensed code.
    diff --git a/docs/apidocs/member-search-index.js b/docs/apidocs/member-search-index.js index b29fe7f21..0da112986 100644 --- a/docs/apidocs/member-search-index.js +++ b/docs/apidocs/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"activate(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"add(boolean, boolean)","u":"add(boolean,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"add(boolean, boolean, boolean)","u":"add(boolean,boolean,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"add(boolean, boolean, boolean, boolean)","u":"add(boolean,boolean,boolean,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"add(byte, byte)","u":"add(byte,byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"add(byte, byte, byte)","u":"add(byte,byte,byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"add(byte, byte, byte, byte)","u":"add(byte,byte,byte,byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"add(char, char)","u":"add(char,char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"add(char, char, char)","u":"add(char,char,char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"add(char, char, char, char)","u":"add(char,char,char,char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"add(double, double)","u":"add(double,double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"add(double, double, double)","u":"add(double,double,double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"add(double, double, double, double)","u":"add(double,double,double,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"add(float, float)","u":"add(float,float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"add(float, float, float)","u":"add(float,float,float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"add(float, float, float, float)","u":"add(float,float,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"add(int, boolean)","u":"add(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"add(int, byte)","u":"add(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"add(int, char)","u":"add(int,char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"add(int, double)","u":"add(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"add(int, float)","u":"add(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"add(int, int)","u":"add(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"add(int, int)","u":"add(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"add(int, int)","u":"add(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"add(int, int, int)","u":"add(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"add(int, int, int, int)","u":"add(int,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"add(int, long)","u":"add(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"add(int, long)","u":"add(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"add(int, short)","u":"add(int,short)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"add(long, long)","u":"add(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"add(long, long, long)","u":"add(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"add(long, long, long, long)","u":"add(long,long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"add(short, short)","u":"add(short,short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"add(short, short, short)","u":"add(short,short,short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"add(short, short, short, short)","u":"add(short,short,short,short)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"add(T, float)","u":"add(T,float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"add(V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"add(V)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(boolean...)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(boolean[], int, int)","u":"addAll(boolean[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(BooleanList)","u":"addAll(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(BooleanList, int, int)","u":"addAll(com.github.tommyettinger.ds.BooleanList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(byte...)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(byte[], int, int)","u":"addAll(byte[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(ByteList)","u":"addAll(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(ByteList, int, int)","u":"addAll(com.github.tommyettinger.ds.ByteList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(char...)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(char[], int, int)","u":"addAll(char[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(CharList)","u":"addAll(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(CharList, int, int)","u":"addAll(com.github.tommyettinger.ds.CharList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(double...)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(double[], int, int)","u":"addAll(double[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(DoubleList)","u":"addAll(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(DoubleList, int, int)","u":"addAll(com.github.tommyettinger.ds.DoubleList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(float...)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(float[], int, int)","u":"addAll(float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(FloatList)","u":"addAll(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(FloatList, int, int)","u":"addAll(com.github.tommyettinger.ds.FloatList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"addAll(HolderOrderedSet)","u":"addAll(com.github.tommyettinger.ds.HolderOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addAll(HolderSet)","u":"addAll(com.github.tommyettinger.ds.HolderSet)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(int, Ordered.OfBoolean, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfBoolean,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(int, Ordered.OfByte, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfByte,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(int, Ordered.OfChar, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfChar,int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(int, Ordered.OfDouble, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfDouble,int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(int, Ordered.OfFloat, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfFloat,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(int, Ordered.OfInt, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"addAll(int, Ordered.OfInt, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(int, Ordered.OfLong, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"addAll(int, Ordered.OfLong, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(int, Ordered.OfShort, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfShort,int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"addAll(int, Ordered, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(int, Ordered, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(int, Ordered, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"addAll(int, Ordered, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(int, T[])","u":"addAll(int,T[])"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(int, T[], int, int)","u":"addAll(int,T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(int, T[], int, int)","u":"addAll(int,T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(int...)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(int...)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"addAll(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(int[], int, int)","u":"addAll(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(int[], int, int)","u":"addAll(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"addAll(int[], int, int)","u":"addAll(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(IntList)","u":"addAll(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(IntList)","u":"addAll(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(IntList, int, int)","u":"addAll(com.github.tommyettinger.ds.IntList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(IntList, int, int)","u":"addAll(com.github.tommyettinger.ds.IntList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(IntSet)","u":"addAll(com.github.tommyettinger.ds.IntSet)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(long[], int, int)","u":"addAll(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(long[], int, int)","u":"addAll(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(LongList)","u":"addAll(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(LongList)","u":"addAll(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(LongList, int, int)","u":"addAll(com.github.tommyettinger.ds.LongList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(LongList, int, int)","u":"addAll(com.github.tommyettinger.ds.LongList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(LongSet)","u":"addAll(com.github.tommyettinger.ds.LongSet)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addAll(ObjectSet)","u":"addAll(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(Ordered.OfBoolean, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfBoolean,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(Ordered.OfByte, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfByte,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(Ordered.OfChar)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(Ordered.OfChar, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfChar,int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(Ordered.OfDouble, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfDouble,int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(Ordered.OfFloat, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfFloat,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(Ordered.OfInt, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"addAll(Ordered.OfInt, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(Ordered.OfLong, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"addAll(Ordered.OfLong, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(Ordered.OfShort, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfShort,int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"addAll(Ordered, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(Ordered, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(Ordered, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"addAll(Ordered, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"addAll(PrimitiveCollection.OfBoolean)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"addAll(PrimitiveCollection.OfBoolean)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"addAll(PrimitiveCollection.OfByte)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"addAll(PrimitiveCollection.OfByte)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"addAll(PrimitiveCollection.OfChar)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"addAll(PrimitiveCollection.OfChar)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"addAll(PrimitiveCollection.OfDouble)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"addAll(PrimitiveCollection.OfDouble)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"addAll(PrimitiveCollection.OfFloat)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"addAll(PrimitiveCollection.OfFloat)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"addAll(PrimitiveCollection.OfInt)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"addAll(PrimitiveCollection.OfInt)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"addAll(PrimitiveCollection.OfInt)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"addAll(PrimitiveCollection.OfLong)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"addAll(PrimitiveCollection.OfLong)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"addAll(PrimitiveCollection.OfShort)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"addAll(PrimitiveCollection.OfShort)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(short...)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(short[], int, int)","u":"addAll(short[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(ShortList)","u":"addAll(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(ShortList, int, int)","u":"addAll(com.github.tommyettinger.ds.ShortList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"addFirst(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"addFirst(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"addFirst(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"addFirst(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"addFirst(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"addFirst(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"addFirst(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"addFirst(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"addFirst(T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"addLast(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"addLast(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"addLast(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"addLast(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"addLast(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"addLast(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"addLast(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"addLast(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"addLast(T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addOrIndex(T)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addResize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addResize(long)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addResize(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addResize(T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"alter(K, K)","u":"alter(K,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"alter(K, K)","u":"alter(K,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"alter(K, K)","u":"alter(K,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"alter(K, K)","u":"alter(K,K)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"alter(T, T)","u":"alter(T,T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"alter(T, T)","u":"alter(T,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"alter(T, T)","u":"alter(T,T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"alterAt(int, K)","u":"alterAt(int,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"alterAt(int, K)","u":"alterAt(int,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"alterAt(int, K)","u":"alterAt(int,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"alterAt(int, K)","u":"alterAt(int,K)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"alterAt(int, T)","u":"alterAt(int,T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"alterAt(int, T)","u":"alterAt(int,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"alterAt(int, T)","u":"alterAt(int,T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"and(int, boolean)","u":"and(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"and(OffsetBitSet)","u":"and(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"andNot(OffsetBitSet)","u":"andNot(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"appendContents(StringBuilder, String)","u":"appendContents(java.lang.StringBuilder,java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"appendInto(IntFloatMap)","u":"appendInto(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"appendInto(IntFloatMap)","u":"appendInto(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"appendInto(IntLongMap)","u":"appendInto(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"appendInto(IntObjectMap)","u":"appendInto(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"appendInto(LongFloatMap)","u":"appendInto(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"appendInto(LongFloatMap)","u":"appendInto(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"appendInto(LongLongMap)","u":"appendInto(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"appendInto(LongObjectMap)","u":"appendInto(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"appendInto(Map)","u":"appendInto(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"appendInto(ObjectFloatMap)","u":"appendInto(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"appendInto(ObjectIntMap)","u":"appendInto(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"appendInto(ObjectLongMap)","u":"appendInto(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"appendInto(PrimitiveCollection.OfFloat)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"appendInto(PrimitiveCollection.OfFloat)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"appendInto(PrimitiveCollection.OfFloat)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"appendTo(StringBuilder)","u":"appendTo(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"appendTo(StringBuilder)","u":"appendTo(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"appendTo(StringBuilder)","u":"appendTo(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"appendTo(StringBuilder, String)","u":"appendTo(java.lang.StringBuilder,java.lang.String)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators","l":"asBooleanComparator(Comparator)","u":"asBooleanComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"asByteComparator(Comparator)","u":"asByteComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"asCharComparator(Comparator)","u":"asCharComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"asDoubleComparator(Comparator)","u":"asDoubleComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"asFloatComparator(Comparator)","u":"asFloatComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"asIntComparator(Comparator)","u":"asIntComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"asLongComparator(Comparator)","u":"asLongComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"asShortComparator(Comparator)","u":"asShortComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(boolean, Collection)","u":"%3Cinit%3E(boolean,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(boolean, T[])","u":"%3Cinit%3E(boolean,T[])"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"bits"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(boolean[])","u":"%3Cinit%3E(boolean[])"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(boolean[], int, int)","u":"%3Cinit%3E(boolean[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(BooleanDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanDeque)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(PrimitiveCollection.OfBoolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"BooleanDequeIterator(BooleanDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanDeque)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"BooleanDequeIterator(BooleanDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"BooleanDequeIterator(BooleanDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(boolean, boolean[], int, int)","u":"%3Cinit%3E(boolean,boolean[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(boolean[])","u":"%3Cinit%3E(boolean[])"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(boolean[], int, int)","u":"%3Cinit%3E(boolean[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(BooleanList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(Ordered.OfBoolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(Ordered.OfBoolean, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfBoolean,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(PrimitiveCollection.OfBoolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"BooleanListIterator(BooleanList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"BooleanListIterator(BooleanList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanList,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"builderAppend(StringBuilder, String)","u":"builderAppend(java.lang.StringBuilder,java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(ByteDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteDeque)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(PrimitiveCollection.OfByte)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"ByteDequeIterator(ByteDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteDeque)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"ByteDequeIterator(ByteDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"ByteDequeIterator(ByteDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(boolean, byte[], int, int)","u":"%3Cinit%3E(boolean,byte[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(ByteList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(Ordered.OfByte)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(Ordered.OfByte, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfByte,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(PrimitiveCollection.OfByte)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"ByteListIterator(ByteList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"ByteListIterator(ByteList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteList,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"NaturalTextComparator","l":"CASE_INSENSITIVE"},{"p":"com.github.tommyettinger.ds.support.sort","c":"NaturalTextComparator","l":"CASE_SENSITIVE"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(CharSequence[], V[])","u":"%3Cinit%3E(java.lang.CharSequence[],V[])"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(CharSequence[], V[])","u":"%3Cinit%3E(java.lang.CharSequence[],V[])"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(ObjectObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(CharSequence[])","u":"%3Cinit%3E(java.lang.CharSequence[])"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(CharSequence[], int, int)","u":"%3Cinit%3E(java.lang.CharSequence[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(ObjectOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(ObjectSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(Ordered, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(CharSequence[])","u":"%3Cinit%3E(java.lang.CharSequence[])"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(CharSequence[], int, int)","u":"%3Cinit%3E(java.lang.CharSequence[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(ObjectSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"changeOffset(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(char[])","u":"%3Cinit%3E(char[])"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(char[], int, int)","u":"%3Cinit%3E(char[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(CharDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharDeque)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(PrimitiveCollection.OfChar)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"CharDequeIterator(CharDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharDeque)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"CharDequeIterator(CharDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"CharDequeIterator(CharDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(boolean, char[], int, int)","u":"%3Cinit%3E(boolean,char[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(char[])","u":"%3Cinit%3E(char[])"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(char[], int, int)","u":"%3Cinit%3E(char[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(CharList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(Ordered.OfChar)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(Ordered.OfChar, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfChar,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(PrimitiveCollection.OfChar)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"CharListIterator(CharList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"CharListIterator(CharList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharList,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"compare(boolean, boolean)","u":"compare(boolean,boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.NaturalImplicitComparator","l":"compare(boolean, boolean)","u":"compare(boolean,boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeComparator","l":"compare(boolean, boolean)","u":"compare(boolean,boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeImplicitComparator","l":"compare(boolean, boolean)","u":"compare(boolean,boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"compare(Boolean, Boolean)","u":"compare(java.lang.Boolean,java.lang.Boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.NaturalImplicitComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeImplicitComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedOppositeComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"compare(Byte, Byte)","u":"compare(java.lang.Byte,java.lang.Byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"compare(char, char)","u":"compare(char,char)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.NaturalImplicitComparator","l":"compare(char, char)","u":"compare(char,char)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeComparator","l":"compare(char, char)","u":"compare(char,char)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeImplicitComparator","l":"compare(char, char)","u":"compare(char,char)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"compare(Character, Character)","u":"compare(java.lang.Character,java.lang.Character)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"NaturalTextComparator","l":"compare(CharSequence, CharSequence)","u":"compare(java.lang.CharSequence,java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.NaturalImplicitComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeImplicitComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"compare(Double, Double)","u":"compare(java.lang.Double,java.lang.Double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.NaturalImplicitComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeImplicitComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"compare(Float, Float)","u":"compare(java.lang.Float,java.lang.Float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.NaturalImplicitComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeImplicitComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedOppositeComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"compare(Integer, Integer)","u":"compare(java.lang.Integer,java.lang.Integer)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.NaturalImplicitComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeImplicitComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedOppositeComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"compare(Long, Long)","u":"compare(java.lang.Long,java.lang.Long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.NaturalImplicitComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeImplicitComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedOppositeComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"compare(Short, Short)","u":"compare(java.lang.Short,java.lang.Short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"comparingFloat(ObjToFloatFunction)","u":"comparingFloat(com.github.tommyettinger.function.ObjToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"computeIfAbsent(int, IntFunction)","u":"computeIfAbsent(int,java.util.function.IntFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"computeIfAbsent(int, IntToFloatFunction)","u":"computeIfAbsent(int,com.github.tommyettinger.function.IntToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"computeIfAbsent(int, IntToLongFunction)","u":"computeIfAbsent(int,java.util.function.IntToLongFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"computeIfAbsent(int, IntUnaryOperator)","u":"computeIfAbsent(int,java.util.function.IntUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"computeIfAbsent(K, ObjToFloatFunction)","u":"computeIfAbsent(K,com.github.tommyettinger.function.ObjToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"computeIfAbsent(K, ToIntFunction)","u":"computeIfAbsent(K,java.util.function.ToIntFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"computeIfAbsent(K, ToLongFunction)","u":"computeIfAbsent(K,java.util.function.ToLongFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"computeIfAbsent(long, LongFunction)","u":"computeIfAbsent(long,java.util.function.LongFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"computeIfAbsent(long, LongToFloatFunction)","u":"computeIfAbsent(long,com.github.tommyettinger.function.LongToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"computeIfAbsent(long, LongToIntFunction)","u":"computeIfAbsent(long,java.util.function.LongToIntFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"computeIfAbsent(long, LongUnaryOperator)","u":"computeIfAbsent(long,java.util.function.LongUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"contains(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"contains(boolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"contains(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"contains(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"contains(byte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"contains(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"contains(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"contains(char)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"contains(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"contains(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"contains(double)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"contains(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"contains(Object, boolean)","u":"contains(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"contains(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"contains(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"contains(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"containsAll(BooleanList)","u":"containsAll(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"containsAll(ByteList)","u":"containsAll(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"containsAll(CharList)","u":"containsAll(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"containsAll(DoubleList)","u":"containsAll(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"containsAll(FloatList)","u":"containsAll(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"containsAll(IntList)","u":"containsAll(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"containsAll(LongList)","u":"containsAll(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"containsAll(OffsetBitSet)","u":"containsAll(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"containsAll(PrimitiveCollection.OfBoolean)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"containsAll(PrimitiveCollection.OfByte)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"containsAll(PrimitiveCollection.OfChar)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"containsAll(PrimitiveCollection.OfDouble)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"containsAll(PrimitiveCollection.OfFloat)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"containsAll(PrimitiveCollection.OfInt)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"containsAll(PrimitiveCollection.OfLong)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"containsAll(PrimitiveCollection.OfShort)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"containsAll(ShortList)","u":"containsAll(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"containsAny(Collection)","u":"containsAny(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"containsKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"containsKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"containsKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"containsKey(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"containsKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"containsKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"containsKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"containsKey(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"containsValue(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"containsValue(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"containsValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"containsValue(float, float)","u":"containsValue(float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"containsValue(float, float)","u":"containsValue(float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"containsValue(float, float)","u":"containsValue(float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"containsValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"containsValue(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"containsValue(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"containsValue(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"containsValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"containsValue(long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"containsValue(Object, boolean)","u":"containsValue(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"deactivate(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"div(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"div(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"div(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"div(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"div(int, byte)","u":"div(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"div(int, double)","u":"div(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"div(int, float)","u":"div(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"div(int, int)","u":"div(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"div(int, long)","u":"div(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"div(int, short)","u":"div(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"div(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"div(short)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(double[])","u":"%3Cinit%3E(double[])"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(double[], int, int)","u":"%3Cinit%3E(double[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(DoubleDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleDeque)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(PrimitiveCollection.OfDouble)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"DoubleDequeIterator(DoubleDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleDeque)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"DoubleDequeIterator(DoubleDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"DoubleDequeIterator(DoubleDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(boolean, double[], int, int)","u":"%3Cinit%3E(boolean,double[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(double[])","u":"%3Cinit%3E(double[])"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(double[], int, int)","u":"%3Cinit%3E(double[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(DoubleList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(Ordered.OfDouble)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(Ordered.OfDouble, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfDouble,int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(PrimitiveCollection.OfDouble)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"DoubleListIterator(DoubleList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"DoubleListIterator(DoubleList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleList,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"duplicateRange(int, int)","u":"duplicateRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"Entries(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"Entries(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"Entries(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"Entries(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"Entries(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"Entries(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"Entries(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"Entries(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"Entries(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"Entries(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"Entries(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"Entries(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"Entry(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"Entry(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"Entry(int, long)","u":"%3Cinit%3E(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"Entry(int, V)","u":"%3Cinit%3E(int,V)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"Entry(IntFloatMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"Entry(IntIntMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"Entry(IntLongMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"Entry(IntObjectMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"Entry(K, float)","u":"%3Cinit%3E(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"Entry(K, int)","u":"%3Cinit%3E(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"Entry(K, long)","u":"%3Cinit%3E(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"Entry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"Entry(long, float)","u":"%3Cinit%3E(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"Entry(long, int)","u":"%3Cinit%3E(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"Entry(long, long)","u":"%3Cinit%3E(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"Entry(long, V)","u":"%3Cinit%3E(long,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"Entry(LongFloatMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"Entry(LongIntMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"Entry(LongLongMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"Entry(LongObjectMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"Entry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"Entry(ObjectFloatMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"Entry(ObjectIntMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"Entry(ObjectLongMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"EntryIterator(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"EntryIterator(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"EntryIterator(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"EntryIterator(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"EntryIterator(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"EntryIterator(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"EntryIterator(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"EntryIterator(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"EntryIterator(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"EntryIterator(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"EntryIterator(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"equals(Object, double)","u":"equals(java.lang.Object,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"equals(Object, float)","u":"equals(java.lang.Object,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"equalsIdentity(Object)","u":"equalsIdentity(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"equalsIdentity(Object)","u":"equalsIdentity(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"equalsIdentity(Object)","u":"equalsIdentity(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"equalsIgnoreCase(CharSequence, CharSequence)","u":"equalsIgnoreCase(java.lang.CharSequence,java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"extractor"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"findKey(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"findKey(float, float)","u":"findKey(float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"findKey(float, int)","u":"findKey(float,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"findKey(float, int, float)","u":"findKey(float,int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"findKey(float, long)","u":"findKey(float,long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"findKey(float, long, float)","u":"findKey(float,long,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"findKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"findKey(int, int)","u":"findKey(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"findKey(int, long)","u":"findKey(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"findKey(long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"findKey(long, int)","u":"findKey(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"findKey(long, long)","u":"findKey(long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"findKey(Object, boolean)","u":"findKey(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"findKey(V, int)","u":"findKey(V,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"findKey(V, long)","u":"findKey(V,long)"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"findNextIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"findNextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"findNextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"findNextIndex()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"FLOAT_ROUNDING_ERROR"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(float[])","u":"%3Cinit%3E(float[])"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(float[], int, int)","u":"%3Cinit%3E(float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(FloatDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatDeque)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"FloatDequeIterator(FloatDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatDeque)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"FloatDequeIterator(FloatDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"FloatDequeIterator(FloatDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(boolean, float[], int, int)","u":"%3Cinit%3E(boolean,float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(float[])","u":"%3Cinit%3E(float[])"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(float[], int, int)","u":"%3Cinit%3E(float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(FloatList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(Ordered.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(Ordered.OfFloat, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfFloat,int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"FloatListIterator(FloatList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"FloatListIterator(FloatList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatList,int)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"forEach(BooleanConsumer)","u":"forEach(com.github.tommyettinger.function.BooleanConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"forEach(ByteConsumer)","u":"forEach(com.github.tommyettinger.function.ByteConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"forEach(CharConsumer)","u":"forEach(com.github.tommyettinger.function.CharConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"forEach(DoubleConsumer)","u":"forEach(java.util.function.DoubleConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"forEach(FloatConsumer)","u":"forEach(com.github.tommyettinger.function.FloatConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"forEach(IntConsumer)","u":"forEach(java.util.function.IntConsumer)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"forEach(IntFloatBiConsumer)","u":"forEach(com.github.tommyettinger.function.IntFloatBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"forEach(IntIntBiConsumer)","u":"forEach(com.github.tommyettinger.function.IntIntBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"forEach(IntLongBiConsumer)","u":"forEach(com.github.tommyettinger.function.IntLongBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"forEach(IntObjBiConsumer)","u":"forEach(com.github.tommyettinger.function.IntObjBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"forEach(LongConsumer)","u":"forEach(java.util.function.LongConsumer)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"forEach(LongFloatBiConsumer)","u":"forEach(com.github.tommyettinger.function.LongFloatBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"forEach(LongIntBiConsumer)","u":"forEach(com.github.tommyettinger.function.LongIntBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"forEach(LongLongBiConsumer)","u":"forEach(com.github.tommyettinger.function.LongLongBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"forEach(LongObjBiConsumer)","u":"forEach(com.github.tommyettinger.function.LongObjBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"forEach(ObjFloatBiConsumer)","u":"forEach(com.github.tommyettinger.function.ObjFloatBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"forEach(ObjIntConsumer)","u":"forEach(java.util.function.ObjIntConsumer)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"forEach(ObjLongConsumer)","u":"forEach(java.util.function.ObjLongConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"forEach(ShortConsumer)","u":"forEach(com.github.tommyettinger.function.ShortConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"BooleanIterator","l":"forEachRemaining(BooleanConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.BooleanConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"ByteIterator","l":"forEachRemaining(ByteConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.ByteConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"CharIterator","l":"forEachRemaining(CharConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.CharConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"BooleanIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"ByteIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"CharIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"FloatIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"ShortIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"FloatIterator","l":"forEachRemaining(FloatConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.FloatConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"ShortIterator","l":"forEachRemaining(ShortConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.ShortConsumer)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"get(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"get(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"get(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"get(long)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"get(T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"getAndIncrement(int, float, float)","u":"getAndIncrement(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"getAndIncrement(int, float, float)","u":"getAndIncrement(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"getAndIncrement(int, int, int)","u":"getAndIncrement(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"getAndIncrement(int, int, int)","u":"getAndIncrement(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"getAndIncrement(int, long, long)","u":"getAndIncrement(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"getAndIncrement(int, long, long)","u":"getAndIncrement(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"getAndIncrement(K, float, float)","u":"getAndIncrement(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"getAndIncrement(K, float, float)","u":"getAndIncrement(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"getAndIncrement(K, int, int)","u":"getAndIncrement(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"getAndIncrement(K, int, int)","u":"getAndIncrement(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"getAndIncrement(K, long, long)","u":"getAndIncrement(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"getAndIncrement(K, long, long)","u":"getAndIncrement(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"getAndIncrement(long, float, float)","u":"getAndIncrement(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"getAndIncrement(long, float, float)","u":"getAndIncrement(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"getAndIncrement(long, int, int)","u":"getAndIncrement(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"getAndIncrement(long, int, int)","u":"getAndIncrement(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"getAndIncrement(long, long, long)","u":"getAndIncrement(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"getAndIncrement(long, long, long)","u":"getAndIncrement(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"getDefaultLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"getExtractor()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"getOffset()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"getOrDefault(int, float)","u":"getOrDefault(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"getOrDefault(int, int)","u":"getOrDefault(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"getOrDefault(int, long)","u":"getOrDefault(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"getOrDefault(int, V)","u":"getOrDefault(int,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"getOrDefault(long, float)","u":"getOrDefault(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"getOrDefault(long, int)","u":"getOrDefault(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"getOrDefault(long, long)","u":"getOrDefault(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"getOrDefault(long, V)","u":"getOrDefault(long,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"getOrDefault(Object, float)","u":"getOrDefault(java.lang.Object,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"getOrDefault(Object, int)","u":"getOrDefault(java.lang.Object,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"getOrDefault(Object, long)","u":"getOrDefault(java.lang.Object,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"getRawBits()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.HeapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.HeapIterator","l":"HeapIterator(BinaryHeap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BinaryHeap)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function)","u":"%3Cinit%3E(java.util.function.Function)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, Collection)","u":"%3Cinit%3E(java.util.function.Function,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, int)","u":"%3Cinit%3E(java.util.function.Function,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, int, float)","u":"%3Cinit%3E(java.util.function.Function,int,float)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, Ordered, int, int)","u":"%3Cinit%3E(java.util.function.Function,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, T[])","u":"%3Cinit%3E(java.util.function.Function,T[])"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(HolderOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.HolderOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet.HolderOrderedSetIterator","l":"HolderOrderedSetIterator(HolderOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.HolderOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function)","u":"%3Cinit%3E(java.util.function.Function)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function, Collection)","u":"%3Cinit%3E(java.util.function.Function,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function, int)","u":"%3Cinit%3E(java.util.function.Function,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function, int, float)","u":"%3Cinit%3E(java.util.function.Function,int,float)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function, T[])","u":"%3Cinit%3E(java.util.function.Function,T[])"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(HolderSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.HolderSet)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"HolderSetIterator(HolderSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.HolderSet)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(K[], V[])","u":"%3Cinit%3E(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(K[], V[])","u":"%3Cinit%3E(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(ObjectObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"index"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"indexOf(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"indexOf(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"indexOf(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"indexOf(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"indexOf(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"indexOf(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"indexOf(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"indexOf(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"indexOf(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"indexOf(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"indexOf(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"indexOf(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"indexOf(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"indexOf(long)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"indexOf(Object, boolean)","u":"indexOf(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"indexOf(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"indexOf(short)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"indexOfOrDefault(Object, int)","u":"indexOfOrDefault(java.lang.Object,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"insert(int, boolean)","u":"insert(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"insert(int, boolean)","u":"insert(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"insert(int, byte)","u":"insert(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"insert(int, byte)","u":"insert(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"insert(int, char)","u":"insert(int,char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"insert(int, char)","u":"insert(int,char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"insert(int, double)","u":"insert(int,double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"insert(int, double)","u":"insert(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"insert(int, float)","u":"insert(int,float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"insert(int, float)","u":"insert(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"insert(int, int)","u":"insert(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"insert(int, int)","u":"insert(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"insert(int, long)","u":"insert(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"insert(int, long)","u":"insert(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"insert(int, short)","u":"insert(int,short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"insert(int, short)","u":"insert(int,short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"insert(int, T)","u":"insert(int,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"insert(int, T)","u":"insert(int,T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"NaturalTextComparator","l":"INSTANCE"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(int[], int, int)","u":"%3Cinit%3E(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(IntDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntDeque)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"IntDequeIterator(IntDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntDeque)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"IntDequeIterator(IntDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"IntDequeIterator(IntDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(Collection, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(T[], int[])","u":"%3Cinit%3E(T[],int[])"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"intersects(OffsetBitSet)","u":"intersects(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(int[], float[])","u":"%3Cinit%3E(int[],float[])"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(int[], float[])","u":"%3Cinit%3E(int[],float[])"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(IntFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(IntFloatOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(int[], int[])","u":"%3Cinit%3E(int[],int[])"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(int[], int[])","u":"%3Cinit%3E(int[],int[])"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(IntIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(IntIntOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(boolean, int[], int, int)","u":"%3Cinit%3E(boolean,int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(int[], int, int)","u":"%3Cinit%3E(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(IntList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(Ordered.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(Ordered.OfInt, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"IntListIterator(IntList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"IntListIterator(IntList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntList,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(int[], long[])","u":"%3Cinit%3E(int[],long[])"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(int[], long[])","u":"%3Cinit%3E(int[],long[])"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(IntLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(IntLongOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(int[], V[])","u":"%3Cinit%3E(int[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(PrimitiveCollection.OfInt, Collection)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(int[], V[])","u":"%3Cinit%3E(int[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(IntObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(IntObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(PrimitiveCollection.OfInt, Collection)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(int[], int, int)","u":"%3Cinit%3E(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(IntOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(Ordered.OfInt, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet.IntOrderedSetIterator","l":"IntOrderedSetIterator(IntOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(int[], int, int)","u":"%3Cinit%3E(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(IntSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntSet)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"IntSetIterator(IntSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntSet)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"isEqual(float, float)","u":"isEqual(float,float)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"isEqual(float, float, float)","u":"isEqual(float,float,float)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"isMaxHeap()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"items"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"items"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"items"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"items"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.KeyIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.KeyIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.KeyIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.KeyIterator","l":"KeyIterator(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.KeyIterator","l":"KeyIterator(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.KeyIterator","l":"KeyIterator(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.KeyIterator","l":"KeyIterator(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.KeyIterator","l":"KeyIterator(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.KeyIterator","l":"KeyIterator(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.KeyIterator","l":"KeyIterator(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.KeyIterator","l":"KeyIterator(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.KeyIterator","l":"KeyIterator(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.KeyIterator","l":"KeyIterator(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.KeyIterator","l":"KeyIterator(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"Keys(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"Keys(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"Keys(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"Keys(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"Keys(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"Keys(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"Keys(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"Keys(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"Keys(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"Keys(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"Keys(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"Keys(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"Keys(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Keys","l":"Keys(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"lastIndexOf(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"lastIndexOf(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"lastIndexOf(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"lastIndexOf(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"lastIndexOf(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"lastIndexOf(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"lastIndexOf(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"lastIndexOf(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"lastIndexOf(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"lastIndexOf(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"lastIndexOf(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"lastIndexOf(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"lastIndexOf(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"lastIndexOf(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"lastIndexOf(Object, boolean)","u":"lastIndexOf(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"lastIndexOf(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"lastIndexOf(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"length()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"listIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"listIterator()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"listIterator(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"listIterator(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(long[])","u":"%3Cinit%3E(long[])"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(long[], int, int)","u":"%3Cinit%3E(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(LongDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongDeque)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"LongDequeIterator(LongDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongDeque)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"LongDequeIterator(LongDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"LongDequeIterator(LongDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(long[], float[])","u":"%3Cinit%3E(long[],float[])"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(long[], float[])","u":"%3Cinit%3E(long[],float[])"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(LongFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(LongFloatOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"longHashCodeIgnoreCase(CharSequence)","u":"longHashCodeIgnoreCase(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"longHashCodeIgnoreCase(CharSequence, long)","u":"longHashCodeIgnoreCase(java.lang.CharSequence,long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(long[], int[])","u":"%3Cinit%3E(long[],int[])"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(long[], int[])","u":"%3Cinit%3E(long[],int[])"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(LongIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(LongIntOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(boolean, long[], int, int)","u":"%3Cinit%3E(boolean,long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(long[])","u":"%3Cinit%3E(long[])"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(long[], int, int)","u":"%3Cinit%3E(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(LongList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(Ordered.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(Ordered.OfLong, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"LongListIterator(LongList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"LongListIterator(LongList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongList,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(long[], long[])","u":"%3Cinit%3E(long[],long[])"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(long[], long[])","u":"%3Cinit%3E(long[],long[])"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(LongLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(LongLongOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(long[], V[])","u":"%3Cinit%3E(long[],V[])"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(PrimitiveCollection.OfLong, Collection)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(long[], V[])","u":"%3Cinit%3E(long[],V[])"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(LongObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(LongObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(PrimitiveCollection.OfLong, Collection)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(long[])","u":"%3Cinit%3E(long[])"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(long[], int, int)","u":"%3Cinit%3E(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(LongOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(Ordered.OfLong, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet.LongOrderedSetIterator","l":"LongOrderedSetIterator(LongOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(long[])","u":"%3Cinit%3E(long[])"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(long[], int, int)","u":"%3Cinit%3E(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(LongSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongSet)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"LongSetIterator(LongSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongSet)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"map"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"MapIterator(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"MapIterator(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"MapIterator(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"MapIterator(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"MapIterator(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"MapIterator(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"MapIterator(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"MapIterator(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"MapIterator(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"MapIterator(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"MapIterator(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"MapIterator(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"maxHeapWith(T...)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(BooleanList, BooleanComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(ByteList, ByteComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(CharList, CharComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(DoubleList, DoubleComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(FloatList, FloatComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(IntList, IntComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(LongList, LongComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(ObjectList, Comparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(ShortList, ShortComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(T[], Comparator, int, int)","u":"medianOfThreePivot(T[],java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"merge(int, float, FloatFloatToFloatBiFunction)","u":"merge(int,float,com.github.tommyettinger.function.FloatFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"merge(int, int, IntBinaryOperator)","u":"merge(int,int,java.util.function.IntBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"merge(int, long, LongBinaryOperator)","u":"merge(int,long,java.util.function.LongBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"merge(int, V, BiFunction)","u":"merge(int,V,java.util.function.BiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"merge(K, float, FloatFloatToFloatBiFunction)","u":"merge(K,float,com.github.tommyettinger.function.FloatFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"merge(K, int, IntBinaryOperator)","u":"merge(K,int,java.util.function.IntBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"merge(K, long, LongBinaryOperator)","u":"merge(K,long,java.util.function.LongBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"merge(long, float, FloatFloatToFloatBiFunction)","u":"merge(long,float,com.github.tommyettinger.function.FloatFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"merge(long, int, IntBinaryOperator)","u":"merge(long,int,java.util.function.IntBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"merge(long, long, LongBinaryOperator)","u":"merge(long,long,java.util.function.LongBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"merge(long, V, BiFunction)","u":"merge(long,V,java.util.function.BiFunction)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"minHeapWith(T...)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"minus(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"minus(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"minus(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"minus(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"minus(int, byte)","u":"minus(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"minus(int, double)","u":"minus(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"minus(int, float)","u":"minus(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"minus(int, int)","u":"minus(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"minus(int, long)","u":"minus(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"minus(int, short)","u":"minus(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"minus(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"minus(short)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(BooleanList, BooleanComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(BooleanList, BooleanComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ByteList, ByteComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ByteList, ByteComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(CharList, CharComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(CharList, CharComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(DoubleList, DoubleComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(DoubleList, DoubleComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(FloatList, FloatComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(FloatList, FloatComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(IntList, IntComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(IntList, IntComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(LongList, LongComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(LongList, LongComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ObjectList, Comparator, int)","u":"multiSelect(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ObjectList, Comparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ShortList, ShortComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ShortList, ShortComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(T[], Comparator, int)","u":"multiSelect(T[],java.util.Comparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(T[], Comparator, int, int, int)","u":"multiSelect(T[],java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"neverIdentical"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.HeapIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet.HolderOrderedSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.ValueIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.ValueIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.KeyIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.KeyIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.KeyIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet.ObjectOrderedSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"BooleanIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"ByteIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"CharIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"FloatIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"ShortIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"nextBoolean()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"nextBoolean()"},{"p":"com.github.tommyettinger.ds.support.util","c":"BooleanIterator","l":"nextBoolean()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"nextByte()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"nextByte()"},{"p":"com.github.tommyettinger.ds.support.util","c":"ByteIterator","l":"nextByte()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"nextChar()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"nextChar()"},{"p":"com.github.tommyettinger.ds.support.util","c":"CharIterator","l":"nextChar()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"nextClearBit(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"nextDouble()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"nextDouble()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.ValueIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.ValueIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.ValueIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds.support.util","c":"FloatIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.KeyIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.KeyIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.ValueIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.KeyIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.KeyIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet.IntOrderedSetIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.ValueIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.ValueIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.ValueIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.KeyIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.KeyIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.KeyIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.ValueIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.KeyIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet.LongOrderedSetIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.ValueIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"nextSetBit(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"nextShort()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"nextShort()"},{"p":"com.github.tommyettinger.ds.support.util","c":"ShortIterator","l":"nextShort()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"Node(float)","u":"%3Cinit%3E(float)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"not(int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"ns"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(NumberedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.NumberedSet)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(Ordered)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(Ordered, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"NumberedSetIterator(NumberedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.NumberedSet)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"NumberedSetIterator(NumberedSet, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.NumberedSet,int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"numBits()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(ObjectDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectDeque)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"ObjectDequeIterator(ObjectDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectDeque)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"ObjectDequeIterator(ObjectDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"ObjectDequeIterator(ObjectDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(Collection, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(K[], float[])","u":"%3Cinit%3E(K[],float[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(Collection, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(K[], float[])","u":"%3Cinit%3E(K[],float[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(ObjectFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(ObjectFloatOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(Collection, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(K[], int[])","u":"%3Cinit%3E(K[],int[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(Collection, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(K[], int[])","u":"%3Cinit%3E(K[],int[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(ObjectIntOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(boolean, Collection)","u":"%3Cinit%3E(boolean,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(Ordered, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"ObjectListIterator(ObjectList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectList)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"ObjectListIterator(ObjectList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectList,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(Collection, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(K[], long[])","u":"%3Cinit%3E(K[],long[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(Collection, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(K[], long[])","u":"%3Cinit%3E(K[],long[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(ObjectLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(ObjectLongOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(K[], V[])","u":"%3Cinit%3E(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(K[], V[])","u":"%3Cinit%3E(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(ObjectObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(ObjectOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(Ordered, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet.ObjectOrderedSetIterator","l":"ObjectOrderedSetIterator(ObjectOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(ObjectSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"ObjectSetIterator(ObjectSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"offer(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"offer(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"offer(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"offer(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"offer(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"offer(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"offer(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"offer(short)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"offer(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"offer(T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"offerFirst(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"offerFirst(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"offerFirst(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"offerFirst(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"offerFirst(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"offerFirst(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"offerFirst(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"offerFirst(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"offerFirst(T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"offerLast(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"offerLast(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"offerLast(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"offerLast(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"offerLast(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"offerLast(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"offerLast(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"offerLast(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"offerLast(T)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"offset"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet(OffsetBitSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"OffsetBitSetIterator(OffsetBitSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators","l":"oppositeComparator(BooleanComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeComparator","l":"OppositeComparator(BooleanComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"oppositeComparator(ByteComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeComparator","l":"OppositeComparator(ByteComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"oppositeComparator(CharComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeComparator","l":"OppositeComparator(CharComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"oppositeComparator(DoubleComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeComparator","l":"OppositeComparator(DoubleComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"oppositeComparator(FloatComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeComparator","l":"OppositeComparator(FloatComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"oppositeComparator(IntComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeComparator","l":"OppositeComparator(IntComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"oppositeComparator(LongComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeComparator","l":"OppositeComparator(LongComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"oppositeComparator(ShortComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeComparator","l":"OppositeComparator(ShortComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"or(int, boolean)","u":"or(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"or(OffsetBitSet)","u":"or(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(IntFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(IntIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(IntLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(IntObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(LongFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(LongIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(LongLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(LongObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(ObjectFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(ObjectLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(IntFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(IntIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(IntLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(IntObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(LongFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(LongIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(LongLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(LongObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(ObjectFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(ObjectLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapValues","l":"OrderedMapValues(IntFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapValues","l":"OrderedMapValues(IntIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapValues","l":"OrderedMapValues(IntLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapValues","l":"OrderedMapValues(IntObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapValues","l":"OrderedMapValues(LongFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapValues","l":"OrderedMapValues(LongIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapValues","l":"OrderedMapValues(LongLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapValues","l":"OrderedMapValues(LongObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapValues","l":"OrderedMapValues(ObjectFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapValues","l":"OrderedMapValues(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapValues","l":"OrderedMapValues(ObjectLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapValues","l":"OrderedMapValues(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(BooleanList, BooleanComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(ByteList, ByteComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(CharList, CharComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(DoubleList, DoubleComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(FloatList, FloatComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(IntList, IntComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(LongList, LongComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(ObjectList, Comparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(ShortList, ShortComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(T[], Comparator, int, int, int)","u":"partition(T[],java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"plus(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"plus(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"plus(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"plus(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"plus(int, byte)","u":"plus(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"plus(int, double)","u":"plus(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"plus(int, float)","u":"plus(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"plus(int, int)","u":"plus(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"plus(int, long)","u":"plus(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"plus(int, short)","u":"plus(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"plus(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"plus(short)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"previous()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"previous()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"previous()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"previousBoolean()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"previousBoolean()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"previousByte()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"previousByte()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"previousChar()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"previousChar()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"previousDouble()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"previousDouble()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"previousFloat()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"previousFloat()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"previousInt()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"previousInt()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"previousLong()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"previousLong()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"previousShort()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"previousShort()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"push(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"push(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"push(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"push(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"push(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"push(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"push(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"push(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"push(T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"put(int, float)","u":"put(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"put(int, float)","u":"put(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"put(int, float, int)","u":"put(int,float,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"put(int, int)","u":"put(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"put(int, int)","u":"put(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"put(int, int, int)","u":"put(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"put(int, long)","u":"put(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"put(int, long)","u":"put(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"put(int, long, int)","u":"put(int,long,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"put(int, V)","u":"put(int,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"put(int, V)","u":"put(int,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"put(int, V, int)","u":"put(int,V,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"put(K, float)","u":"put(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"put(K, float)","u":"put(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"put(K, float, int)","u":"put(K,float,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"put(K, int)","u":"put(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"put(K, int)","u":"put(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"put(K, int, int)","u":"put(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"put(K, long)","u":"put(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"put(K, long)","u":"put(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"put(K, long, int)","u":"put(K,long,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"put(K, V, int)","u":"put(K,V,int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"put(long, float)","u":"put(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"put(long, float)","u":"put(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"put(long, float, int)","u":"put(long,float,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"put(long, int)","u":"put(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"put(long, int)","u":"put(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"put(long, int, int)","u":"put(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"put(long, long)","u":"put(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"put(long, long)","u":"put(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"put(long, long, int)","u":"put(long,long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"put(long, V)","u":"put(long,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"put(long, V)","u":"put(long,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"put(long, V, int)","u":"put(long,V,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(Collection, Collection)","u":"putAll(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(Collection, PrimitiveCollection.OfFloat)","u":"putAll(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(Collection, PrimitiveCollection.OfInt)","u":"putAll(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(Collection, PrimitiveCollection.OfLong)","u":"putAll(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"putAll(int, IntFloatOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.IntFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"putAll(int, IntIntOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.IntIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"putAll(int, IntLongOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.IntLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"putAll(int, IntObjectOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.IntObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"putAll(int, LongFloatOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.LongFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"putAll(int, LongIntOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.LongIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"putAll(int, LongLongOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.LongLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"putAll(int, LongObjectOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.LongObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"putAll(int, ObjectFloatOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.ObjectFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"putAll(int, ObjectIntOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.ObjectIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"putAll(int, ObjectLongOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.ObjectLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"putAll(int, ObjectObjectOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(int[], float[])","u":"putAll(int[],float[])"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(int[], float[], int)","u":"putAll(int[],float[],int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(int[], int, float[], int, int)","u":"putAll(int[],int,float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(int[], int, int[], int, int)","u":"putAll(int[],int,int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(int[], int, long[], int, int)","u":"putAll(int[],int,long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(int[], int, V[], int, int)","u":"putAll(int[],int,V[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(int[], int[])","u":"putAll(int[],int[])"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(int[], int[], int)","u":"putAll(int[],int[],int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(int[], long[])","u":"putAll(int[],long[])"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(int[], long[], int)","u":"putAll(int[],long[],int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(int[], V[])","u":"putAll(int[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(int[], V[], int)","u":"putAll(int[],V[],int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(IntFloatMap)","u":"putAll(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"putAll(IntFloatOrderedMap)","u":"putAll(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"putAll(IntFloatOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.IntFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(IntIntMap)","u":"putAll(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"putAll(IntIntOrderedMap)","u":"putAll(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"putAll(IntIntOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.IntIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(IntLongMap)","u":"putAll(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"putAll(IntLongOrderedMap)","u":"putAll(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"putAll(IntLongOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.IntLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(IntObjectMap)","u":"putAll(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"putAll(IntObjectOrderedMap)","u":"putAll(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"putAll(IntObjectOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.IntObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(K[], float[])","u":"putAll(K[],float[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(K[], float[], int)","u":"putAll(K[],float[],int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(K[], int, float[], int, int)","u":"putAll(K[],int,float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(K[], int, int[], int, int)","u":"putAll(K[],int,int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(K[], int, long[], int, int)","u":"putAll(K[],int,long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(K[], int, V[], int, int)","u":"putAll(K[],int,V[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(K[], int[])","u":"putAll(K[],int[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(K[], int[], int)","u":"putAll(K[],int[],int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(K[], long[])","u":"putAll(K[],long[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(K[], long[], int)","u":"putAll(K[],long[],int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(K[], V[])","u":"putAll(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(K[], V[], int)","u":"putAll(K[],V[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(long[], float[])","u":"putAll(long[],float[])"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(long[], float[], int)","u":"putAll(long[],float[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(long[], int, float[], int, int)","u":"putAll(long[],int,float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(long[], int, int[], int, int)","u":"putAll(long[],int,int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(long[], int, long[], int, int)","u":"putAll(long[],int,long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(long[], int, V[], int, int)","u":"putAll(long[],int,V[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(long[], int[])","u":"putAll(long[],int[])"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(long[], int[], int)","u":"putAll(long[],int[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(long[], long[])","u":"putAll(long[],long[])"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(long[], long[], int)","u":"putAll(long[],long[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(long[], V[])","u":"putAll(long[],V[])"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(long[], V[], int)","u":"putAll(long[],V[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(LongFloatMap)","u":"putAll(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"putAll(LongFloatOrderedMap)","u":"putAll(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"putAll(LongFloatOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.LongFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(LongIntMap)","u":"putAll(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"putAll(LongIntOrderedMap)","u":"putAll(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"putAll(LongIntOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.LongIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(LongLongMap)","u":"putAll(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"putAll(LongLongOrderedMap)","u":"putAll(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"putAll(LongLongOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.LongLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(LongObjectMap)","u":"putAll(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"putAll(LongObjectOrderedMap)","u":"putAll(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"putAll(LongObjectOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.LongObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(ObjectFloatMap)","u":"putAll(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"putAll(ObjectFloatOrderedMap)","u":"putAll(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"putAll(ObjectFloatOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.ObjectFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(ObjectIntMap)","u":"putAll(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"putAll(ObjectIntOrderedMap)","u":"putAll(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"putAll(ObjectIntOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.ObjectIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(ObjectLongMap)","u":"putAll(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"putAll(ObjectLongOrderedMap)","u":"putAll(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"putAll(ObjectLongOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.ObjectLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(ObjectObjectMap)","u":"putAll(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"putAll(ObjectObjectOrderedMap)","u":"putAll(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"putAll(ObjectObjectOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(PrimitiveCollection.OfInt, Collection)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(PrimitiveCollection.OfInt, PrimitiveCollection.OfFloat)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(PrimitiveCollection.OfInt, PrimitiveCollection.OfInt)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(PrimitiveCollection.OfInt, PrimitiveCollection.OfLong)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(PrimitiveCollection.OfLong, Collection)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(PrimitiveCollection.OfLong, PrimitiveCollection.OfFloat)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(PrimitiveCollection.OfLong, PrimitiveCollection.OfInt)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(PrimitiveCollection.OfLong, PrimitiveCollection.OfLong)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putIfAbsent(int, float)","u":"putIfAbsent(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putIfAbsent(int, int)","u":"putIfAbsent(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putIfAbsent(int, long)","u":"putIfAbsent(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putIfAbsent(int, V)","u":"putIfAbsent(int,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putIfAbsent(K, float)","u":"putIfAbsent(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putIfAbsent(K, int)","u":"putIfAbsent(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putIfAbsent(K, long)","u":"putIfAbsent(K,long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putIfAbsent(long, float)","u":"putIfAbsent(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putIfAbsent(long, int)","u":"putIfAbsent(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putIfAbsent(long, long)","u":"putIfAbsent(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putIfAbsent(long, V)","u":"putIfAbsent(long,V)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putOrDefault(int, float, float)","u":"putOrDefault(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"putOrDefault(int, float, float)","u":"putOrDefault(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putOrDefault(int, int, int)","u":"putOrDefault(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"putOrDefault(int, int, int)","u":"putOrDefault(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putOrDefault(int, long, long)","u":"putOrDefault(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"putOrDefault(int, long, long)","u":"putOrDefault(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putOrDefault(int, V, V)","u":"putOrDefault(int,V,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"putOrDefault(int, V, V)","u":"putOrDefault(int,V,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putOrDefault(K, float, float)","u":"putOrDefault(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"putOrDefault(K, float, float)","u":"putOrDefault(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putOrDefault(K, int, int)","u":"putOrDefault(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"putOrDefault(K, int, int)","u":"putOrDefault(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putOrDefault(K, long, long)","u":"putOrDefault(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"putOrDefault(K, long, long)","u":"putOrDefault(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putOrDefault(K, V, V)","u":"putOrDefault(K,V,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"putOrDefault(K, V, V)","u":"putOrDefault(K,V,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putOrDefault(long, float, float)","u":"putOrDefault(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"putOrDefault(long, float, float)","u":"putOrDefault(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putOrDefault(long, int, int)","u":"putOrDefault(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"putOrDefault(long, int, int)","u":"putOrDefault(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putOrDefault(long, long, long)","u":"putOrDefault(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"putOrDefault(long, long, long)","u":"putOrDefault(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putOrDefault(long, V, V)","u":"putOrDefault(long,V,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"putOrDefault(long, V, V)","u":"putOrDefault(long,V,V)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putResize(int, float)","u":"putResize(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putResize(int, int)","u":"putResize(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putResize(int, long)","u":"putResize(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putResize(int, V)","u":"putResize(int,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putResize(K, float)","u":"putResize(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putResize(K, int)","u":"putResize(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putResize(K, long)","u":"putResize(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putResize(K, V)","u":"putResize(K,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putResize(long, float)","u":"putResize(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putResize(long, int)","u":"putResize(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putResize(long, long)","u":"putResize(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putResize(long, V)","u":"putResize(long,V)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"rearrange(long)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(BooleanList, BooleanComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(ByteList, ByteComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(CharList, CharComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(DoubleList, DoubleComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(FloatList, FloatComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(IntList, IntComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(LongList, LongComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(ObjectList, Comparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(ShortList, ShortComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(T[], Comparator, int, int, int)","u":"recursiveSelect(T[],java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"rem(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"rem(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"rem(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"rem(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"rem(int, byte)","u":"rem(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"rem(int, double)","u":"rem(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"rem(int, float)","u":"rem(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"rem(int, int)","u":"rem(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"rem(int, long)","u":"rem(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"rem(int, short)","u":"rem(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"rem(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"rem(short)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet.HolderOrderedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet.IntOrderedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet.LongOrderedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet.ObjectOrderedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"remove(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"remove(boolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"remove(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"remove(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"remove(byte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"remove(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"remove(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"remove(char)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"remove(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"remove(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"remove(double)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"remove(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"remove(int, float)","u":"remove(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"remove(int, int)","u":"remove(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"remove(int, long)","u":"remove(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"remove(int, Object)","u":"remove(int,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"remove(long, float)","u":"remove(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"remove(long, int)","u":"remove(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"remove(long, Object)","u":"remove(long,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"remove(Object, float)","u":"remove(java.lang.Object,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"remove(Object, int)","u":"remove(java.lang.Object,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"remove(Object, long)","u":"remove(java.lang.Object,long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"remove(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"remove(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"remove(short)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"remove(T)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"removeAll(PrimitiveCollection.OfBoolean)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"removeAll(PrimitiveCollection.OfBoolean)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"removeAll(PrimitiveCollection.OfByte)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"removeAll(PrimitiveCollection.OfByte)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"removeAll(PrimitiveCollection.OfChar)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"removeAll(PrimitiveCollection.OfChar)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"removeAll(PrimitiveCollection.OfDouble)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"removeAll(PrimitiveCollection.OfDouble)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"removeAll(PrimitiveCollection.OfFloat)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"removeAll(PrimitiveCollection.OfFloat)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"removeAll(PrimitiveCollection.OfInt)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"removeAll(PrimitiveCollection.OfInt)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"removeAll(PrimitiveCollection.OfLong)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"removeAll(PrimitiveCollection.OfLong)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"removeAll(PrimitiveCollection.OfShort)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"removeAll(PrimitiveCollection.OfShort)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"removeAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"removeEach(Iterable)","u":"removeEach(java.lang.Iterable)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"removeEach(PrimitiveCollection.OfBoolean)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"removeEach(PrimitiveCollection.OfBoolean)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"removeEach(PrimitiveCollection.OfByte)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"removeEach(PrimitiveCollection.OfByte)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"removeEach(PrimitiveCollection.OfChar)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"removeEach(PrimitiveCollection.OfChar)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"removeEach(PrimitiveCollection.OfDouble)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"removeEach(PrimitiveCollection.OfDouble)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"removeEach(PrimitiveCollection.OfFloat)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"removeEach(PrimitiveCollection.OfFloat)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"removeEach(PrimitiveCollection.OfInt)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"removeEach(PrimitiveCollection.OfInt)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"removeEach(PrimitiveCollection.OfLong)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"removeEach(PrimitiveCollection.OfLong)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"removeEach(PrimitiveCollection.OfShort)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"removeEach(PrimitiveCollection.OfShort)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeFirstOccurrence(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeFirstOccurrence(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeFirstOccurrence(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeFirstOccurrence(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeFirstOccurrence(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeFirstOccurrence(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeFirstOccurrence(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeFirstOccurrence(Object)","u":"removeFirstOccurrence(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeFirstOccurrence(short)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"removeIf(BooleanPredicate)","u":"removeIf(com.github.tommyettinger.function.BooleanPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"removeIf(BytePredicate)","u":"removeIf(com.github.tommyettinger.function.BytePredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"removeIf(CharPredicate)","u":"removeIf(com.github.tommyettinger.function.CharPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"removeIf(DoublePredicate)","u":"removeIf(java.util.function.DoublePredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"removeIf(FloatPredicate)","u":"removeIf(com.github.tommyettinger.function.FloatPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"removeIf(IntPredicate)","u":"removeIf(java.util.function.IntPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"removeIf(LongPredicate)","u":"removeIf(java.util.function.LongPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"removeIf(ShortPredicate)","u":"removeIf(com.github.tommyettinger.function.ShortPredicate)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeLastOccurrence(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeLastOccurrence(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeLastOccurrence(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeLastOccurrence(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeLastOccurrence(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeLastOccurrence(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeLastOccurrence(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeLastOccurrence(Object)","u":"removeLastOccurrence(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeLastOccurrence(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeLastValue(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeLastValue(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeLastValue(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeLastValue(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeLastValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeLastValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeLastValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeLastValue(Object, boolean)","u":"removeLastValue(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeLastValue(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeValue(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeValue(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeValue(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeValue(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeValue(Object, boolean)","u":"removeValue(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeValue(short)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"renumber()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"renumber(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"replace(int, float)","u":"replace(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"replace(int, float, float)","u":"replace(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"replace(int, int)","u":"replace(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"replace(int, int, int)","u":"replace(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"replace(int, long)","u":"replace(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"replace(int, long, long)","u":"replace(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"replace(int, V)","u":"replace(int,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"replace(int, V, V)","u":"replace(int,V,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"replace(K, float)","u":"replace(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"replace(K, float, float)","u":"replace(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"replace(K, int)","u":"replace(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"replace(K, int, int)","u":"replace(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"replace(K, long)","u":"replace(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"replace(K, long, long)","u":"replace(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"replace(long, float)","u":"replace(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"replace(long, float, float)","u":"replace(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"replace(long, int)","u":"replace(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"replace(long, int, int)","u":"replace(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"replace(long, long)","u":"replace(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"replace(long, long, long)","u":"replace(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"replace(long, V)","u":"replace(long,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"replace(long, V, V)","u":"replace(long,V,V)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"replaceAll(BooleanPredicate)","u":"replaceAll(com.github.tommyettinger.function.BooleanPredicate)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"replaceAll(ByteToByteFunction)","u":"replaceAll(com.github.tommyettinger.function.ByteToByteFunction)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"replaceAll(CharToCharFunction)","u":"replaceAll(com.github.tommyettinger.function.CharToCharFunction)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"replaceAll(DoubleUnaryOperator)","u":"replaceAll(java.util.function.DoubleUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"replaceAll(FloatToFloatFunction)","u":"replaceAll(com.github.tommyettinger.function.FloatToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"replaceAll(IntBinaryOperator)","u":"replaceAll(java.util.function.IntBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"replaceAll(IntFloatToFloatBiFunction)","u":"replaceAll(com.github.tommyettinger.function.IntFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"replaceAll(IntLongToLongBiFunction)","u":"replaceAll(com.github.tommyettinger.function.IntLongToLongBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"replaceAll(IntObjToObjBiFunction)","u":"replaceAll(com.github.tommyettinger.function.IntObjToObjBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"replaceAll(IntUnaryOperator)","u":"replaceAll(java.util.function.IntUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"replaceAll(LongBinaryOperator)","u":"replaceAll(java.util.function.LongBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"replaceAll(LongFloatToFloatBiFunction)","u":"replaceAll(com.github.tommyettinger.function.LongFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"replaceAll(LongIntToIntBiFunction)","u":"replaceAll(com.github.tommyettinger.function.LongIntToIntBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"replaceAll(LongObjToObjBiFunction)","u":"replaceAll(com.github.tommyettinger.function.LongObjToObjBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"replaceAll(LongUnaryOperator)","u":"replaceAll(java.util.function.LongUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"replaceAll(ObjFloatToFloatBiFunction)","u":"replaceAll(com.github.tommyettinger.function.ObjFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"replaceAll(ObjIntToIntBiFunction)","u":"replaceAll(com.github.tommyettinger.function.ObjIntToIntBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"replaceAll(ObjLongToLongBiFunction)","u":"replaceAll(com.github.tommyettinger.function.ObjLongToLongBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"replaceAll(ShortToShortFunction)","u":"replaceAll(com.github.tommyettinger.function.ShortToShortFunction)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.HeapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet.HolderOrderedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet.IntOrderedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet.LongOrderedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet.ObjectOrderedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"retainAll(BooleanList)","u":"retainAll(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"retainAll(ByteList)","u":"retainAll(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"retainAll(CharList)","u":"retainAll(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"retainAll(DoubleList)","u":"retainAll(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"retainAll(FloatList)","u":"retainAll(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"retainAll(IntList)","u":"retainAll(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"retainAll(LongList)","u":"retainAll(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"retainAll(PrimitiveCollection.OfBoolean)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"retainAll(PrimitiveCollection.OfByte)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"retainAll(PrimitiveCollection.OfChar)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"retainAll(PrimitiveCollection.OfDouble)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"retainAll(PrimitiveCollection.OfFloat)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"retainAll(PrimitiveCollection.OfInt)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"retainAll(PrimitiveCollection.OfLong)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"retainAll(PrimitiveCollection.OfShort)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"retainAll(ShortList)","u":"retainAll(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"reverse"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"reverse"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"reverse()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedOppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedOppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedOppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedOppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(BooleanList, BooleanComparator, int, int)","u":"select(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(BooleanList, BooleanComparator, int, int)","u":"select(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(ByteList, ByteComparator, int, int)","u":"select(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(ByteList, ByteComparator, int, int)","u":"select(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(CharList, CharComparator, int, int)","u":"select(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(CharList, CharComparator, int, int)","u":"select(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(DoubleList, DoubleComparator, int, int)","u":"select(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(DoubleList, DoubleComparator, int, int)","u":"select(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(FloatList, FloatComparator, int, int)","u":"select(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(FloatList, FloatComparator, int, int)","u":"select(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(IntList, IntComparator, int, int)","u":"select(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(IntList, IntComparator, int, int)","u":"select(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(LongList, LongComparator, int, int)","u":"select(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(LongList, LongComparator, int, int)","u":"select(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(ObjectList, Comparator, int, int)","u":"select(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(ObjectList, Comparator, int, int)","u":"select(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(ShortList, ShortComparator, int, int)","u":"select(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(ShortList, ShortComparator, int, int)","u":"select(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(T[], Comparator, int, int)","u":"select(T[],java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(T[], Comparator, int, int)","u":"select(T[],java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(BooleanList, BooleanComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(ByteList, ByteComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(CharList, CharComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(DoubleList, DoubleComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(FloatList, FloatComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(IntList, IntComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(LongList, LongComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(ObjectList, Comparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(ShortList, ShortComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(T[], Comparator, int, int)","u":"selectIndex(T[],java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"selectRanked(BooleanComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.BooleanComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"selectRanked(ByteComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.ByteComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"selectRanked(CharComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.CharComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"selectRanked(Comparator, int)","u":"selectRanked(java.util.Comparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"selectRanked(DoubleComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.DoubleComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"selectRanked(FloatComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.FloatComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"selectRanked(IntComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.IntComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"selectRanked(LongComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.LongComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"selectRanked(ShortComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.ShortComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"selectRankedIndex(BooleanComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.BooleanComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"selectRankedIndex(ByteComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.ByteComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"selectRankedIndex(CharComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.CharComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"selectRankedIndex(Comparator, int)","u":"selectRankedIndex(java.util.Comparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"selectRankedIndex(DoubleComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.DoubleComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"selectRankedIndex(FloatComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.FloatComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"selectRankedIndex(IntComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.IntComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"selectRankedIndex(LongComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.LongComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"selectRankedIndex(ShortComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.ShortComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"set"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"set"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"set"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"set(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"set(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"set(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"set(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"set(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"set(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"set(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"set(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"set(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"set(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"set(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"set(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"set(int, boolean)","u":"set(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"set(int, boolean)","u":"set(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"set(int, byte)","u":"set(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"set(int, byte)","u":"set(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"set(int, char)","u":"set(int,char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"set(int, char)","u":"set(int,char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"set(int, double)","u":"set(int,double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"set(int, double)","u":"set(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"set(int, float)","u":"set(int,float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"set(int, float)","u":"set(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"set(int, int)","u":"set(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"set(int, int)","u":"set(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"set(int, long)","u":"set(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"set(int, long)","u":"set(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"set(int, short)","u":"set(int,short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"set(int, short)","u":"set(int,short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"set(int, T)","u":"set(int,T)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"set(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"set(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"set(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"set(short)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"set(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"set(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"set(T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"setAt(int, float)","u":"setAt(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"setAt(int, float)","u":"setAt(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"setAt(int, float)","u":"setAt(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"setAt(int, int)","u":"setAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"setAt(int, int)","u":"setAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"setAt(int, int)","u":"setAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"setAt(int, long)","u":"setAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"setAt(int, long)","u":"setAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"setAt(int, long)","u":"setAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"setAt(int, V)","u":"setAt(int,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"setAt(int, V)","u":"setAt(int,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"setAt(int, V)","u":"setAt(int,V)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"setDefaultLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"setDefaultValue(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"setDefaultValue(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"setDefaultValue(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"setDefaultValue(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"setDefaultValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"setDefaultValue(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"setDefaultValue(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"setDefaultValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"setDefaultValue(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"setDefaultValue(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"setDefaultValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"setDefaultValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"setDefaultValue(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"setDefaultValue(T)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"setDefaultValue(V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"setDefaultValue(V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"setDefaultValue(V)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"setExtractor(Function)","u":"setExtractor(java.util.function.Function)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"setOffset(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"setRawBits(long[])"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"setValue(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"setValue(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"setValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"setValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"setValue(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"setValue(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"setValue(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"setValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"setValue(long)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"setValue(T, float)","u":"setValue(T,float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"setValue(V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"setValue(V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"setValue(V)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(PrimitiveCollection.OfShort)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(short[])","u":"%3Cinit%3E(short[])"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(short[], int, int)","u":"%3Cinit%3E(short[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(ShortDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortDeque)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"ShortDequeIterator(ShortDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortDeque)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"ShortDequeIterator(ShortDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"ShortDequeIterator(ShortDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(boolean, short[], int, int)","u":"%3Cinit%3E(boolean,short[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(Ordered.OfShort)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(Ordered.OfShort, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfShort,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(PrimitiveCollection.OfShort)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(short[])","u":"%3Cinit%3E(short[])"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(short[], int, int)","u":"%3Cinit%3E(short[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(ShortList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"ShortListIterator(ShortList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"ShortListIterator(ShortList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortList,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"sort(BooleanComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"sort(BooleanComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"sort(byte[], ByteComparator)","u":"sort(byte[],com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"sort(byte[], int, int, ByteComparator)","u":"sort(byte[],int,int,com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"sort(ByteComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"sort(ByteComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"sort(ByteComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"sort(char[], CharComparator)","u":"sort(char[],com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"sort(char[], int, int, CharComparator)","u":"sort(char[],int,int,com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"sort(CharComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"sort(CharComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"sort(CharComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"sort(double[], DoubleComparator)","u":"sort(double[],com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"sort(double[], int, int, DoubleComparator)","u":"sort(double[],int,int,com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"sort(DoubleComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"sort(DoubleComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"sort(DoubleComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"sort(float[], FloatComparator)","u":"sort(float[],com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"sort(float[], int, int, FloatComparator)","u":"sort(float[],int,int,com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"sort(FloatComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"sort(FloatComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"sort(FloatComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"sort(int, int, BooleanComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"sort(int, int, ByteComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"sort(int, int, CharComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"sort(int, int, DoubleComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"sort(int, int, FloatComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"sort(int, int, IntComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"sort(int, int, LongComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"sort(int, int, ShortComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"sort(int[], int, int, IntComparator)","u":"sort(int[],int,int,com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"sort(int[], IntComparator)","u":"sort(int[],com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"sort(K[], Comparator)","u":"sort(K[],java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"sort(K[], int, int, Comparator)","u":"sort(K[],int,int,java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"sort(List, Comparator)","u":"sort(java.util.List,java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"sort(List, int, int, Comparator)","u":"sort(java.util.List,int,int,java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"sort(long[], int, int, LongComparator)","u":"sort(long[],int,int,com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"sort(long[], LongComparator)","u":"sort(long[],com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"sort(short[], int, int, ShortComparator)","u":"sort(short[],int,int,com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"sort(short[], ShortComparator)","u":"sort(short[],com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"sort(ShortComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"sort(ShortComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"sort(ShortComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"sortByValue(Comparator)","u":"sortByValue(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"sortByValue(Comparator)","u":"sortByValue(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"sortByValue(Comparator)","u":"sortByValue(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"sortByValue(FloatComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"sortByValue(FloatComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"sortByValue(FloatComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"sortByValue(IntComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"sortByValue(IntComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"sortByValue(IntComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"sortByValue(LongComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"sortByValue(LongComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"sortByValue(LongComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"swap(T[], int, int)","u":"swap(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"tableSize(int, float)","u":"tableSize(int,float)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"tail"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"thenComparing(BooleanComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"thenComparing(ByteComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"thenComparing(CharComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"thenComparing(DoubleComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"thenComparing(FloatComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"thenComparing(IntComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"thenComparing(LongComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"thenComparing(ShortComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"times(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"times(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"times(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"times(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"times(int, byte)","u":"times(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"times(int, double)","u":"times(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"times(int, float)","u":"times(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"times(int, int)","u":"times(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"times(int, long)","u":"times(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"times(int, short)","u":"times(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"times(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"times(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"toArray(boolean[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"toArray(boolean[])"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"toArray(byte[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"toArray(byte[])"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toArray(char[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"toArray(char[])"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"toArray(double[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"toArray(double[])"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"toArray(E[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"toArray(E[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"toArray(E[])"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"toArray(float[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"toArray(float[])"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"toArray(int[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"toArray(int[])"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"toArray(long[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"toArray(long[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"toArray(short[])"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"toArray(short[])"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toArray(T1[])"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"toDenseString()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toDenseString()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"toggle(int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"tolerance"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"tolerance"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"TOLERANT_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"TOLERANT_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"TolerantComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"TolerantComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"tolerantComparator(double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"TolerantComparator(double)","u":"%3Cinit%3E(double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"tolerantComparator(float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"TolerantComparator(float)","u":"%3Cinit%3E(float)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"UNSIGNED_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"UNSIGNED_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"UNSIGNED_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"UNSIGNED_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"UNSIGNED_OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"UNSIGNED_OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"UNSIGNED_OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"UNSIGNED_OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedComparator","l":"UnsignedComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedComparator","l":"UnsignedComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedComparator","l":"UnsignedComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedComparator","l":"UnsignedComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedOppositeComparator","l":"UnsignedOppositeComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedOppositeComparator","l":"UnsignedOppositeComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedOppositeComparator","l":"UnsignedOppositeComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedOppositeComparator","l":"UnsignedOppositeComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.ValueIterator","l":"ValueIterator(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.ValueIterator","l":"ValueIterator(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.ValueIterator","l":"ValueIterator(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.ValueIterator","l":"ValueIterator(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.ValueIterator","l":"ValueIterator(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.ValueIterator","l":"ValueIterator(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.ValueIterator","l":"ValueIterator(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.ValueIterator","l":"ValueIterator(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.ValueIterator","l":"ValueIterator(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.ValueIterator","l":"ValueIterator(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.ValueIterator","l":"ValueIterator(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"Values(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"Values(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"Values(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"Values(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"Values(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"Values(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"Values(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"Values(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"Values(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"Values(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"Values(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"Values(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"with(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"with(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"with(boolean...)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"with(boolean...)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"with(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"with(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"with(byte...)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"with(byte...)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"with(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"with(char)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"with(char...)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"with(char...)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"with(CharSequence)","u":"with(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"with(CharSequence)","u":"with(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"with(CharSequence, V)","u":"with(java.lang.CharSequence,V)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"with(CharSequence, V)","u":"with(java.lang.CharSequence,V)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"with(CharSequence, V, Object...)","u":"with(java.lang.CharSequence,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"with(CharSequence, V, Object...)","u":"with(java.lang.CharSequence,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"with(CharSequence...)","u":"with(java.lang.CharSequence...)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"with(CharSequence...)","u":"with(java.lang.CharSequence...)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"with(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"with(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"with(double...)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"with(double...)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"with(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"with(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"with(float...)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"with(float...)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"with(Function, T)","u":"with(java.util.function.Function,T)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"with(Function, T)","u":"with(java.util.function.Function,T)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"with(Function, T...)","u":"with(java.util.function.Function,T...)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"with(Function, T...)","u":"with(java.util.function.Function,T...)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"with(int, int)","u":"with(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"with(int, int)","u":"with(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"with(int, int, int...)","u":"with(int,int,int...)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"with(int, int, int...)","u":"with(int,int,int...)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"with(K, V)","u":"with(K,V)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"with(K, V)","u":"with(K,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"with(K, V)","u":"with(K,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"with(K, V)","u":"with(K,V)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"with(K, V, Object...)","u":"with(K,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"with(K, V, Object...)","u":"with(K,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"with(K, V, Object...)","u":"with(K,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"with(K, V, Object...)","u":"with(K,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"with(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"with(long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"with(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"with(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"with(long, long)","u":"with(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"with(long, long)","u":"with(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"with(long, long, long...)","u":"with(long,long,long...)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"with(long, long, long...)","u":"with(long,long,long...)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"with(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"with(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"with(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"with(long...)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"with(Number, V)","u":"with(java.lang.Number,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"with(Number, V)","u":"with(java.lang.Number,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"with(Number, V)","u":"with(java.lang.Number,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"with(Number, V)","u":"with(java.lang.Number,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"with(Number, V, Object...)","u":"with(java.lang.Number,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"with(Number, V, Object...)","u":"with(java.lang.Number,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"with(Number, V, Object...)","u":"with(java.lang.Number,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"with(Number, V, Object...)","u":"with(java.lang.Number,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"with(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"with(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"with(short...)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"with(short...)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"xor(int, boolean)","u":"xor(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"xor(OffsetBitSet)","u":"xor(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"zeroValue"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"activate(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"add(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"add(boolean, boolean)","u":"add(boolean,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"add(boolean, boolean, boolean)","u":"add(boolean,boolean,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"add(boolean, boolean, boolean, boolean)","u":"add(boolean,boolean,boolean,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"add(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"add(byte, byte)","u":"add(byte,byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"add(byte, byte, byte)","u":"add(byte,byte,byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"add(byte, byte, byte, byte)","u":"add(byte,byte,byte,byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"add(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"add(char, char)","u":"add(char,char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"add(char, char, char)","u":"add(char,char,char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"add(char, char, char, char)","u":"add(char,char,char,char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"add(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"add(double, double)","u":"add(double,double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"add(double, double, double)","u":"add(double,double,double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"add(double, double, double, double)","u":"add(double,double,double,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"add(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"add(float, float)","u":"add(float,float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"add(float, float, float)","u":"add(float,float,float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"add(float, float, float, float)","u":"add(float,float,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"add(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"add(int, boolean)","u":"add(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"add(int, byte)","u":"add(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"add(int, char)","u":"add(int,char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"add(int, double)","u":"add(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"add(int, float)","u":"add(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"add(int, int)","u":"add(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"add(int, int)","u":"add(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"add(int, int)","u":"add(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"add(int, int, int)","u":"add(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"add(int, int, int, int)","u":"add(int,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"add(int, long)","u":"add(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"add(int, long)","u":"add(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"add(int, short)","u":"add(int,short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"add(int, T)","u":"add(int,T)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"add(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"add(long, long)","u":"add(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"add(long, long, long)","u":"add(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"add(long, long, long, long)","u":"add(long,long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"add(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"add(short, short)","u":"add(short,short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"add(short, short, short)","u":"add(short,short,short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"add(short, short, short, short)","u":"add(short,short,short,short)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"add(T)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"add(T, float)","u":"add(T,float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"add(V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"add(V)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(boolean...)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(boolean[], int, int)","u":"addAll(boolean[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(BooleanList)","u":"addAll(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(BooleanList, int, int)","u":"addAll(com.github.tommyettinger.ds.BooleanList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(byte...)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(byte[], int, int)","u":"addAll(byte[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(ByteList)","u":"addAll(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(ByteList, int, int)","u":"addAll(com.github.tommyettinger.ds.ByteList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(char...)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(char[], int, int)","u":"addAll(char[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(CharList)","u":"addAll(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(CharList, int, int)","u":"addAll(com.github.tommyettinger.ds.CharList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(double...)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(double[], int, int)","u":"addAll(double[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(DoubleList)","u":"addAll(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(DoubleList, int, int)","u":"addAll(com.github.tommyettinger.ds.DoubleList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(float...)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(float[], int, int)","u":"addAll(float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(FloatList)","u":"addAll(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(FloatList, int, int)","u":"addAll(com.github.tommyettinger.ds.FloatList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"addAll(HolderOrderedSet)","u":"addAll(com.github.tommyettinger.ds.HolderOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addAll(HolderSet)","u":"addAll(com.github.tommyettinger.ds.HolderSet)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(int, Ordered.OfBoolean, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfBoolean,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(int, Ordered.OfByte, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfByte,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(int, Ordered.OfChar, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfChar,int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(int, Ordered.OfDouble, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfDouble,int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(int, Ordered.OfFloat, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfFloat,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(int, Ordered.OfInt, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"addAll(int, Ordered.OfInt, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(int, Ordered.OfLong, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"addAll(int, Ordered.OfLong, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(int, Ordered.OfShort, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered.OfShort,int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"addAll(int, Ordered, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(int, Ordered, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(int, Ordered, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"addAll(int, Ordered, int, int)","u":"addAll(int,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(int, T[])","u":"addAll(int,T[])"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(int, T[], int, int)","u":"addAll(int,T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(int, T[], int, int)","u":"addAll(int,T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(int...)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(int...)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"addAll(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(int[], int, int)","u":"addAll(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(int[], int, int)","u":"addAll(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"addAll(int[], int, int)","u":"addAll(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(IntList)","u":"addAll(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(IntList)","u":"addAll(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(IntList, int, int)","u":"addAll(com.github.tommyettinger.ds.IntList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(IntList, int, int)","u":"addAll(com.github.tommyettinger.ds.IntList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addAll(IntSet)","u":"addAll(com.github.tommyettinger.ds.IntSet)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(long[], int, int)","u":"addAll(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(long[], int, int)","u":"addAll(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(LongList)","u":"addAll(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(LongList)","u":"addAll(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(LongList, int, int)","u":"addAll(com.github.tommyettinger.ds.LongList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(LongList, int, int)","u":"addAll(com.github.tommyettinger.ds.LongList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addAll(LongSet)","u":"addAll(com.github.tommyettinger.ds.LongSet)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addAll(ObjectSet)","u":"addAll(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"addAll(Ordered.OfBoolean, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfBoolean,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"addAll(Ordered.OfByte, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfByte,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(Ordered.OfChar)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"addAll(Ordered.OfChar, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfChar,int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"addAll(Ordered.OfDouble, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfDouble,int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"addAll(Ordered.OfFloat, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfFloat,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"addAll(Ordered.OfInt, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"addAll(Ordered.OfInt, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"addAll(Ordered.OfLong, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"addAll(Ordered.OfLong, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(Ordered.OfShort, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered.OfShort,int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"addAll(Ordered, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(Ordered, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(Ordered, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"addAll(Ordered, int, int)","u":"addAll(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"addAll(PrimitiveCollection.OfBoolean)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"addAll(PrimitiveCollection.OfBoolean)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"addAll(PrimitiveCollection.OfByte)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"addAll(PrimitiveCollection.OfByte)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"addAll(PrimitiveCollection.OfChar)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"addAll(PrimitiveCollection.OfChar)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"addAll(PrimitiveCollection.OfDouble)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"addAll(PrimitiveCollection.OfDouble)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"addAll(PrimitiveCollection.OfFloat)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"addAll(PrimitiveCollection.OfFloat)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"addAll(PrimitiveCollection.OfInt)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"addAll(PrimitiveCollection.OfInt)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"addAll(PrimitiveCollection.OfInt)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"addAll(PrimitiveCollection.OfLong)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"addAll(PrimitiveCollection.OfLong)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"addAll(PrimitiveCollection.OfShort)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"addAll(PrimitiveCollection.OfShort)","u":"addAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(short...)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(short[], int, int)","u":"addAll(short[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(ShortList)","u":"addAll(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"addAll(ShortList, int, int)","u":"addAll(com.github.tommyettinger.ds.ShortList,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addAll(T[], int, int)","u":"addAll(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"addFirst(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"addFirst(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"addFirst(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"addFirst(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"addFirst(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"addFirst(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"addFirst(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"addFirst(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"addFirst(T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"addLast(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"addLast(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"addLast(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"addLast(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"addLast(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"addLast(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"addLast(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"addLast(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"addLast(T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"addOrIndex(T)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"addResize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"addResize(long)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"addResize(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"addResize(T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"alter(int, int)","u":"alter(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"alter(K, K)","u":"alter(K,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"alter(K, K)","u":"alter(K,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"alter(K, K)","u":"alter(K,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"alter(K, K)","u":"alter(K,K)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"alter(long, long)","u":"alter(long,long)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"alter(T, T)","u":"alter(T,T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"alter(T, T)","u":"alter(T,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"alter(T, T)","u":"alter(T,T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"alterAt(int, int)","u":"alterAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"alterAt(int, K)","u":"alterAt(int,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"alterAt(int, K)","u":"alterAt(int,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"alterAt(int, K)","u":"alterAt(int,K)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"alterAt(int, K)","u":"alterAt(int,K)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"alterAt(int, long)","u":"alterAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"alterAt(int, T)","u":"alterAt(int,T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"alterAt(int, T)","u":"alterAt(int,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"alterAt(int, T)","u":"alterAt(int,T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"and(int, boolean)","u":"and(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"and(OffsetBitSet)","u":"and(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"andNot(OffsetBitSet)","u":"andNot(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"appendContents(StringBuilder, String)","u":"appendContents(java.lang.StringBuilder,java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"appendInto(Collection>)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"appendInto(Collection)","u":"appendInto(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"appendInto(IntFloatMap)","u":"appendInto(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"appendInto(IntFloatMap)","u":"appendInto(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"appendInto(IntLongMap)","u":"appendInto(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"appendInto(IntObjectMap)","u":"appendInto(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"appendInto(LongFloatMap)","u":"appendInto(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"appendInto(LongIntMap)","u":"appendInto(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"appendInto(LongLongMap)","u":"appendInto(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"appendInto(LongObjectMap)","u":"appendInto(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"appendInto(Map)","u":"appendInto(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"appendInto(ObjectFloatMap)","u":"appendInto(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"appendInto(ObjectIntMap)","u":"appendInto(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"appendInto(ObjectLongMap)","u":"appendInto(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"appendInto(PrimitiveCollection.OfFloat)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"appendInto(PrimitiveCollection.OfFloat)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"appendInto(PrimitiveCollection.OfFloat)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"appendInto(PrimitiveCollection.OfInt)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"appendInto(PrimitiveCollection.OfLong)","u":"appendInto(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"appendTo(StringBuilder)","u":"appendTo(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"appendTo(StringBuilder)","u":"appendTo(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"appendTo(StringBuilder)","u":"appendTo(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"appendTo(StringBuilder, String)","u":"appendTo(java.lang.StringBuilder,java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"areEqual(Object)","u":"areEqual(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"areEqual(Object)","u":"areEqual(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"areEqual(Object)","u":"areEqual(java.lang.Object)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators","l":"asBooleanComparator(Comparator)","u":"asBooleanComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"asByteComparator(Comparator)","u":"asByteComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"asCharComparator(Comparator)","u":"asCharComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"asDoubleComparator(Comparator)","u":"asDoubleComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"asFloatComparator(Comparator)","u":"asFloatComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"asIntComparator(Comparator)","u":"asIntComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"asLongComparator(Comparator)","u":"asLongComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"asShortComparator(Comparator)","u":"asShortComparator(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(boolean, Collection)","u":"%3Cinit%3E(boolean,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(boolean, T[])","u":"%3Cinit%3E(boolean,T[])"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"BinaryHeap(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"bits"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(boolean[])","u":"%3Cinit%3E(boolean[])"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(boolean[], int, int)","u":"%3Cinit%3E(boolean[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(BooleanDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanDeque)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"BooleanDeque(PrimitiveCollection.OfBoolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"BooleanDequeIterator(BooleanDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanDeque)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"BooleanDequeIterator(BooleanDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"BooleanDequeIterator(BooleanDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(boolean, boolean[], int, int)","u":"%3Cinit%3E(boolean,boolean[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(boolean[])","u":"%3Cinit%3E(boolean[])"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(boolean[], int, int)","u":"%3Cinit%3E(boolean[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(BooleanList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(Ordered.OfBoolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(Ordered.OfBoolean, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfBoolean,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"BooleanList(PrimitiveCollection.OfBoolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"BooleanListIterator(BooleanList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"BooleanListIterator(BooleanList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BooleanList,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"builderAppend(StringBuilder, String)","u":"builderAppend(java.lang.StringBuilder,java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(ByteDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteDeque)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ByteDeque(PrimitiveCollection.OfByte)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"ByteDequeIterator(ByteDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteDeque)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"ByteDequeIterator(ByteDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"ByteDequeIterator(ByteDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(boolean, byte[], int, int)","u":"%3Cinit%3E(boolean,byte[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(ByteList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(Ordered.OfByte)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(Ordered.OfByte, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfByte,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ByteList(PrimitiveCollection.OfByte)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"ByteListIterator(ByteList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"ByteListIterator(ByteList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ByteList,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"NaturalTextComparator","l":"CASE_INSENSITIVE"},{"p":"com.github.tommyettinger.ds.support.sort","c":"NaturalTextComparator","l":"CASE_SENSITIVE"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(CharSequence[], V[])","u":"%3Cinit%3E(java.lang.CharSequence[],V[])"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"CaseInsensitiveMap(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(CharSequence[], V[])","u":"%3Cinit%3E(java.lang.CharSequence[],V[])"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"CaseInsensitiveOrderedMap(ObjectObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(CharSequence[])","u":"%3Cinit%3E(java.lang.CharSequence[])"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(CharSequence[], int, int)","u":"%3Cinit%3E(java.lang.CharSequence[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(ObjectOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(ObjectSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"CaseInsensitiveOrderedSet(Ordered, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(CharSequence[])","u":"%3Cinit%3E(java.lang.CharSequence[])"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(CharSequence[], int, int)","u":"%3Cinit%3E(java.lang.CharSequence[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"CaseInsensitiveSet(ObjectSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"changeOffset(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(char[])","u":"%3Cinit%3E(char[])"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(char[], int, int)","u":"%3Cinit%3E(char[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(CharDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharDeque)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"CharDeque(PrimitiveCollection.OfChar)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"CharDequeIterator(CharDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharDeque)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"CharDequeIterator(CharDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"CharDequeIterator(CharDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(boolean, char[], int, int)","u":"%3Cinit%3E(boolean,char[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(char[])","u":"%3Cinit%3E(char[])"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(char[], int, int)","u":"%3Cinit%3E(char[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(CharList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(Ordered.OfChar)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(Ordered.OfChar, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfChar,int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"CharList(PrimitiveCollection.OfChar)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"CharListIterator(CharList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"CharListIterator(CharList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.CharList,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"clear()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"clear(int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"compare(boolean, boolean)","u":"compare(boolean,boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.NaturalImplicitComparator","l":"compare(boolean, boolean)","u":"compare(boolean,boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeComparator","l":"compare(boolean, boolean)","u":"compare(boolean,boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeImplicitComparator","l":"compare(boolean, boolean)","u":"compare(boolean,boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"compare(Boolean, Boolean)","u":"compare(java.lang.Boolean,java.lang.Boolean)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.NaturalImplicitComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeImplicitComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedOppositeComparator","l":"compare(byte, byte)","u":"compare(byte,byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"compare(Byte, Byte)","u":"compare(java.lang.Byte,java.lang.Byte)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"compare(char, char)","u":"compare(char,char)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.NaturalImplicitComparator","l":"compare(char, char)","u":"compare(char,char)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeComparator","l":"compare(char, char)","u":"compare(char,char)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeImplicitComparator","l":"compare(char, char)","u":"compare(char,char)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"compare(Character, Character)","u":"compare(java.lang.Character,java.lang.Character)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"NaturalTextComparator","l":"compare(CharSequence, CharSequence)","u":"compare(java.lang.CharSequence,java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.NaturalImplicitComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeImplicitComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"compare(double, double)","u":"compare(double,double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"compare(Double, Double)","u":"compare(java.lang.Double,java.lang.Double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.NaturalImplicitComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeImplicitComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"compare(float, float)","u":"compare(float,float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"compare(Float, Float)","u":"compare(java.lang.Float,java.lang.Float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.NaturalImplicitComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeImplicitComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedOppositeComparator","l":"compare(int, int)","u":"compare(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"compare(Integer, Integer)","u":"compare(java.lang.Integer,java.lang.Integer)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.NaturalImplicitComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeImplicitComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedOppositeComparator","l":"compare(long, long)","u":"compare(long,long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"compare(Long, Long)","u":"compare(java.lang.Long,java.lang.Long)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.NaturalImplicitComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeImplicitComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedOppositeComparator","l":"compare(short, short)","u":"compare(short,short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"compare(Short, Short)","u":"compare(java.lang.Short,java.lang.Short)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"comparingFloat(ObjToFloatFunction)","u":"comparingFloat(com.github.tommyettinger.function.ObjToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"computeIfAbsent(int, IntFunction)","u":"computeIfAbsent(int,java.util.function.IntFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"computeIfAbsent(int, IntToFloatFunction)","u":"computeIfAbsent(int,com.github.tommyettinger.function.IntToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"computeIfAbsent(int, IntToLongFunction)","u":"computeIfAbsent(int,java.util.function.IntToLongFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"computeIfAbsent(int, IntUnaryOperator)","u":"computeIfAbsent(int,java.util.function.IntUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"computeIfAbsent(K, ObjToFloatFunction)","u":"computeIfAbsent(K,com.github.tommyettinger.function.ObjToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"computeIfAbsent(K, ToIntFunction)","u":"computeIfAbsent(K,java.util.function.ToIntFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"computeIfAbsent(K, ToLongFunction)","u":"computeIfAbsent(K,java.util.function.ToLongFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"computeIfAbsent(long, LongFunction)","u":"computeIfAbsent(long,java.util.function.LongFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"computeIfAbsent(long, LongToFloatFunction)","u":"computeIfAbsent(long,com.github.tommyettinger.function.LongToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"computeIfAbsent(long, LongToIntFunction)","u":"computeIfAbsent(long,java.util.function.LongToIntFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"computeIfAbsent(long, LongUnaryOperator)","u":"computeIfAbsent(long,java.util.function.LongUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"contains(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"contains(boolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"contains(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"contains(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"contains(byte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"contains(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"contains(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"contains(char)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"contains(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"contains(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"contains(double)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"contains(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"contains(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"contains(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"contains(long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"contains(Object, boolean)","u":"contains(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"contains(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"contains(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"contains(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"containsAll(BooleanList)","u":"containsAll(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"containsAll(ByteList)","u":"containsAll(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"containsAll(CharList)","u":"containsAll(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"containsAll(DoubleList)","u":"containsAll(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"containsAll(FloatList)","u":"containsAll(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"containsAll(IntList)","u":"containsAll(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"containsAll(LongList)","u":"containsAll(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"containsAll(OffsetBitSet)","u":"containsAll(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"containsAll(PrimitiveCollection.OfBoolean)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"containsAll(PrimitiveCollection.OfByte)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"containsAll(PrimitiveCollection.OfChar)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"containsAll(PrimitiveCollection.OfDouble)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"containsAll(PrimitiveCollection.OfFloat)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"containsAll(PrimitiveCollection.OfInt)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"containsAll(PrimitiveCollection.OfLong)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"containsAll(PrimitiveCollection.OfShort)","u":"containsAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"containsAll(ShortList)","u":"containsAll(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"containsAny(Collection)","u":"containsAny(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"containsKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"containsKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"containsKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"containsKey(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"containsKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"containsKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"containsKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"containsKey(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"containsValue(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"containsValue(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"containsValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"containsValue(float, float)","u":"containsValue(float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"containsValue(float, float)","u":"containsValue(float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"containsValue(float, float)","u":"containsValue(float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"containsValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"containsValue(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"containsValue(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"containsValue(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"containsValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"containsValue(long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"containsValue(Object, boolean)","u":"containsValue(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"currentIndex"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"deactivate(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"defaultValue"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"deque"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"descendingIterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"descendingIterator1"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"descendingIterator2"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"div(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"div(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"div(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"div(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"div(int, byte)","u":"div(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"div(int, double)","u":"div(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"div(int, float)","u":"div(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"div(int, int)","u":"div(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"div(int, long)","u":"div(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"div(int, short)","u":"div(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"div(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"div(short)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(double[])","u":"%3Cinit%3E(double[])"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(double[], int, int)","u":"%3Cinit%3E(double[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(DoubleDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleDeque)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"DoubleDeque(PrimitiveCollection.OfDouble)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"DoubleDequeIterator(DoubleDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleDeque)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"DoubleDequeIterator(DoubleDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"DoubleDequeIterator(DoubleDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(boolean, double[], int, int)","u":"%3Cinit%3E(boolean,double[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(double[])","u":"%3Cinit%3E(double[])"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(double[], int, int)","u":"%3Cinit%3E(double[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(DoubleList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(Ordered.OfDouble)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(Ordered.OfDouble, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfDouble,int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"DoubleList(PrimitiveCollection.OfDouble)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"DoubleListIterator(DoubleList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"DoubleListIterator(DoubleList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.DoubleList,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"duplicateRange(int, int)","u":"duplicateRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"element()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"Entries(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"Entries(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"Entries(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"Entries(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"Entries(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"Entries(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"Entries(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"Entries(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"Entries(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"Entries(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"Entries(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"Entries(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"entries1"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"entries2"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"entry"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"Entry(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"Entry(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"Entry(int, long)","u":"%3Cinit%3E(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"Entry(int, V)","u":"%3Cinit%3E(int,V)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"Entry(IntFloatMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"Entry(IntIntMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"Entry(IntLongMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"Entry(IntObjectMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"Entry(K, float)","u":"%3Cinit%3E(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"Entry(K, int)","u":"%3Cinit%3E(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"Entry(K, long)","u":"%3Cinit%3E(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"Entry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"Entry(long, float)","u":"%3Cinit%3E(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"Entry(long, int)","u":"%3Cinit%3E(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"Entry(long, long)","u":"%3Cinit%3E(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"Entry(long, V)","u":"%3Cinit%3E(long,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"Entry(LongFloatMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"Entry(LongIntMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"Entry(LongLongMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"Entry(LongObjectMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"Entry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"Entry(ObjectFloatMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"Entry(ObjectIntMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"Entry(ObjectLongMap.Entry)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap.Entry)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"EntryIterator(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"EntryIterator(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"EntryIterator(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"EntryIterator(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"EntryIterator(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"EntryIterator(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"EntryIterator(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"EntryIterator(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"EntryIterator(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"EntryIterator(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"EntryIterator(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"entrySet()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"equals(Object, double)","u":"equals(java.lang.Object,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"equals(Object, float)","u":"equals(java.lang.Object,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"equalsIdentity(Object)","u":"equalsIdentity(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"equalsIdentity(Object)","u":"equalsIdentity(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"equalsIdentity(Object)","u":"equalsIdentity(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"equalsIgnoreCase(CharSequence, CharSequence)","u":"equalsIgnoreCase(java.lang.CharSequence,java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"equate(Object, Object)","u":"equate(java.lang.Object,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"extractor"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"findKey(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"findKey(float, float)","u":"findKey(float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"findKey(float, int)","u":"findKey(float,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"findKey(float, int, float)","u":"findKey(float,int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"findKey(float, long)","u":"findKey(float,long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"findKey(float, long, float)","u":"findKey(float,long,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"findKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"findKey(int, int)","u":"findKey(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"findKey(int, long)","u":"findKey(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"findKey(long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"findKey(long, int)","u":"findKey(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"findKey(long, long)","u":"findKey(long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"findKey(Object, boolean)","u":"findKey(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"findKey(V, int)","u":"findKey(V,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"findKey(V, long)","u":"findKey(V,long)"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"findNextIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"findNextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"findNextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"findNextIndex()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"first()"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"FLOAT_ROUNDING_ERROR"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(float[])","u":"%3Cinit%3E(float[])"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(float[], int, int)","u":"%3Cinit%3E(float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(FloatDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatDeque)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"FloatDeque(PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"FloatDequeIterator(FloatDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatDeque)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"FloatDequeIterator(FloatDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"FloatDequeIterator(FloatDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(boolean, float[], int, int)","u":"%3Cinit%3E(boolean,float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(float[])","u":"%3Cinit%3E(float[])"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(float[], int, int)","u":"%3Cinit%3E(float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(FloatList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(Ordered.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(Ordered.OfFloat, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfFloat,int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"FloatList(PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"FloatListIterator(FloatList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"FloatListIterator(FloatList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.FloatList,int)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"forEach(BooleanConsumer)","u":"forEach(com.github.tommyettinger.function.BooleanConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"forEach(ByteConsumer)","u":"forEach(com.github.tommyettinger.function.ByteConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"forEach(CharConsumer)","u":"forEach(com.github.tommyettinger.function.CharConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"forEach(DoubleConsumer)","u":"forEach(java.util.function.DoubleConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"forEach(FloatConsumer)","u":"forEach(com.github.tommyettinger.function.FloatConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"forEach(IntConsumer)","u":"forEach(java.util.function.IntConsumer)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"forEach(IntFloatBiConsumer)","u":"forEach(com.github.tommyettinger.function.IntFloatBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"forEach(IntIntBiConsumer)","u":"forEach(com.github.tommyettinger.function.IntIntBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"forEach(IntLongBiConsumer)","u":"forEach(com.github.tommyettinger.function.IntLongBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"forEach(IntObjBiConsumer)","u":"forEach(com.github.tommyettinger.function.IntObjBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"forEach(LongConsumer)","u":"forEach(java.util.function.LongConsumer)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"forEach(LongFloatBiConsumer)","u":"forEach(com.github.tommyettinger.function.LongFloatBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"forEach(LongIntBiConsumer)","u":"forEach(com.github.tommyettinger.function.LongIntBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"forEach(LongLongBiConsumer)","u":"forEach(com.github.tommyettinger.function.LongLongBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"forEach(LongObjBiConsumer)","u":"forEach(com.github.tommyettinger.function.LongObjBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"forEach(ObjFloatBiConsumer)","u":"forEach(com.github.tommyettinger.function.ObjFloatBiConsumer)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"forEach(ObjIntConsumer)","u":"forEach(java.util.function.ObjIntConsumer)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"forEach(ObjLongConsumer)","u":"forEach(java.util.function.ObjLongConsumer)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"forEach(ShortConsumer)","u":"forEach(com.github.tommyettinger.function.ShortConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"BooleanIterator","l":"forEachRemaining(BooleanConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.BooleanConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"ByteIterator","l":"forEachRemaining(ByteConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.ByteConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"CharIterator","l":"forEachRemaining(CharConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.CharConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"BooleanIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"ByteIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"CharIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"FloatIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"ShortIterator","l":"forEachRemaining(Consumer)","u":"forEachRemaining(java.util.function.Consumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"FloatIterator","l":"forEachRemaining(FloatConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.FloatConsumer)"},{"p":"com.github.tommyettinger.ds.support.util","c":"ShortIterator","l":"forEachRemaining(ShortConsumer)","u":"forEachRemaining(com.github.tommyettinger.function.ShortConsumer)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"get(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"get(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"get(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"get(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"get(long)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"get(T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"getAndIncrement(int, float, float)","u":"getAndIncrement(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"getAndIncrement(int, float, float)","u":"getAndIncrement(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"getAndIncrement(int, int, int)","u":"getAndIncrement(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"getAndIncrement(int, int, int)","u":"getAndIncrement(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"getAndIncrement(int, long, long)","u":"getAndIncrement(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"getAndIncrement(int, long, long)","u":"getAndIncrement(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"getAndIncrement(K, float, float)","u":"getAndIncrement(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"getAndIncrement(K, float, float)","u":"getAndIncrement(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"getAndIncrement(K, int, int)","u":"getAndIncrement(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"getAndIncrement(K, int, int)","u":"getAndIncrement(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"getAndIncrement(K, long, long)","u":"getAndIncrement(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"getAndIncrement(K, long, long)","u":"getAndIncrement(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"getAndIncrement(long, float, float)","u":"getAndIncrement(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"getAndIncrement(long, float, float)","u":"getAndIncrement(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"getAndIncrement(long, int, int)","u":"getAndIncrement(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"getAndIncrement(long, int, int)","u":"getAndIncrement(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"getAndIncrement(long, long, long)","u":"getAndIncrement(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"getAndIncrement(long, long, long)","u":"getAndIncrement(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"getAt(int)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"getDefaultLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"getDefaultValue()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"getExtractor()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"getFirst()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"getHashMultiplier()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"getKey()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"getLast()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"getLoadFactor()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"getOffset()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"getOrDefault(int, float)","u":"getOrDefault(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"getOrDefault(int, int)","u":"getOrDefault(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"getOrDefault(int, long)","u":"getOrDefault(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"getOrDefault(int, V)","u":"getOrDefault(int,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"getOrDefault(long, float)","u":"getOrDefault(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"getOrDefault(long, int)","u":"getOrDefault(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"getOrDefault(long, long)","u":"getOrDefault(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"getOrDefault(long, V)","u":"getOrDefault(long,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"getOrDefault(Object, float)","u":"getOrDefault(java.lang.Object,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"getOrDefault(Object, int)","u":"getOrDefault(java.lang.Object,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"getOrDefault(Object, long)","u":"getOrDefault(java.lang.Object,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"getRawBits()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"getValue()"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"GOOD_MULTIPLIERS"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"hashCode()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"hashMultiplier"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"hasNext"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.HeapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.KeyIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.ValueIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"hasNext()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"hasPrevious()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"hasZeroValue"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"head"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.HeapIterator","l":"HeapIterator(BinaryHeap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.BinaryHeap)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function)","u":"%3Cinit%3E(java.util.function.Function)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, Collection)","u":"%3Cinit%3E(java.util.function.Function,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, int)","u":"%3Cinit%3E(java.util.function.Function,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, int, float)","u":"%3Cinit%3E(java.util.function.Function,int,float)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, Ordered, int, int)","u":"%3Cinit%3E(java.util.function.Function,com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(Function, T[])","u":"%3Cinit%3E(java.util.function.Function,T[])"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"HolderOrderedSet(HolderOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.HolderOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet.HolderOrderedSetIterator","l":"HolderOrderedSetIterator(HolderOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.HolderOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function)","u":"%3Cinit%3E(java.util.function.Function)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function, Collection)","u":"%3Cinit%3E(java.util.function.Function,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function, int)","u":"%3Cinit%3E(java.util.function.Function,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function, int, float)","u":"%3Cinit%3E(java.util.function.Function,int,float)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(Function, T[])","u":"%3Cinit%3E(java.util.function.Function,T[])"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"HolderSet(HolderSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.HolderSet)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"HolderSetIterator(HolderSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.HolderSet)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(K[], V[])","u":"%3Cinit%3E(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"IdentityObjectMap(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(K[], V[])","u":"%3Cinit%3E(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"IdentityObjectOrderedMap(ObjectObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"IdentityOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"IdentityOrderedSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"IdentityOrderedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"IdentityOrderedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"IdentityOrderedSet(ObjectOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"IdentityOrderedSet(Ordered, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"IdentityOrderedSet(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"IdentityOrderedSet(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"IdentitySet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"IdentitySet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"IdentitySet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"IdentitySet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"IdentitySet(ObjectSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"IdentitySet(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"IdentitySet(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"index"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"index"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"INDEX_ILLEGAL"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"INDEX_ZERO"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"indexOf(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"indexOf(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"indexOf(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"indexOf(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"indexOf(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"indexOf(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"indexOf(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"indexOf(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"indexOf(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"indexOf(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"indexOf(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"indexOf(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"indexOf(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"indexOf(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"indexOf(Object, boolean)","u":"indexOf(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"indexOf(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"indexOf(short)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"indexOfOrDefault(Object, int)","u":"indexOfOrDefault(java.lang.Object,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"insert(int, boolean)","u":"insert(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"insert(int, boolean)","u":"insert(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"insert(int, byte)","u":"insert(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"insert(int, byte)","u":"insert(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"insert(int, char)","u":"insert(int,char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"insert(int, char)","u":"insert(int,char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"insert(int, double)","u":"insert(int,double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"insert(int, double)","u":"insert(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"insert(int, float)","u":"insert(int,float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"insert(int, float)","u":"insert(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"insert(int, int)","u":"insert(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"insert(int, int)","u":"insert(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"insert(int, long)","u":"insert(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"insert(int, long)","u":"insert(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"insert(int, short)","u":"insert(int,short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"insert(int, short)","u":"insert(int,short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"insert(int, T)","u":"insert(int,T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"insert(int, T)","u":"insert(int,T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"insertRange(int, int)","u":"insertRange(int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"NaturalTextComparator","l":"INSTANCE"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(int[], int, int)","u":"%3Cinit%3E(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(IntDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntDeque)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"IntDeque(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"IntDequeIterator(IntDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntDeque)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"IntDequeIterator(IntDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"IntDequeIterator(IntDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(Collection, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"InternalMap(T[], int[])","u":"%3Cinit%3E(T[],int[])"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"intersects(OffsetBitSet)","u":"intersects(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(int[], float[])","u":"%3Cinit%3E(int[],float[])"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"IntFloatMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(int[], float[])","u":"%3Cinit%3E(int[],float[])"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(IntFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(IntFloatOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"IntFloatOrderedMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(int[], int[])","u":"%3Cinit%3E(int[],int[])"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"IntIntMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(int[], int[])","u":"%3Cinit%3E(int[],int[])"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(IntIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(IntIntOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"IntIntOrderedMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(boolean, int[], int, int)","u":"%3Cinit%3E(boolean,int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(int[], int, int)","u":"%3Cinit%3E(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(IntList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(Ordered.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(Ordered.OfInt, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"IntList(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"IntListIterator(IntList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"IntListIterator(IntList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntList,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(int[], long[])","u":"%3Cinit%3E(int[],long[])"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"IntLongMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(int[], long[])","u":"%3Cinit%3E(int[],long[])"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(IntLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(IntLongOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"IntLongOrderedMap(PrimitiveCollection.OfInt, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(int[], V[])","u":"%3Cinit%3E(int[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"IntObjectMap(PrimitiveCollection.OfInt, Collection)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(int[], V[])","u":"%3Cinit%3E(int[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(IntObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(IntObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"IntObjectOrderedMap(PrimitiveCollection.OfInt, Collection)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(int[], int, int)","u":"%3Cinit%3E(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(IntOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(Ordered.OfInt, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfInt,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"IntOrderedSet(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet.IntOrderedSetIterator","l":"IntOrderedSetIterator(IntOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(int[], int, int)","u":"%3Cinit%3E(int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(IntSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntSet)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"IntSet(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"IntSetIterator(IntSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntSet)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"isEmpty()"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"isEqual(float, float)","u":"isEqual(float,float)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"isEqual(float, float, float)","u":"isEqual(float,float,float)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"isMaxHeap()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"items"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"items"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"items"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"items"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"items"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"iter"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.KeyIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.KeyIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.KeyIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapEntries","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapKeys","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapValues","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"iterator()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"iterator1"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"iterator2"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"key"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"keyAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.KeyIterator","l":"KeyIterator(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.KeyIterator","l":"KeyIterator(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.KeyIterator","l":"KeyIterator(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.KeyIterator","l":"KeyIterator(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.KeyIterator","l":"KeyIterator(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.KeyIterator","l":"KeyIterator(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.KeyIterator","l":"KeyIterator(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.KeyIterator","l":"KeyIterator(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.KeyIterator","l":"KeyIterator(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.KeyIterator","l":"KeyIterator(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.KeyIterator","l":"KeyIterator(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapEntries","l":"keys"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"Keys(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"Keys(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"Keys(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"Keys(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"Keys(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"Keys(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"Keys(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"Keys(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"Keys(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"Keys(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"Keys(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"Keys(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"Keys(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap.Keys","l":"Keys(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"keys1"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"keys2"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"keySet()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"keyTable"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"last()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"lastIndexOf(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"lastIndexOf(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"lastIndexOf(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"lastIndexOf(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"lastIndexOf(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"lastIndexOf(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"lastIndexOf(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"lastIndexOf(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"lastIndexOf(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"lastIndexOf(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"lastIndexOf(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"lastIndexOf(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"lastIndexOf(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"lastIndexOf(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"lastIndexOf(Object, boolean)","u":"lastIndexOf(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"lastIndexOf(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"lastIndexOf(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"latest"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"length()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"list"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"listIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"listIterator()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"listIterator(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"listIterator(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"loadFactor"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"locateKey(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"locateKey(long)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"locateKey(Object)","u":"locateKey(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(long[])","u":"%3Cinit%3E(long[])"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(long[], int, int)","u":"%3Cinit%3E(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(LongDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongDeque)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"LongDeque(PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"LongDequeIterator(LongDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongDeque)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"LongDequeIterator(LongDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"LongDequeIterator(LongDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(long[], float[])","u":"%3Cinit%3E(long[],float[])"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"LongFloatMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(long[], float[])","u":"%3Cinit%3E(long[],float[])"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(LongFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(LongFloatOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"LongFloatOrderedMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"longHashCodeIgnoreCase(CharSequence)","u":"longHashCodeIgnoreCase(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"longHashCodeIgnoreCase(CharSequence, long)","u":"longHashCodeIgnoreCase(java.lang.CharSequence,long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(long[], int[])","u":"%3Cinit%3E(long[],int[])"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"LongIntMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(long[], int[])","u":"%3Cinit%3E(long[],int[])"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(LongIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(LongIntOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"LongIntOrderedMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(boolean, long[], int, int)","u":"%3Cinit%3E(boolean,long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(long[])","u":"%3Cinit%3E(long[])"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(long[], int, int)","u":"%3Cinit%3E(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(LongList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(Ordered.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(Ordered.OfLong, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"LongList(PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"LongListIterator(LongList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"LongListIterator(LongList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongList,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(long[], long[])","u":"%3Cinit%3E(long[],long[])"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"LongLongMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(long[], long[])","u":"%3Cinit%3E(long[],long[])"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(LongLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(LongLongOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"LongLongOrderedMap(PrimitiveCollection.OfLong, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(long[], V[])","u":"%3Cinit%3E(long[],V[])"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"LongObjectMap(PrimitiveCollection.OfLong, Collection)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(long[], V[])","u":"%3Cinit%3E(long[],V[])"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(LongObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(LongObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"LongObjectOrderedMap(PrimitiveCollection.OfLong, Collection)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(long[])","u":"%3Cinit%3E(long[])"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(long[], int, int)","u":"%3Cinit%3E(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(LongOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(Ordered.OfLong, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfLong,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"LongOrderedSet(PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet.LongOrderedSetIterator","l":"LongOrderedSetIterator(LongOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(long[])","u":"%3Cinit%3E(long[])"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(long[], int, int)","u":"%3Cinit%3E(long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(LongSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongSet)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"LongSet(PrimitiveCollection.OfLong)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"LongSetIterator(LongSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongSet)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"map"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"map"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"MapIterator(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"MapIterator(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"MapIterator(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"MapIterator(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"MapIterator(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"MapIterator(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"MapIterator(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"MapIterator(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"MapIterator(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"MapIterator(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"MapIterator(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"MapIterator(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"mask"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"maxHeapWith(T...)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(BooleanList, BooleanComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(ByteList, ByteComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(CharList, CharComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(DoubleList, DoubleComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(FloatList, FloatComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(IntList, IntComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(LongList, LongComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(ObjectList, Comparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(ShortList, ShortComparator, int, int)","u":"medianOfThreePivot(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"medianOfThreePivot(T[], Comparator, int, int)","u":"medianOfThreePivot(T[],java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"merge(int, float, FloatFloatToFloatBiFunction)","u":"merge(int,float,com.github.tommyettinger.function.FloatFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"merge(int, int, IntBinaryOperator)","u":"merge(int,int,java.util.function.IntBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"merge(int, long, LongBinaryOperator)","u":"merge(int,long,java.util.function.LongBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"merge(int, V, BiFunction)","u":"merge(int,V,java.util.function.BiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"merge(K, float, FloatFloatToFloatBiFunction)","u":"merge(K,float,com.github.tommyettinger.function.FloatFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"merge(K, int, IntBinaryOperator)","u":"merge(K,int,java.util.function.IntBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"merge(K, long, LongBinaryOperator)","u":"merge(K,long,java.util.function.LongBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"merge(long, float, FloatFloatToFloatBiFunction)","u":"merge(long,float,com.github.tommyettinger.function.FloatFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"merge(long, int, IntBinaryOperator)","u":"merge(long,int,java.util.function.IntBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"merge(long, long, LongBinaryOperator)","u":"merge(long,long,java.util.function.LongBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"merge(long, V, BiFunction)","u":"merge(long,V,java.util.function.BiFunction)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"minHeapWith(T...)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"minus(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"minus(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"minus(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"minus(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"minus(int, byte)","u":"minus(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"minus(int, double)","u":"minus(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"minus(int, float)","u":"minus(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"minus(int, int)","u":"minus(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"minus(int, long)","u":"minus(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"minus(int, short)","u":"minus(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"minus(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"minus(short)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(BooleanList, BooleanComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(BooleanList, BooleanComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ByteList, ByteComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ByteList, ByteComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(CharList, CharComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(CharList, CharComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(DoubleList, DoubleComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(DoubleList, DoubleComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(FloatList, FloatComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(FloatList, FloatComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(IntList, IntComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(IntList, IntComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(LongList, LongComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(LongList, LongComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ObjectList, Comparator, int)","u":"multiSelect(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ObjectList, Comparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ShortList, ShortComparator, int)","u":"multiSelect(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(ShortList, ShortComparator, int, int, int)","u":"multiSelect(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(T[], Comparator, int)","u":"multiSelect(T[],java.util.Comparator,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"multiSelect(T[], Comparator, int, int, int)","u":"multiSelect(T[],java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"NATURAL_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.NaturalImplicitComparator","l":"NaturalImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"neverIdentical"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.HeapIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet.HolderOrderedSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.ValueIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.ValueIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.KeyIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.KeyIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.EntryIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.KeyIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet.ObjectOrderedSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"BooleanIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"ByteIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"CharIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"FloatIterator","l":"next()"},{"p":"com.github.tommyettinger.ds.support.util","c":"ShortIterator","l":"next()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"nextBoolean()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"nextBoolean()"},{"p":"com.github.tommyettinger.ds.support.util","c":"BooleanIterator","l":"nextBoolean()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"nextByte()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"nextByte()"},{"p":"com.github.tommyettinger.ds.support.util","c":"ByteIterator","l":"nextByte()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"nextChar()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"nextChar()"},{"p":"com.github.tommyettinger.ds.support.util","c":"CharIterator","l":"nextChar()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"nextClearBit(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"nextDouble()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"nextDouble()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.ValueIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.ValueIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.ValueIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds.support.util","c":"FloatIterator","l":"nextFloat()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"nextIndex"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"nextIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.KeyIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.KeyIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.ValueIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.KeyIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.KeyIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet.IntOrderedSetIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.ValueIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.ValueIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"nextInt()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.ValueIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.KeyIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.KeyIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.KeyIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.ValueIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.KeyIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet.LongOrderedSetIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.ValueIterator","l":"nextLong()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"nextSetBit(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"nextShort()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"nextShort()"},{"p":"com.github.tommyettinger.ds.support.util","c":"ShortIterator","l":"nextShort()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"Node(float)","u":"%3Cinit%3E(float)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"not(int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"notEmpty()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"ns"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(NumberedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.NumberedSet)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(Ordered)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(Ordered, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"NumberedSet(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"NumberedSetIterator(NumberedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.NumberedSet)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"NumberedSetIterator(NumberedSet, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.NumberedSet,int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"numBits()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(ObjectDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectDeque)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"ObjectDeque(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"ObjectDequeIterator(ObjectDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectDeque)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"ObjectDequeIterator(ObjectDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"ObjectDequeIterator(ObjectDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(Collection, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(K[], float[])","u":"%3Cinit%3E(K[],float[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"ObjectFloatMap(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(Collection, PrimitiveCollection.OfFloat)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(K[], float[])","u":"%3Cinit%3E(K[],float[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(ObjectFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"ObjectFloatOrderedMap(ObjectFloatOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(Collection, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(K[], int[])","u":"%3Cinit%3E(K[],int[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"ObjectIntMap(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(Collection, PrimitiveCollection.OfInt)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(K[], int[])","u":"%3Cinit%3E(K[],int[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"ObjectIntOrderedMap(ObjectIntOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(boolean, Collection)","u":"%3Cinit%3E(boolean,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(Ordered, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ObjectList(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"ObjectListIterator(ObjectList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectList)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"ObjectListIterator(ObjectList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectList,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(Collection, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(K[], long[])","u":"%3Cinit%3E(K[],long[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"ObjectLongMap(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(Collection, PrimitiveCollection.OfLong)","u":"%3Cinit%3E(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(K[], long[])","u":"%3Cinit%3E(K[],long[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(ObjectLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"ObjectLongOrderedMap(ObjectLongOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(K[], V[])","u":"%3Cinit%3E(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"ObjectObjectMap(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(Collection, Collection)","u":"%3Cinit%3E(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(K[], V[])","u":"%3Cinit%3E(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"ObjectObjectOrderedMap(ObjectObjectOrderedMap, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(ObjectOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(Ordered, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"ObjectOrderedSet(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet.ObjectOrderedSetIterator","l":"ObjectOrderedSetIterator(ObjectOrderedSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectOrderedSet)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(ObjectSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(T[])","u":"%3Cinit%3E(T[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"ObjectSet(T[], int, int)","u":"%3Cinit%3E(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"ObjectSetIterator(ObjectSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectSet)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"offer(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"offer(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"offer(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"offer(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"offer(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"offer(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"offer(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"offer(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"offer(T)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"offer(T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"offerFirst(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"offerFirst(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"offerFirst(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"offerFirst(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"offerFirst(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"offerFirst(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"offerFirst(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"offerFirst(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"offerFirst(T)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"offerLast(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"offerLast(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"offerLast(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"offerLast(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"offerLast(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"offerLast(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"offerLast(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"offerLast(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"offerLast(T)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"offset"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet(OffsetBitSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"OffsetBitSet(PrimitiveCollection.OfInt)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"OffsetBitSetIterator(OffsetBitSet)","u":"%3Cinit%3E(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators","l":"oppositeComparator(BooleanComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeComparator","l":"OppositeComparator(BooleanComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"oppositeComparator(ByteComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeComparator","l":"OppositeComparator(ByteComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"oppositeComparator(CharComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeComparator","l":"OppositeComparator(CharComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"oppositeComparator(DoubleComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeComparator","l":"OppositeComparator(DoubleComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"oppositeComparator(FloatComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeComparator","l":"OppositeComparator(FloatComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"oppositeComparator(IntComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeComparator","l":"OppositeComparator(IntComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"oppositeComparator(LongComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeComparator","l":"OppositeComparator(LongComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"oppositeComparator(ShortComparator)","u":"oppositeComparator(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeComparator","l":"OppositeComparator(ShortComparator)","u":"%3Cinit%3E(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeImplicitComparator","l":"OppositeImplicitComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"or(int, boolean)","u":"or(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"or(OffsetBitSet)","u":"or(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"order()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ordered"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(IntFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(IntIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(IntLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(IntObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(LongFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(LongIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(LongLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(LongObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(ObjectFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(ObjectLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapEntries","l":"OrderedMapEntries(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(IntFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(IntIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(IntLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(IntObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(LongFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(LongIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(LongLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(LongObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(ObjectFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(ObjectLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapKeys","l":"OrderedMapKeys(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap.OrderedMapValues","l":"OrderedMapValues(IntFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap.OrderedMapValues","l":"OrderedMapValues(IntIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap.OrderedMapValues","l":"OrderedMapValues(IntLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap.OrderedMapValues","l":"OrderedMapValues(IntObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap.OrderedMapValues","l":"OrderedMapValues(LongFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap.OrderedMapValues","l":"OrderedMapValues(LongIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap.OrderedMapValues","l":"OrderedMapValues(LongLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap.OrderedMapValues","l":"OrderedMapValues(LongObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap.OrderedMapValues","l":"OrderedMapValues(ObjectFloatOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap.OrderedMapValues","l":"OrderedMapValues(ObjectIntOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap.OrderedMapValues","l":"OrderedMapValues(ObjectLongOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap.OrderedMapValues","l":"OrderedMapValues(ObjectObjectOrderedMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(BooleanList, BooleanComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(ByteList, ByteComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(CharList, CharComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(DoubleList, DoubleComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(FloatList, FloatComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(IntList, IntComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(LongList, LongComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(ObjectList, Comparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(ShortList, ShortComparator, int, int, int)","u":"partition(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"partition(T[], Comparator, int, int, int)","u":"partition(T[],java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"peek()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"peekFirst()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"peekLast()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"place(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"place(long)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.InternalMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"place(Object)","u":"place(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"plus(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"plus(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"plus(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"plus(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"plus(int, byte)","u":"plus(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"plus(int, double)","u":"plus(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"plus(int, float)","u":"plus(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"plus(int, int)","u":"plus(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"plus(int, long)","u":"plus(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"plus(int, short)","u":"plus(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"plus(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"plus(short)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"poll()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"pollFirst()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"pollLast()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"pop()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"previous()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"previous()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"previous()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"previousBoolean()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"previousBoolean()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"previousByte()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"previousByte()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"previousChar()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"previousChar()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"previousDouble()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"previousDouble()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"previousFloat()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"previousFloat()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"previousIndex()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"previousInt()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"previousInt()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"previousLong()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"previousLong()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"previousShort()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"previousShort()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"push(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"push(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"push(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"push(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"push(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"push(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"push(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"push(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"push(T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"put(int, float)","u":"put(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"put(int, float)","u":"put(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"put(int, float, int)","u":"put(int,float,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"put(int, int)","u":"put(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"put(int, int)","u":"put(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"put(int, int, int)","u":"put(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"put(int, long)","u":"put(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"put(int, long)","u":"put(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"put(int, long, int)","u":"put(int,long,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"put(int, V)","u":"put(int,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"put(int, V)","u":"put(int,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"put(int, V, int)","u":"put(int,V,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"put(K, float)","u":"put(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"put(K, float)","u":"put(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"put(K, float, int)","u":"put(K,float,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"put(K, int)","u":"put(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"put(K, int)","u":"put(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"put(K, int, int)","u":"put(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"put(K, long)","u":"put(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"put(K, long)","u":"put(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"put(K, long, int)","u":"put(K,long,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"put(K, V, int)","u":"put(K,V,int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"put(long, float)","u":"put(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"put(long, float)","u":"put(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"put(long, float, int)","u":"put(long,float,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"put(long, int)","u":"put(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"put(long, int)","u":"put(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"put(long, int, int)","u":"put(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"put(long, long)","u":"put(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"put(long, long)","u":"put(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"put(long, long, int)","u":"put(long,long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"put(long, V)","u":"put(long,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"put(long, V)","u":"put(long,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"put(long, V, int)","u":"put(long,V,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(Collection, Collection)","u":"putAll(java.util.Collection,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(Collection, PrimitiveCollection.OfFloat)","u":"putAll(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(Collection, PrimitiveCollection.OfInt)","u":"putAll(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(Collection, PrimitiveCollection.OfLong)","u":"putAll(java.util.Collection,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"putAll(int, IntFloatOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.IntFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"putAll(int, IntIntOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.IntIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"putAll(int, IntLongOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.IntLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"putAll(int, IntObjectOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.IntObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"putAll(int, LongFloatOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.LongFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"putAll(int, LongIntOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.LongIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"putAll(int, LongLongOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.LongLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"putAll(int, LongObjectOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.LongObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"putAll(int, ObjectFloatOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.ObjectFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"putAll(int, ObjectIntOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.ObjectIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"putAll(int, ObjectLongOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.ObjectLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"putAll(int, ObjectObjectOrderedMap, int, int)","u":"putAll(int,com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(int[], float[])","u":"putAll(int[],float[])"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(int[], float[], int)","u":"putAll(int[],float[],int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(int[], int, float[], int, int)","u":"putAll(int[],int,float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(int[], int, int[], int, int)","u":"putAll(int[],int,int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(int[], int, long[], int, int)","u":"putAll(int[],int,long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(int[], int, V[], int, int)","u":"putAll(int[],int,V[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(int[], int[])","u":"putAll(int[],int[])"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(int[], int[], int)","u":"putAll(int[],int[],int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(int[], long[])","u":"putAll(int[],long[])"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(int[], long[], int)","u":"putAll(int[],long[],int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(int[], V[])","u":"putAll(int[],V[])"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(int[], V[], int)","u":"putAll(int[],V[],int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(IntFloatMap)","u":"putAll(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"putAll(IntFloatOrderedMap)","u":"putAll(com.github.tommyettinger.ds.IntFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"putAll(IntFloatOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.IntFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(IntIntMap)","u":"putAll(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"putAll(IntIntOrderedMap)","u":"putAll(com.github.tommyettinger.ds.IntIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"putAll(IntIntOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.IntIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(IntLongMap)","u":"putAll(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"putAll(IntLongOrderedMap)","u":"putAll(com.github.tommyettinger.ds.IntLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"putAll(IntLongOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.IntLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(IntObjectMap)","u":"putAll(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"putAll(IntObjectOrderedMap)","u":"putAll(com.github.tommyettinger.ds.IntObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"putAll(IntObjectOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.IntObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(K[], float[])","u":"putAll(K[],float[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(K[], float[], int)","u":"putAll(K[],float[],int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(K[], int, float[], int, int)","u":"putAll(K[],int,float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(K[], int, int[], int, int)","u":"putAll(K[],int,int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(K[], int, long[], int, int)","u":"putAll(K[],int,long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(K[], int, V[], int, int)","u":"putAll(K[],int,V[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(K[], int[])","u":"putAll(K[],int[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(K[], int[], int)","u":"putAll(K[],int[],int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(K[], long[])","u":"putAll(K[],long[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(K[], long[], int)","u":"putAll(K[],long[],int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(K[], V[])","u":"putAll(K[],V[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(K[], V[], int)","u":"putAll(K[],V[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(long[], float[])","u":"putAll(long[],float[])"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(long[], float[], int)","u":"putAll(long[],float[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(long[], int, float[], int, int)","u":"putAll(long[],int,float[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(long[], int, int[], int, int)","u":"putAll(long[],int,int[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(long[], int, long[], int, int)","u":"putAll(long[],int,long[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(long[], int, V[], int, int)","u":"putAll(long[],int,V[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(long[], int[])","u":"putAll(long[],int[])"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(long[], int[], int)","u":"putAll(long[],int[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(long[], long[])","u":"putAll(long[],long[])"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(long[], long[], int)","u":"putAll(long[],long[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(long[], V[])","u":"putAll(long[],V[])"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(long[], V[], int)","u":"putAll(long[],V[],int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(LongFloatMap)","u":"putAll(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"putAll(LongFloatOrderedMap)","u":"putAll(com.github.tommyettinger.ds.LongFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"putAll(LongFloatOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.LongFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(LongIntMap)","u":"putAll(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"putAll(LongIntOrderedMap)","u":"putAll(com.github.tommyettinger.ds.LongIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"putAll(LongIntOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.LongIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(LongLongMap)","u":"putAll(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"putAll(LongLongOrderedMap)","u":"putAll(com.github.tommyettinger.ds.LongLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"putAll(LongLongOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.LongLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(LongObjectMap)","u":"putAll(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"putAll(LongObjectOrderedMap)","u":"putAll(com.github.tommyettinger.ds.LongObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"putAll(LongObjectOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.LongObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putAll(ObjectFloatMap)","u":"putAll(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"putAll(ObjectFloatOrderedMap)","u":"putAll(com.github.tommyettinger.ds.ObjectFloatOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"putAll(ObjectFloatOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.ObjectFloatOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putAll(ObjectIntMap)","u":"putAll(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"putAll(ObjectIntOrderedMap)","u":"putAll(com.github.tommyettinger.ds.ObjectIntOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"putAll(ObjectIntOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.ObjectIntOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putAll(ObjectLongMap)","u":"putAll(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"putAll(ObjectLongOrderedMap)","u":"putAll(com.github.tommyettinger.ds.ObjectLongOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"putAll(ObjectLongOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.ObjectLongOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putAll(ObjectObjectMap)","u":"putAll(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"putAll(ObjectObjectOrderedMap)","u":"putAll(com.github.tommyettinger.ds.ObjectObjectOrderedMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"putAll(ObjectObjectOrderedMap, int, int)","u":"putAll(com.github.tommyettinger.ds.ObjectObjectOrderedMap,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putAll(PrimitiveCollection.OfInt, Collection)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putAll(PrimitiveCollection.OfInt, PrimitiveCollection.OfFloat)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putAll(PrimitiveCollection.OfInt, PrimitiveCollection.OfInt)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putAll(PrimitiveCollection.OfInt, PrimitiveCollection.OfLong)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putAll(PrimitiveCollection.OfLong, Collection)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putAll(PrimitiveCollection.OfLong, PrimitiveCollection.OfFloat)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putAll(PrimitiveCollection.OfLong, PrimitiveCollection.OfInt)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putAll(PrimitiveCollection.OfLong, PrimitiveCollection.OfLong)","u":"putAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong,com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putIfAbsent(int, float)","u":"putIfAbsent(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putIfAbsent(int, int)","u":"putIfAbsent(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putIfAbsent(int, long)","u":"putIfAbsent(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putIfAbsent(int, V)","u":"putIfAbsent(int,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putIfAbsent(K, float)","u":"putIfAbsent(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putIfAbsent(K, int)","u":"putIfAbsent(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putIfAbsent(K, long)","u":"putIfAbsent(K,long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putIfAbsent(long, float)","u":"putIfAbsent(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putIfAbsent(long, int)","u":"putIfAbsent(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putIfAbsent(long, long)","u":"putIfAbsent(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putIfAbsent(long, V)","u":"putIfAbsent(long,V)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putOrDefault(int, float, float)","u":"putOrDefault(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"putOrDefault(int, float, float)","u":"putOrDefault(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putOrDefault(int, int, int)","u":"putOrDefault(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"putOrDefault(int, int, int)","u":"putOrDefault(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putOrDefault(int, long, long)","u":"putOrDefault(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"putOrDefault(int, long, long)","u":"putOrDefault(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putOrDefault(int, V, V)","u":"putOrDefault(int,V,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"putOrDefault(int, V, V)","u":"putOrDefault(int,V,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putOrDefault(K, float, float)","u":"putOrDefault(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"putOrDefault(K, float, float)","u":"putOrDefault(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putOrDefault(K, int, int)","u":"putOrDefault(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"putOrDefault(K, int, int)","u":"putOrDefault(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putOrDefault(K, long, long)","u":"putOrDefault(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"putOrDefault(K, long, long)","u":"putOrDefault(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putOrDefault(K, V, V)","u":"putOrDefault(K,V,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"putOrDefault(K, V, V)","u":"putOrDefault(K,V,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putOrDefault(long, float, float)","u":"putOrDefault(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"putOrDefault(long, float, float)","u":"putOrDefault(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putOrDefault(long, int, int)","u":"putOrDefault(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"putOrDefault(long, int, int)","u":"putOrDefault(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putOrDefault(long, long, long)","u":"putOrDefault(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"putOrDefault(long, long, long)","u":"putOrDefault(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putOrDefault(long, V, V)","u":"putOrDefault(long,V,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"putOrDefault(long, V, V)","u":"putOrDefault(long,V,V)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"putResize(int, float)","u":"putResize(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"putResize(int, int)","u":"putResize(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"putResize(int, long)","u":"putResize(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"putResize(int, V)","u":"putResize(int,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"putResize(K, float)","u":"putResize(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"putResize(K, int)","u":"putResize(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"putResize(K, long)","u":"putResize(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"putResize(K, V)","u":"putResize(K,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"putResize(long, float)","u":"putResize(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"putResize(long, int)","u":"putResize(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"putResize(long, long)","u":"putResize(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"putResize(long, V)","u":"putResize(long,V)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"random(Random)","u":"random(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"rearrange(long)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(BooleanList, BooleanComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(ByteList, ByteComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(CharList, CharComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(DoubleList, DoubleComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(FloatList, FloatComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(IntList, IntComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(LongList, LongComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(ObjectList, Comparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(ShortList, ShortComparator, int, int, int)","u":"recursiveSelect(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"recursiveSelect(T[], Comparator, int, int, int)","u":"recursiveSelect(T[],java.util.Comparator,int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"rem(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"rem(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"rem(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"rem(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"rem(int, byte)","u":"rem(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"rem(int, double)","u":"rem(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"rem(int, float)","u":"rem(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"rem(int, int)","u":"rem(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"rem(int, long)","u":"rem(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"rem(int, short)","u":"rem(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"rem(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"rem(short)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet.HolderOrderedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet.IntOrderedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet.LongOrderedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet.ObjectOrderedSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"remove()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"remove(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"remove(boolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"remove(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"remove(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"remove(byte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"remove(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"remove(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"remove(char)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"remove(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"remove(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"remove(double)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"remove(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"remove(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"remove(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"remove(int, float)","u":"remove(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"remove(int, int)","u":"remove(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"remove(int, long)","u":"remove(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"remove(int, Object)","u":"remove(int,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"remove(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"remove(long, float)","u":"remove(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"remove(long, int)","u":"remove(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"remove(long, Object)","u":"remove(long,java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"remove(Object, float)","u":"remove(java.lang.Object,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"remove(Object, int)","u":"remove(java.lang.Object,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"remove(Object, long)","u":"remove(java.lang.Object,long)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"remove(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"remove(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"remove(short)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"remove(T)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"removeAll(PrimitiveCollection.OfBoolean)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"removeAll(PrimitiveCollection.OfBoolean)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"removeAll(PrimitiveCollection.OfByte)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"removeAll(PrimitiveCollection.OfByte)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"removeAll(PrimitiveCollection.OfChar)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"removeAll(PrimitiveCollection.OfChar)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"removeAll(PrimitiveCollection.OfDouble)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"removeAll(PrimitiveCollection.OfDouble)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"removeAll(PrimitiveCollection.OfFloat)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"removeAll(PrimitiveCollection.OfFloat)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"removeAll(PrimitiveCollection.OfInt)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"removeAll(PrimitiveCollection.OfInt)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"removeAll(PrimitiveCollection.OfLong)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"removeAll(PrimitiveCollection.OfLong)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"removeAll(PrimitiveCollection.OfShort)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"removeAll(PrimitiveCollection.OfShort)","u":"removeAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"removeAll(T[])"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"removeAt(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"removeEach(Iterable)","u":"removeEach(java.lang.Iterable)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"removeEach(PrimitiveCollection.OfBoolean)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"removeEach(PrimitiveCollection.OfBoolean)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"removeEach(PrimitiveCollection.OfByte)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"removeEach(PrimitiveCollection.OfByte)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"removeEach(PrimitiveCollection.OfChar)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"removeEach(PrimitiveCollection.OfChar)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"removeEach(PrimitiveCollection.OfDouble)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"removeEach(PrimitiveCollection.OfDouble)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"removeEach(PrimitiveCollection.OfFloat)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"removeEach(PrimitiveCollection.OfFloat)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"removeEach(PrimitiveCollection.OfInt)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"removeEach(PrimitiveCollection.OfInt)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"removeEach(PrimitiveCollection.OfLong)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"removeEach(PrimitiveCollection.OfLong)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"removeEach(PrimitiveCollection.OfShort)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"removeEach(PrimitiveCollection.OfShort)","u":"removeEach(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeFirst()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeFirstOccurrence(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeFirstOccurrence(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeFirstOccurrence(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeFirstOccurrence(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeFirstOccurrence(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeFirstOccurrence(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeFirstOccurrence(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeFirstOccurrence(Object)","u":"removeFirstOccurrence(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeFirstOccurrence(short)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"removeIf(BooleanPredicate)","u":"removeIf(com.github.tommyettinger.function.BooleanPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"removeIf(BytePredicate)","u":"removeIf(com.github.tommyettinger.function.BytePredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"removeIf(CharPredicate)","u":"removeIf(com.github.tommyettinger.function.CharPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"removeIf(DoublePredicate)","u":"removeIf(java.util.function.DoublePredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"removeIf(FloatPredicate)","u":"removeIf(com.github.tommyettinger.function.FloatPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"removeIf(IntPredicate)","u":"removeIf(java.util.function.IntPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"removeIf(LongPredicate)","u":"removeIf(java.util.function.LongPredicate)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"removeIf(ShortPredicate)","u":"removeIf(com.github.tommyettinger.function.ShortPredicate)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeLast()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeLastOccurrence(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeLastOccurrence(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeLastOccurrence(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeLastOccurrence(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeLastOccurrence(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeLastOccurrence(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeLastOccurrence(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeLastOccurrence(Object)","u":"removeLastOccurrence(java.lang.Object)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeLastOccurrence(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeLastValue(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeLastValue(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeLastValue(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeLastValue(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeLastValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeLastValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeLastValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeLastValue(Object, boolean)","u":"removeLastValue(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeLastValue(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"removeValue(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"removeValue(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"removeValue(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"removeValue(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"removeValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"removeValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"removeValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"removeValue(Object, boolean)","u":"removeValue(java.lang.Object,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"removeValue(short)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"renumber()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"renumber(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"replace(int, float)","u":"replace(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"replace(int, float, float)","u":"replace(int,float,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"replace(int, int)","u":"replace(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"replace(int, int, int)","u":"replace(int,int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"replace(int, long)","u":"replace(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"replace(int, long, long)","u":"replace(int,long,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"replace(int, V)","u":"replace(int,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"replace(int, V, V)","u":"replace(int,V,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"replace(K, float)","u":"replace(K,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"replace(K, float, float)","u":"replace(K,float,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"replace(K, int)","u":"replace(K,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"replace(K, int, int)","u":"replace(K,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"replace(K, long)","u":"replace(K,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"replace(K, long, long)","u":"replace(K,long,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"replace(long, float)","u":"replace(long,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"replace(long, float, float)","u":"replace(long,float,float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"replace(long, int)","u":"replace(long,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"replace(long, int, int)","u":"replace(long,int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"replace(long, long)","u":"replace(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"replace(long, long, long)","u":"replace(long,long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"replace(long, V)","u":"replace(long,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"replace(long, V, V)","u":"replace(long,V,V)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"replaceAll(BooleanPredicate)","u":"replaceAll(com.github.tommyettinger.function.BooleanPredicate)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"replaceAll(ByteToByteFunction)","u":"replaceAll(com.github.tommyettinger.function.ByteToByteFunction)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"replaceAll(CharToCharFunction)","u":"replaceAll(com.github.tommyettinger.function.CharToCharFunction)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"replaceAll(DoubleUnaryOperator)","u":"replaceAll(java.util.function.DoubleUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"replaceAll(FloatToFloatFunction)","u":"replaceAll(com.github.tommyettinger.function.FloatToFloatFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"replaceAll(IntBinaryOperator)","u":"replaceAll(java.util.function.IntBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"replaceAll(IntFloatToFloatBiFunction)","u":"replaceAll(com.github.tommyettinger.function.IntFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"replaceAll(IntLongToLongBiFunction)","u":"replaceAll(com.github.tommyettinger.function.IntLongToLongBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"replaceAll(IntObjToObjBiFunction)","u":"replaceAll(com.github.tommyettinger.function.IntObjToObjBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"replaceAll(IntUnaryOperator)","u":"replaceAll(java.util.function.IntUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"replaceAll(LongBinaryOperator)","u":"replaceAll(java.util.function.LongBinaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"replaceAll(LongFloatToFloatBiFunction)","u":"replaceAll(com.github.tommyettinger.function.LongFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"replaceAll(LongIntToIntBiFunction)","u":"replaceAll(com.github.tommyettinger.function.LongIntToIntBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"replaceAll(LongObjToObjBiFunction)","u":"replaceAll(com.github.tommyettinger.function.LongObjToObjBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"replaceAll(LongUnaryOperator)","u":"replaceAll(java.util.function.LongUnaryOperator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"replaceAll(ObjFloatToFloatBiFunction)","u":"replaceAll(com.github.tommyettinger.function.ObjFloatToFloatBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"replaceAll(ObjIntToIntBiFunction)","u":"replaceAll(com.github.tommyettinger.function.ObjIntToIntBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"replaceAll(ObjLongToLongBiFunction)","u":"replaceAll(com.github.tommyettinger.function.ObjLongToLongBiFunction)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"replaceAll(ShortToShortFunction)","u":"replaceAll(com.github.tommyettinger.function.ShortToShortFunction)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.HeapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet.HolderOrderedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet.IntOrderedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet.LongOrderedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet.ObjectOrderedSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"reset()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"reset(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"resetIterator()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"resize(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"retainAll(BooleanList)","u":"retainAll(com.github.tommyettinger.ds.BooleanList)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"retainAll(ByteList)","u":"retainAll(com.github.tommyettinger.ds.ByteList)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"retainAll(CharList)","u":"retainAll(com.github.tommyettinger.ds.CharList)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"retainAll(DoubleList)","u":"retainAll(com.github.tommyettinger.ds.DoubleList)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"retainAll(FloatList)","u":"retainAll(com.github.tommyettinger.ds.FloatList)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"retainAll(IntList)","u":"retainAll(com.github.tommyettinger.ds.IntList)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"retainAll(LongList)","u":"retainAll(com.github.tommyettinger.ds.LongList)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"retainAll(PrimitiveCollection.OfBoolean)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfBoolean)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"retainAll(PrimitiveCollection.OfByte)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfByte)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"retainAll(PrimitiveCollection.OfChar)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfChar)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"retainAll(PrimitiveCollection.OfDouble)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfDouble)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"retainAll(PrimitiveCollection.OfFloat)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfFloat)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"retainAll(PrimitiveCollection.OfInt)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfInt)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"retainAll(PrimitiveCollection.OfLong)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfLong)"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"retainAll(PrimitiveCollection.OfShort)","u":"retainAll(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"retainAll(ShortList)","u":"retainAll(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"reverse"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"reverse"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"reverse()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"reverse()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedOppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedOppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedOppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.NaturalImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.OppositeImplicitComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedOppositeComparator","l":"reversed()"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(BooleanList, BooleanComparator, int, int)","u":"select(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(BooleanList, BooleanComparator, int, int)","u":"select(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(ByteList, ByteComparator, int, int)","u":"select(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(ByteList, ByteComparator, int, int)","u":"select(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(CharList, CharComparator, int, int)","u":"select(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(CharList, CharComparator, int, int)","u":"select(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(DoubleList, DoubleComparator, int, int)","u":"select(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(DoubleList, DoubleComparator, int, int)","u":"select(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(FloatList, FloatComparator, int, int)","u":"select(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(FloatList, FloatComparator, int, int)","u":"select(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(IntList, IntComparator, int, int)","u":"select(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(IntList, IntComparator, int, int)","u":"select(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(LongList, LongComparator, int, int)","u":"select(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(LongList, LongComparator, int, int)","u":"select(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(ObjectList, Comparator, int, int)","u":"select(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(ObjectList, Comparator, int, int)","u":"select(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(ShortList, ShortComparator, int, int)","u":"select(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(ShortList, ShortComparator, int, int)","u":"select(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"select(T[], Comparator, int, int)","u":"select(T[],java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"select(T[], Comparator, int, int)","u":"select(T[],java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(BooleanList, BooleanComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.BooleanList,com.github.tommyettinger.ds.support.sort.BooleanComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(ByteList, ByteComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.ByteList,com.github.tommyettinger.ds.support.sort.ByteComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(CharList, CharComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.CharList,com.github.tommyettinger.ds.support.sort.CharComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(DoubleList, DoubleComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.DoubleList,com.github.tommyettinger.ds.support.sort.DoubleComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(FloatList, FloatComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.FloatList,com.github.tommyettinger.ds.support.sort.FloatComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(IntList, IntComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.IntList,com.github.tommyettinger.ds.support.sort.IntComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(LongList, LongComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.LongList,com.github.tommyettinger.ds.support.sort.LongComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(ObjectList, Comparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.ObjectList,java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(ShortList, ShortComparator, int, int)","u":"selectIndex(com.github.tommyettinger.ds.ShortList,com.github.tommyettinger.ds.support.sort.ShortComparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Select","l":"selectIndex(T[], Comparator, int, int)","u":"selectIndex(T[],java.util.Comparator,int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"selectRanked(BooleanComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.BooleanComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"selectRanked(ByteComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.ByteComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"selectRanked(CharComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.CharComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"selectRanked(Comparator, int)","u":"selectRanked(java.util.Comparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"selectRanked(DoubleComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.DoubleComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"selectRanked(FloatComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.FloatComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"selectRanked(IntComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.IntComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"selectRanked(LongComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.LongComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"selectRanked(ShortComparator, int)","u":"selectRanked(com.github.tommyettinger.ds.support.sort.ShortComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"selectRankedIndex(BooleanComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.BooleanComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"selectRankedIndex(ByteComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.ByteComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"selectRankedIndex(CharComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.CharComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"selectRankedIndex(Comparator, int)","u":"selectRankedIndex(java.util.Comparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"selectRankedIndex(DoubleComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.DoubleComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"selectRankedIndex(FloatComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.FloatComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"selectRankedIndex(IntComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.IntComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"selectRankedIndex(LongComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.LongComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"selectRankedIndex(ShortComparator, int)","u":"selectRankedIndex(com.github.tommyettinger.ds.support.sort.ShortComparator,int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"set"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"set"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"set"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"set(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"set(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"set(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"set(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"set(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"set(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"set(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"set(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"set(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"set(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"set(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"set(int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"set(int, boolean)","u":"set(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"set(int, boolean)","u":"set(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"set(int, byte)","u":"set(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"set(int, byte)","u":"set(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"set(int, char)","u":"set(int,char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"set(int, char)","u":"set(int,char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"set(int, double)","u":"set(int,double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"set(int, double)","u":"set(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"set(int, float)","u":"set(int,float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"set(int, float)","u":"set(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"set(int, int)","u":"set(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"set(int, int)","u":"set(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"set(int, long)","u":"set(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"set(int, long)","u":"set(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"set(int, short)","u":"set(int,short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"set(int, short)","u":"set(int,short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"set(int, T)","u":"set(int,T)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"set(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"set(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"set(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"set(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"set(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"set(T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"set(T)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"setAt(int, float)","u":"setAt(int,float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"setAt(int, float)","u":"setAt(int,float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"setAt(int, float)","u":"setAt(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"setAt(int, int)","u":"setAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"setAt(int, int)","u":"setAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"setAt(int, int)","u":"setAt(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"setAt(int, long)","u":"setAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"setAt(int, long)","u":"setAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"setAt(int, long)","u":"setAt(int,long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"setAt(int, V)","u":"setAt(int,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"setAt(int, V)","u":"setAt(int,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"setAt(int, V)","u":"setAt(int,V)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"setDefaultLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"setDefaultValue(boolean)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"setDefaultValue(byte)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"setDefaultValue(char)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"setDefaultValue(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"setDefaultValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"setDefaultValue(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"setDefaultValue(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"setDefaultValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"setDefaultValue(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"setDefaultValue(long)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"setDefaultValue(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"setDefaultValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"setDefaultValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"setDefaultValue(short)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"setDefaultValue(T)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"setDefaultValue(V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"setDefaultValue(V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"setDefaultValue(V)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"setExtractor(Function)","u":"setExtractor(java.util.function.Function)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"setHashMultiplier(long)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"setLoadFactor(float)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"setOffset(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"setRawBits(long[])"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"setSize(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"setValue(float)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"setValue(float)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"setValue(float)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"setValue(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"setValue(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"setValue(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"setValue(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"setValue(long)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"setValue(long)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"setValue(T, float)","u":"setValue(T,float)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"setValue(V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"setValue(V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"setValue(V)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"shift"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(PrimitiveCollection.OfShort)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(short[])","u":"%3Cinit%3E(short[])"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(short[], int, int)","u":"%3Cinit%3E(short[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"ShortDeque(ShortDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortDeque)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"ShortDequeIterator(ShortDeque)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortDeque)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"ShortDequeIterator(ShortDeque, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortDeque,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"ShortDequeIterator(ShortDeque, int, boolean)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortDeque,int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(boolean, int)","u":"%3Cinit%3E(boolean,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(boolean, short[], int, int)","u":"%3Cinit%3E(boolean,short[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(Ordered.OfShort)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(Ordered.OfShort, int, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.Ordered.OfShort,int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(PrimitiveCollection.OfShort)","u":"%3Cinit%3E(com.github.tommyettinger.ds.PrimitiveCollection.OfShort)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(short[])","u":"%3Cinit%3E(short[])"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(short[], int, int)","u":"%3Cinit%3E(short[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"ShortList(ShortList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"ShortListIterator(ShortList)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortList)"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"ShortListIterator(ShortList, int)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ShortList,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"shrink()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"shrink(int)"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"shuffle(Random)","u":"shuffle(java.util.Random)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"size"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"size"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"size()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"sort()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"sort(BooleanComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"sort(BooleanComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"sort(byte[], ByteComparator)","u":"sort(byte[],com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"sort(byte[], int, int, ByteComparator)","u":"sort(byte[],int,int,com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"sort(ByteComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"sort(ByteComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"sort(ByteComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"sort(char[], CharComparator)","u":"sort(char[],com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparators","l":"sort(char[], int, int, CharComparator)","u":"sort(char[],int,int,com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"sort(CharComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"sort(CharComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"sort(CharComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"sort(double[], DoubleComparator)","u":"sort(double[],com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"sort(double[], int, int, DoubleComparator)","u":"sort(double[],int,int,com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"sort(DoubleComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"sort(DoubleComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"sort(DoubleComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"sort(float[], FloatComparator)","u":"sort(float[],com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"sort(float[], int, int, FloatComparator)","u":"sort(float[],int,int,com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"sort(FloatComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"sort(FloatComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"sort(FloatComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"sort(int, int, BooleanComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"sort(int, int, ByteComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"sort(int, int, CharComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"sort(int, int, DoubleComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"sort(int, int, FloatComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"sort(int, int, IntComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"sort(int, int, LongComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"sort(int, int, ShortComparator)","u":"sort(int,int,com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"sort(int[], int, int, IntComparator)","u":"sort(int[],int,int,com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"sort(int[], IntComparator)","u":"sort(int[],com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"sort(IntComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"sort(K[], Comparator)","u":"sort(K[],java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"sort(K[], int, int, Comparator)","u":"sort(K[],int,int,java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"sort(List, Comparator)","u":"sort(java.util.List,java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ObjectComparators","l":"sort(List, int, int, Comparator)","u":"sort(java.util.List,int,int,java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"sort(long[], int, int, LongComparator)","u":"sort(long[],int,int,com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"sort(long[], LongComparator)","u":"sort(long[],com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"sort(LongComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"sort(short[], int, int, ShortComparator)","u":"sort(short[],int,int,com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"sort(short[], ShortComparator)","u":"sort(short[],com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"sort(ShortComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"sort(ShortComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"sort(ShortComparator)","u":"sort(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"sortByValue(Comparator)","u":"sortByValue(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"sortByValue(Comparator)","u":"sortByValue(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"sortByValue(Comparator)","u":"sortByValue(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"sortByValue(FloatComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"sortByValue(FloatComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"sortByValue(FloatComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"sortByValue(IntComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"sortByValue(IntComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"sortByValue(IntComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"sortByValue(LongComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"sortByValue(LongComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"sortByValue(LongComparator)","u":"sortByValue(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds","c":"Arrangeable","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfBoolean","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfByte","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfChar","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfDouble","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfFloat","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfInt","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfLong","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered.OfShort","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"Ordered","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"swap(int, int)","u":"swap(int,int)"},{"p":"com.github.tommyettinger.ds","c":"QuickSelect","l":"swap(T[], int, int)","u":"swap(T[],int,int)"},{"p":"com.github.tommyettinger.ds","c":"Utilities","l":"tableSize(int, float)","u":"tableSize(int,float)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"tail"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"tail"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"thenComparing(BooleanComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.BooleanComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"thenComparing(ByteComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.ByteComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"thenComparing(CharComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.CharComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"BooleanComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"CharComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"thenComparing(Comparator)","u":"thenComparing(java.util.Comparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparator","l":"thenComparing(DoubleComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.DoubleComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparator","l":"thenComparing(FloatComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.FloatComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparator","l":"thenComparing(IntComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.IntComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparator","l":"thenComparing(LongComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.LongComparator)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparator","l":"thenComparing(ShortComparator)","u":"thenComparing(com.github.tommyettinger.ds.support.sort.ShortComparator)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"threshold"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"times(byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"times(double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"times(float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"times(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"times(int, byte)","u":"times(int,byte)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"times(int, double)","u":"times(int,double)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"times(int, float)","u":"times(int,float)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"times(int, int)","u":"times(int,int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"times(int, long)","u":"times(int,long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"times(int, short)","u":"times(int,short)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"times(long)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"times(short)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"toArray()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"toArray(boolean[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfBoolean","l":"toArray(boolean[])"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"toArray(byte[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfByte","l":"toArray(byte[])"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toArray(char[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfChar","l":"toArray(char[])"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"toArray(double[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfDouble","l":"toArray(double[])"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"toArray(E[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"toArray(E[])"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"toArray(E[])"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"toArray(float[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfFloat","l":"toArray(float[])"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"toArray(int[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfInt","l":"toArray(int[])"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"toArray(long[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfLong","l":"toArray(long[])"},{"p":"com.github.tommyettinger.ds","c":"PrimitiveCollection.OfShort","l":"toArray(short[])"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"toArray(short[])"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toArray(T1[])"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"toDenseString()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toDenseString()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"toggle(int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"tolerance"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"tolerance"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"TOLERANT_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"TOLERANT_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"TolerantComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"TolerantComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators","l":"tolerantComparator(double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"DoubleComparators.TolerantComparator","l":"TolerantComparator(double)","u":"%3Cinit%3E(double)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators","l":"tolerantComparator(float)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"FloatComparators.TolerantComparator","l":"TolerantComparator(float)","u":"%3Cinit%3E(float)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet.HolderSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.KeyIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entries","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Keys","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet.OffsetBitSetIterator","l":"toList()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"toString()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"toString(String, boolean)","u":"toString(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"truncate(int)"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"UNSIGNED_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"UNSIGNED_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"UNSIGNED_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"UNSIGNED_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators","l":"UNSIGNED_OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators","l":"UNSIGNED_OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators","l":"UNSIGNED_OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators","l":"UNSIGNED_OPPOSITE_COMPARATOR"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedComparator","l":"UnsignedComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedComparator","l":"UnsignedComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedComparator","l":"UnsignedComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedComparator","l":"UnsignedComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ByteComparators.UnsignedOppositeComparator","l":"UnsignedOppositeComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"IntComparators.UnsignedOppositeComparator","l":"UnsignedOppositeComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"LongComparators.UnsignedOppositeComparator","l":"UnsignedOppositeComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds.support.sort","c":"ShortComparators.UnsignedOppositeComparator","l":"UnsignedOppositeComparator()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque.BooleanDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"BooleanList.BooleanListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque.ByteDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ByteList.ByteListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"CharDeque.CharDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"CharList.CharListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque.DoubleDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"DoubleList.DoubleListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque.FloatDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"FloatList.FloatListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntDeque.IntDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntList.IntListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"IntSet.IntSetIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongDeque.LongDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongList.LongListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"LongSet.LongSetIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet.NumberedSetIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque.ObjectDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectList.ObjectListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.MapIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet.ObjectSetIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque.ShortDequeIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"ShortList.ShortListIterator","l":"valid"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap.Node","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Entry","l":"value"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.ValueIterator","l":"ValueIterator(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.ValueIterator","l":"ValueIterator(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.ValueIterator","l":"ValueIterator(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.ValueIterator","l":"ValueIterator(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.ValueIterator","l":"ValueIterator(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.ValueIterator","l":"ValueIterator(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.ValueIterator","l":"ValueIterator(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.ValueIterator","l":"ValueIterator(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.ValueIterator","l":"ValueIterator(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.ValueIterator","l":"ValueIterator(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.ValueIterator","l":"ValueIterator(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"values"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"values()"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap.Values","l":"Values(IntFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap.Values","l":"Values(IntIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntIntMap)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap.Values","l":"Values(IntLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntLongMap)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap.Values","l":"Values(IntObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.IntObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap.Values","l":"Values(LongFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap.Values","l":"Values(LongIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongIntMap)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap.Values","l":"Values(LongLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongLongMap)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap.Values","l":"Values(LongObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.LongObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap.Values","l":"Values(ObjectFloatMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectFloatMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap.Values","l":"Values(ObjectIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectIntMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap.Values","l":"Values(ObjectLongMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectLongMap)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap.Values","l":"Values(ObjectObjectMap)","u":"%3Cinit%3E(com.github.tommyettinger.ds.ObjectObjectMap)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"values1"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"values2"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"valueTable"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"with(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"with(boolean)"},{"p":"com.github.tommyettinger.ds","c":"BooleanDeque","l":"with(boolean...)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"with(boolean...)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"with(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"with(byte)"},{"p":"com.github.tommyettinger.ds","c":"ByteDeque","l":"with(byte...)"},{"p":"com.github.tommyettinger.ds","c":"ByteList","l":"with(byte...)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"with(char)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"with(char)"},{"p":"com.github.tommyettinger.ds","c":"CharDeque","l":"with(char...)"},{"p":"com.github.tommyettinger.ds","c":"CharList","l":"with(char...)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"with(CharSequence)","u":"with(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"with(CharSequence)","u":"with(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"with(CharSequence, V)","u":"with(java.lang.CharSequence,V)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"with(CharSequence, V)","u":"with(java.lang.CharSequence,V)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveMap","l":"with(CharSequence, V, Object...)","u":"with(java.lang.CharSequence,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedMap","l":"with(CharSequence, V, Object...)","u":"with(java.lang.CharSequence,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveOrderedSet","l":"with(CharSequence...)","u":"with(java.lang.CharSequence...)"},{"p":"com.github.tommyettinger.ds","c":"CaseInsensitiveSet","l":"with(CharSequence...)","u":"with(java.lang.CharSequence...)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"with(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"with(double)"},{"p":"com.github.tommyettinger.ds","c":"DoubleDeque","l":"with(double...)"},{"p":"com.github.tommyettinger.ds","c":"DoubleList","l":"with(double...)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"with(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"with(float)"},{"p":"com.github.tommyettinger.ds","c":"FloatDeque","l":"with(float...)"},{"p":"com.github.tommyettinger.ds","c":"FloatList","l":"with(float...)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"with(Function, T)","u":"with(java.util.function.Function,T)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"with(Function, T)","u":"with(java.util.function.Function,T)"},{"p":"com.github.tommyettinger.ds","c":"HolderOrderedSet","l":"with(Function, T...)","u":"with(java.util.function.Function,T...)"},{"p":"com.github.tommyettinger.ds","c":"HolderSet","l":"with(Function, T...)","u":"with(java.util.function.Function,T...)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"with(int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"with(int, int)","u":"with(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"with(int, int)","u":"with(int,int)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"with(int, int, int...)","u":"with(int,int,int...)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"with(int, int, int...)","u":"with(int,int,int...)"},{"p":"com.github.tommyettinger.ds","c":"IntDeque","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"IntList","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"IntOrderedSet","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"IntSet","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"with(int...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"with(K, Number)","u":"with(K,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectFloatOrderedMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectIntOrderedMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectLongOrderedMap","l":"with(K, Number, Object...)","u":"with(K,java.lang.Number,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"with(K, V)","u":"with(K,V)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"with(K, V)","u":"with(K,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"with(K, V)","u":"with(K,V)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"with(K, V)","u":"with(K,V)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectMap","l":"with(K, V, Object...)","u":"with(K,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"IdentityObjectOrderedMap","l":"with(K, V, Object...)","u":"with(K,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectMap","l":"with(K, V, Object...)","u":"with(K,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectObjectOrderedMap","l":"with(K, V, Object...)","u":"with(K,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"with(long)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"with(long)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"with(long)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"with(long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"with(long, long)","u":"with(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"with(long, long)","u":"with(long,long)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"with(long, long, long...)","u":"with(long,long,long...)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"with(long, long, long...)","u":"with(long,long,long...)"},{"p":"com.github.tommyettinger.ds","c":"LongDeque","l":"with(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongList","l":"with(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongOrderedSet","l":"with(long...)"},{"p":"com.github.tommyettinger.ds","c":"LongSet","l":"with(long...)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"with(Number, Number)","u":"with(java.lang.Number,java.lang.Number)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntIntOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntLongOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongFloatOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongIntOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"LongLongOrderedMap","l":"with(Number, Number, Number...)","u":"with(java.lang.Number,java.lang.Number,java.lang.Number...)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"with(Number, V)","u":"with(java.lang.Number,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"with(Number, V)","u":"with(java.lang.Number,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"with(Number, V)","u":"with(java.lang.Number,V)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"with(Number, V)","u":"with(java.lang.Number,V)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"with(Number, V, Object...)","u":"with(java.lang.Number,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"IntObjectOrderedMap","l":"with(Number, V, Object...)","u":"with(java.lang.Number,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"with(Number, V, Object...)","u":"with(java.lang.Number,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"LongObjectOrderedMap","l":"with(Number, V, Object...)","u":"with(java.lang.Number,V,java.lang.Object...)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"with(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"with(short)"},{"p":"com.github.tommyettinger.ds","c":"ShortDeque","l":"with(short...)"},{"p":"com.github.tommyettinger.ds","c":"ShortList","l":"with(short...)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"with(T)"},{"p":"com.github.tommyettinger.ds","c":"BinaryHeap","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"IdentityOrderedSet","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"IdentitySet","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"NumberedSet","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectDeque","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectList","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectOrderedSet","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"ObjectSet","l":"with(T...)"},{"p":"com.github.tommyettinger.ds","c":"BooleanList","l":"xor(int, boolean)","u":"xor(int,boolean)"},{"p":"com.github.tommyettinger.ds","c":"OffsetBitSet","l":"xor(OffsetBitSet)","u":"xor(com.github.tommyettinger.ds.OffsetBitSet)"},{"p":"com.github.tommyettinger.ds","c":"IntFloatMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntIntMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntLongMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"IntObjectMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongFloatMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongIntMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongLongMap","l":"zeroValue"},{"p":"com.github.tommyettinger.ds","c":"LongObjectMap","l":"zeroValue"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html index d1b3645c7..6bc02f3aa 100644 --- a/docs/apidocs/overview-summary.html +++ b/docs/apidocs/overview-summary.html @@ -2,7 +2,7 @@ -jdkgdxds 1.1.0 API +jdkgdxds 1.1.1 API diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html index 32d3b233b..7fee407e4 100644 --- a/docs/apidocs/overview-tree.html +++ b/docs/apidocs/overview-tree.html @@ -2,7 +2,7 @@ -Class Hierarchy (jdkgdxds 1.1.0 API) +Class Hierarchy (jdkgdxds 1.1.1 API) @@ -52,7 +52,6 @@

    Hierarchy For All Packages

    Package Hierarchies: @@ -541,9 +540,11 @@

    Class Hierarchy

  • com.github.tommyettinger.ds.ObjectSet<T> (implements java.lang.Iterable<T>, java.util.Set<E>) @@ -627,12 +628,6 @@

    Interface Hierarchy

  • -
    -

    Annotation Interface Hierarchy

    - -
    diff --git a/docs/apidocs/package-search-index.js b/docs/apidocs/package-search-index.js index 01ee69ac9..ba01c5653 100644 --- a/docs/apidocs/package-search-index.js +++ b/docs/apidocs/package-search-index.js @@ -1 +1 @@ -packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"com.github.tommyettinger.ds"},{"l":"com.github.tommyettinger.ds.annotations"},{"l":"com.github.tommyettinger.ds.support.sort"},{"l":"com.github.tommyettinger.ds.support.util"}];updateSearchResults(); \ No newline at end of file +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"com.github.tommyettinger.ds"},{"l":"com.github.tommyettinger.ds.support.sort"},{"l":"com.github.tommyettinger.ds.support.util"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/apidocs/serialized-form.html b/docs/apidocs/serialized-form.html index bb31e4702..ef0b7c7a5 100644 --- a/docs/apidocs/serialized-form.html +++ b/docs/apidocs/serialized-form.html @@ -2,7 +2,7 @@ -Serialized Form (jdkgdxds 1.1.0 API) +Serialized Form (jdkgdxds 1.1.1 API) diff --git a/docs/apidocs/type-search-index.js b/docs/apidocs/type-search-index.js index 4d0c40832..98ea6b56d 100644 --- a/docs/apidocs/type-search-index.js +++ b/docs/apidocs/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"com.github.tommyettinger.ds","l":"Arrangeable"},{"p":"com.github.tommyettinger.ds","l":"BinaryHeap"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparators"},{"p":"com.github.tommyettinger.ds","l":"BooleanDeque"},{"p":"com.github.tommyettinger.ds","l":"BooleanDeque.BooleanDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"BooleanIterator"},{"p":"com.github.tommyettinger.ds","l":"BooleanList"},{"p":"com.github.tommyettinger.ds","l":"BooleanList.BooleanListIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators"},{"p":"com.github.tommyettinger.ds","l":"ByteDeque"},{"p":"com.github.tommyettinger.ds","l":"ByteDeque.ByteDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"ByteIterator"},{"p":"com.github.tommyettinger.ds","l":"ByteList"},{"p":"com.github.tommyettinger.ds","l":"ByteList.ByteListIterator"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveMap"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveSet"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparators"},{"p":"com.github.tommyettinger.ds","l":"CharDeque"},{"p":"com.github.tommyettinger.ds","l":"CharDeque.CharDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"CharIterator"},{"p":"com.github.tommyettinger.ds","l":"CharList"},{"p":"com.github.tommyettinger.ds","l":"CharList.CharListIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators"},{"p":"com.github.tommyettinger.ds","l":"DoubleDeque"},{"p":"com.github.tommyettinger.ds","l":"DoubleDeque.DoubleDequeIterator"},{"p":"com.github.tommyettinger.ds","l":"DoubleList"},{"p":"com.github.tommyettinger.ds","l":"DoubleList.DoubleListIterator"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveOrderedMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.EntryIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators"},{"p":"com.github.tommyettinger.ds","l":"FloatDeque"},{"p":"com.github.tommyettinger.ds","l":"FloatDeque.FloatDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"FloatIterator"},{"p":"com.github.tommyettinger.ds","l":"FloatList"},{"p":"com.github.tommyettinger.ds","l":"FloatList.FloatListIterator"},{"p":"com.github.tommyettinger.ds","l":"BinaryHeap.HeapIterator"},{"p":"com.github.tommyettinger.ds","l":"HolderOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"HolderOrderedSet.HolderOrderedSetIterator"},{"p":"com.github.tommyettinger.ds","l":"HolderSet"},{"p":"com.github.tommyettinger.ds","l":"HolderSet.HolderSetIterator"},{"p":"com.github.tommyettinger.ds","l":"IdentityObjectMap"},{"p":"com.github.tommyettinger.ds","l":"IdentityObjectOrderedMap"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators"},{"p":"com.github.tommyettinger.ds","l":"IntDeque"},{"p":"com.github.tommyettinger.ds","l":"IntDeque.IntDequeIterator"},{"p":"com.github.tommyettinger.ds","l":"NumberedSet.InternalMap"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap"},{"p":"com.github.tommyettinger.ds","l":"IntFloatOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap"},{"p":"com.github.tommyettinger.ds","l":"IntIntOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"IntList"},{"p":"com.github.tommyettinger.ds","l":"IntList.IntListIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap"},{"p":"com.github.tommyettinger.ds","l":"IntLongOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap"},{"p":"com.github.tommyettinger.ds","l":"IntObjectOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"IntOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"IntOrderedSet.IntOrderedSetIterator"},{"p":"com.github.tommyettinger.ds","l":"IntSet"},{"p":"com.github.tommyettinger.ds","l":"IntSet.IntSetIterator"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveOrderedMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.Keys"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators"},{"p":"com.github.tommyettinger.ds","l":"LongDeque"},{"p":"com.github.tommyettinger.ds","l":"LongDeque.LongDequeIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap"},{"p":"com.github.tommyettinger.ds","l":"LongFloatOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap"},{"p":"com.github.tommyettinger.ds","l":"LongIntOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"LongList"},{"p":"com.github.tommyettinger.ds","l":"LongList.LongListIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap"},{"p":"com.github.tommyettinger.ds","l":"LongLongOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap"},{"p":"com.github.tommyettinger.ds","l":"LongObjectOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"LongOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"LongOrderedSet.LongOrderedSetIterator"},{"p":"com.github.tommyettinger.ds","l":"LongSet"},{"p":"com.github.tommyettinger.ds","l":"LongSet.LongSetIterator"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.MapIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"NaturalTextComparator"},{"p":"com.github.tommyettinger.ds","l":"BinaryHeap.Node"},{"p":"com.github.tommyettinger.ds.annotations","l":"NotNullDefault"},{"p":"com.github.tommyettinger.ds","l":"NumberedSet"},{"p":"com.github.tommyettinger.ds","l":"NumberedSet.NumberedSetIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ObjectComparators"},{"p":"com.github.tommyettinger.ds","l":"ObjectDeque"},{"p":"com.github.tommyettinger.ds","l":"ObjectDeque.ObjectDequeIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectList"},{"p":"com.github.tommyettinger.ds","l":"ObjectList.ObjectListIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"ObjectOrderedSet.ObjectOrderedSetIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectSet"},{"p":"com.github.tommyettinger.ds","l":"ObjectSet.ObjectSetIterator"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfBoolean"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfBoolean"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfByte"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfByte"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfChar"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfChar"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfDouble"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfDouble"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfFloat"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfFloat"},{"p":"com.github.tommyettinger.ds","l":"OffsetBitSet"},{"p":"com.github.tommyettinger.ds","l":"OffsetBitSet.OffsetBitSetIterator"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfInt"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfInt"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfLong"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfLong"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfShort"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfShort"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds","l":"Ordered"},{"p":"com.github.tommyettinger.ds","l":"IntFloatOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"IntIntOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"IntLongOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"IntObjectOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"LongFloatOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"LongIntOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"LongLongOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"LongObjectOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"IntFloatOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"IntIntOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"IntLongOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"IntObjectOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"LongFloatOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"LongIntOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"LongLongOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"LongObjectOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"IntFloatOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"IntIntOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"IntLongOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"IntObjectOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"LongFloatOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"LongIntOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"LongLongOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"LongObjectOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection"},{"p":"com.github.tommyettinger.ds","l":"QuickSelect"},{"p":"com.github.tommyettinger.ds","l":"Select"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators"},{"p":"com.github.tommyettinger.ds","l":"ShortDeque"},{"p":"com.github.tommyettinger.ds","l":"ShortDeque.ShortDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"ShortIterator"},{"p":"com.github.tommyettinger.ds","l":"ShortList"},{"p":"com.github.tommyettinger.ds","l":"ShortList.ShortListIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators.TolerantComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators.TolerantComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.UnsignedComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.UnsignedComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.UnsignedComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.UnsignedComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.UnsignedOppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.UnsignedOppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.UnsignedOppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.UnsignedOppositeComparator"},{"p":"com.github.tommyettinger.ds","l":"Utilities"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.Values"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.Values"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.Values"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.Values"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.Values"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.Values"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.Values"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.Values"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.Values"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.Values"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.Values"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.Values"}];updateSearchResults(); \ No newline at end of file +typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"com.github.tommyettinger.ds","l":"Arrangeable"},{"p":"com.github.tommyettinger.ds","l":"BinaryHeap"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparators"},{"p":"com.github.tommyettinger.ds","l":"BooleanDeque"},{"p":"com.github.tommyettinger.ds","l":"BooleanDeque.BooleanDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"BooleanIterator"},{"p":"com.github.tommyettinger.ds","l":"BooleanList"},{"p":"com.github.tommyettinger.ds","l":"BooleanList.BooleanListIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators"},{"p":"com.github.tommyettinger.ds","l":"ByteDeque"},{"p":"com.github.tommyettinger.ds","l":"ByteDeque.ByteDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"ByteIterator"},{"p":"com.github.tommyettinger.ds","l":"ByteList"},{"p":"com.github.tommyettinger.ds","l":"ByteList.ByteListIterator"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveMap"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveSet"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparators"},{"p":"com.github.tommyettinger.ds","l":"CharDeque"},{"p":"com.github.tommyettinger.ds","l":"CharDeque.CharDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"CharIterator"},{"p":"com.github.tommyettinger.ds","l":"CharList"},{"p":"com.github.tommyettinger.ds","l":"CharList.CharListIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators"},{"p":"com.github.tommyettinger.ds","l":"DoubleDeque"},{"p":"com.github.tommyettinger.ds","l":"DoubleDeque.DoubleDequeIterator"},{"p":"com.github.tommyettinger.ds","l":"DoubleList"},{"p":"com.github.tommyettinger.ds","l":"DoubleList.DoubleListIterator"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.Entries"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveOrderedMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.Entry"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.EntryIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.EntryIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators"},{"p":"com.github.tommyettinger.ds","l":"FloatDeque"},{"p":"com.github.tommyettinger.ds","l":"FloatDeque.FloatDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"FloatIterator"},{"p":"com.github.tommyettinger.ds","l":"FloatList"},{"p":"com.github.tommyettinger.ds","l":"FloatList.FloatListIterator"},{"p":"com.github.tommyettinger.ds","l":"BinaryHeap.HeapIterator"},{"p":"com.github.tommyettinger.ds","l":"HolderOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"HolderOrderedSet.HolderOrderedSetIterator"},{"p":"com.github.tommyettinger.ds","l":"HolderSet"},{"p":"com.github.tommyettinger.ds","l":"HolderSet.HolderSetIterator"},{"p":"com.github.tommyettinger.ds","l":"IdentityObjectMap"},{"p":"com.github.tommyettinger.ds","l":"IdentityObjectOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"IdentityOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"IdentitySet"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators"},{"p":"com.github.tommyettinger.ds","l":"IntDeque"},{"p":"com.github.tommyettinger.ds","l":"IntDeque.IntDequeIterator"},{"p":"com.github.tommyettinger.ds","l":"NumberedSet.InternalMap"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap"},{"p":"com.github.tommyettinger.ds","l":"IntFloatOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap"},{"p":"com.github.tommyettinger.ds","l":"IntIntOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"IntList"},{"p":"com.github.tommyettinger.ds","l":"IntList.IntListIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap"},{"p":"com.github.tommyettinger.ds","l":"IntLongOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap"},{"p":"com.github.tommyettinger.ds","l":"IntObjectOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"IntOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"IntOrderedSet.IntOrderedSetIterator"},{"p":"com.github.tommyettinger.ds","l":"IntSet"},{"p":"com.github.tommyettinger.ds","l":"IntSet.IntSetIterator"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.KeyIterator"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"CaseInsensitiveOrderedMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.Keys"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.Keys"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators"},{"p":"com.github.tommyettinger.ds","l":"LongDeque"},{"p":"com.github.tommyettinger.ds","l":"LongDeque.LongDequeIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap"},{"p":"com.github.tommyettinger.ds","l":"LongFloatOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap"},{"p":"com.github.tommyettinger.ds","l":"LongIntOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"LongList"},{"p":"com.github.tommyettinger.ds","l":"LongList.LongListIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap"},{"p":"com.github.tommyettinger.ds","l":"LongLongOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap"},{"p":"com.github.tommyettinger.ds","l":"LongObjectOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"LongOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"LongOrderedSet.LongOrderedSetIterator"},{"p":"com.github.tommyettinger.ds","l":"LongSet"},{"p":"com.github.tommyettinger.ds","l":"LongSet.LongSetIterator"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.MapIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.MapIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.NaturalImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"NaturalTextComparator"},{"p":"com.github.tommyettinger.ds","l":"BinaryHeap.Node"},{"p":"com.github.tommyettinger.ds","l":"NumberedSet"},{"p":"com.github.tommyettinger.ds","l":"NumberedSet.NumberedSetIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ObjectComparators"},{"p":"com.github.tommyettinger.ds","l":"ObjectDeque"},{"p":"com.github.tommyettinger.ds","l":"ObjectDeque.ObjectDequeIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectList"},{"p":"com.github.tommyettinger.ds","l":"ObjectList.ObjectListIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectOrderedMap"},{"p":"com.github.tommyettinger.ds","l":"ObjectOrderedSet"},{"p":"com.github.tommyettinger.ds","l":"ObjectOrderedSet.ObjectOrderedSetIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectSet"},{"p":"com.github.tommyettinger.ds","l":"ObjectSet.ObjectSetIterator"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfBoolean"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfBoolean"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfByte"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfByte"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfChar"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfChar"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfDouble"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfDouble"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfFloat"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfFloat"},{"p":"com.github.tommyettinger.ds","l":"OffsetBitSet"},{"p":"com.github.tommyettinger.ds","l":"OffsetBitSet.OffsetBitSetIterator"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfInt"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfInt"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfLong"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfLong"},{"p":"com.github.tommyettinger.ds","l":"Ordered.OfShort"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection.OfShort"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.OppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"BooleanComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"CharComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.OppositeImplicitComparator"},{"p":"com.github.tommyettinger.ds","l":"Ordered"},{"p":"com.github.tommyettinger.ds","l":"IntFloatOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"IntIntOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"IntLongOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"IntObjectOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"LongFloatOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"LongIntOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"LongLongOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"LongObjectOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectOrderedMap.OrderedMapEntries"},{"p":"com.github.tommyettinger.ds","l":"IntFloatOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"IntIntOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"IntLongOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"IntObjectOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"LongFloatOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"LongIntOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"LongLongOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"LongObjectOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectOrderedMap.OrderedMapKeys"},{"p":"com.github.tommyettinger.ds","l":"IntFloatOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"IntIntOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"IntLongOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"IntObjectOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"LongFloatOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"LongIntOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"LongLongOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"LongObjectOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectOrderedMap.OrderedMapValues"},{"p":"com.github.tommyettinger.ds","l":"PrimitiveCollection"},{"p":"com.github.tommyettinger.ds","l":"QuickSelect"},{"p":"com.github.tommyettinger.ds","l":"Select"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators"},{"p":"com.github.tommyettinger.ds","l":"ShortDeque"},{"p":"com.github.tommyettinger.ds","l":"ShortDeque.ShortDequeIterator"},{"p":"com.github.tommyettinger.ds.support.util","l":"ShortIterator"},{"p":"com.github.tommyettinger.ds","l":"ShortList"},{"p":"com.github.tommyettinger.ds","l":"ShortList.ShortListIterator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"DoubleComparators.TolerantComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"FloatComparators.TolerantComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.UnsignedComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.UnsignedComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.UnsignedComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.UnsignedComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ByteComparators.UnsignedOppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"IntComparators.UnsignedOppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"LongComparators.UnsignedOppositeComparator"},{"p":"com.github.tommyettinger.ds.support.sort","l":"ShortComparators.UnsignedOppositeComparator"},{"p":"com.github.tommyettinger.ds","l":"Utilities"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.ValueIterator"},{"p":"com.github.tommyettinger.ds","l":"IntFloatMap.Values"},{"p":"com.github.tommyettinger.ds","l":"IntIntMap.Values"},{"p":"com.github.tommyettinger.ds","l":"IntLongMap.Values"},{"p":"com.github.tommyettinger.ds","l":"IntObjectMap.Values"},{"p":"com.github.tommyettinger.ds","l":"LongFloatMap.Values"},{"p":"com.github.tommyettinger.ds","l":"LongIntMap.Values"},{"p":"com.github.tommyettinger.ds","l":"LongLongMap.Values"},{"p":"com.github.tommyettinger.ds","l":"LongObjectMap.Values"},{"p":"com.github.tommyettinger.ds","l":"ObjectFloatMap.Values"},{"p":"com.github.tommyettinger.ds","l":"ObjectIntMap.Values"},{"p":"com.github.tommyettinger.ds","l":"ObjectLongMap.Values"},{"p":"com.github.tommyettinger.ds","l":"ObjectObjectMap.Values"}];updateSearchResults(); \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 815dd7e54..7afb7537a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ RELEASE_SIGNING_ENABLED=true GROUP=com.github.tommyettinger POM_ARTIFACT_ID=jdkgdxds -VERSION_NAME=1.1.1-SNAPSHOT +VERSION_NAME=1.1.1 POM_NAME=jdkgdxds POM_DESCRIPTION=Making libGDX's data structures implement JDK interfaces. diff --git a/src/test/java/com/github/tommyettinger/ds/test/PileupTest.java b/src/test/java/com/github/tommyettinger/ds/test/PileupTest.java index 2b146eaac..5ba3ad2f7 100644 --- a/src/test/java/com/github/tommyettinger/ds/test/PileupTest.java +++ b/src/test/java/com/github/tommyettinger/ds/test/PileupTest.java @@ -1689,12 +1689,7 @@ public void clear () { super.clear(); } }; -// final int limit = (int)(Math.sqrt(LEN)); -// for (int x = -limit; x < limit; x+=2) { -// for (int y = -limit; y < limit; y+=2) { -// set.add(new Vector2(x, y)); -// } -// } + for (int i = 0; i < words.size(); i++) { set.add(words.get(i)); }