Uses of Interface
VariableType

Uses of VariableType in <Unnamed>
 

Classes in <Unnamed> that implement VariableType
 class SensorType
          An implementation of a particular VariableType that represents the subset of the different sensor channels that can be sampled from the Finch.
 

Methods in <Unnamed> with parameters of type VariableType
 int FinchSensor.compareTo2(java.lang.Object obj, VariableType var)
          Compare two objects based on a specific member variable (specified by parameter var)
 int Comparable2.compareTo2(java.lang.Object obj, VariableType var)
          Compare two objects based on a specific member variable (specified by parameter var)
static void sensorDriver.sort(Comparable2[] list, VariableType var)
          Sort an array of Comparable2 objects Adopted from Listing 11.10 from "Introduction to Java Programming".