Class LineMap


  • public class LineMap
    extends java.lang.Object
    Since:
    1.6
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<Line,​java.util.List<Line>> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      LineMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Line> get​(Line souce)  
      void put​(Line source, Line target)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • map

        protected java.util.Map<Line,​java.util.List<Line>> map
    • Constructor Detail

      • LineMap

        public LineMap()
    • Method Detail

      • put

        public void put​(Line source,
                        Line target)
      • get

        public java.util.List<Line> get​(Line souce)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object