Groovy 2.2.0

org.codehaus.groovy.runtime.wrappers
[Java] Class DoubleWrapper

java.lang.Object
  org.codehaus.groovy.runtime.wrappers.Wrapper
      org.codehaus.groovy.runtime.wrappers.PojoWrapper
          org.codehaus.groovy.runtime.wrappers.DoubleWrapper

public class DoubleWrapper
extends PojoWrapper

Authors:
John Wilson


Field Summary
 
Fields inherited from class PojoWrapper
delegate, wrapped
 
Fields inherited from class Wrapper
constrainedType
 
Constructor Summary
DoubleWrapper(double wrapped)

 
Method Summary
 
Methods inherited from class PojoWrapper
getDelegatedMetaClass, getProperty, getWrapped, invokeMethod, setMetaClass, setProperty, unwrap
 
Methods inherited from class Wrapper
getDelegatedMetaClass, getMetaClass, getType, getWrapped, unwrap
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DoubleWrapper

public DoubleWrapper(double wrapped)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.