| Constructor and Description |
|---|
Spool1() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Hold hold)
Adds the hold to the spool or releases it immediately.
|
boolean |
isUnwinding()
Returns true if the spool is unwinding or already unwound.
|
boolean |
unwind()
Commences to unwind this spool.
|
boolean |
unwind(Catcher<Hold> catcher)
Commences to unwind this spool, removing and releasing each of its holds.
|
public Spool1()
public boolean add(Hold hold)
Spoolpublic boolean isUnwinding()
SpoolisUnwinding in interface Spoolpublic boolean unwind()
Spool