MCPcopy Create free account
hub / github.com/apache/calcite / entrySet

Method entrySet

core/src/test/java/org/apache/calcite/util/UtilTest.java:2217–2219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2215 @Test void testMightBeAssignableFrom() {
2216 final Object myMap = new HashMap<String, Integer>() {
2217 @Override public Set<Entry<String, Integer>> entrySet() {
2218 throw new UnsupportedOperationException();
2219 }
2220 @Override public Integer put(String key, Integer value) {
2221 throw new UnsupportedOperationException();
2222 }

Callers 15

toSortedStringListMethod · 0.45
testPivotMethod · 0.45
FakeLookupMethod · 0.45
getStringMethod · 0.45
testPairListOfMapMethod · 0.45
testCompositeMapMethod · 0.45
checkNameMapMethod · 0.45
checkNameMultimapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected