Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Field and Description |
---|---|
static ComparableIdentifiedDataSerializable |
CompositeValue.NEGATIVE_INFINITY
Represents a value that is equal to itself and less than any other value.
|
static ComparableIdentifiedDataSerializable |
AbstractIndex.NULL
Represents a null-like value that is equal to itself and less than any
other value except
CompositeValue.NEGATIVE_INFINITY . |
static ComparableIdentifiedDataSerializable |
CompositeValue.POSITIVE_INFINITY
Represents a value that is equal to itself and greater than any other value.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.