org.jruby.javasupport.test
Class TestIntWrapperImpl

java.lang.Object
  extended byorg.jruby.javasupport.test.TestIntWrapperImpl
All Implemented Interfaces:
TestIntWrapper

public class TestIntWrapperImpl
extends java.lang.Object
implements TestIntWrapper


Constructor Summary
TestIntWrapperImpl(long n)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getInteger()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestIntWrapperImpl

public TestIntWrapperImpl(long n)
Method Detail

getInteger

public long getInteger()
Specified by:
getInteger in interface TestIntWrapper

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.