你看 C++ stl 都有 std::pair android 还写了 android.util.Pair
std::pair
android.util.Pair
认证高级PHP讲师
你可以看看Entry<K,V>,其实跟pair差不多
std::pair在std::map里充当元素
Map.Entry在Map中也是充当元素
常规思路就是这样
Google的Guava总结的很好:Tuples for n >= 2
你可以看看Entry<K,V>,其实跟pair差不多
std::pair在std::map里充当元素
Map.Entry在Map中也是充当元素
常规思路就是这样
Google的Guava总结的很好:Tuples for n >= 2