|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mtzky.lucene.LuceneIndexSearcherResponse<E>
E - entitypublic class LuceneIndexSearcherResponse<E>
The response for LuceneIndexSearcher.find(LuceneIndexSearcherRequest)
.
| コンストラクタの概要 | |
|---|---|
LuceneIndexSearcherResponse()
Constructs an empty list with an initial capacity of LuceneIndexSearcherRequest.DEFAULT_LIMIT. |
|
LuceneIndexSearcherResponse(int initialCapacity)
Constructs an empty list with the specified initial capacity. |
|
| メソッドの概要 | ||
|---|---|---|
boolean |
add(E e)
|
|
void |
add(int index,
E element)
|
|
boolean |
addAll(Collection<? extends E> c)
|
|
boolean |
addAll(int index,
Collection<? extends E> c)
|
|
void |
clear()
|
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> c)
|
|
boolean |
equals(Object obj)
|
|
E |
get(int index)
|
|
int |
getCurrentPageIndex()
Returns a current page index (zero-origin). |
|
int |
getCurrentPageNumber()
Returns a current page number (one-origin). |
|
boolean |
getHasNextPage()
Accessor to hasNextPage() for the EL Expression. |
|
boolean |
getHasPrevPage()
Accessor to hasPrevPage() for the EL Expression. |
|
int |
getLimit()
|
|
int |
getOffset()
|
|
int |
getTotalHits()
|
|
int |
hashCode()
|
|
boolean |
hasNextPage()
Returns true if has next page. |
|
boolean |
hasPrevPage()
Returns true if has previous page. |
|
int |
indexOf(Object o)
|
|
boolean |
isEmpty()
|
|
Iterator<E> |
iterator()
|
|
int |
lastIndexOf(Object o)
|
|
ListIterator<E> |
listIterator()
|
|
ListIterator<E> |
listIterator(int index)
|
|
E |
remove(int index)
|
|
boolean |
remove(Object o)
|
|
boolean |
removeAll(Collection<?> c)
|
|
boolean |
retainAll(Collection<?> c)
|
|
E |
set(int index,
E element)
|
|
void |
setLimit(int limit)
|
|
void |
setOffset(int offset)
|
|
void |
setTotalHits(int totalHits)
|
|
int |
size()
|
|
List<E> |
subList(int fromIndex,
int toIndex)
|
|
Object[] |
toArray()
|
|
|
toArray(T[] a)
|
|
String |
toString()
|
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public LuceneIndexSearcherResponse()
Constructs an empty list with an initial capacity of
LuceneIndexSearcherRequest.DEFAULT_LIMIT.
public LuceneIndexSearcherResponse(int initialCapacity)
Constructs an empty list with the specified initial capacity.
initialCapacity - the initial capacity of the list
IllegalArgumentException - if the specified initial capacity
is negative| メソッドの詳細 |
|---|
public int getCurrentPageIndex()
Returns a current page index (zero-origin). The result is incremented if
the offset can't be divided evenly by the limit.
getCurrentPageNumber()public int getCurrentPageNumber()
Returns a current page number (one-origin). The result is incremented if
the offset can't be divided evenly by the limit.
getCurrentPageIndex()public boolean hasPrevPage()
Returns true if has previous page.
true if has previous pagepublic boolean hasNextPage()
Returns true if has next page.
true if has next pagepublic boolean getHasPrevPage()
Accessor to hasPrevPage() for the EL Expression.
hasPrevPage()public boolean getHasNextPage()
Accessor to hasNextPage() for the EL Expression.
hasNextPage()public int hashCode()
Collection<E> 内の hashCodeList<E> 内の hashCodeObject 内の hashCodepublic boolean equals(Object obj)
Collection<E> 内の equalsList<E> 内の equalsObject 内の equalspublic String toString()
Object 内の toStringpublic int getLimit()
public void setLimit(int limit)
limit - public int getOffset()
public void setOffset(int offset)
offset - public int getTotalHits()
public void setTotalHits(int totalHits)
totalHits - public boolean add(E e)
Collection<E> 内の addList<E> 内の add
public void add(int index,
E element)
List<E> 内の addpublic boolean addAll(Collection<? extends E> c)
Collection<E> 内の addAllList<E> 内の addAll
public boolean addAll(int index,
Collection<? extends E> c)
List<E> 内の addAllpublic void clear()
Collection<E> 内の clearList<E> 内の clearpublic boolean contains(Object o)
Collection<E> 内の containsList<E> 内の containspublic boolean containsAll(Collection<?> c)
Collection<E> 内の containsAllList<E> 内の containsAllpublic E get(int index)
List<E> 内の getpublic int indexOf(Object o)
List<E> 内の indexOfpublic boolean isEmpty()
Collection<E> 内の isEmptyList<E> 内の isEmptypublic Iterator<E> iterator()
Iterable<E> 内の iteratorCollection<E> 内の iteratorList<E> 内の iteratorpublic int lastIndexOf(Object o)
List<E> 内の lastIndexOfpublic ListIterator<E> listIterator()
List<E> 内の listIteratorpublic ListIterator<E> listIterator(int index)
List<E> 内の listIteratorpublic boolean remove(Object o)
Collection<E> 内の removeList<E> 内の removepublic E remove(int index)
List<E> 内の removepublic boolean removeAll(Collection<?> c)
Collection<E> 内の removeAllList<E> 内の removeAllpublic boolean retainAll(Collection<?> c)
Collection<E> 内の retainAllList<E> 内の retainAll
public E set(int index,
E element)
List<E> 内の setpublic int size()
Collection<E> 内の sizeList<E> 内の size
public List<E> subList(int fromIndex,
int toIndex)
List<E> 内の subListpublic Object[] toArray()
Collection<E> 内の toArrayList<E> 内の toArraypublic <T> T[] toArray(T[] a)
Collection<E> 内の toArrayList<E> 内の toArray
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||