Uses of Class
com.jrefinery.data.Second

Packages that use Second
com.jrefinery.data Data interfaces and classes. 
 

Uses of Second in com.jrefinery.data
 

Methods in com.jrefinery.data that return Second
static Second Second.parseSecond(java.lang.String s)
          Creates a Minute instance by parsing a string.
 Second Millisecond.getSecond()
          Returns the second.
 

Constructors in com.jrefinery.data with parameters of type Second
Millisecond(int millisecond, Second second)
          Constructs a millisecond.