facebook4j
Interface PagableList<T>

All Superinterfaces:
java.util.Collection<T>, java.lang.Iterable<T>, java.util.List<T>
All Known Subinterfaces:
InboxResponseList<T>, ResponseList<T>
All Known Implementing Classes:
InboxResponseListImpl, PagableListImpl, ResponseListImpl

public interface PagableList<T>
extends java.util.List<T>

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 java.lang.Integer getCount()
           
 Paging<T> getPaging()
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getCount

java.lang.Integer getCount()

getPaging

Paging<T> getPaging()