Searched refs:adDecodeMap (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/api/
H A DCompressedSchema.java76 private final List<Entry<AttributeType, Set<String>>> adDecodeMap; field in class:CompressedSchema
94 adDecodeMap = new CopyOnWriteArrayList<Entry<AttributeType, Set<String>>>();
123 Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id);
250 id = adDecodeMap.size();
251 adDecodeMap.add(ad);
342 return id < adDecodeMap.size();
351 final Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id++);
464 if (id < adDecodeMap.size())
466 adDecodeMap.set(id, ad);
471 while (id > adDecodeMap
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DCompressedSchema.java77 private final List<Entry<AttributeType, Set<String>>> adDecodeMap; field in class:CompressedSchema
95 adDecodeMap = new CopyOnWriteArrayList<Entry<AttributeType, Set<String>>>();
124 Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id);
251 id = adDecodeMap.size();
252 adDecodeMap.add(ad);
343 return id < adDecodeMap.size();
352 final Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id++);
465 if (id < adDecodeMap.size())
467 adDecodeMap.set(id, ad);
472 while (id > adDecodeMap
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DCompressedSchema.java77 private final List<Entry<AttributeType, Set<String>>> adDecodeMap; field in class:CompressedSchema
95 adDecodeMap = new CopyOnWriteArrayList<Entry<AttributeType, Set<String>>>();
124 Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id);
251 id = adDecodeMap.size();
252 adDecodeMap.add(ad);
343 return id < adDecodeMap.size();
352 final Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id++);
465 if (id < adDecodeMap.size())
467 adDecodeMap.set(id, ad);
472 while (id > adDecodeMap
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DCompressedSchema.java76 private final List<Entry<AttributeType, Set<String>>> adDecodeMap; field in class:CompressedSchema
94 adDecodeMap = new CopyOnWriteArrayList<Entry<AttributeType, Set<String>>>();
123 Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id);
250 id = adDecodeMap.size();
251 adDecodeMap.add(ad);
342 return id < adDecodeMap.size();
351 final Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id++);
464 if (id < adDecodeMap.size())
466 adDecodeMap.set(id, ad);
471 while (id > adDecodeMap
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DCompressedSchema.java77 private final List<Entry<AttributeType, Set<String>>> adDecodeMap; field in class:CompressedSchema
95 adDecodeMap = new CopyOnWriteArrayList<Entry<AttributeType, Set<String>>>();
124 Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id);
251 id = adDecodeMap.size();
252 adDecodeMap.add(ad);
343 return id < adDecodeMap.size();
352 final Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id++);
465 if (id < adDecodeMap.size())
467 adDecodeMap.set(id, ad);
472 while (id > adDecodeMap
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DCompressedSchema.java70 private final List<Entry<AttributeType, Set<String>>> adDecodeMap = new CopyOnWriteArrayList<>(); field in class:CompressedSchema
98 Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id);
216 id = adDecodeMap.size();
217 adDecodeMap.add(ad);
308 return id < adDecodeMap.size();
317 final Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id++);
407 if (id < adDecodeMap.size())
409 adDecodeMap.set(id, ad);
414 while (id > adDecodeMap.size())
416 adDecodeMap
[all...]

Completed in 29 milliseconds