public class MenuPath extends ArrayImmutableList<MenuPathComponent>
| Modifier and Type | Class and Description |
|---|---|
class |
MenuPath.Fetch |
list| Constructor and Description |
|---|
MenuPath() |
MenuPath(List<MenuPathComponent> mpath) |
MenuPath(MenuPath mpath) |
| Modifier and Type | Method and Description |
|---|---|
MenuPath |
add(MenuPathComponent n) |
MenuPath |
clear() |
MenuPath |
clone() |
static MenuPath |
create(String... names) |
MenuPath |
delete(int idx) |
boolean |
equals(Object o) |
MenuPath.Fetch |
fetch(MenuNode context) |
int |
hashCode() |
MenuPath |
insert(int idx,
MenuPathComponent n) |
protected MenuPath |
list(List<MenuPathComponent> list) |
static MenuPath |
parse(String path) |
MenuPath |
remove(MenuPathComponent n) |
MenuPath |
set(int index,
MenuPathComponent n) |
String |
toString() |
contains, get, indexOf, isEmpty, iterator, sizesublistfinalize, getClass, notify, notifyAll, wait, wait, waitsublistforEach, spliteratorpublic MenuPath()
public MenuPath(MenuPath mpath)
public MenuPath(List<MenuPathComponent> mpath)
protected MenuPath list(List<MenuPathComponent> list)
list in class ArrayImmutableList<MenuPathComponent>public MenuPath clear()
clear in interface ImmutableCollection<MenuPathComponent>clear in interface ImmutableList<MenuPathComponent>clear in class ArrayImmutableList<MenuPathComponent>public MenuPath insert(int idx, MenuPathComponent n)
insert in interface ImmutableList<MenuPathComponent>insert in class ArrayImmutableList<MenuPathComponent>public MenuPath add(MenuPathComponent n)
add in interface ImmutableCollection<MenuPathComponent>add in interface ImmutableList<MenuPathComponent>add in class ArrayImmutableList<MenuPathComponent>public MenuPath delete(int idx)
delete in interface ImmutableList<MenuPathComponent>delete in class ArrayImmutableList<MenuPathComponent>public MenuPath remove(MenuPathComponent n)
remove in interface ImmutableCollection<MenuPathComponent>remove in interface ImmutableList<MenuPathComponent>remove in class ArrayImmutableList<MenuPathComponent>public MenuPath set(int index, MenuPathComponent n)
set in interface ImmutableList<MenuPathComponent>set in class ArrayImmutableList<MenuPathComponent>public MenuPath clone()
clone in class ArrayImmutableList<MenuPathComponent>public MenuPath.Fetch fetch(MenuNode context)
Copyright © 2018. All rights reserved.