public final class PlatformStringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
toLowerCaseCached(String key)
Method is dedicated to store platform type , qualifier codes , fixed size enum values.
|
static String |
valueOf(int value)
Extends regular String static cache of size 256.
|
static String |
valueOf(Integer value)
see
valueOf(int). |
public static String valueOf(int value)
IndexOutOfBoundsException - if the value exceed the range 0-65536public static String valueOf(Integer value)
valueOf(int).NullPointerException - if the given value is nullpublic static String toLowerCaseCached(String key)
Copyright © 2017 SAP SE. All Rights Reserved.