@return true if this entry has a peer assigned to it.
()
| 60 | * @return true if this entry has a peer assigned to it. |
| 61 | */ |
| 62 | public final |
| 63 | boolean hasPeer() { |
| 64 | return peer != null; |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * @return the parent menu (of this entry or menu) or null if we are the root menu |