public abstract class BooleanTinyType extends Object implements Serializable, Comparable<BooleanTinyType>
| Modifier and Type | Field and Description |
|---|---|
boolean |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
BooleanTinyType(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BooleanTinyType other) |
boolean |
equals(Object rhs) |
int |
hashCode() |
String |
toString() |
public int compareTo(BooleanTinyType other)
compareTo in interface Comparable<BooleanTinyType>Copyright © 2017. All rights reserved.