Uses of Class
net.csdn.common.unit.TimeValue

Packages that use TimeValue
net.csdn.common.settings   
net.csdn.common.unit   
 

Uses of TimeValue in net.csdn.common.settings
 

Methods in net.csdn.common.settings that return TimeValue
 TimeValue Settings.getAsTime(String setting, TimeValue defaultValue)
          Returns the setting value (as time) associated with the setting key.
 TimeValue ImmutableSettings.getAsTime(String setting, TimeValue defaultValue)
           
 

Methods in net.csdn.common.settings with parameters of type TimeValue
 TimeValue Settings.getAsTime(String setting, TimeValue defaultValue)
          Returns the setting value (as time) associated with the setting key.
 TimeValue ImmutableSettings.getAsTime(String setting, TimeValue defaultValue)
           
 

Uses of TimeValue in net.csdn.common.unit
 

Methods in net.csdn.common.unit that return TimeValue
static TimeValue TimeValue.parseTimeValue(String sValue)
           
static TimeValue TimeValue.parseTimeValue(String sValue, TimeValue defaultValue)
           
static TimeValue TimeValue.timeValueHours(long hours)
           
static TimeValue TimeValue.timeValueMillis(long millis)
           
static TimeValue TimeValue.timeValueMinutes(long minutes)
           
static TimeValue TimeValue.timeValueSeconds(long seconds)
           
 

Methods in net.csdn.common.unit with parameters of type TimeValue
static TimeValue TimeValue.parseTimeValue(String sValue, TimeValue defaultValue)
           
 



Copyright © 2014. All Rights Reserved.