JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.imglib2.util
Pair
Contents
Description
Method Summary
Method Details
getA()
getB()
Hide sidebar
Show sidebar
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
()
Method Details
getA
A
getA
()
getB
B
getB
()