b

brownies-collections

Brownies Collections complements the Java Collections Framework. GapList combines the strengths of both ArrayList and LinkedList. BigList is a list optimized for storing large number of elements. There are specialized List implementations for all primitive data types (IntGapList, IntBigList, IntObjGapList, IntObjBigList). The key collection classes offer support for keys and constraints for lists and collections (KeyList, KeyCollection, KeySet, Key1List, Key1Collection, Key1Set, Key2List, Key2Collection, Key2Set).
http://www.magicwerk.org/collections
The Apache License, Version 2.0
Thomas Mauch
Files download
File Operation
brownies-collections-0.9.23.jar download
brownies-collections-0.9.23.pom download
brownies-collections-0.9.23-sources.jar download
Apache Maven
<dependency>
  <groupId>org.magicwerk.brownies</groupId>
  <artifactId>brownies-collections</artifactId>
  <version>0.9.23</version>
</dependency>
Gradle Groovy
implementation 'org.magicwerk.brownies:brownies-collections:0.9.23'
Gradle Kotlin
implementation("org.magicwerk.brownies:brownies-collections:0.9.23")
Scala SBT
libraryDependencies += "org.magicwerk.brownies" % "brownies-collections" % "0.9.23"
Groovy Grape
@Grapes(
  @Grab(group='org.magicwerk.brownies', module='brownies-collections', version='0.9.23')
)
Apache Ivy
<dependency org="org.magicwerk.brownies" name="brownies-collections" rev="0.9.23" />
Leiningen
[org.magicwerk.brownies/brownies-collections "0.9.23"]
Apache Buildr
'org.magicwerk.brownies:brownies-collections:jar:0.9.23'
Dependencies
The project has no third-party dependencies