Class LongArrayList

java.lang.Object
ghidra.util.datastruct.LongArrayList
All Implemented Interfaces:
Iterable<Long>, Collection<Long>, List<Long>

public class LongArrayList extends Object implements List<Long>
An ArrayList for longs.