Package com.exedio.cope
Class Random
java.lang.Object
com.exedio.cope.Random
- All Implemented Interfaces:
Function<Double>
,NumberFunction<Double>
,Selectable<Double>
,Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
appendSelect
(com.exedio.cope.Statement bf, Join join) Deprecated.void
Deprecated.boolean
Type<?>
getType()
ReturnsSelectable.getValueType()
.getJavaClass()
com.exedio.cope.SelectType<Double>
int
hashCode()
toString()
void
toString
(StringBuilder bf, Type<?> defaultType) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Method Details
-
get
-
getValueClass
Description copied from interface:Selectable
ReturnsSelectable.getValueType()
.getJavaClass()
- Specified by:
getValueClass
in interfaceSelectable<Double>
-
getValueType
- Specified by:
getValueType
in interfaceSelectable<Double>
-
getType
- Specified by:
getType
in interfaceSelectable<Double>
-
equals
-
hashCode
public int hashCode() -
toString
- Specified by:
toString
in interfaceSelectable<Double>
-
toString
-
append
Deprecated.- Specified by:
append
in interfaceSelectable<Double>
-
appendSelect
Deprecated.- Specified by:
appendSelect
in interfaceSelectable<Double>
-
check
Deprecated.- Specified by:
check
in interfaceSelectable<Double>
-