public class LockList extends Object
Constructor and Description |
---|
LockList() |
Modifier and Type | Method and Description |
---|---|
int |
entryCount() |
void |
finalize() |
void |
forgetNext(Lock current) |
boolean |
insert(Lock newlock) |
Lock |
pop() |
void |
push(Lock newLock) |
protected Lock head
Copyright © 2021 JBoss by Red Hat. All rights reserved.