public class IntArray
extends java.lang.Object
implements java.io.Externalizable, java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
private int[] |
_data |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object other) |
boolean |
equals(java.lang.Object other) |
static int |
getCell(IntArray array,
int cellNumber) |
int |
hashCode() |
static IntArray |
makeIntArray(int length) |
void |
readExternal(java.io.ObjectInput in) |
static IntArray |
setCell(IntArray array,
int cellNumber,
int cellValue) |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput out) |
public static IntArray makeIntArray(int length)
public static int getCell(IntArray array, int cellNumber)
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic int compareTo(java.lang.Object other)
compareTo in interface java.lang.Comparablepublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.