cascading.tuple.coerce
Class LongCoerce

java.lang.Object
  extended by cascading.tuple.coerce.Coercions.Coerce<Long>
      extended by cascading.tuple.coerce.LongCoerce
All Implemented Interfaces:
CoercibleType<Long>, Serializable, Type

public class LongCoerce
extends Coercions.Coerce<Long>

See Also:
Serialized Form

Constructor Summary
protected LongCoerce(Map<Type,Coercions.Coerce> map)
           
 
Method Summary
 Long coerce(Object value)
           
 Class<Long> getCanonicalType()
           
 
Methods inherited from class cascading.tuple.coerce.Coercions.Coerce
canonical, coerce, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongCoerce

protected LongCoerce(Map<Type,Coercions.Coerce> map)
Method Detail

getCanonicalType

public Class<Long> getCanonicalType()
Returns:
the actual Java type this CoercibleType represents

coerce

public Long coerce(Object value)
Specified by:
coerce in class Coercions.Coerce<Long>


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.