Package | Description |
---|---|
org.basex.util.list |
Modifier and Type | Method and Description |
---|---|
ByteList |
ByteList.add(byte[] elements)
Adds elements to the container.
|
ByteList |
ByteList.add(byte[] elements,
int start,
int end)
Adds a part of the specified elements to the container.
|
ByteList |
ByteList.add(int element)
Adds an element to the array.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.