Class ResettableStorage<T>
- java.lang.Object
-
- net.lenni0451.commons.httpclient.utils.ResettableStorage<T>
-
public class ResettableStorage<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResettableStorage()ResettableStorage(T defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()booleanisSet()voidset(T value)voidunset()
-