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.
-