Package org.basex.query.util.collation
Class CollationItemSet
java.lang.Object
org.basex.query.util.collation.CollationItemSet
This set indexes items under the terms of a collation.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Constructor Details
-
CollationItemSet
Constructor.- Parameters:
coll- collation
-
-
Method Details
-
add
Description copied from interface:ItemSetStores the specified key if it has not been stored before.- Specified by:
addin interfaceItemSet- Parameters:
item- key to be addedii- input info (can benull)- Returns:
trueif the key did not exist yet and was stored- Throws:
QueryException- query exception
-
iterator
-