Package com.impossibl.postgres.api.data
Class Range.Flags
- java.lang.Object
-
- com.impossibl.postgres.api.data.Range.Flags
-
-
Constructor Summary
Constructors Constructor Description Flags(byte value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)bytegetValue()inthashCode()booleanhasLowerBound()booleanhasUpperBound()booleanisEmpty()booleanisLowerBoundInclusive()booleanisLowerBoundInfinity()booleanisUpperBoundInclusive()booleanisUpperBoundInfinity()
-
-
-
Method Detail
-
getValue
public byte getValue()
-
isEmpty
public boolean isEmpty()
-
hasLowerBound
public boolean hasLowerBound()
-
isLowerBoundInclusive
public boolean isLowerBoundInclusive()
-
isLowerBoundInfinity
public boolean isLowerBoundInfinity()
-
hasUpperBound
public boolean hasUpperBound()
-
isUpperBoundInclusive
public boolean isUpperBoundInclusive()
-
isUpperBoundInfinity
public boolean isUpperBoundInfinity()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-