Package org.greenrobot.essentials
-
Class Summary Class Description DateUtils Simple Date and time utils.DateUtils.DefaultCalendarThreadLocal 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.ObjectCache.CacheEntry<V> PrimitiveArrayUtils Retrieves int and long values from byte arrays.PrimitiveArrayUtils.SafeImpl PrimitiveArrayUtils.UnsafeImpl StringUtils Utilities for working with strings like splitting, joining, url-encoding, hex, and digests. -
Enum Summary Enum Description ObjectCache.ReferenceType