This web site requires JavaScript for proper operation. JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
classes...
VCollections – Release 1
Interface
org.violetlib.collections
.IndexedVisitor
Inherited members:
Show
Hide
Deprecated:
Show
Hide
classes...
enum constants...
fields...
static methods...
constructors...
methods...
properties...
org.violetlib.collections
Interface IndexedVisitor<V>
public interface
IndexedVisitor<V>
A visitor of elements in a list that receives elements along with their indexes.
Methods
Modifier and Type
Method and Description
visit
abstract void
visit
(int index, V element)
void
visit
(int index,
V
element)