예제 #1
0
 public MenuElement add(MenuElement menuElement) {
   MenuElement element = this.elements.put(menuElement.getName(), menuElement);
   this.buildReflections();
   return element;
 }