Uses of Class
org.h2.index.HashIndex

Packages that use HashIndex
org.h2.index Various table index implementations, as well as cursors to navigate in an index. 
 

Uses of HashIndex in org.h2.index
 

Subclasses of HashIndex in org.h2.index
 class NonUniqueHashIndex
          A non-unique index based on an in-memory hash map.