- get(K) - Method in interface org.wiztools.commons.MultiValueMap
-
- get(K) - Method in class org.wiztools.commons.MultiValueMapArrayList
-
- get(K) - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
-
- getAsISODateString(Date) - Static method in class org.wiztools.commons.DateUtil
-
Returns the date in ISO 8601 format yyyy-MM-dd.
- getAsISODateTimeString(Date) - Static method in class org.wiztools.commons.DateUtil
-
Returns the date and time in ISO 8601 format yyyy-MM-dd HH:mm:ss
- getContentAsBytes(File) - Static method in class org.wiztools.commons.FileUtil
-
Read the contents of the file as a byte[]
- getContentAsString(File, Charset) - Static method in class org.wiztools.commons.FileUtil
-
Returns the content of the file as a String
- getContentAsStringList(File, Charset) - Static method in class org.wiztools.commons.FileUtil
-
Each line in the file is returned as a element in the list.
- getData() - Method in class org.wiztools.commons.AbstractExpiryCollection
-
- getData() - Method in class org.wiztools.commons.ExpiryArrayList
-
- getData() - Method in class org.wiztools.commons.ExpiryHashSet
-
- getDateFromString(String) - Static method in class org.wiztools.commons.DateUtil
-
Tries to match common patterns by which date is mentioned, and returns a Date object.
- getDatePlusDays(Date, int) - Static method in class org.wiztools.commons.DateUtil
-
Adds the number of days to the date and returns the new Date instance.
- getDatePlusMonths(Date, int) - Static method in class org.wiztools.commons.DateUtil
-
Adds the number of months to the date and returns the new Date instance.
- getDatePlusYears(Date, int) - Static method in class org.wiztools.commons.DateUtil
-
Adds the number of years to the date and returns the new Date instance.
- getFromISODateString(String) - Static method in class org.wiztools.commons.DateUtil
-
Returns java.util.Date object for the ISO 8601 formatted String yyyy-MM-dd.
- getHexDataDumpAsString(byte[]) - Static method in class org.wiztools.commons.HexDump
-
- getHexDataDumpAsString(byte[], int) - Static method in class org.wiztools.commons.HexDump
-
- getMimeType(File) - Static method in class org.wiztools.commons.FileUtil
-
Returns the mime-type of the file.
- getNullStrIfNull(String) - Static method in class org.wiztools.commons.StringUtil
-
- getRandomStr() - Static method in class org.wiztools.commons.RandomUtil
-
- getRandomStr(int) - Static method in class org.wiztools.commons.RandomUtil
-
- getRandomStr(int, char[]) - Static method in class org.wiztools.commons.RandomUtil
-
Generate random string from specified characters.
- getToStringBuilder() - Method in interface org.wiztools.commons.ToString
-