fr.umlv.tatoo.runtime.util
Class BooleanArrayWrapper

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

public class BooleanArrayWrapper
extends Object
implements Comparable<BooleanArrayWrapper>

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

Version:
$Revision$
Author:
Gilles Roussel

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

Constructor Detail

BooleanArrayWrapper

public BooleanArrayWrapper(boolean[] t)
Method Detail

compareTo

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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getArray

public boolean[] getArray()