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