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

/forgerock/opendj2/src/server/org/opends/server/api/
H A DDITCacheMap.java42 * The DITCacheMap class implements custom Map for structural
86 public final class DITCacheMap<T> extends AbstractMap<DN,T> class in inherits:AbstractMap
136 public DITCacheMap() method in class:DITCacheMap
142 * Constructs a new DITCacheMap from a given Map.
144 * DITCacheMap from.
146 public DITCacheMap(Map<? extends DN, ? extends T> m) method in class:DITCacheMap
498 * EntrySet class implementation for the DITCacheMap.
586 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
621 return DITCacheMap.this.size();
634 * Map.Entry class implementation for the DITCacheMap
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DDITCacheMap.java43 * The DITCacheMap class implements custom Map for structural
87 public final class DITCacheMap<T> extends AbstractMap<DN,T> class in inherits:AbstractMap
137 public DITCacheMap() method in class:DITCacheMap
143 * Constructs a new DITCacheMap from a given Map.
145 * DITCacheMap from.
147 public DITCacheMap(Map<? extends DN, ? extends T> m) method in class:DITCacheMap
499 * EntrySet class implementation for the DITCacheMap.
587 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
622 return DITCacheMap.this.size();
635 * Map.Entry class implementation for the DITCacheMap
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDITCacheMap.java43 * The DITCacheMap class implements custom Map for structural
87 public final class DITCacheMap<T> extends AbstractMap<DN,T> class in inherits:AbstractMap
137 public DITCacheMap() method in class:DITCacheMap
143 * Constructs a new DITCacheMap from a given Map.
145 * DITCacheMap from.
147 public DITCacheMap(Map<? extends DN, ? extends T> m) method in class:DITCacheMap
499 * EntrySet class implementation for the DITCacheMap.
587 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
622 return DITCacheMap.this.size();
635 * Map.Entry class implementation for the DITCacheMap
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDITCacheMap.java42 * The DITCacheMap class implements custom Map for structural
86 public final class DITCacheMap<T> extends AbstractMap<DN,T> class in inherits:AbstractMap
136 public DITCacheMap() method in class:DITCacheMap
142 * Constructs a new DITCacheMap from a given Map.
144 * DITCacheMap from.
146 public DITCacheMap(Map<? extends DN, ? extends T> m) method in class:DITCacheMap
498 * EntrySet class implementation for the DITCacheMap.
586 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
621 return DITCacheMap.this.size();
634 * Map.Entry class implementation for the DITCacheMap
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DDITCacheMap.java43 * The DITCacheMap class implements custom Map for structural
87 public final class DITCacheMap<T> extends AbstractMap<DN,T> class in inherits:AbstractMap
137 public DITCacheMap() method in class:DITCacheMap
143 * Constructs a new DITCacheMap from a given Map.
145 * DITCacheMap from.
147 public DITCacheMap(Map<? extends DN, ? extends T> m) method in class:DITCacheMap
499 * EntrySet class implementation for the DITCacheMap.
587 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
622 return DITCacheMap.this.size();
635 * Map.Entry class implementation for the DITCacheMap
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDITCacheMap.java41 * The DITCacheMap class implements custom Map for structural storage of
80 public final class DITCacheMap<T> extends AbstractMap<DN,T> class in inherits:AbstractMap
127 public DITCacheMap() method in class:DITCacheMap
132 * Constructs a new DITCacheMap from a given Map.
134 * DITCacheMap from.
136 public DITCacheMap(Map<? extends DN, ? extends T> m) method in class:DITCacheMap
452 /** EntrySet class implementation for the DITCacheMap. */
532 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
564 return DITCacheMap.this.size();
575 /** Map.Entry class implementation for the DITCacheMap
[all...]

Completed in 63 milliseconds