- java.lang.Object
-
- com.github.glusk.caesar.internal.Identity
-
- All Implemented Interfaces:
Bytes
public final class Identity extends Object implements Bytes
An identity relation implementation of the Bytes interface.This class guarantees:
Arrays.equals(argument, value), whereargumentis the array passed through the constructor andvalueis the result ofthis.asArray().
-
-
Constructor Summary
Constructors Constructor Description Identity(byte... argument)Constructs anewIdentity by passing in theargument.
-