Class QuadTreeD.Quadrant

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.io7m.jregions.core.unparameterized.areas.AreaD area()  
      java.util.Map<T,​com.io7m.jregions.core.unparameterized.areas.AreaD> objects()  
      • Methods inherited from class java.lang.Object

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

      • objects

        public java.util.Map<T,​com.io7m.jregions.core.unparameterized.areas.AreaD> objects()
        Specified by:
        objects in interface QuadTreeQuadrantDType<T>
        Returns:
        A read-only view of the objects directly contained within this quadrant
      • area

        public com.io7m.jregions.core.unparameterized.areas.AreaD area()
        Specified by:
        area in interface QuadTreeQuadrantDType<T>
        Returns:
        The area of the quadrant