T - the type of the field elementspublic interface FieldVectorPreservingVisitor<T extends FieldElement<?>>
| Modifier and Type | Method and Description | 
|---|---|
| T | end()End visiting a vector. | 
| void | start(int dimension,
     int start,
     int end)Start visiting a vector. | 
| void | visit(int index,
     T value)Visit one entry of the vector. | 
void start(int dimension,
           int start,
           int end)
dimension - the size of the vectorstart - the index of the first entry to be visitedend - the index of the last entry to be visited (inclusive)void visit(int index,
           T value)
index - the index of the entry being visitedvalue - the value of the entry being visitedT end()
Copyright © 2016–2020 Hipparchus.org. All rights reserved.