Serializable, Comparable<Object>public class VMapIntRangeKey extends VMapIntSingleKey
NEW_LINE, OS_NEW_LINE| Constructor | Description |
|---|---|
VMapIntRangeKey() |
|
VMapIntRangeKey(int minValue,
int maxValue) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(Object obj) |
|
boolean |
equals(Object obj) |
|
int |
getMaxValue() |
|
int |
getMinValue() |
|
void |
setMaxValue(int maxValue) |
|
void |
setMinValue(int minValue) |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebug, getLenName, insertInstanceValue, printInstanceValues, toStringgetValue, setValuepublic VMapIntRangeKey()
public VMapIntRangeKey(int minValue,
int maxValue)
public int getMaxValue()
public void setMaxValue(int maxValue)
public int getMinValue()
public void setMinValue(int minValue)
public boolean equals(Object obj)
equals in class VMapIntSingleKeypublic int compareTo(Object obj)
compareTo in interface Comparable<Object>compareTo in class VMapIntSingleKeyCopyright © 2019 SMYLD. All rights reserved.