Class Pair<T1,T2>
java.lang.Object
com.frostwire.jlibtorrent.Pair<T1,T2>
Utility function to mirror the C++ std::pair class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
first
the first element -
second
the second element
-
-
Constructor Details
-
Pair
-