Class IndexTools.D2D2

java.lang.Object
org.jlayer.util.IndexTools.D2D2
All Implemented Interfaces:
Relation
Enclosing class:
IndexTools

public abstract static class IndexTools.D2D2 extends Object implements Relation
  • Constructor Details

    • D2D2

      public D2D2()
  • Method Details

    • contains

      public abstract boolean contains(int x1, int x2, int y1, int y2)
    • contains

      public boolean contains(int[] x, int[] y)
      Specified by:
      contains in interface Relation