Бессметрная классика снова и снова.

Apr 15, 2015 15:55


  public boolean isRoot() {
      return (isMaster() && !isSlave()) || (!isMaster() && !isSlave());
  }
Previous post Next post
Up