public final class ExprList extends ObjectList<Expr,ExprList>
list
factor, size
Constructor and Description |
---|
ExprList()
Default constructor.
|
ExprList(Expr element)
Constructor, specifying an initial entry.
|
ExprList(long capacity)
Constructor with initial capacity.
|
Modifier and Type | Method and Description |
---|---|
static Expr[] |
concat(Expr[] source,
Expr... add)
Concatenates entries.
|
protected Expr[] |
newArray(int s)
Creates a resized array.
|
add, add, add, addUnique, contains, equals, equals, finish, get, insert, iterator, next, peek, pop, push, remove, removeAll, removeAll, set, sort, toArray, toString, unique
isEmpty, newCapacity, newCapacity, reset, size, size
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ExprList()
public ExprList(long capacity)
capacity
- array capacitypublic ExprList(Expr element)
element
- array capacitypublic static Expr[] concat(Expr[] source, Expr... add)
source
- source elementsadd
- elements to be addedprotected Expr[] newArray(int s)
ObjectList
newArray
in class ObjectList<Expr,ExprList>
s
- sizeCopyright © 2005–2023 BaseX Team. All rights reserved.