Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
AutoLock.perform(Action)instead; basically this method was renamed to avoid the unintended use ofAutoLock.execute(Operation)when anActionshould be used instead.As thejava.util.DateAPI is now obsolete, also the related classes, likejava.util.TimeZoneshould be used no longer.UseLockExecutor.perform(Action)instead; basically this method was renamed to avoid the unintended use ofLockExecutor.execute(Operation)when anActionshould be used instead.Consider to migrate toObjects.requireValidArgument(Object,String,Predicate,BiFunction).Consider to migrate toObjects.requireValidDoubleArgument(double,String,DoublePredicate,BiFunction)Consider the migration toObjects.requireValidIntegerArgument(int,String,IntPredicate,BiFunction)Consider the migration toObjects.requireValidNonNullArgument(Object,String,Predicate,BiFunction)
-
Deprecated FieldsFieldDescriptionAs the
java.util.DateAPI is now obsolete, also the related classes, likejava.util.TimeZoneshould be used no longer.UseZoneOffset.UTCinstead.
-
Deprecated MethodsMethodDescriptionUse
AutoLock.perform(Action)instead; basically this method was renamed to avoid the unintended use ofAutoLock.execute(Operation)when anActionshould be used instead.UseLockExecutor.perform(Action)instead; basically this method was renamed to avoid the unintended use ofLockExecutor.execute(Operation)when anActionshould be used instead.Consider to migrate toObjects.requireValidArgument(Object,String,Predicate,BiFunction).Consider to migrate toObjects.requireValidDoubleArgument(double,String,DoublePredicate,BiFunction)Consider the migration toObjects.requireValidIntegerArgument(int,String,IntPredicate,BiFunction)Consider the migration toObjects.requireValidLongArgument(long,String,LongPredicate,BiFunction).Consider the migration toObjects.requireValidNonNullArgument(Object,String,Predicate,BiFunction)
