Class AttributeSet


  • public class AttributeSet
    extends Object
    • Method Detail

      • containsKey

        public boolean containsKey​(String key)
      • containsKey

        public boolean containsKey​(Key key)
      • matches

        public boolean matches​(AttributeSet candidate)
        matches if attributes in db has (or doesn't if WITHOUT command) a set of candidate attributes Also supports EXISTS and NOT_EXISTS operations
        Parameters:
        candidate - - set of candidate attributes
        Returns:
        match
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object