public interface ItemSet extends Iterable<Item>
Modifier and Type | Method and Description |
---|---|
boolean |
add(Item key,
InputInfo ii)
Stores the specified key if it has not been stored before.
|
forEach, iterator, spliterator
boolean add(Item key, InputInfo ii) throws QueryException
key
- key to be addedii
- input info (can be null
)true
if the key did not exist yet and was storedQueryException
- query exceptionCopyright © 2005–2023 BaseX Team. All rights reserved.