Uses of Class
org.mockito.internal.util.concurrent.WeakConcurrentSet.Cleaner
-
Packages that use WeakConcurrentSet.Cleaner Package Description org.mockito.internal.util.concurrent -
-
Uses of WeakConcurrentSet.Cleaner in org.mockito.internal.util.concurrent
Methods in org.mockito.internal.util.concurrent that return WeakConcurrentSet.Cleaner Modifier and Type Method Description static WeakConcurrentSet.CleanerWeakConcurrentSet.Cleaner. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WeakConcurrentSet.Cleaner[]WeakConcurrentSet.Cleaner. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.mockito.internal.util.concurrent with parameters of type WeakConcurrentSet.Cleaner Constructor Description WeakConcurrentSet(WeakConcurrentSet.Cleaner cleaner)
-