Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. private TreeMap<Integer, pojo> Estructura = new TreeMap<Integer, pojo>();
  2.  
  3. public Resultado() {
  4. }
  5.  
  6. public TreeMap<Integer, pojo> getEstructura() {
  7. return Estructura;
  8. }
  9.  
  10. public void setEstructura(TreeMap<Integer, pojo> Estructura) {
  11. this.Estructura = Estructura;
  12. }
  13.  
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement