public static class WordCountPojo.Word extends Object
Modifier and Type | Method and Description |
---|---|
int |
getFrequency() |
String |
getWord() |
void |
setFrequency(int frequency) |
void |
setWord(String word) |
String |
toString() |
public Word()
public Word(String word, int i)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.