Class PrefixedNameSet

    • Constructor Detail

      • PrefixedNameSet

        protected PrefixedNameSet()
    • Method Detail

      • hasMultiple

        public abstract boolean hasMultiple()
        Returns:
        True if set contains more than one entry; false if not (empty or has one)
      • contains

        public abstract boolean contains​(PrefixedName name)
        Returns:
        True if the set contains specified name; false if not.