HomeSort by relevance Sort by last modified time
    Searched defs:Contributor (Results 1 - 2 of 2) sorted by null

  /external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
OkHttpContributors.java 17 private static final TypeToken<List<Contributor>> CONTRIBUTORS =
18 new TypeToken<List<Contributor>>() {
21 static class Contributor {
40 List<Contributor> contributors = GSON.fromJson(charStream, CONTRIBUTORS.getType());
44 Collections.sort(contributors, new Comparator<Contributor>() {
45 @Override public int compare(Contributor c1, Contributor c2) {
51 for (Contributor contributor : contributors) {
52 System.out.println(contributor.login + ": " + contributor.contributions)
    [all...]
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 896 milliseconds