Class SocketWindowWordCount.WordWithCount

  • Enclosing class:
    SocketWindowWordCount

    public static class SocketWindowWordCount.WordWithCount
    extends Object
    Data type for words with count.
    • Field Detail

      • count

        public long count
    • Constructor Detail

      • WordWithCount

        public WordWithCount()
      • WordWithCount

        public WordWithCount​(String word,
                             long count)