Class Is

java.lang.Object
app.babylon.lang.Is

public class Is extends Object
  • Constructor Details

    • Is

      public Is()
  • Method Details

    • empty

      public static boolean empty(int[] x)
    • empty

      public static <T> boolean empty(Collection<T> x)
    • empty

      public static <U, V> boolean empty(Map<U,V> x)
    • empty

      public static <T> boolean empty(T[] x)
    • alphaUpper

      public static boolean alphaUpper(char c)
    • alphaNumeric

      public static boolean alphaNumeric(char c)
    • digit

      public static boolean digit(char c)
    • strictLeftDecimal

      public static boolean strictLeftDecimal(String s, int until)
    • decimal

      public static boolean decimal(String s)
    • integer

      public static boolean integer(String s)