Search Results
OK to copy?
Examples 1 through 10 of
712 (0.046 seconds)
Class:
org.springframework.transaction.interceptor.MapTransactionAttributeSource
©,
Rating:
100% of 2,
C1
Class: org.apache.batik.svggen.SVGAttributeMap ©, Rating: 100% of 1, C1
Class: org.apache.jmeter.testelement.VariablesCollection ©, Rating: 75% of 4, C1
Class: com.technoetic.xplanner.domain.repository.MetaRepositoryImpl ©, Rating: 0% of 0, C3
Class: com.technoetic.xplanner.domain.RelationshipMappingRegistry ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.domain.RelationshipMappingRegistry ©, Rating: 0% of 0, C1
Class: org.springframework.beans.AbstractPropertyValuesTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.framework.MethodCounter ©, Rating: 0% of 0, C1
Class: org.springframework.metadata.support.MapAttributes ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.util.DOMPool ©, Rating: 0% of 0, C1
31 * Map from Method or Clazz to TransactionAttribute
32 */
33 private HashMap attributeMap = new HashMap();
34
35 public void register(Method m, TransactionAttribute txAtt) {
Class: org.apache.batik.svggen.SVGAttributeMap ©, Rating: 100% of 1, C1
65 * Map of attribute name to SVGAttribute objects
66 */
67 private static Map attrMap = new HashMap();
68
69 /**
Class: org.apache.jmeter.testelement.VariablesCollection ©, Rating: 75% of 4, C1
30 public class VariablesCollection implements Serializable
31 {
32 private Map varMap = new HashMap();
33
34 public void addJMeterVariables(JMeterVariables jmVars)
Class: com.technoetic.xplanner.domain.repository.MetaRepositoryImpl ©, Rating: 0% of 0, C3
12
13 public class MetaRepositoryImpl implements MetaRepository {
14 private HashMap repositories = new HashMap();
15
16 public MetaRepositoryImpl() {
Class: com.technoetic.xplanner.domain.RelationshipMappingRegistry ©, Rating: 0% of 0, C1
21 HashMap classMappings = (HashMap) dataToDomainRelationshipMappingMap.get(domainClass);
22 if (classMappings == null) {
23 classMappings = new HashMap();
24 dataToDomainRelationshipMappingMap.put(domainClass, classMappings);
25 }
Class: com.technoetic.xplanner.domain.RelationshipMappingRegistry ©, Rating: 0% of 0, C1
09 private static RelationshipMappingRegistry instance;
10
11 Map dataToDomainRelationshipMappingMap = new HashMap();
12
13 public static void initDefaultRegistry() {
Class: org.springframework.beans.AbstractPropertyValuesTests ©, Rating: 0% of 0, C2
38
39 PropertyValue[] ps = pvs.getPropertyValues();
40 Map m = new HashMap();
41 m.put("forname", "Tony");
42 m.put("surname", "Blair");
Class: org.springframework.aop.framework.MethodCounter ©, Rating: 0% of 0, C1
29
30 /** Method name --> count, does not understand overloading */
31 private HashMap map = new HashMap();
32
33 private int allCount;
Class: org.springframework.metadata.support.MapAttributes ©, Rating: 0% of 0, C1
32 public class MapAttributes extends AbstractAttributes {
33
34 private Map attMap = new HashMap();
35
36
Class: org.apache.jmeter.protocol.http.util.DOMPool ©, Rating: 0% of 0, C1
47 * before the HashMap is an issue.
48 */
49 private static HashMap MEMCACHE = new HashMap(50);
50
51 /**