Class ReadOnlyMultisetProperty<E>

    • Constructor Detail

      • ReadOnlyMultisetProperty

        public ReadOnlyMultisetProperty()
    • Method Detail

      • appendValueToString

        protected void appendValueToString​(java.lang.StringBuilder result)
        Appends a representation of this SetMultimapProperty's value to the given StringBuilder. Gets called from toString() to allow subclasses to provide a changed value representation.
        Parameters:
        result - A StringBuilder to append the value representation to.
      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in interface java.util.Collection<E>
        Specified by:
        equals in interface Multiset<E>
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<E>
        Specified by:
        hashCode in interface Multiset<E>
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface Multiset<E>
        Overrides:
        toString in class java.lang.Object
      • unbindContent

        public void unbindContent​(java.lang.Object target)
        Deletes a content binding between the ObservableSetMultimap, that is wrapped in this ReadOnlyMultisetProperty, and another Object.
        Parameters:
        target - The Object to which the binding should be removed.
      • unbindContentBidirectional

        public void unbindContentBidirectional​(java.lang.Object other)
        Deletes a bidirectional content binding between the ObservableSetMultimap, that is wrapped in this ReadOnlyMultisetProperty, and another Object.
        Parameters:
        other - The Object to which the bidirectional binding should be removed.