JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
()
Method Details
getA
A
getA
()
getB
B
getB
()