Class TranslationFileGenerator.LevelComparator

  • All Implemented Interfaces:
    java.lang.Comparable<java.lang.String>
    Enclosing class:
    TranslationFileGenerator

    private static final class TranslationFileGenerator.LevelComparator
    extends java.lang.Object
    implements java.lang.Comparable<java.lang.String>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Integer levelIntValue  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LevelComparator​(java.lang.String level)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.String o)  
      • Methods inherited from class java.lang.Object

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

      • levelIntValue

        private final java.lang.Integer levelIntValue
    • Constructor Detail

      • LevelComparator

        private LevelComparator​(java.lang.String level)
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.String o)
        Specified by:
        compareTo in interface java.lang.Comparable<java.lang.String>