130131132133134135136
* The name of the sequence. * @return * A new sequence with the given name. */ public Sequence sequence(String name) { return new NamedSequence(name); }
147148149150151152153
140141142143144145146