edu.mayo.bsi.ngsportal.server
Interface HasValue

All Superinterfaces:
Comparable<HasValue>

public interface HasValue
extends Comparable<HasValue>

Interface for classes that wish to have arrays that are sortable by Arrays.binarySearch

@author Gregory Dougherty


Method Summary
 int getValue()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getValue

int getValue()
Returns:
The Value for this item