Class GoMod.GoModItem

java.lang.Object
com.igormaznitsa.mvngolang.utils.GoMod.GoModItem
All Implemented Interfaces:
java.lang.Comparable<GoMod.GoModItem>
Direct Known Subclasses:
GoMod.GoCustom, GoMod.GoExclude, GoMod.GoModule, GoMod.GoReplace, GoMod.GoRequire
Enclosing class:
GoMod

public abstract static class GoMod.GoModItem
extends java.lang.Object
implements java.lang.Comparable<GoMod.GoModItem>
  • Constructor Summary

    Constructors 
    Constructor Description
    GoModItem()  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(GoMod.GoModItem that)  
    abstract boolean equals​(java.lang.Object that)  
    abstract int getPriority()  
    abstract int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • compareTo

      public int compareTo​(@Nonnull GoMod.GoModItem that)
      Specified by:
      compareTo in interface java.lang.Comparable<GoMod.GoModItem>
    • getPriority

      public abstract int getPriority()
    • equals

      public abstract boolean equals​(@Nullable java.lang.Object that)
      Overrides:
      equals in class java.lang.Object
    • hashCode

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