|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
public class RemoteAddressEntitySet
Represents a set of RemoteAddressEntity.
| Constructor Summary | |
|---|---|
RemoteAddressEntitySet(java.util.Set<RemoteAddressEntity> remoteAddresses,
com.atlassian.plugins.rest.common.Link link)
|
|
| Method Summary | |
|---|---|
void |
addRemoteAddress(RemoteAddressEntity addressEntity)
|
com.atlassian.plugins.rest.common.Link |
getLink()
|
boolean |
isEmpty()
|
java.util.Iterator<RemoteAddressEntity> |
iterator()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteAddressEntitySet(java.util.Set<RemoteAddressEntity> remoteAddresses,
com.atlassian.plugins.rest.common.Link link)
| Method Detail |
|---|
public void addRemoteAddress(RemoteAddressEntity addressEntity)
public java.util.Iterator<RemoteAddressEntity> iterator()
iterator in interface java.lang.Iterable<RemoteAddressEntity>public int size()
public boolean isEmpty()
public com.atlassian.plugins.rest.common.Link getLink()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||