| Package | Description |
|---|---|
| com.axis.system.jenkins.plugins.downstream.tree |
| Modifier and Type | Method and Description |
|---|---|
Matrix.Entry<T> |
Matrix.get(int rowPos,
int colPos)
Fetches an Entry at the specified row and column position.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<Matrix.Entry<T>>> |
Matrix.get()
Returns the datastore.
|
List<Matrix.Entry<T>> |
Matrix.get(int rowPos)
Returns the specified row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix.put(int rowPos,
int colPos,
Matrix.Entry<T> value)
Puts an Entry at the specified row and column position.
|
Copyright © 2016–2019. All rights reserved.