Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 21, 2021 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/cfb4dcec417f441541f6ac87dc6af6b6 to your computer and use it in GitHub Desktop.
Save parzibyte/cfb4dcec417f441541f6ac87dc6af6b6 to your computer and use it in GitHub Desktop.
AbstractMap.SimpleEntry<String, Integer> simpleEntry = obtenerSimpleEntry();
String nombre = simpleEntry.getKey();
int edad = simpleEntry.getValue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment