[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Index for filter parameter constants to match using the equals (=) operator.
The implementation is based on a regular HashMap.
The following tables list the members exposed by the FilterParamIndexEquals type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MatchEvent |
Matches the event.
(Overrides .MatchEvent(EventBean, IList<(Of FilterCallback>)).) |
![]() | Put |
Convenience method added for portability. Sets the value of
the event evaluator for the given filterConstant.
|
![]() | Remove |
Remove the event evaluation instance for the given constant. Returns true if
the constant was found, or false if not.
The calling class must make sure that access to the underlying resource is protected
for multi-threaded writes, the ReadWriteLock method must supply a lock for this purpose.
(Overrides .Remove(Object).) |
![]() | ToString | (Overrides .ToString().) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | FilterParamIndexEqualsNew | Constructs the index for exact matches. |
Public Properties
Name | Description | |
---|---|---|
![]() | Count |
Return the number of distinct filter parameter constants stored.
The calling class must make sure that access to the underlying resource is protected
for multi-threaded writes, the ReadWriteLock method must supply a lock for this purpose.
(Overrides .Count.) |
![]() | FilterOperator | Returns the filter operator that the index matches for. |
![]() | Getter | Returns getter for property. |
![]() | Item |
Gets or sets the EventEvaluator with the specified filter constant.
Returns null if no entry found for the constant.
The calling class must make sure that access to the underlying resource is protected
for multi-threaded access, the ReadWriteLock method must supply a lock for this purpose.
(Overrides .Item(Object).) |
![]() | PropertyBoxedType | Returns boxed property type. |
![]() | PropertyName | Returns the name of the property to get the value for to match against the values
contained in the index.
|
![]() | ReadWriteLock |
Supplies the lock for protected access.
(Overrides .ReadWriteLock.) |