public interface SigSet extends Iterable<Integer>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSigNumber(int signum) |
void |
blockSigSet(long mask) |
boolean |
containsSigNumber(int signum) |
long |
getMask() |
void |
removeSigNumber(int signum) |
void |
setMask(long mask) |
void |
unblockSigSet(long mask) |
forEach, iterator, spliteratorCopyright © 2022. All rights reserved.