Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rightPad (0.2 sec)

  1. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    public static String getPrechomp(String, String); public static String chop(String); public static String chopNewline(String); public static String escape(String); public static String repeat(String, int); public static String rightPad(String, int); public static String rightPad(String, int, String); public static String leftPad(String, int); public static String leftPad(String, int, String); public static String strip(String); public static String strip(String, String); public static String[] stripAll(String[]);...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 164.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/InternetDomainName.java

        checkState(hasParent(), "Domain '%s' has no parent", name);
        return ancestor(1);
      }
    
      /**
       * Returns the ancestor of the current domain at the given number of levels "higher" (rightward)
       * in the subdomain list. The number of levels must be non-negative, and less than {@code N-1},
       * where {@code N} is the number of parts in the domain.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Feb 05 20:47:23 GMT 2024
    - 28K bytes
    - Viewed (0)
Back to top