Class MapConstraints.ConstrainedEntrySet<K,​V>

    • Constructor Detail

      • ConstrainedEntrySet

        ConstrainedEntrySet​(java.util.Set<java.util.Map.Entry<K,​V>> entries,
                            MapConstraint<? super K,​? super V> constraint)
    • Method Detail

      • equals

        public boolean equals​(@Nullable
                              java.lang.Object object)
        Specified by:
        equals in interface java.util.Collection<K>
        Specified by:
        equals in interface java.util.Set<K>
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<K>
        Specified by:
        hashCode in interface java.util.Set<K>
        Overrides:
        hashCode in class java.lang.Object