Class Word


  • public class Word
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int support  
      short[] word  
    • Constructor Summary

      Constructors 
      Constructor Description
      Word​(short[] word, int support)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • word

        public short[] word
      • support

        public int support
    • Constructor Detail

      • Word

        public Word​(short[] word,
                    int support)