Package org.basex.query.util.hash
Interface ItemSet
- All Known Implementing Classes:
CollationItemSet,HashItemSet
This is an interface for indexing and retrieving items in a set.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
add
Stores the specified key if it has not been stored before.- Parameters:
key- key to be addedii- input info (can benull)- Returns:
trueif the key did not exist yet and was stored- Throws:
QueryException- query exception
-