| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.attribute | |
| com.thinkaurelius.titan.graphdb.database.serialize.attribute |
| Modifier and Type | Class and Description |
|---|---|
class |
Decimal
Data type for a decimal value that can be used in the definition of a
PropertyKey
instead of using Double since decimals have a fixed number of decimals places, namely 3, and as such allow
for order preserving serialization. |
class |
Precision
Data type for a decimal value that can be used in the definition of a
PropertyKey
instead of using Double since precision values have a fixed number of decimals places, namely 6, and as such allow
for order preserving serialization. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDecimal.AbstractDecimalSerializer<V extends AbstractDecimal> |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractDecimal.compareTo(AbstractDecimal o) |
Copyright © 2012–2014. All rights reserved.