Class LongWrapper
java.lang.Object
org.codehaus.groovy.runtime.wrappers.Wrapper
org.codehaus.groovy.runtime.wrappers.PojoWrapper
org.codehaus.groovy.runtime.wrappers.LongWrapper
- All Implemented Interfaces:
- GroovyObject
public class LongWrapper extends PojoWrapper
- 
Field SummaryFields inherited from class org.codehaus.groovy.runtime.wrappers.PojoWrapperdelegate, wrappedFields inherited from class org.codehaus.groovy.runtime.wrappers.WrapperconstrainedType
- 
Constructor SummaryConstructors Constructor Description LongWrapper(long wrapped)
- 
Method SummaryMethods inherited from class org.codehaus.groovy.runtime.wrappers.PojoWrappergetDelegatedMetaClass, getProperty, getWrapped, invokeMethod, setMetaClass, setProperty, unwrapMethods inherited from class org.codehaus.groovy.runtime.wrappers.WrappergetMetaClass, getTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
LongWrapperpublic LongWrapper(long wrapped)
 
-