Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. (nw.getLeft() != null)
  2. ? nw.getLeft().getHeight() : -1)
  3. - ((nw.getRight() != null)
  4. ? nw.getRight().getHeight()
  5. : -1));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement