Snippets tagged “abstractmap”
1 snippet uses this tag.
- What is the equivalent of the C++ Pair<L> in Java?Java
In Java, the equivalent of the C++ Pair class is the AbstractMap.SimpleEntry class or the AbstractMap.SimpleImmutableEntry class.
1 snippet uses this tag.
In Java, the equivalent of the C++ Pair class is the AbstractMap.SimpleEntry class or the AbstractMap.SimpleImmutableEntry class.