@Exported public class AssetSearchResultImpl extends Object implements AssetSearchResult
| Constructor and Description |
|---|
AssetSearchResultImpl(List<AssetResultRow> results,
int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
getTotal() |
boolean |
hasNext() |
AssetResultRow |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic AssetSearchResultImpl(List<AssetResultRow> results, int size)
public int getTotal()
getTotal in interface AssetSearchResultpublic int getCount()
getCount in interface AssetSearchResultpublic boolean hasNext()
hasNext in interface Iterator<AssetResultRow>public AssetResultRow next()
next in interface Iterator<AssetResultRow>public void remove()
remove in interface Iterator<AssetResultRow>