public class SharedListSet.Pair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Node |
first |
SharedListSet.ListNode |
second |
Constructor and Description |
---|
Pair(Node first,
SharedListSet.ListNode second) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
public Node first
public SharedListSet.ListNode second
public Pair(Node first, SharedListSet.ListNode second)