An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# More Collections

![Logo](/images/logo.png)

## 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...