All Downloads are FREE. Search and download functionalities are using the official Maven repository.

temper.std.regex.Sequence Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package temper.std.regex;
import java.util.List;
public final class Sequence implements Regex {
    public final List items;
    public Sequence(List items__177) {
        this.items = items__177;
    }
    public List getItems() {
        return this.items;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy