public class SetAndCount extends Object
| Constructor and Description |
|---|
SetAndCount(Set<String> set)
Instantiates a new sets the and count.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the count.
|
Set<String> |
getSet()
Gets the sets the.
|
void |
setCount(int count)
Sets the count.
|
String |
toString()
"SetAndCount [count=" + count + ", set=" + set + "]";
|
Copyright © 2015–2016 eBay. All rights reserved.