Searched defs:attributesInfo (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java39 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
46 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
57 return attributesInfo.get(options);
69 return attributesInfo.put(options, attrInfo);
78 return attributesInfo;
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java38 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
45 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
56 return attributesInfo.get(options);
68 return attributesInfo.put(options, attrInfo);
77 return attributesInfo;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java39 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
46 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
57 return attributesInfo.get(options);
69 return attributesInfo.put(options, attrInfo);
78 return attributesInfo;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java39 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
46 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
57 return attributesInfo.get(options);
69 return attributesInfo.put(options, attrInfo);
78 return attributesInfo;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java38 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
45 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
56 return attributesInfo.get(options);
68 return attributesInfo.put(options, attrInfo);
77 return attributesInfo;

Completed in 38 milliseconds