License |
License |
---|---|
GroupId | GroupIdorg.magicwerk |
ArtifactId | ArtifactIdbrownies-collections |
Last Version | Last Version0.9.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBrownies 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.
The key collection classes offer support for keys and constraints for lists and collections.
|
Project URL |
Project URL |
Filename | Size |
---|---|
brownies-collections-0.9.15.pom | |
brownies-collections-0.9.15.jar | 630 KB |
brownies-collections-0.9.15-sources.jar | 426 KB |
brownies-collections-0.9.15-javadoc.jar | 898 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.magicwerk/brownies-collections/ -->
<dependency>
<groupId>org.magicwerk</groupId>
<artifactId>brownies-collections</artifactId>
<version>0.9.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.magicwerk/brownies-collections/
implementation 'org.magicwerk:brownies-collections:0.9.15'
// https://jarcasting.com/artifacts/org.magicwerk/brownies-collections/
implementation ("org.magicwerk:brownies-collections:0.9.15")
'org.magicwerk:brownies-collections:jar:0.9.15'
<dependency org="org.magicwerk" name="brownies-collections" rev="0.9.15">
<artifact name="brownies-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.magicwerk', module='brownies-collections', version='0.9.15')
)
libraryDependencies += "org.magicwerk" % "brownies-collections" % "0.9.15"
[org.magicwerk/brownies-collections "0.9.15"]