public class AllPairs.Pair
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Field and Description |
---|---|
AllPairs.Item |
left |
AllPairs.Item |
right |
int |
used |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
int |
rank() |
java.lang.String |
toString() |
public AllPairs.Item left
public AllPairs.Item right
public int used
Copyright © 2016 Fit. All Rights Reserved.