fr.umlv.tatoo.runtime.util
Class ByteArrayWrapper

java.lang.Object
  extended by 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

Constructor Summary
ByteArrayWrapper(byte[] t)
           
 
Method Summary
 int compareTo(ByteArrayWrapper o)
           
 boolean equals(Object o)
           
 byte[] getArray()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayWrapper

public ByteArrayWrapper(byte[] t)
Method Detail

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()