All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
<A> Iterable<A> |
as(Class<? extends A> cls) |
static Iterable<GNode> |
children(GNode node) |
<A> Iterable<A> |
collect(xyz.cofe.collection.Convertor<N,A> collector) |
int |
count() |
static int |
count(Iterable src) |
static <A> Iterable<A> |
currentNodes(Iterable<xyz.cofe.collection.iterators.TreeWalk<A>> src) |
Enums |
each(xyz.cofe.common.Reciver<GNode> reciver) |
static Iterable<GNode> |
empty() |
static <N extends GNode> Enums<N> |
enums(Iterable<N> nodes) |
static <N extends GNode> Enums |
enums(N node) |
static <A> Iterable<A> |
filter(Iterable<A> src,
xyz.cofe.collection.Predicate<A> filter) |
Enums |
filter(xyz.cofe.collection.Predicate<N> filter) |
Iterable<N> |
getNodes() |
Iterator<N> |
iterator() |
Enums<N> |
select() |
Enums<N> |
select(boolean selectNodes) |
Enums<N> |
selectable() |
Enums<N> |
selected() |
Enums<N> |
selected(boolean selected) |
static <A> Iterable<A> |
single(A node) |
Enums<N> |
transformable() |
static <A> Iterable<xyz.cofe.collection.iterators.TreeWalk<A>> |
treeOf(A start,
xyz.cofe.collection.NodesExtracter<A,A> ne) |
static <A> Iterable<xyz.cofe.collection.iterators.TreeWalk<A>> |
treeOf(A start,
xyz.cofe.collection.NodesExtracter<A,A> ne,
xyz.cofe.collection.Predicate<xyz.cofe.collection.iterators.TreeWalk<A>> followFilter) |
static <A extends GNode> Iterable<xyz.cofe.collection.iterators.TreeWalk<A>> |
treeOf(A start,
xyz.cofe.collection.NodesExtracter<A,A> ne,
xyz.cofe.collection.Predicate<xyz.cofe.collection.iterators.TreeWalk<A>> followFilter,
xyz.cofe.collection.iterators.TreeWalkType followType) |
Enums<N> |
unselected() |
Enums<N> |
walk() |
static Iterable<GNode> |
walk(GNode node) |