com.atlassian.crowd.integration.rest.entity
Class UserEntityList

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.entity.UserEntityList
All Implemented Interfaces:
Iterable<UserEntity>

public class UserEntityList
extends Object
implements Iterable<UserEntity>

Contains a list of UserEntitys.

Since:
v2.1

Constructor Summary
UserEntityList(List<UserEntity> users)
           
 
Method Summary
 UserEntity get(int index)
           
 boolean isEmpty()
           
 Iterator<UserEntity> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserEntityList

public UserEntityList(List<UserEntity> users)
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

get

public UserEntity get(int index)

iterator

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


Copyright © 2012 Atlassian. All Rights Reserved.