Class UnsafeArrayList<E>

java.lang.Object
java.util.AbstractCollection<E>
org.kingdoms.utils.internal.arrays.UnsafeArrayList<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, RandomAccess

public final class UnsafeArrayList<E> extends AbstractCollection<E> implements List<E>, RandomAccess