Searched refs:pieces (Results 1 – 7 of 7) sorted by relevance
74 private static String internalJoin(String sep, Collection<Object> pieces) { in internalJoin() argument77 Iterator<Object> iter = pieces.iterator(); in internalJoin()105 public static String join(String sep, Object... pieces) { in join() argument106 if ((pieces.length == 1) && (pieces[0] instanceof Collection)) { in join()108 return internalJoin(sep, (Collection<Object>) pieces[0]); in join()110 return internalJoin(sep, Arrays.asList(pieces)); in join()
244 final String[] pieces = data.split(Email.CRLF + Email.CRLF, 2); in extractBody() local246 for (String header : pieces[0].split(Email.CRLF)) { in extractBody()255 if (pieces.length < 2) { in extractBody()258 return pieces[1]; in extractBody()
142 pieces = line.split()143 yield int(pieces[1])
301 private static String join(String... pieces) { in join() argument303 for (String piece : pieces) { in join()
382 private static String join(String... pieces) { in join() argument384 for (String piece : pieces) { in join()
4 explain how atest is structured and where the major pieces live and what they
19 …e or can get it if you want it; that you can change the software and use pieces of it in new free …