Searched defs:more (Results 1 – 6 of 6) sorted by relevance
83 public static Path get(String first, String... more) { in get()
295 public abstract Path getPath(String first, String... more); in getPath()
146 public static Path of(String first, String... more) { in of()
99 public Path getPath(String first, String... more) { in getPath()
43 private PathOps(String first, String... more) { in PathOps()204 static PathOps test(String first, String... more) { in test()
491 public boolean more() { in more() method in JSONTokener