tangocard.sdk.common
Class Helper

java.lang.Object
  extended by tangocard.sdk.common.Helper

public class Helper
extends java.lang.Object


Constructor Summary
Helper()
           
 
Method Summary
static boolean isNullOrEmptyString(java.lang.String string)
          Checks if string is not null not empty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper

public Helper()
Method Detail

isNullOrEmptyString

public static boolean isNullOrEmptyString(java.lang.String string)
Checks if string is not null not empty.

Parameters:
string - the string
Returns:
true, if is not null not empty