com.android.ide.common.resources
Class IntArrayWrapper

java.lang.Object
  extended by com.android.ide.common.resources.IntArrayWrapper

public final class IntArrayWrapper
extends java.lang.Object

Wrapper around a int[] to provide hashCode/equals support.


Constructor Summary
IntArrayWrapper(int[] data)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 void set(int[] data)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArrayWrapper

public IntArrayWrapper(int[] data)
Method Detail

set

public void set(int[] data)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object