MCPcopy Create free account
hub / github.com/LFYSec/MScan / values

Method values

src/main/java/pascal/taie/util/collection/MultiMap.java:145–145  ·  view source on GitHub ↗

@return an unmodifiable view collection containing the value from each key-value pair contained in this multimap, without collapsing duplicates (so values().size() == size()).

()

Source from the content-addressed store, hash-verified

143 * collapsing duplicates (so {@code values().size() == size()}).
144 */
145 Collection<V> values();
146
147 /**
148 * @return an unmodifiable view of all key-value pairs

Callers 15

testValuesMethod · 0.65
testModifyViaValuesMethod · 0.65
testValuesMethod · 0.65
mapServiceRouteMethod · 0.65
getLoadedClassesMethod · 0.65
getAnnotationsMethod · 0.65
getClassLoadersMethod · 0.65
getDeclaredFieldsMethod · 0.65
getDeclaredMethodsMethod · 0.65
getDeclaredMethodMethod · 0.65
isPrimitiveTypeMethod · 0.65
getMethod · 0.65

Calls

no outgoing calls

Tested by 3

testValuesMethod · 0.52
testModifyViaValuesMethod · 0.52
testValuesMethod · 0.52