public abstract class

PaginatedCollection

extends PaginatedIterable<T, Page>
implements Collection<E>
java.lang.Object
   ↳ org.mule.modules.utils.pagination.PaginatedIterable<T, Page>
     ↳ org.mule.modules.handshake.client.impl.PaginatedCollection<T, Page>

Summary

Public Constructors
PaginatedCollection()
Public Methods
boolean add(T e)
boolean addAll(Collection<? extends T> c)
void clear()
boolean contains(Object o)
boolean containsAll(Collection<?> c)
abstract boolean isEmpty()
boolean remove(Object o)
boolean removeAll(Collection<?> c)
boolean retainAll(Collection<?> c)
abstract int size()
Object[] toArray()
<Type> Type[] toArray(Type[] a)
[Expand]
Inherited Methods
From class org.mule.modules.utils.pagination.PaginatedIterable
From class java.lang.Object
From interface java.lang.Iterable
From interface java.util.Collection

Public Constructors

public PaginatedCollection ()

Public Methods

public boolean add (T e)

Parameters
e

public boolean addAll (Collection<? extends T> c)

Parameters
c

public void clear ()

public boolean contains (Object o)

Parameters
o

public boolean containsAll (Collection<?> c)

Parameters
c

public abstract boolean isEmpty ()

public boolean remove (Object o)

Parameters
o

public boolean removeAll (Collection<?> c)

Parameters
c

public boolean retainAll (Collection<?> c)

Parameters
c

public abstract int size ()

public Object[] toArray ()

public Type[] toArray (Type[] a)

Parameters
a