Searched defs:contains (Results 1 - 25 of 220) sorted by relevance

123456789

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java93 * @return Returns {@code true} if the set contains the specified
144 * Indicates whether this set contains the provided object.
148 * @return {@code true} if this set contains the provided object,
152 public boolean contains(Object o) method in class:SubtreeSpecificationSet
154 return pimpl.contains(o);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java92 * @return Returns {@code true} if the set contains the specified
143 * Indicates whether this set contains the provided object.
147 * @return {@code true} if this set contains the provided object,
151 public boolean contains(Object o) method in class:SubtreeSpecificationSet
153 return pimpl.contains(o);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java93 * @return Returns {@code true} if the set contains the specified
144 * Indicates whether this set contains the provided object.
148 * @return {@code true} if this set contains the provided object,
152 public boolean contains(Object o) method in class:SubtreeSpecificationSet
154 return pimpl.contains(o);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java93 * @return Returns {@code true} if the set contains the specified
144 * Indicates whether this set contains the provided object.
148 * @return {@code true} if this set contains the provided object,
152 public boolean contains(Object o) method in class:SubtreeSpecificationSet
154 return pimpl.contains(o);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java92 * @return Returns {@code true} if the set contains the specified
143 * Indicates whether this set contains the provided object.
147 * @return {@code true} if this set contains the provided object,
151 public boolean contains(Object o) method in class:SubtreeSpecificationSet
153 return pimpl.contains(o);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DErrorEventType.java38 public static boolean contains(EventType type) { method in class:ErrorEventType
39 return TYPES.contains(type);
H A DModificationEventType.java38 public static boolean contains(EventType type) { method in class:ModificationEventType
39 return TYPES.contains(type);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DErrorEventType.java38 public static boolean contains(EventType type) { method in class:ErrorEventType
39 return TYPES.contains(type);
H A DModificationEventType.java38 public static boolean contains(EventType type) { method in class:ModificationEventType
39 return TYPES.contains(type);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMsgQueue.java94 * Returns <tt>true</tt> if this MsgQueue contains no UpdateMsg.
96 * @return <tt>true</tt> if this MsgQueue contains no UpdateMsg.
178 * Returns <tt>true</tt> if this map contains an UpdateMsg
183 * @return <tt>true</tt> if this map contains an UpdateMsg
187 public boolean contains(UpdateMsg msg) method in class:MsgQueue
/forgerock/opendj2/src/server/org/opends/server/admin/condition/
H A DConditions.java139 * only if a property contains a particular value.
147 * if and only if a property contains a particular value.
149 public static Condition contains(String propertyName, method in class:Conditions
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java59 * Tells whether the list of unreliable contains children of
62 * @return <CODE>true</CODE> if the list of unreliable entries contains a
95 * Tells whether the list of unreliable contains the entry with LDAPURL
103 public boolean contains(LDAPURL url) { method in class:NumSubordinateHacker
104 boolean contains = false;
116 contains = true;
128 return contains;
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/condition/
H A DConditions.java140 * only if a property contains a particular value.
148 * if and only if a property contains a particular value.
150 public static Condition contains(String propertyName, method in class:Conditions
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java58 * Tells whether the list of unreliable contains children of
61 * @return <CODE>true</CODE> if the list of unreliable entries contains a
94 * Tells whether the list of unreliable contains the entry with LDAPURL
102 public boolean contains(LDAPURL url) { method in class:NumSubordinateHacker
103 boolean contains = false;
115 contains = true;
127 return contains;
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/condition/
H A DConditions.java140 * only if a property contains a particular value.
148 * if and only if a property contains a particular value.
150 public static Condition contains(String propertyName, method in class:Conditions
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DMsgQueue.java94 * Returns <tt>true</tt> if this MsgQueue contains no UpdateMsg.
96 * @return <tt>true</tt> if this MsgQueue contains no UpdateMsg.
178 * Returns <tt>true</tt> if this map contains an UpdateMsg
183 * @return <tt>true</tt> if this map contains an UpdateMsg
187 public boolean contains(UpdateMsg msg) method in class:MsgQueue
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java59 * Tells whether the list of unreliable contains children of
62 * @return <CODE>true</CODE> if the list of unreliable entries contains a
95 * Tells whether the list of unreliable contains the entry with LDAPURL
103 public boolean contains(LDAPURL url) { method in class:NumSubordinateHacker
104 boolean contains = false;
116 contains = true;
128 return contains;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java58 * Tells whether the list of unreliable contains children of
61 * @return <CODE>true</CODE> if the list of unreliable entries contains a
94 * Tells whether the list of unreliable contains the entry with LDAPURL
102 public boolean contains(LDAPURL url) { method in class:NumSubordinateHacker
103 boolean contains = false;
115 contains = true;
127 return contains;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMsgQueue.java94 * Returns <tt>true</tt> if this MsgQueue contains no UpdateMsg.
96 * @return <tt>true</tt> if this MsgQueue contains no UpdateMsg.
178 * Returns <tt>true</tt> if this map contains an UpdateMsg
183 * @return <tt>true</tt> if this map contains an UpdateMsg
187 public boolean contains(UpdateMsg msg) method in class:MsgQueue
/forgerock/opendj2-hg/src/server/org/opends/server/admin/condition/
H A DConditions.java139 * only if a property contains a particular value.
147 * if and only if a property contains a particular value.
149 public static Condition contains(String propertyName, method in class:Conditions
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java59 * Tells whether the list of unreliable contains children of
62 * @return <CODE>true</CODE> if the list of unreliable entries contains a
95 * Tells whether the list of unreliable contains the entry with LDAPURL
103 public boolean contains(LDAPURL url) { method in class:NumSubordinateHacker
104 boolean contains = false;
116 contains = true;
128 return contains;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/condition/
H A DConditions.java140 * only if a property contains a particular value.
148 * if and only if a property contains a particular value.
150 public static Condition contains(String propertyName, method in class:Conditions
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DIdentityHashSet.java40 public boolean contains(Object key) { method in class:IdentityHashSet
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java40 public boolean contains(Object key) { method in class:IdentityHashSet
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DIdentityHashSet.java40 public boolean contains(Object key) { method in class:IdentityHashSet

Completed in 175 milliseconds

123456789