|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.BitMap.Part
public static class BitMap.Part
Class that represents the part of bit map construction.
Constructor Summary | |
---|---|
BitMap.Part(int length,
BitMapIndex parent)
Constructs the bit map part with specified length and optional reference in other part. |
Method Summary | |
---|---|
Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
protected byte[] |
getImage()
|
int |
getLength()
Gets the length of this part. |
BitMapIndex |
getParent()
Returns the reference in another part. |
int |
hashCode()
Returns a hash code value for this instance. |
String |
toString()
Returns a string representation of this instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BitMap.Part(int length, BitMapIndex parent)
length
- The length of this part.parent
- The reference within other part if any or null.Method Detail |
---|
public int getLength()
public BitMapIndex getParent()
public Object clone()
clone
in interface C24Cloneable
clone
in class Object
Cloneable
public boolean equals(Object obj)
equals
in class Object
obj
- the reference object with which to compare.
hashCode()
,
Hashtable
public int hashCode()
hashCode
in class Object
equals(Object)
,
Hashtable
public String toString()
toString
in class Object
protected byte[] getImage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |