你看 C++ stl 都有 std::pair android 还写了 android.util.Pair
std::pair
android.util.Pair
认证高级PHP讲师
你可以看看Entry,其實跟pair差不多
std::pair在std::map裡充當元素
Map.Entry在Map中也是充當元素
常規思路就是這樣
Google的Guava總結的很好:Tuples for n >= 2
你可以看看Entry,其實跟pair差不多
std::pair在std::map裡充當元素
Map.Entry在Map中也是充當元素
常規思路就是這樣
Google的Guava總結的很好:Tuples for n >= 2