org.erights.e.elib.tables
Class ConstSubclassSet

java.lang.Object
  |
  +--org.erights.e.elib.tables.ConstSubclassSet

public class ConstSubclassSet
extends Object

Untamed:


Field Summary
private  FlexSet myInnerSet
           
private  Object myLock
          Should make this transient, but only after we arrange to restore it
 
Constructor Summary
private ConstSubclassSet(FlexSet initialSet)
           
 
Method Summary
 boolean has(Class clazz)
          Enabled:
static ConstSubclassSet make(String[] fqNames)
          Enabled:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myLock

private final Object myLock
Should make this transient, but only after we arrange to restore it


myInnerSet

private final FlexSet myInnerSet
Constructor Detail

ConstSubclassSet

private ConstSubclassSet(FlexSet initialSet)
Method Detail

make

public static ConstSubclassSet make(String[] fqNames)
Enabled:


has

public boolean has(Class clazz)
Enabled:



comments?