ucar.nc2.ft.fmrc
Class TimeCoord.Tinv

java.lang.Object
  extended by ucar.nc2.ft.fmrc.TimeCoord.Tinv
All Implemented Interfaces:
Comparable<TimeCoord.Tinv>
Enclosing class:
TimeCoord

public static class TimeCoord.Tinv
extends Object
implements Comparable<TimeCoord.Tinv>


Constructor Summary
TimeCoord.Tinv(double offset)
           
TimeCoord.Tinv(double b1, double b2)
           
 
Method Summary
 int compareTo(TimeCoord.Tinv o)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeCoord.Tinv

public TimeCoord.Tinv(double offset)

TimeCoord.Tinv

public TimeCoord.Tinv(double b1,
                      double b2)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(TimeCoord.Tinv o)
Specified by:
compareTo in interface Comparable<TimeCoord.Tinv>


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.