Package | Description |
---|---|
eu.bandm.tools.ops | |
eu.bandm.tools.tpath.runtime |
Infrastructure for evaluating tpath expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazyList<A> |
class |
UnlazyList<A> |
Modifier and Type | Method and Description |
---|---|
static <A> LazyList<A> |
LazyLists.concat(Iterable<? extends LazyList<A>> as) |
static <A> LazyList<A> |
LazyLists.concat(LazyList<A> a,
LazyList<A> b) |
static <A> LazyList<A> |
LazyLists.cons(A head,
LazyList<A> tail) |
static LazyList<Integer> |
LazyLists.count(int from) |
static <A> LazyList<A> |
LazyLists.drop(int n,
LazyList<A> list) |
static <A> LazyList<A> |
LazyLists.empty() |
static <A> LazyList<A> |
LazyLists.filter(Predicate<? super A> pred,
LazyList<A> list) |
static <A> LazyList<A> |
LazyLists.from(A... things) |
static <A> LazyList<A> |
LazyLists.from(Iterable<? extends A> things) |
static <A> LazyList<A> |
LazyLists.fromList(List<? extends A> list) |
LazyList<A> |
LazyList.getTail() |
static <A,B> LazyList<B> |
LazyLists.map(Function<? super A,? extends B> fun,
LazyList<A> list) |
static <A> LazyList<A> |
LazyLists.merge(Comparator<? super A> order,
boolean removeDuplicates,
LazyList<A> left,
LazyList<A> right) |
static <A> LazyList<A> |
LazyLists.reverse(LazyList<A> list) |
static <A> LazyList<A> |
LazyLists.singleton(A head) |
static <A> LazyList<A> |
LazyLists.take(int n,
LazyList<A> list) |
Modifier and Type | Method and Description |
---|---|
static <A> LazyList<A> |
LazyLists.concat(LazyList<A> a,
LazyList<A> b) |
static <A> LazyList<A> |
LazyLists.concat(LazyList<A> a,
LazyList<A> b) |
static <A> LazyList<A> |
LazyLists.cons(A head,
LazyList<A> tail) |
static <A> LazyList<A> |
LazyLists.drop(int n,
LazyList<A> list) |
static <A> LazyList<A> |
LazyLists.filter(Predicate<? super A> pred,
LazyList<A> list) |
static <A,B> LazyList<B> |
LazyLists.map(Function<? super A,? extends B> fun,
LazyList<A> list) |
static <A> LazyList<A> |
LazyLists.merge(Comparator<? super A> order,
boolean removeDuplicates,
LazyList<A> left,
LazyList<A> right) |
static <A> LazyList<A> |
LazyLists.merge(Comparator<? super A> order,
boolean removeDuplicates,
LazyList<A> left,
LazyList<A> right) |
static <A> LazyList<A> |
LazyLists.reverse(LazyList<A> list) |
static <A> LazyList<A> |
LazyLists.take(int n,
LazyList<A> list) |
Modifier and Type | Method and Description |
---|---|
static <A> LazyList<A> |
LazyLists.concat(Iterable<? extends LazyList<A>> as) |
Modifier and Type | Method and Description |
---|---|
LazyList<N> |
NodeSet.getNodes() |
Constructor and Description |
---|
NodeSet(DocumentClient<N> client,
LazyList<N> nodes,
boolean reverse) |
see also the complete user documentation .