com.atlassian.crowd.plugin.rest.entity
Class RemoteAddressEntitySet

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
All Implemented Interfaces:
Iterable<RemoteAddressEntity>

public class RemoteAddressEntitySet
extends Object
implements Iterable<RemoteAddressEntity>

Represents a set of RemoteAddressEntity.

Since:
2.2

Constructor Summary
RemoteAddressEntitySet(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()
           
 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

RemoteAddressEntitySet

public RemoteAddressEntitySet(Set<RemoteAddressEntity> remoteAddresses,
                              com.atlassian.plugins.rest.common.Link link)
Method Detail

addRemoteAddress

public void addRemoteAddress(RemoteAddressEntity addressEntity)

iterator

public Iterator<RemoteAddressEntity> iterator()
Specified by:
iterator in interface Iterable<RemoteAddressEntity>

size

public int size()

isEmpty

public boolean isEmpty()

getLink

public com.atlassian.plugins.rest.common.Link getLink()


Copyright © 2013 Atlassian. All Rights Reserved.