Class SbTime.TimeVal

  • Enclosing class:
    SbTime

    public static class SbTime.TimeVal
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long sec  
      long usec  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeVal()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sec

        public long sec
      • usec

        public long usec
    • Constructor Detail

      • TimeVal

        public TimeVal()