Uses of Class
com.axis.system.jenkins.plugins.downstream.tree.Matrix.Entry
-
Packages that use Matrix.Entry Package Description com.axis.system.jenkins.plugins.downstream.tree -
-
Uses of Matrix.Entry in com.axis.system.jenkins.plugins.downstream.tree
Methods in com.axis.system.jenkins.plugins.downstream.tree that return Matrix.Entry Modifier and Type Method Description Matrix.Entry<T>
Matrix. get(int rowPos, int colPos)
Fetches an Entry at the specified row and column position.Methods in com.axis.system.jenkins.plugins.downstream.tree that return types with arguments of type Matrix.Entry Modifier and Type Method Description List<List<Matrix.Entry<T>>>
Matrix. get()
Returns the datastore.List<Matrix.Entry<T>>
Matrix. get(int rowPos)
Returns the specified row.Methods in com.axis.system.jenkins.plugins.downstream.tree with parameters of type Matrix.Entry Modifier and Type Method Description void
Matrix. put(int rowPos, int colPos, Matrix.Entry<T> value)
Puts an Entry at the specified row and column position.
-