Class DatabaseManagerImpl.MinMax
java.lang.Object
net.didion.jwnl.dictionary.database.DatabaseManagerImpl.MinMax
- Enclosing class:
DatabaseManagerImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_min
private int _min -
_max
private int _max
-
-
Constructor Details
-
MinMax
public MinMax(int min, int max)
-
-
Method Details
-
getMin
public int getMin() -
getMax
public int getMax()
-