Uses of Class
org.agrona.collections.LongArrayList
Packages that use LongArrayList
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of LongArrayList in org.agrona.collections
Methods in org.agrona.collections with parameters of type LongArrayListModifier and TypeMethodDescriptionbooleanLongArrayList.addAll(int index, LongArrayList list) Inserts all the elements from the specified list to this list at the specified position.booleanLongArrayList.addAll(LongArrayList list) Appends all the elements in the specified list to the end of this list, in the order that they are stored in the specified list.booleanLongArrayList.containsAll(LongArrayList list) Returnstrueif this list contains all the elements of the specified list.booleanLongArrayList.equals(LongArrayList that) Type-safe overload of theLongArrayList.equals(Object)method.booleanLongArrayList.removeAll(LongArrayList list) Removes all of this collection's elements that are also contained in the specified list.booleanLongArrayList.retainAll(LongArrayList list) Retains only the elements in this list that are contained in the specified list.