com.bumptech.glide.load.engine.prefill
Class PreFillType

java.lang.Object
  extended by com.bumptech.glide.load.engine.prefill.PreFillType

public final class PreFillType
extends Object

A container for a set of options used to pre-fill a BitmapPool with Bitmaps of a single size and configuration.


Nested Class Summary
static class PreFillType.Builder
          Builder for PreFillType.
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object