Searched defs:sourceList (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java2981 List<Attribute> sourceList = mapEntry.getValue();
2983 new ArrayList<Attribute>(sourceList.size());
2985 for (Attribute a : sourceList)
5655 * @param sourceList
5672 private void mergeAttributeLists(List<Attribute> sourceList, argument
5678 if (sourceList == null)
5683 for (Attribute attribute : sourceList)
5761 attrList = new ArrayList<Attribute>(sourceList.size());
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java2981 List<Attribute> sourceList = mapEntry.getValue();
2983 new ArrayList<Attribute>(sourceList.size());
2985 for (Attribute a : sourceList)
5653 * @param sourceList
5670 private void mergeAttributeLists(List<Attribute> sourceList, argument
5676 if (sourceList == null)
5681 for (Attribute attribute : sourceList)
5759 attrList = new ArrayList<Attribute>(sourceList.size());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java2896 List<Attribute> sourceList = mapEntry.getValue();
2898 new ArrayList<Attribute>(sourceList.size());
2900 for (Attribute a : sourceList)
5561 * @param sourceList
5578 private static void mergeAttributeLists(List<Attribute> sourceList, argument
5584 if (sourceList == null)
5589 for (Attribute attribute : sourceList)
5667 attrList = new ArrayList<Attribute>(sourceList.size());
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java2769 List<Attribute> sourceList = mapEntry.getValue();
2770 List<Attribute> targetList = new ArrayList<Attribute>(sourceList.size());
2772 for (Attribute a : sourceList)
5079 * @param sourceList
5096 private void mergeAttributeLists(List<Attribute> sourceList, argument
5101 if (sourceList == null)
5106 for (Attribute attribute : sourceList)
5180 attrList = new ArrayList<Attribute>(sourceList.size());
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java2769 List<Attribute> sourceList = mapEntry.getValue();
2770 List<Attribute> targetList = new ArrayList<Attribute>(sourceList.size());
2772 for (Attribute a : sourceList)
5079 * @param sourceList
5096 private void mergeAttributeLists(List<Attribute> sourceList, argument
5101 if (sourceList == null)
5106 for (Attribute attribute : sourceList)
5180 attrList = new ArrayList<Attribute>(sourceList.size());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java2547 List<Attribute> sourceList = mapEntry.getValue();
2548 List<Attribute> targetList = new ArrayList<>(sourceList.size());
2550 for (Attribute a : sourceList)
4757 * @param sourceList
4774 private void mergeAttributeLists(List<Attribute> sourceList, argument
4779 if (sourceList == null)
4784 for (Attribute attribute : sourceList)
4847 attrList = new ArrayList<>(sourceList.size());

Completed in 81 milliseconds