static <N> RecursivePathSelector<N> |
RecursivePathSelector.getPathSelectorMaxBound(NodeSelector<N> delegate,
int maxBound)
(delegate){,n}
|
static <N> RecursivePathSelector<N> |
RecursivePathSelector.getPathSelectorMinBound(NodeSelector<N> delegate,
int minBound)
(delegate){m,}
|
static <N> RecursivePathSelector<N> |
RecursivePathSelector.getPathSelectorMinMaxBound(NodeSelector<N> delegate,
int minBound,
int maxBound)
(delegate){m,n}
|
static <N> RecursivePathSelector<N> |
RecursivePathSelector.getPathSelectorPlused(NodeSelector<N> delegate)
(delegate)+
|
static <N> RecursivePathSelector<N> |
RecursivePathSelector.getPathSelectorStared(NodeSelector<N> delegate)
(delegate)*
|