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