Class Matrix.Entry<T>
- java.lang.Object
-
- com.axis.system.jenkins.plugins.downstream.tree.Matrix.Entry<T>
-
-
Constructor Summary
Constructors Constructor Description Entry(Matrix.Arrow arrow)
Entry(Matrix.Arrow arrow, T data)
-
-
-
Constructor Detail
-
Entry
public Entry(@Nullable Matrix.Arrow arrow, @Nullable T data)
-
Entry
public Entry(@Nullable Matrix.Arrow arrow)
-
-
Method Detail
-
getArrow
public Matrix.Arrow getArrow()
-
getData
public T getData()
-
-