https://github.com/palantir/trove
Patched version of the Trove 3 library - changes the Collections semantics to match proper java.util.Map semantics
https://github.com/palantir/trove
octo-correct-managed
Last synced: 2 months ago
JSON representation
Patched version of the Trove 3 library - changes the Collections semantics to match proper java.util.Map semantics
- Host: GitHub
- URL: https://github.com/palantir/trove
- Owner: palantir
- License: lgpl-2.1
- Created: 2016-06-28T16:54:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T13:06:29.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T22:12:15.325Z (about 1 year ago)
- Topics: octo-correct-managed
- Language: Java
- Homepage:
- Size: 1.46 MB
- Stars: 26
- Watchers: 246
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README-idea-devel.txt
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
The project is built using gradle and has the gradle idea plugin already integrated.
To do development in intellij, simply run:./gradlew idea
and open either the whole directory in intellij or the `.ipr` file.