|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.util.CollationItemSet
public final class CollationItemSet
This set indexes items under the terms of a collation.
Constructor Summary | |
---|---|
CollationItemSet(Collation cl)
Constructor. |
Method Summary | |
---|---|
boolean |
add(Item item,
InputInfo ii)
Stores the specified key if it has not been stored before. |
java.util.Iterator<Item> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollationItemSet(Collation cl)
cl
- collationMethod Detail |
---|
public boolean add(Item item, InputInfo ii) throws QueryException
ItemSet
add
in interface ItemSet
item
- key to be addedii
- input info
QueryException
- query exceptionpublic java.util.Iterator<Item> iterator()
iterator
in interface java.lang.Iterable<Item>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |