Package | Description |
---|---|
org.basex.util.list |
Modifier and Type | Method and Description |
---|---|
LongList |
LongList.add(long... elements)
Adds elements to the array.
|
LongList |
LongList.add(long element)
Adds an element to the array.
|
LongList |
LongList.distinct()
Removes duplicate entries.
|
LongList |
LongList.sort()
Sorts the data.
|
Copyright © 2005–2023 BaseX Team. All rights reserved.