|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basistech.rlp.RLPIntegerTriple
public class RLPIntegerTriple
A triple of integers, which is a data type used in some RLP results. The only current use assigns the three items to be [start,end,type].
RLPResultRandomAccess
Nested Class Summary | |
---|---|
static class |
RLPIntegerTriple.List
Deprecated. Iteration support for an IntBuffer viewed as a List of RLPIntegerTriple objects. |
Field Summary | |
---|---|
int |
end
Deprecated. The second integer, generally an end index. |
int |
start
Deprecated. The first integer, generally a start index. |
int |
type
Deprecated. The third integer, generally a type. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Deprecated. Returns true if the parameter is a RLPIntegerTriple with the same values; otherwise false. |
int |
hashCode()
Deprecated. The hash code. |
static RLPIntegerTriple[] |
wrap(IntBuffer buffer)
Deprecated. Wraps an IntBuffer of triples of integers as an array of RLPIntegerTriple objects. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int start
public int end
public int type
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
o
- Object the other object to compare.
public int hashCode()
hashCode
in class Object
public static RLPIntegerTriple[] wrap(IntBuffer buffer)
buffer
- java.nio.IntBuffer containing the data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |