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

Method unmodifiableSet

classpath/java/util/Collections.java:794–796  ·  view source on GitHub ↗
(Set<T> hs)

Source from the content-addressed store, hash-verified

792 }
793
794 public static <T> Set<T> unmodifiableSet(Set<T> hs) {
795 return new UnmodifiableSet<T>(hs);
796 }
797
798 private static final class ReverseComparator<T> implements Comparator<T> {
799

Callers 2

entrySetMethod · 0.80
keySetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected