noonmaru / collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noonmaru collections library

Build Status Coverage Status Maintainability JitPack - Downloads GitHub Twitch Status

  • Features

    • Node - 노드기반 컬렉션 인터페이스
    • LinkedNodeList - NodeCollection을 구현한 List
    • EventNodeList - Link, Unlink 이벤트를 확인 가능한 LinkedNodeList
    • RandomBox - 요소 빈도에 따라 무작위로 반환하는 컨테이너
  • Gradle

    allprojects {
        repositories {
       	...
        	maven { url 'https://jitpack.io' }
        }
    }
    dependencies {
        implementation 'com.github.noonmaru:collections:1.0'
    }

About

License:GNU General Public License v2.0


Languages

Language:Java 100.0%