facebook4j
Interface ResponseList<T>

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

public interface ResponseList<T>
extends PagableList<T>

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 
Methods inherited from interface facebook4j.PagableList
getCount, 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