Searched defs:collection (Results 1 – 3 of 3) sorted by relevance
49 Collection<TValue> collection, float[] percentiles) { in getPercentileValue()74 public static <TValue extends Number> double getMean(Collection<TValue> collection) { in getMean()89 public static <TValue extends Number> double getVariance(Collection<TValue> collection) { in getVariance()109 public static long getSamplingPeriodNs(List<TestSensorEvent> collection) { in getSamplingPeriodNs()125 Collection<TValue> collection) { in getStandardDeviation()269 private static <T> void validateCollection(Collection<T> collection) { in validateCollection()
211 private static <T> String formatCollection(Collection<T> collection, int maxLen) { in formatCollection()
317 private static String joinStrings(Collection<String> collection) { in joinStrings()