Skip to content

Releases: MinecraftTAS/BigArrayList

1.6

08 Sep 07:02
1.6
e02e00e

Choose a tag to compare

  • Add addAll, clear methods from ArrayList
  • Rewrote equals, isEmpty methods

Installation:

repositories {
  maven { url = "https://maven.minecrafttas.com/main" }
}

dependencies {
  implementation "com.dselent:bigarraylist:1.6"
}

1.5

05 Sep 16:26
1.5
bdf948d

Choose a tag to compare

1.5
  • Update project structure
  • Implement iterable
  • Add publishing to maven

Installation:

repositories {
  maven { url = "https://maven.minecrafttas.com/main" }
}

dependencies {
  implementation "com.dselent:bigarraylist:1.5"
}