HomeSort by relevance Sort by last modified time
    Searched full:singletonentries (Results 1 - 1 of 1) sorted by null

  /external/guava/guava/src/com/google/common/collect/
SortedIterables.java 158 return singletonEntries(sortedElements);
187 static <E> Collection<Multiset.Entry<E>> singletonEntries(Collection<E> set) {

Completed in 45 milliseconds