org.basex.query.xpath.func
Class XPathIndex<V>

java.lang.Object
  extended by org.basex.util.Set
      extended by org.basex.query.xpath.func.XPathIndex<V>
Type Parameters:
V - Entry type

public final class XPathIndex<V>
extends Set

Index for XPath functions and variables.

Author:
Workgroup DBIS, University of Konstanz 2005-07, ISC License, Christian Gruen

Field Summary
 
Fields inherited from class org.basex.util.Set
size
 
Constructor Summary
XPathIndex()
           
 
Method Summary
 
Methods inherited from class org.basex.util.Set
add, id, key, keys, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathIndex

public XPathIndex()