Uses of Class
org.agrona.collections.IntArrayList
Packages that use IntArrayList
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
Counters for indicating status and telemetry which can be put in shared memory for live inspection.
-
Uses of IntArrayList in org.agrona.collections
Methods in org.agrona.collections with parameters of type IntArrayListModifier and TypeMethodDescriptionboolean
IntArrayList.addAll
(int index, IntArrayList list) Inserts all the elements from the specified list to this list at the specified position.boolean
IntArrayList.addAll
(IntArrayList 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
IntArrayList.containsAll
(IntArrayList list) Returnstrue
if this list contains all the elements of the specified list.boolean
IntArrayList.equals
(IntArrayList that) Type-safe overload of theequals(Object)
method.boolean
IntArrayList.removeAll
(IntArrayList list) Removes all of this collection's elements that are also contained in the specified list.boolean
IntArrayList.retainAll
(IntArrayList list) Retains only the elements in this list that are contained in the specified list. -
Uses of IntArrayList in org.agrona.concurrent.status
Fields in org.agrona.concurrent.status declared as IntArrayList