org.escot
Class RefCounter

java.lang.Object
  |
  +--org.escot.RefCounter

public class RefCounter
extends Object


Constructor Summary
RefCounter()
           
 
Method Summary
 void add(Object obj)
           
 int getCount(Object obj)
           
 Enumeration getRefs()
           
 boolean remove(Object obj)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefCounter

public RefCounter()
Method Detail

add

public void add(Object obj)

remove

public boolean remove(Object obj)

getCount

public int getCount(Object obj)

getRefs

public Enumeration getRefs()

size

public int size()