Class Subdivided<T>


  • public final class Subdivided<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Subdivided​(T northWest, T northEast, T southWest, T southEast)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • northWest

        public final T northWest
      • northEast

        public final T northEast
      • southWest

        public final T southWest
      • southEast

        public final T southEast
    • Constructor Detail

      • Subdivided

        public Subdivided​(T northWest,
                          T northEast,
                          T southWest,
                          T southEast)