VCollections – Release 1
Interface org.violetlib.collections.Visitor
Deprecated: ShowHide
-
-
|
Modifier and Type |
Static Method and Description |
 |
fromIndexedVisitor   |
static <V> Visitor<V> fromIndexedVisitor(IndexedVisitor<V> v)
Return a visitor that calls an indexed visitor.
-
Return a visitor that calls an indexed visitor.
The indexed visitor receives indexes in increasing order.
|
-
|
Modifier and Type |
Method and Description |
 |
visit   |
abstract void visit(E element)
|