Searched defs:frequency (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java5307 * @param c the collection in which to determine the frequency
5309 * @param o the object whose frequency is to be determined
5314 public static int frequency(Collection<?> c, Object o) { method in class:Collections

Completed in 18 milliseconds