ConditionalPut Constructor | 
| Name | Description | |
|---|---|---|
| ConditionalPut | 
            Default constructor.
              | |
| ConditionalPut(IFilter, Object) | 
            Construct a ConditionalPut that updates an entry with a
            new value if and only if the filter applied to the entry
            evaluates to true.
              | |
| ConditionalPut(IFilter, Object, Boolean) | 
            Construct a ConditionalPut that updates an entry with a
            new value if and only if the filter applied to the entry
            evaluates to true.
              |