public final class UgcIndexerUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
dateToString(Date date)
Convert date to string.
|
static String |
escapeQuery(String query)
Escape the given query.
|
static String |
integerToString(int value)
Convert the int to a string.
|
static String |
integerToString(int value,
int padSize)
Convert the int to a string.
|
static String |
longToString(long value)
Convert long to string.
|
static String |
longToString(long value,
int padSize)
Convert long to string.
|
public static String dateToString(Date date)
date - the date to convert.public static String escapeQuery(String query)
query - the query to escape.public static String longToString(long value)
value - the long to convert.public static String longToString(long value, int padSize)
value - the long to convert.padSize - the pad size.public static String integerToString(int value)
value - the int to convert.public static String integerToString(int value, int padSize)
value - the int to convert.padSize - the pad size."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"