public interface ValueEquals<T>
Object.equals(Object)
but for typed parameters, without reference
equality, and without side effects in the JDK when done otherwise.Modifier and Type | Method and Description |
---|---|
boolean |
valueEquals(T t) |
boolean valueEquals(T t)
Copyright © 2015–2022 ImgLib2. All rights reserved.