Class IdentityImmutability
- java.lang.Object
-
- org.wildfly.clustering.ee.immutable.IdentityImmutability
-
- All Implemented Interfaces:
Predicate<Object>,Immutability
public class IdentityImmutability extends Object implements Immutability
Test for immutability using object identity.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description IdentityImmutability(Collection<Object> objects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(Object object)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.ee.Immutability
and, negate, or
-
-