Uses of Class
org.basex.util.hash.ASet

Packages that use ASet
org.basex.index.name   
org.basex.index.value   
org.basex.query.func XQuery functions. 
org.basex.query.util XQuery utility classes. 
org.basex.util.ft Full-text specific utility classes. 
org.basex.util.hash   
 

Uses of ASet in org.basex.index.name
 

Subclasses of ASet in org.basex.index.name
 class Names
          This class indexes and organizes the tags or attribute names, used in an XML document.
 

Uses of ASet in org.basex.index.value
 

Subclasses of ASet in org.basex.index.value
 class MemValues
          This class provides a main memory access to attribute values and text contents.
 class UpdatableMemValues
          This class provides a main memory access to attribute values and text contents.
 

Uses of ASet in org.basex.query.func
 

Subclasses of ASet in org.basex.query.func
 class Functions
          This class provides access to statically available functions.
 

Uses of ASet in org.basex.query.util
 

Subclasses of ASet in org.basex.query.util
 class HashItemSet
          This is an efficient and memory-saving hash map for storing items.
 class ItemValueMap
          Map for quickly indexing items.
 class QNmCache
          This class caches frequently used QNames.
 

Uses of ASet in org.basex.util.ft
 

Subclasses of ASet in org.basex.util.ft
 class StemDir
          Simple stemming directory for full-text requests.
 class StopWords
          Simple stop words set for full-text requests.
 

Uses of ASet in org.basex.util.hash
 

Subclasses of ASet in org.basex.util.hash
 class IntObjMap<E>
          This is an efficient and memory-saving hash map for storing primitive integers and objects.
 class IntSet
          This is an efficient and memory-saving hash map for storing primitive integers.
 class TokenBoolMap
          This is an efficient and memory-saving hash map for storing tokens and booleans.
 class TokenIntMap
          This is an efficient and memory-saving hash map for storing tokens and integers.
 class TokenMap
          This is an efficient and memory-saving hash map for storing tokens.
 class TokenObjMap<E>
          This is an efficient and memory-saving hash map for storing tokens and objects.
 class TokenSet
          This is an efficient and memory-saving hash set for storing tokens.