Uses of Interface
org.fusesource.hawtdb.api.IndexVisitor

Packages that use IndexVisitor
org.fusesource.hawtdb.api The HawDB client API As implementation interfaces harden up, they will get moved into this package. 
 

Uses of IndexVisitor in org.fusesource.hawtdb.api
 

Methods in org.fusesource.hawtdb.api that return IndexVisitor
static
<Key,Value>
IndexVisitor<Key,Value>
Predicates.visitor(Predicate<Key> predicate)
           
 

Methods in org.fusesource.hawtdb.api with parameters of type IndexVisitor
 void SortedIndex.visit(IndexVisitor<Key,Value> visitor)
          Traverses the visitor over the stored entries in this index.
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.