Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.commons.lang.time.DurationFormatUtils.Token

Uses of DurationFormatUtils.Token in org.apache.commons.lang.time
 

Methods in org.apache.commons.lang.time that return DurationFormatUtils.Token
(package private) static DurationFormatUtils.Token[] DurationFormatUtils.lexx(java.lang.String format)
          Parse a classic date format string into Tokens
 

Methods in org.apache.commons.lang.time with parameters of type DurationFormatUtils.Token
private  void DurationFormatUtilsTest.assertArrayEquals(DurationFormatUtils.Token[] obj1, DurationFormatUtils.Token[] obj2)
           
(package private) static java.lang.String DurationFormatUtils.format(DurationFormatUtils.Token[] tokens, int years, int months, int days, int hours, int minutes, int seconds, int milliseconds, boolean padWithZeros)
          The internal method to do the formatting.
(package private) static boolean DurationFormatUtils.Token.containsTokenWithValue(DurationFormatUtils.Token[] tokens, java.lang.Object value)
          Helper method to determine if a set of tokens contain a value