Package org.greenrobot.essentials
package org.greenrobot.essentials
-
ClassDescriptionSimple Date and time utils.Calendar objects are rather expensive: for heavy usage it's a good idea to use a single instance per thread instead of calling Calendar.getInstance() multiple times.ObjectCache<KEY,
VALUE> An in-memory object cache supporting soft/weak/strong references, maximum size (clearing the entries that were put first), and time-based expiration.Retrieves int and long values from byte arrays.Utilities for working with strings like splitting, joining, url-encoding, hex, and digests.