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

Uses of Interface
org.violetlib.collections.IndexedVisitor

    • Uses of IndexedVisitor in org.violetlib.collections

      Methods in org.violetlib.collections with parameters of type IndexedVisitor 
      Modifier and Type Method and Description
      static <V> Visitor<V>  Visitor.fromIndexedVisitor(IndexedVisitor<V> v)
      Return a visitor that calls an indexed visitor.