Class GeneralPathEqualityDelegate

  • All Implemented Interfaces:
    EqualityDelegate<java.awt.geom.GeneralPath>

    public class GeneralPathEqualityDelegate
    extends java.lang.Object
    implements EqualityDelegate<java.awt.geom.GeneralPath>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean eq​(java.awt.geom.GeneralPath foo, java.awt.geom.GeneralPath bar)  
      int hash​(java.awt.geom.GeneralPath path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeneralPathEqualityDelegate

        public GeneralPathEqualityDelegate()
    • Method Detail

      • eq

        public boolean eq​(java.awt.geom.GeneralPath foo,
                          java.awt.geom.GeneralPath bar)
        Specified by:
        eq in interface EqualityDelegate<java.awt.geom.GeneralPath>
      • hash

        public int hash​(java.awt.geom.GeneralPath path)
        Specified by:
        hash in interface EqualityDelegate<java.awt.geom.GeneralPath>