kryptonbutterfly / tinyCollections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinyCollections

Class Description
Stack a datastructure that elements can be pushed to and poped from
CyclicBuffer a datastructure with a limited capacity that evicts the oldes element when a new element is added and the specified capacity has been reached
ByteBuffer a buffer for bytes
ByteArrayWrapper a wrapper for byte[] that prevents modification of the wrapped array by cloning
ArrayUtils a collection of useful functions for arrays
data.Tuple a type containing 2 elements
data.Triple a type containing 3 elements
data.Quad a type containing 4 elements

Getting the latest release

<repository>
  <id>github</id>
  <url>https://maven.pkg.github.com/kryptonbutterfly/maven-repo</url>
</repository>
<dependency>
  <groupId>kryptonbutterfly</groupId>
  <artifactId>tiny_collections</artifactId>
  <version>2.0.0</version>
</dependency>

Download

java version library version Download
18+ 2.0.0 tiny_collections-2.0.0.jar
18+ 1.0.0 tinyCollections.jar

About

License:Apache License 2.0


Languages

Language:Java 100.0%