Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VCollections – Release 1
Uses of Interface org.violetlib.collections.IndexedFindVisitor
Deprecated: ShowHide

Uses of Interface
org.violetlib.collections.IndexedFindVisitor

    • Uses of IndexedFindVisitor in org.violetlib.collections

      Methods in org.violetlib.collections with parameters of type IndexedFindVisitor 
      Modifier and Type Method and Description
      static <V,R> FindVisitor<V,R>  FindVisitor.fromIndexedFindVisitor(IndexedFindVisitor<V,R> v)
      Return a find visitor that calls an indexed find visitor.