Package net.imglib2.type.operators
Interface ValueEquals<T>
-
- All Known Subinterfaces:
BasePairType<T>
,BooleanType<T>
,ComplexType<T>
,IntegerType<T>
,NativeType<T>
,NumericType<T>
,RealType<T>
,Type<T>
- All Known Implementing Classes:
AbstractARGBDoubleType
,AbstractBit64Type
,AbstractBitType
,AbstractComplexType
,AbstractIntegerBitType
,AbstractIntegerType
,AbstractNativeType
,AbstractNumericComposite
,AbstractRealType
,AbstractVolatileNumericType
,AbstractVolatileRealType
,ARGBDoubleType
,ARGBType
,BasePairBitType
,BasePairCharType
,BitType
,BoolType
,ByteType
,ComplexDoubleType
,ComplexFloatType
,DoubleType
,FloatType
,GenericByteType
,GenericIntType
,GenericLongType
,GenericShortType
,IntType
,LongType
,NativeARGBDoubleType
,NumericComposite
,RealComposite
,ShortType
,Unsigned128BitType
,Unsigned12BitType
,Unsigned2BitType
,Unsigned4BitType
,UnsignedByteType
,UnsignedIntType
,UnsignedLongType
,UnsignedShortType
,UnsignedVariableBitLengthType
,VolatileNumericType
,VolatileRealType
public interface ValueEquals<T>
Tests equivalency of values. This is related toObject.equals(Object)
but for typed parameters, without reference equality, and without side effects in the JDK when done otherwise.- Author:
- Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
valueEquals(T t)
-
-
-
Method Detail
-
valueEquals
boolean valueEquals(T t)
-
-