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

/libcore/luni/src/main/java/java/util/
H A DCollections.java1152 private static class UnmodifiableEntrySet<K, V> extends class in class:Collections.UnmodifiableMap
1189 UnmodifiableEntrySet(Set<Map.Entry<K, V>> set) { method in class:Collections.UnmodifiableMap.UnmodifiableEntrySet
1256 return new UnmodifiableEntrySet<K, V>(m.entrySet());
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 28 milliseconds