tuple.get(0)
tuple.get(1)
59606162636465
public static Matcher<String> startsWith(String prefix) { return new StartsWith(prefix); } public static Matcher<String> endsWith(String suffix) { return new EndsWith(suffix); }