fr.umlv.tatoo.runtime.util
Class IntArrayWrapper

java.lang.Object
  extended by fr.umlv.tatoo.runtime.util.IntArrayWrapper
All Implemented Interfaces:
Comparable<IntArrayWrapper>

public class IntArrayWrapper
extends Object
implements Comparable<IntArrayWrapper>

IntArrayWrapper.java Created: Wed Jul 16 18:11:07 2003

Version:
$Revision$
Author:
Gilles Roussel

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

Constructor Detail

IntArrayWrapper

public IntArrayWrapper(int[] t)
Method Detail

compareTo

public int compareTo(IntArrayWrapper o)
Specified by:
compareTo in interface Comparable<IntArrayWrapper>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getArray

public int[] getArray()