示例#1
0
  public boolean isLastInParent() {
    if (parentTN == null) return true;

    return parentTN.getLastChild() == this;
  }