twitter4j
Class TimeSpanUtil

java.lang.Object
  extended by twitter4j.TimeSpanUtil

Deprecated. use twitter4j.util.TimeSpanUtil instead.

public final class TimeSpanUtil
extends java.lang.Object

Since:
Twitter4J 2.1.0
Author:
Joern Huxhorn - jhuxhorn at googlemail.com

Field Summary
private static int ONE_DAY_IN_SECONDS
          Deprecated.  
private static int ONE_HOUR_IN_SECONDS
          Deprecated.  
 
Constructor Summary
private TimeSpanUtil()
          Deprecated.  
 
Method Summary
static java.lang.String toTimeSpanString(java.util.Date date)
          Deprecated. use TimeSpanUtil.toTimeSpanString(java.util.Date) instead.
static java.lang.String toTimeSpanString(int deltaInSeconds)
          Deprecated. use TimeSpanUtil.toTimeSpanString(int) instead.
static java.lang.String toTimeSpanString(long milliseconds)
          Deprecated. use TimeSpanUtil.toTimeSpanString(long) instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONE_HOUR_IN_SECONDS

private static int ONE_HOUR_IN_SECONDS
Deprecated. 

ONE_DAY_IN_SECONDS

private static int ONE_DAY_IN_SECONDS
Deprecated. 
Constructor Detail

TimeSpanUtil

private TimeSpanUtil()
Deprecated. 
Method Detail

toTimeSpanString

public static java.lang.String toTimeSpanString(java.util.Date date)
Deprecated. use TimeSpanUtil.toTimeSpanString(java.util.Date) instead.


toTimeSpanString

public static java.lang.String toTimeSpanString(long milliseconds)
Deprecated. use TimeSpanUtil.toTimeSpanString(long) instead.


toTimeSpanString

public static java.lang.String toTimeSpanString(int deltaInSeconds)
Deprecated. use TimeSpanUtil.toTimeSpanString(int) instead.