Class IntToLongConverter

java.lang.Object
ch.tocco.nice2.types.impl.conversions.AbstractNumberConverter<Integer,Long>
ch.tocco.nice2.types.impl.conversions.IntToLongConverter
All Implemented Interfaces:
Converter<Integer,Long>, ReversibleConverter<Integer,Long>

public class IntToLongConverter extends AbstractNumberConverter<Integer,Long>