Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/Character16.hpp>
Inherits Primitive< char16_t >, and Comparable.
An immutable 16-bit Unicode character value.
Public Types |
|||||||
| typedef spec::Handle | Handle | ||||||
| Character16 Handle definition. | |||||||
| typedef spec::View | View | ||||||
| Character16 View definition. | |||||||
| typedef spec::Holder | Holder | ||||||
| Character16 Holder definition. | |||||||
Public Member Functions |
|||||||
| virtual bool | isASCII () const | ||||||
|
|||||||
| virtual int32_t | compareTo (Object::View v) const | ||||||
| Compare this object with the specified object for order.
Return a negative integer, zero, or a positive integer if this object is less than, equal to, or greater than the specified object. It is strongly recommended, but not strictly required, that
|
|||||||
Static Public Member Functions |
|||||||
| static Handle | valueOf (char16_t ch) | ||||||
| Factory method to produce Character16 objects with an optimization that uses cached objects for all relatively-low values. | |||||||
Static Public Attributes |
|||||||
| static const char16_t | min_value | ||||||
| A constant for the minimum representable value. | |||||||
| static const char16_t | max_value | ||||||
| A constant for the maximum representable value. | |||||||
| static Handle valueOf | ( | char16_t | ch | ) | [static] |
Factory method to produce Character16 objects with an optimization that uses cached objects for all relatively-low values.
| ch | an char16_t |
The documentation for this class was generated from the following file: