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 TypeMethodDescriptionboolean
LongArrayList.addAll
(int index, LongArrayList list) Inserts all the elements from the specified list to this list at the specified position.boolean
LongArrayList.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.boolean
LongArrayList.containsAll
(LongArrayList list) Returnstrue
if this list contains all the elements of the specified list.boolean
LongArrayList.equals
(LongArrayList that) Type-safe overload of theequals(Object)
method.boolean
LongArrayList.removeAll
(LongArrayList list) Removes all of this collection's elements that are also contained in the specified list.boolean
LongArrayList.retainAll
(LongArrayList list) Retains only the elements in this list that are contained in the specified list.