Class BIG5Tool.ChEl

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    BIG5Tool

    static class BIG5Tool.ChEl
    extends java.lang.Object
    implements java.lang.Comparable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int charCode  
      (package private) int occurences  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChEl​(int c, int o)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object other)  
      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

      • charCode

        int charCode
      • occurences

        int occurences
    • Constructor Detail

      • ChEl

        ChEl​(int c,
             int o)
    • 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
      • compareTo

        public int compareTo​(java.lang.Object other)
        Specified by:
        compareTo in interface java.lang.Comparable