MCPcopy Create free account
hub / github.com/ReadyTalk/avian / enumeration

Method enumeration

classpath/java/util/Collections.java:195–197  ·  view source on GitHub ↗
(Collection<T> c)

Source from the content-addressed store, hash-verified

193 }
194
195 public static <T> Enumeration<T> enumeration(Collection<T> c) {
196 return new IteratorEnumeration<T> (c.iterator());
197 }
198
199 public static <T> Comparator<T> reverseOrder(Comparator<T> cmp) {
200 return new ReverseComparator<T>(cmp);

Callers 3

getResourcesMethod · 0.95
findResourcesMethod · 0.95
getResourcesMethod · 0.95

Calls 1

iteratorMethod · 0.65

Tested by

no test coverage detected