public class SharedListSet.ListNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
refCount |
| Constructor and Description |
|---|
ListNode(Node elem,
SharedListSet.ListNode next) |
| Modifier and Type | Method and Description |
|---|---|
void |
decRefCount() |
void |
incRefCount() |
public ListNode(Node elem, SharedListSet.ListNode next)