T
- the type of the field elementspublic interface FieldVectorChangingVisitor<T extends FieldElement<?>>
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)T visit(int index, T value)
index
- the index of the entry being visitedvalue
- the value of the entry being visitedT end()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.