@Internal public class TimeLongConverter extends Object implements DataStructureConverter<Integer,Long>
Constructor and Description |
---|
TimeLongConverter() |
Modifier and Type | Method and Description |
---|---|
Long |
toExternal(Integer internal)
Converts to external data structure.
|
Integer |
toInternal(Long external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
open, toExternalOrNull, toInternalOrNull
public Integer toInternal(Long external)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toInternal
in interface DataStructureConverter<Integer,Long>
public Long toExternal(Integer internal)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toExternal
in interface DataStructureConverter<Integer,Long>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.