-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
A |
a |
B |
b |
-
Constructor Summary
Constructors
Constructor and Description |
ValuePair(A a,
B b) |
-
-
Method Detail
-
getA
public A getA()
- Specified by:
getA
in interface Pair<A,B>
-
getB
public B getB()
- Specified by:
getB
in interface Pair<A,B>
Copyright © 2015–2022 ImgLib2. All rights reserved.