objectArrayListOf

inline fun <T> objectArrayListOf(): ObjectArrayList<T>
inline fun <T> objectArrayListOf(vararg elements: T): ObjectArrayList<T>