Class Directional<T>


  • public class Directional<T>
    extends Object
    Used to associate some object with a direction.
    • Constructor Detail

      • Directional

        public Directional​(T value,
                           boolean isIngress)
    • Method Detail

      • getValue

        public T getValue()
      • isIngress

        public boolean isIngress()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object