VCollections – Release 1
Interface org.violetlib.collections.IndexedFindVisitor
Deprecated: ShowHide
-
public interface IndexedFindVisitor<V,R>
A visitor of elements in a list that receives elements along with their indexes and can short-circuit the iteration by
returning a result.
-
-
|
Modifier and Type |
Method and Description |
|
visit |
abstract R visit(int index,
V element)
R visit(int index,
V element)
|