concurrent-collections

This project contains a concurrent hash map which is optimized for the method computeIfAbsent.

License

License

GroupId

GroupId

com.vmlens
ArtifactId

ArtifactId

concurrent-collections
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

concurrent-collections
This project contains a concurrent hash map which is optimized for the method computeIfAbsent.
Project URL

Project URL

https://github.com/vmlens/concurrent-collections
Project Organization

Project Organization

vmlens

Download concurrent-collections

How to add to project

<!-- https://jarcasting.com/artifacts/com.vmlens/concurrent-collections/ -->
<dependency>
    <groupId>com.vmlens</groupId>
    <artifactId>concurrent-collections</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmlens/concurrent-collections/
implementation 'com.vmlens:concurrent-collections:1.0.0'
// https://jarcasting.com/artifacts/com.vmlens/concurrent-collections/
implementation ("com.vmlens:concurrent-collections:1.0.0")
'com.vmlens:concurrent-collections:jar:1.0.0'
<dependency org="com.vmlens" name="concurrent-collections" rev="1.0.0">
  <artifact name="concurrent-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmlens', module='concurrent-collections', version='1.0.0')
)
libraryDependencies += "com.vmlens" % "concurrent-collections" % "1.0.0"
[com.vmlens/concurrent-collections "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.vmlens : annotation jar 1.0.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.9

Project Modules

There are no modules declared in this project.
com.vmlens

Versions

Version
1.0.0