Package com.bumptech.glide.util

Class Summary
ByteArrayPool A pool for reusing byte arrays that produces and contains byte arrays of a fixed size.
LogTime A class for logging elapsed real time in millis.
LruCache<T,Y> A general purpose size limited cache that evicts items using an LRU algorithm.
Util A collection of assorted utility classes.