Uses of Interface
eu.bandm.tools.ops.InitProducer
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
A DocumentClient implementation for W3C Dom.
-
Uses of InitProducer in eu.bandm.tools.ops
Modifier and TypeMethodDescriptionstatic InitProducer<Integer,
Integer> InitProducers.interval
(int start, int end) static <R,
S extends R>
InitProducer<R,S> Modifier and TypeMethodDescriptionstatic <R,
S> Iterable<R> InitProducers.asIterable
(InitProducer<? extends R, S> p) static <R,
S> Iterator<R> InitProducers.asIterator
(InitProducer<? extends R, S> p) -
Uses of InitProducer in eu.bandm.tools.tpath.dom
Modifier and TypeMethodDescriptionstatic InitProducer<Node,
Node> static InitProducer<Node,
Node> Util.nextSibling
(Node node, boolean self) static InitProducer<Node,
Node> Util.previousSibling
(Node node, boolean self)