Class ObjectForReduction

Object
org.anchoranalysis.image.inference.bean.reduce.ObjectForReduction
All Implemented Interfaces:
Comparable<ObjectForReduction>

public final class ObjectForReduction
extends Object
implements Comparable<ObjectForReduction>
An object that can be reduced.
  • Field Details

    • NEWLY_ADDED

      public static final int NEWLY_ADDED
      A special index value to indicate that an object has been newly-added.

      Typically indices are non-negative, reflecting the position their position in the input list (as passed for reduction).

      See Also:
      Constant Field Values
  • Constructor Details

  • Method Details