https://github.com/maksim2498/java-more-collections
Small java library providing more collections to standard library
https://github.com/maksim2498/java-more-collections
collection java library
Last synced: over 1 year ago
JSON representation
Small java library providing more collections to standard library
- Host: GitHub
- URL: https://github.com/maksim2498/java-more-collections
- Owner: Maksim2498
- License: mit
- Created: 2022-09-29T15:57:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T16:32:47.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T09:29:37.966Z (over 1 year ago)
- Topics: collection, java, library
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# More Collections

## Index
- [Index](#index);
- [About](#about);
- [Installation](#installation);
- [Building](#building);
- [Documentation](#documentation).
## About
This library provides more collections to standard library.
New collections and their status is shown in the table below:
| Collection | Description | Status |
|---------------------|------------------------------------|-------------|
| Live sub-collection | Live refleciton of collection part | Implemented |
| Live sub-set | Live reflection of set part | Implemented |
| Live sub-list | Live reflection of list part | In progress |
| Live sub-map | Live reflection of map part | Planned |
| Class map | Map with class as key type | Planned |
## Installation
First, add MoonTalk repository to your pom.xml:
```xml
moontalk
httsp://repo.moontalk.space/repository/maven-releases/
```
Second, add library as dependency:
```xml
space.moontalk.more
collections
0.0.1
```
Done.
## Building
Just execute the following Maven command in your terminal:
```bash
mvn install
```
## Documentation
Will be added soon...