public class HistoricsQueryList extends BaseDataSiftResult implements List<HistoricsQuery>
| Modifier and Type | Field and Description |
|---|---|
protected List<HistoricsQuery> |
data |
error, response| Constructor and Description |
|---|
HistoricsQueryList() |
HistoricsQueryList(List<HistoricsQuery> data,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(HistoricsQuery historicsQuery) |
void |
add(int index,
HistoricsQuery element) |
boolean |
addAll(Collection<? extends HistoricsQuery> c) |
boolean |
addAll(int index,
Collection<? extends HistoricsQuery> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
HistoricsQuery |
get(int index) |
int |
getCount()
The number of items returned
|
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<HistoricsQuery> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<HistoricsQuery> |
listIterator() |
ListIterator<HistoricsQuery> |
listIterator(int index) |
HistoricsQuery |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
HistoricsQuery |
set(int index,
HistoricsQuery element) |
int |
size() |
List<HistoricsQuery> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
failed, failureCause, getError, getResponse, isAuthorizationSuccesful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected final List<HistoricsQuery> data
public HistoricsQueryList()
public HistoricsQueryList(List<HistoricsQuery> data, int count)
public int getCount()
public int size()
size in interface Collection<HistoricsQuery>size in interface List<HistoricsQuery>public boolean isEmpty()
isEmpty in interface Collection<HistoricsQuery>isEmpty in interface List<HistoricsQuery>public boolean contains(Object o)
contains in interface Collection<HistoricsQuery>contains in interface List<HistoricsQuery>public Iterator<HistoricsQuery> iterator()
iterator in interface Iterable<HistoricsQuery>iterator in interface Collection<HistoricsQuery>iterator in interface List<HistoricsQuery>public Object[] toArray()
toArray in interface Collection<HistoricsQuery>toArray in interface List<HistoricsQuery>public <T> T[] toArray(T[] a)
toArray in interface Collection<HistoricsQuery>toArray in interface List<HistoricsQuery>public boolean add(HistoricsQuery historicsQuery)
add in interface Collection<HistoricsQuery>add in interface List<HistoricsQuery>public boolean remove(Object o)
remove in interface Collection<HistoricsQuery>remove in interface List<HistoricsQuery>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<HistoricsQuery>containsAll in interface List<HistoricsQuery>public boolean addAll(Collection<? extends HistoricsQuery> c)
addAll in interface Collection<HistoricsQuery>addAll in interface List<HistoricsQuery>public boolean addAll(int index,
Collection<? extends HistoricsQuery> c)
addAll in interface List<HistoricsQuery>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<HistoricsQuery>removeAll in interface List<HistoricsQuery>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<HistoricsQuery>retainAll in interface List<HistoricsQuery>public void clear()
clear in interface Collection<HistoricsQuery>clear in interface List<HistoricsQuery>public HistoricsQuery get(int index)
get in interface List<HistoricsQuery>public HistoricsQuery set(int index, HistoricsQuery element)
set in interface List<HistoricsQuery>public void add(int index,
HistoricsQuery element)
add in interface List<HistoricsQuery>public HistoricsQuery remove(int index)
remove in interface List<HistoricsQuery>public int indexOf(Object o)
indexOf in interface List<HistoricsQuery>public int lastIndexOf(Object o)
lastIndexOf in interface List<HistoricsQuery>public ListIterator<HistoricsQuery> listIterator()
listIterator in interface List<HistoricsQuery>public ListIterator<HistoricsQuery> listIterator(int index)
listIterator in interface List<HistoricsQuery>public List<HistoricsQuery> subList(int fromIndex, int toIndex)
subList in interface List<HistoricsQuery>Copyright © 2015. All Rights Reserved.