Uses of Interface
org.violetlib.collections.Visitor
-
-
Uses of Visitor in org.violetlib.collections
Methods in org.violetlib.collections that return Visitor Modifier and Type Method and Description static <V> Visitor<V>
Visitor. fromIndexedVisitor(IndexedVisitor<V> v)
Return a visitor that calls an indexed visitor.Methods in org.violetlib.collections with parameters of type Visitor Modifier and Type Method and Description void
IList. visit(Visitor<V> visitor)
Visit each element of the list from the first element to the last element.void
ICollection. visit(Visitor<V> visitor)
Visit each element of the collection.
-