Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VCollections – Release 1
Interface org.violetlib.collections.IndexedFindVisitor
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.collections

Interface IndexedFindVisitor<V,R>

  • 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.
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator visit Reveal DetailHide Detail
      abstract R visit(int index, V element)
       
      R visit(int index, V element)