Package net.imglib2.util
Class ValuePair<A,B>
- java.lang.Object
-
- net.imglib2.util.ValuePair<A,B>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
A
getA()
B
getB()
int
hashCode()
-