- All Implemented Interfaces:
Iterable<org.xembly.Directive>
public final class DirectivesTuple
extends Object
implements Iterable<org.xembly.Directive>
Tuple representation as Xembly directives.
- Since:
- 0.1.0
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DirectivesTuple
public DirectivesTuple(String name,
T... values)
Constructor.
- Type Parameters:
T
- Value type.
- Parameters:
name
- Tuple name.
values
- Tuple values.
-
Method Details
-
iterator
public Iterator<org.xembly.Directive> iterator()
- Specified by:
iterator
in interface Iterable<org.xembly.Directive>