Gets the first menu entry or sub-menu, ignoring status and separators
()
| 249 | * Gets the first menu entry or sub-menu, ignoring status and separators |
| 250 | */ |
| 251 | public final |
| 252 | Entry getFirst() { |
| 253 | return get(0); |
| 254 | } |
| 255 | |
| 256 | /** |
| 257 | * Gets the last menu entry or sub-menu, ignoring status and separators |