Comparator
that is used within this class to maintain ordering amongst different versions of the same policy. Note that it actually maintains reverse-ordering, since we want to traverse the sets in decreasing, not increasing order. Note that this comparator is only used when there are multiple versions of the same policy, which in practice will probably happen far less (from this class' point of view) than additions or fetches.
|
|
|
|
|
|
|
|