Package | Description |
---|---|
net.imagej.ops.logic |
Modifier and Type | Class and Description |
---|---|
static class |
BooleanTypeLogic.ObjectsEqual<O extends BooleanType<O>>
Performs equals (==) between two
Object s. |
static class |
PrimitiveLogic.BooleanEqual
Op that tests for equality (==) between two boolean values.
|
static class |
PrimitiveLogic.DoubleEqual
Op that tests for equality (==) between two double values.
|
static class |
PrimitiveLogic.FloatEqual
Op that tests for equality (==) between two float values.
|
static class |
PrimitiveLogic.IntegerEqual
Op that tests for equality (==) between two int values.
|
static class |
PrimitiveLogic.LongEqual
Op that tests for equality (==) between two long values.
|
Copyright © 2014–2022 ImageJ. All rights reserved.