identity-map

An immutable Map based on identity

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.uqbar
ArtifactId

ArtifactId

identity-map_2.11
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

identity-map
An immutable Map based on identity
Project URL

Project URL

http://www.uqbar.org
Project Organization

Project Organization

Uqbar Foundation
Source Code Management

Source Code Management

https://github.com/uqbar-project/identity-map

Download identity-map_2.11

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.6

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 2.2.4

Project Modules

There are no modules declared in this project.

IdentityMap Build Status

This module provides a simple implementation of a Scala immutable Map, based on identity instead of equality.

This means an IdentityMap will treat two equal (but non identical) objects as separate keys.

Setup

To include this module in your SBT project, just add the following lines to your .sbt project definition:

libraryDependencies += "org.uqbar" %% "identity-map" % "latest.integration"

Or, if you are using Uqbar's SBT Flexible Dependencies Plugin:

lazy val project = FDProject(
	"org.uqbar" %% "identity-map" % "latest.integration"
)

Contributions

Yes, please! Pull requests are always welcome, just try to keep it small and clean.

License

This code is open source software licensed under the LGPL v3 License by The Uqbar Foundation. Feel free to use it accordingly.

org.uqbar

Fundación Uqbar

Versions

Version
1.1.0
1.0.1