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... values) |
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... values)
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.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
readExternal
in interface java.io.Externalizable
java.io.IOException
public int compareTo(java.lang.Object other)
compareTo
in interface java.lang.Comparable
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.