public final class Float8Holder extends Object implements ValueHolder
| Modifier and Type | Field and Description |
|---|---|
int |
isSet |
double |
value |
static int |
WIDTH |
| Constructor and Description |
|---|
Float8Holder() |
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode()
Reason for not supporting the operation is that ValueHolders are potential scalar
replacements and hence we don't want any methods to be invoked on them.
|
String |
toString()
Reason for not supporting the operation is that ValueHolders are potential scalar
replacements and hence we don't want any methods to be invoked on them.
|
public static final int WIDTH
public final int isSet
public double value
Copyright © 2024 The Apache Software Foundation. All rights reserved.