Class ObjectsToCompare

Object
org.anchoranalysis.plugin.annotation.comparison.ObjectsToCompare

public final class ObjectsToCompare
extends Object
Holds two ObjectCollections for comparison purposes.
  • Constructor Summary

    Constructors 
    Constructor Description
    ObjectsToCompare​(org.anchoranalysis.image.voxel.object.ObjectCollection left, org.anchoranalysis.image.voxel.object.ObjectCollection right)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(Object o)  
    org.anchoranalysis.image.voxel.object.ObjectCollection getLeft()
    Objects on left-side of the comparison.
    org.anchoranalysis.image.voxel.object.ObjectCollection getRight()
    Objects on right-side of the comparison.
    int hashCode()  
    String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ObjectsToCompare

      public ObjectsToCompare​(org.anchoranalysis.image.voxel.object.ObjectCollection left, org.anchoranalysis.image.voxel.object.ObjectCollection right)
  • Method Details

    • getLeft

      public org.anchoranalysis.image.voxel.object.ObjectCollection getLeft()
      Objects on left-side of the comparison.
    • getRight

      public org.anchoranalysis.image.voxel.object.ObjectCollection getRight()
      Objects on right-side of the comparison.
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object