com.bulletphysics.util
Class IntRef

java.lang.Object
  extended by com.bulletphysics.util.IntRef

public abstract class IntRef
extends java.lang.Object


Constructor Summary
IntRef()
           
 
Method Summary
abstract  int get()
           
abstract  void set(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntRef

public IntRef()
Method Detail

get

public abstract int get()

set

public abstract void set(int value)