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