org.basex.query.util
Class ItemSet
java.lang.Object
org.basex.query.util.ItemSet
public final class ItemSet
- extends Object
Set for quickly indexing items.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Method Summary |
boolean |
index(Item i)
Indexes the specified item. |
ItemSet
public ItemSet()
index
public boolean index(Item i)
throws QueryException
- Indexes the specified item.
- Parameters:
i
- item
- Returns:
- true if value is new
- Throws:
QueryException
- query exception