fr.umlv.tatoo.runtime.util
Class ByteArrayWrapper
java.lang.Object
fr.umlv.tatoo.runtime.util.ByteArrayWrapper
- All Implemented Interfaces:
- Comparable<ByteArrayWrapper>
public class ByteArrayWrapper
- extends Object
- implements Comparable<ByteArrayWrapper>
ByteArrayWrapper.java
Created: Wed Jul 16 18:09:18 2003
- Version:
- $Revision$
- Author:
- Gilles Roussel
ByteArrayWrapper
public ByteArrayWrapper(byte[] t)
compareTo
public int compareTo(ByteArrayWrapper o)
- Specified by:
compareTo in interface Comparable<ByteArrayWrapper>
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
getArray
public byte[] getArray()