public class HistoricsQueryList extends BaseDataSiftResult implements Iterable<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, isAuthorizationSuccessful, 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()
public boolean isEmpty()
public boolean contains(Object o)
public Iterator<HistoricsQuery> iterator()
iterator in interface Iterable<HistoricsQuery>public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(HistoricsQuery historicsQuery)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
public boolean addAll(Collection<? extends HistoricsQuery> c)
public boolean addAll(int index,
Collection<? extends HistoricsQuery> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public HistoricsQuery get(int index)
public HistoricsQuery set(int index, HistoricsQuery element)
public void add(int index,
HistoricsQuery element)
public HistoricsQuery remove(int index)
public int indexOf(Object o)
public int lastIndexOf(Object o)
public ListIterator<HistoricsQuery> listIterator()
public ListIterator<HistoricsQuery> listIterator(int index)
public List<HistoricsQuery> subList(int fromIndex, int toIndex)
Copyright © 2016. All Rights Reserved.