Class ResultList<T>

java.lang.Object
rs.jerseyclient.data.ResultList<T>
Type Parameters:
T - the type of result
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class ResultList<T> extends Object implements List<T>
Special list that also holds page information.

The class is usually required for correct JSON (de)serialization while easing the use.

Author:
ralph