Searched defs:collection (Results 1 – 3 of 3) sorted by relevance
45 Collection<TValue> collection) { in get95PercentileValue()62 public static <TValue extends Number> double getMean(Collection<TValue> collection) { in getMean()77 public static <TValue extends Number> double getVariance(Collection<TValue> collection) { in getVariance()97 public static long getSamplingPeriodNs(List<TestSensorEvent> collection) { in getSamplingPeriodNs()113 Collection<TValue> collection) { in getStandardDeviation()238 private static <T> void validateCollection(Collection<T> collection) { in validateCollection()
534 UiCollection collection = new UiCollection( in testCollectionCount() local550 UiCollection collection = new UiCollection( in testCollectionGetChildByText() local568 UiCollection collection = new UiCollection( in testCollectionGetChildByInstance() local587 UiCollection collection = new UiCollection( in testCollectionGetChildByDescription() local
211 private static <T> String formatCollection(Collection<T> collection, int maxLen) { in formatCollection()