public class DistinctValuesRow extends Object
| Constructor and Description |
|---|
DistinctValuesRow() |
| Modifier and Type | Method and Description |
|---|---|
int |
addDistinctValueIfNotExists(Object value)
tries to add a distinct value to the list.
|
ArrayList<Object> |
getDistinctValues() |
String |
toString() |
public int addDistinctValueIfNotExists(Object value)
value - the new distinct value to be added in the listCopyright © 2006–2015. All rights reserved.