| Constructor and Description |
|---|
ManyAssociationValueState(List<org.qi4j.api.entity.EntityReference> references) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(int i,
org.qi4j.api.entity.EntityReference entityReference) |
boolean |
contains(org.qi4j.api.entity.EntityReference entityReference) |
int |
count() |
org.qi4j.api.entity.EntityReference |
get(int i) |
Iterator<org.qi4j.api.entity.EntityReference> |
iterator() |
boolean |
remove(org.qi4j.api.entity.EntityReference entity) |
public ManyAssociationValueState(List<org.qi4j.api.entity.EntityReference> references)
public int count()
count in interface org.qi4j.spi.entity.ManyAssociationStatepublic boolean contains(org.qi4j.api.entity.EntityReference entityReference)
contains in interface org.qi4j.spi.entity.ManyAssociationStatepublic boolean add(int i,
org.qi4j.api.entity.EntityReference entityReference)
add in interface org.qi4j.spi.entity.ManyAssociationStatepublic boolean remove(org.qi4j.api.entity.EntityReference entity)
remove in interface org.qi4j.spi.entity.ManyAssociationStatepublic org.qi4j.api.entity.EntityReference get(int i)
get in interface org.qi4j.spi.entity.ManyAssociationState