Uses of Class
org.basex.index.IndexEntry

Packages that use IndexEntry
org.basex.index Database Index structures. 
 

Uses of IndexEntry in org.basex.index
 

Methods in org.basex.index that return IndexEntry
 IndexEntry IndexCache.add(byte[] key, int s, long p)
          Adds a new cache entry.
 IndexEntry IndexCache.get(byte[] key)
          Gets cached entry for the specified key.