DataType - The data type that is allowed.public class IdentityDataConverter<DataType> extends AbstractCloneableSerializable implements ReversibleDataConverter<DataType,DataType>
| Constructor and Description |
|---|
IdentityDataConverter()
Creates a new
IdentityDataConverter. |
| Modifier and Type | Method and Description |
|---|---|
IdentityDataConverter<DataType> |
clone() |
static <DataType> IdentityDataConverter<DataType> |
create()
Convenience method to create a new
IdentityDataConverter. |
DataType |
evaluate(DataType input)
Returns the given input.
|
IdentityDataConverter<DataType> |
reverse()
The reverse converter is this converter, since it is an identity
converter.
|
public IdentityDataConverter()
IdentityDataConverter.public IdentityDataConverter<DataType> clone()
clone in interface CloneableSerializableclone in class AbstractCloneableSerializablepublic IdentityDataConverter<DataType> reverse()
reverse in interface ReversibleDataConverter<DataType,DataType>reverse in interface ReversibleEvaluator<DataType,DataType,DataConverter<? super DataType,? extends DataType>>public static <DataType> IdentityDataConverter<DataType> create()
IdentityDataConverter.DataType - The data type that is allowed.Copyright © 2006–2017 Sandia National Laboratories. All rights reserved.