public class SearchLimit extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BEGIN |
static int |
UNLIMITED_RESULTS |
Constructor and Description |
---|
SearchLimit() |
SearchLimit(int max) |
SearchLimit(int begin,
int max) |
Modifier and Type | Method and Description |
---|---|
int |
getBegin() |
int |
getMax() |
boolean |
isMaxReached(int currentAmount) |
public static final int UNLIMITED_RESULTS
public static final int BEGIN
Copyright © 2015. All rights reserved.