ReusableList
Package: com.hypixel.hytale.builtin.hytalegenerator
public class ReusableList<T>List wrapper with soft-size tracking that reuses existing slots before expanding, reducing allocation pressure.
Key Methods
Section titled “Key Methods”| Modifier | Return Type | Signature |
|---|---|---|
public | void | expandAndSet(T element) |
public | T | expandAndGet() |
public | int | getSoftSize() |
public | int | getHardSize() |
public | boolean | isAtHardCapacity() |
public | T | get(int index) |
public | void | clear() |
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.