org.deduced
Class AbstractPropertyCollection.CheckParent

java.lang.Object
  extended by org.deduced.AbstractPropertyCollection.CheckParent
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AbstractPropertyCollection<K,V>

private static class AbstractPropertyCollection.CheckParent
extends java.lang.Object
implements java.lang.Runnable

Runnable class used to check for collections that weren't deleted properly.


Constructor Summary
AbstractPropertyCollection.CheckParent()
          constructor
 
Method Summary
 void run()
          run method to check for collections that should be deleted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPropertyCollection.CheckParent

public AbstractPropertyCollection.CheckParent()
constructor

Method Detail

run

public void run()
run method to check for collections that should be deleted.

Specified by:
run in interface java.lang.Runnable