Uses of Interface
org.spiderwiz.zutils.ZDispenser
Package | Description |
---|---|
org.spiderwiz.core |
Core classes of the Spiderwiz framework.
|
org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZDispenser in org.spiderwiz.core
Classes in org.spiderwiz.core that implement ZDispenser Modifier and Type Class Description class
Channel
A base class for classes that handle data communication. -
Uses of ZDispenser in org.spiderwiz.zutils
Constructors in org.spiderwiz.zutils with parameters of type ZDispenser Constructor Description ZBuffer(ZDispenser<T> dispenser)
Constructs a single-thread buffer.ZBuffer(ZDispenser<T> dispenser, int threads)
Constructs a buffer.