![JAR search and dependency download from the Maven repository](/logo.png)
org.jhotdraw8.icollection.impl.champmap.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jhotdraw8.icollection Show documentation
Show all versions of org.jhotdraw8.icollection Show documentation
JHotDraw8 Immutable Collections
The newest version!
/*
* @(#)package-info.java
* Copyright © 2022 The authors and contributors of JHotDraw. MIT License.
*/
/**
* Provides the implementation of a Compressed Hash-Array Mapped Prefix-tree
* (CHAMP).
*
* This package is not exported from the module.
*
* References:
*
* - Michael J. Steindorfer (2017).
* Efficient Immutable Collections.
* - michael.steindorfer.name
*
*
- The Capsule Hash Trie Collections Library.
*
Copyright (c) Michael Steindorfer. BSD-2-Clause License
* - github.com
*
*/
package org.jhotdraw8.icollection.impl.champmap;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy