Uses of Class
org.basex.util.Map

Packages that use Map
org.basex.index Contains database index implementations. 
org.basex.query.ft Contains XQuery Full-Text 1.0 expressions. 
 

Uses of Map in org.basex.index
 

Fields in org.basex.index declared as Map
 Map<byte[]> FTTokenizer.sd
          Stemming dictionary.
 

Uses of Map in org.basex.query.ft
 

Fields in org.basex.query.ft declared as Map
 Map<byte[]> FTOpt.sd
          Stemming dictionary.