Class LongArrayList

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

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