public class VMapIntRangeKey extends VMapIntSingleKey
NEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
VMapIntRangeKey() |
VMapIntRangeKey(int minValue,
int maxValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
int |
getMaxValue() |
int |
getMinValue() |
void |
setMaxValue(int maxValue) |
void |
setMinValue(int minValue) |
getValue, setValuedebug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic 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 com.github.mfjamil. All rights reserved.