Java Number Min Value minLength(String field, Integer from)

Here you can find the source of minLength(String field, Integer from)

Description

min Length

License

Creative Commons License

Declaration

public static Boolean minLength(String field, Integer from) 

Method Source Code

//package com.java2s;
//License from project: Creative Commons License 

public class Main {
    public static Boolean minLength(String field, Integer from) {
        return field.length() >= from;
    }//from  w  w  w . j  a v  a2s. c  om
}

Related

  1. minInt(final Iterable numbers)
  2. minInt(float a, float b)
  3. minInt(int a, int b)
  4. minInteger(int var1, int var2)
  5. minInteger(Integer a, Integer b)
  6. minLength(String value, int min)
  7. minLengthExpression(final String operand, final long minLength)
  8. minLimit(double d, double limit)
  9. minLimit(float value, float min)