Class LinkFileMap.wrapper

  • Enclosing class:
    LinkFileMap

    private static class LinkFileMap.wrapper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String file_str  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected wrapper​(java.io.File file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • file_str

        private final java.lang.String file_str
    • Constructor Detail

      • wrapper

        protected wrapper​(java.io.File file)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object