Uses of Interface
com.helger.datetime.expiration.IExpirable
-
Packages that use IExpirable Package Description com.helger.datetime.expiration -
-
Uses of IExpirable in com.helger.datetime.expiration
Subinterfaces of IExpirable in com.helger.datetime.expiration Modifier and Type Interface Description interfaceIExpirableWithReplacement<DATATYPE>Read-only interface for objects that can expire but offer a replacement once the object expires.interfaceIMutableExpirableInterface for objects that can expire.interfaceIMutableExpirableWithReplacement<DATATYPE>Interface for objects that can expire but offer a replacement once the object expires.Classes in com.helger.datetime.expiration that implement IExpirable Modifier and Type Class Description classExpirableDefault implementation ofIMutableExpirableclassExpirableWithReplacement<DATATYPE>Default implementation ofIMutableExpirableWithReplacement
-