yt4droid
クラス ResponseListImpl<T>

java.lang.Object
  上位を拡張 java.util.AbstractCollection<E>
      上位を拡張 java.util.AbstractList<E>
          上位を拡張 java.util.ArrayList<T>
              上位を拡張 yt4droid.ResponseListImpl<T>
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.List<T>, java.util.RandomAccess, ResponseList<T>

public class ResponseListImpl<T>
extends java.util.ArrayList<T>
implements ResponseList<T>

関連項目:
直列化された形式

コンストラクタの概要
ResponseListImpl(int size, HttpResponse res)
           
ResponseListImpl(int size, java.util.Map<java.lang.String,java.lang.String> feedMap)
           
 
メソッドの概要
 int getItemsPerPage()
          a page total of this request.
 int getStartIndex()
          The start index of this request.
 int getTotalItems()
          The total items of this request.
 java.util.Date getUpdated()
          The date of this list.
 
クラス java.util.ArrayList から継承されたメソッド
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
クラス java.util.AbstractList から継承されたメソッド
equals, hashCode, iterator, listIterator, listIterator, subList
 
クラス java.util.AbstractCollection から継承されたメソッド
containsAll, removeAll, retainAll, toString
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 
インタフェース 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
 

コンストラクタの詳細

ResponseListImpl

public ResponseListImpl(int size,
                        HttpResponse res)
                 throws YoutubeException
例外:
YoutubeException

ResponseListImpl

public ResponseListImpl(int size,
                        java.util.Map<java.lang.String,java.lang.String> feedMap)
                 throws YoutubeException
例外:
YoutubeException
メソッドの詳細

getUpdated

public java.util.Date getUpdated()
The date of this list.

定義:
インタフェース ResponseList<T> 内の getUpdated
戻り値:
The value date

getTotalItems

public int getTotalItems()
The total items of this request.

定義:
インタフェース ResponseList<T> 内の getTotalItems
戻り値:
The value date

getStartIndex

public int getStartIndex()
The start index of this request.

定義:
インタフェース ResponseList<T> 内の getStartIndex
戻り値:
The value date

getItemsPerPage

public int getItemsPerPage()
a page total of this request.

定義:
インタフェース ResponseList<T> 内の getItemsPerPage
戻り値:
The value date