MCPcopy Create free account
hub / github.com/dianping/cat / from

Method from

lib/java/src/main/java/com/dianping/cat/util/Pair.java:30–32  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

28 }
29
30 public static <K, V> Pair<K, V> from(K key, V value) {
31 return new Pair<K, V>(key, value);
32 }
33
34 @Override
35 @SuppressWarnings("unchecked")

Callers 14

jquery-ui.min.jsFile · 0.80
jquery-ui.jsFile · 0.80
moment.jsFile · 0.80
addLocalDataFunction · 0.80
pivotFunction · 0.80
findNextFunction · 0.80
doReplaceFunction · 0.80
replaceFunction · 0.80
nextFunction · 0.80
moment.min.jsFile · 0.80
oaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected