Package | Description |
---|---|
net.imagej.ops.logic |
Modifier and Type | Class and Description |
---|---|
static class |
BooleanTypeLogic.ObjectsNotEqual<O extends BooleanType<O>>
Performs not-equals (!=) between two
Object s. |
static class |
PrimitiveLogic.BooleanNotEqual
Op that tests for inequality (!=) between two boolean values.
|
static class |
PrimitiveLogic.DoubleNotEqual
Op that tests for inequality (!=) between two double values.
|
static class |
PrimitiveLogic.FloatNotEqual
Op that tests for inequality (!=) between two float values.
|
static class |
PrimitiveLogic.IntegerNotEqual
Op that tests for inequality (!=) between two int values.
|
static class |
PrimitiveLogic.LongNotEqual
Op that tests for inequality (!=) between two long values.
|
Copyright © 2014–2022 ImageJ. All rights reserved.