JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.basex.util.list.LongList
Packages that use
LongList
Package
Description
org.basex.util.list
Uses of
LongList
in
org.basex.util.list
Methods in
org.basex.util.list
that return
LongList
Modifier and Type
Method
Description
final
LongList
LongList.
add
(long element)
Adds an element to the array.
final
LongList
LongList.
add
(long... elements)
Adds elements to the array.
LongList
LongList.
distinct
()
Removes duplicate entries.
LongList
LongList.
sort
()
Sorts the data.