public class MultiValuedAttributeEntityList extends Object implements Attributes, Iterable<MultiValuedAttributeEntity>
| Constructor and Description |
|---|
MultiValuedAttributeEntityList(List<MultiValuedAttributeEntity> attributes) |
| Modifier and Type | Method and Description |
|---|---|
MultiValuedAttributeEntity |
get(int index) |
Set<String> |
getKeys() |
String |
getValue(String key) |
Set<String> |
getValues(String key) |
boolean |
isEmpty() |
Iterator<MultiValuedAttributeEntity> |
iterator() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MultiValuedAttributeEntityList(List<MultiValuedAttributeEntity> attributes)
public int size()
public Set<String> getValues(String key)
getValues in interface Attributespublic String getValue(String key)
getValue in interface Attributespublic Set<String> getKeys()
getKeys in interface Attributespublic boolean isEmpty()
isEmpty in interface Attributespublic MultiValuedAttributeEntity get(int index)
public Iterator<MultiValuedAttributeEntity> iterator()
iterator in interface Iterable<MultiValuedAttributeEntity>Copyright © 2023 Atlassian. All rights reserved.