Package org.jruby.runtime.opto
Class ObjectIdentityInvalidator
java.lang.Object
org.jruby.runtime.opto.ObjectIdentityInvalidator
- All Implemented Interfaces:
Invalidator
@Deprecated(since="10.0",
forRemoval=true)
public class ObjectIdentityInvalidator
extends Object
implements Invalidator
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetData()
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
invalidateAll
(List<Invalidator> invalidators) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jruby.runtime.opto.Invalidator
addIfUsed
-
Constructor Details
-
ObjectIdentityInvalidator
public ObjectIdentityInvalidator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
invalidate
public void invalidate()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
invalidate
in interfaceInvalidator
-
invalidateAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
invalidateAll
in interfaceInvalidator
-
getData
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getData
in interfaceInvalidator
-