Class ContainsCompositeRange

All Implemented Interfaces:
ICustomQuery, SmartExternalizable, Externalizable, Serializable

public class ContainsCompositeRange extends CompositeRange
Collection contains composite range.
Since:
8.0.1
Author:
idan
See Also:
  • Constructor Details

    • ContainsCompositeRange

      public ContainsCompositeRange()
    • ContainsCompositeRange

      public ContainsCompositeRange(ContainsValueRange containsValueRange, Range range)
  • Method Details

    • matches

      public boolean matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath)
      Description copied from interface: ICustomQuery
      Checks whether the specified entry matches this query.
      Specified by:
      matches in interface ICustomQuery
      Overrides:
      matches in class Range
      Returns:
      Returns true if the specified entry matches this query, false otherwise.