Searched refs:unsignedLongs (Results 1 – 2 of 2) sorted by relevance
65 public static JSONArray serializeUnsignedLongs(@NonNull List<UnsignedLong> unsignedLongs) { in serializeUnsignedLongs() argument67 unsignedLongs.stream().map(UnsignedLong::toString).collect(Collectors.toList())); in serializeUnsignedLongs()
1013 private static boolean isContiguousStartingAtZero(Set<UnsignedLong> unsignedLongs) { in isContiguousStartingAtZero() argument1014 UnsignedLong upperBound = new UnsignedLong(((long) unsignedLongs.size()) - 1L); in isContiguousStartingAtZero()1015 for (UnsignedLong unsignedLong : unsignedLongs) { in isContiguousStartingAtZero()