public abstract static class TypeConverters.BaseTypeConverter extends Object implements TypeConverter
Constructor and Description |
---|
BaseTypeConverter() |
Modifier and Type | Method and Description |
---|---|
Comparable |
convert(Comparable value)
Compares a
Comparable typed value to another one. |
public final Comparable convert(Comparable value)
TypeConverter
Comparable
typed value to another one.
Since TypeConverters are not statically typed itself the developer
needs to take care of correct usage of input and output types.convert
in interface TypeConverter
value
- the value to be convertedCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.