public class MaxValueCountItem extends ProtectedItem
| Modifier and Type | Field and Description |
|---|---|
private Set<MaxValueCountElem> |
items
The set of elements to protect
|
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY| Constructor and Description |
|---|
MaxValueCountItem(Set<MaxValueCountElem> items)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Iterator<MaxValueCountElem> |
iterator()
Gets an iterator of all
MaxValueCountElems. |
String |
toString() |
private final Set<MaxValueCountElem> items
public MaxValueCountItem(Set<MaxValueCountElem> items)
items - the collection of MaxValueCountElems.public Iterator<MaxValueCountElem> iterator()
MaxValueCountElems.MaxValueCountElemsCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.