DbStorage.manager
Class PhysicalLabeledSSD.ByLabelComparator

java.lang.Object
  extended byDbStorage.manager.PhysicalLabeledSSD.ByLabelComparator
Enclosing class:
PhysicalLabeledSSD

public static class PhysicalLabeledSSD.ByLabelComparator
extends java.lang.Object

This class is used to compare two PhysicalLabeledSSDs using their label component first and their ID component second.


Constructor Summary
PhysicalLabeledSSD.ByLabelComparator()
           
 
Method Summary
static int compare(PhysicalLabeledSSD ls1, PhysicalLabeledSSD ls2)
          Compares two PhysicalLabeledSSDs using their label component first and their ID component second.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhysicalLabeledSSD.ByLabelComparator

public PhysicalLabeledSSD.ByLabelComparator()
Method Detail

compare

public static int compare(PhysicalLabeledSSD ls1,
                          PhysicalLabeledSSD ls2)
Compares two PhysicalLabeledSSDs using their label component first and their ID component second.