Package net.imglib2.util
Interface Pair<A,B>
-
- All Known Implementing Classes:
RandomAccessiblePair.RandomAccess
,ValuePair
public interface Pair<A,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A
getA()
B
getB()
-