net.captp.tables
Class AnswersTable

java.lang.Object
  |
  +--net.captp.tables.CommTable
        |
        +--net.captp.tables.AnswersTable

public class AnswersTable
extends CommTable

Untamed:


Field Summary
 
Fields inherited from class net.captp.tables.CommTable
myCapacity, myStuff
 
Constructor Summary
AnswersTable()
          Enabled:
 
Method Summary
 void smash(Throwable problem)
          Enabled:
 
Methods inherited from class net.captp.tables.CommTable
__printOn, bind, decr, free, get, incr, isFree, mustBeAlloced, mustBeFree, put, put, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnswersTable

public AnswersTable()
Enabled:

Method Detail

smash

public void smash(Throwable problem)
Enabled:

Overrides:
smash in class CommTable


comments?