|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelix.graph.model.impl.RVertexArray
public class RVertexArray
a memory implementation of RegistryValue for arrays (fixed size tuples) of Vertices
Constructor Summary | |
---|---|
RVertexArray(int size)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Vertex |
getVertex(int index)
|
int |
hashCode()
|
RegistryValue |
klone()
Potentially clone this instance. |
String |
serialize()
get a String representation of this instance. |
Vertex |
setVertex(int index,
Vertex v)
|
int |
size()
|
boolean |
toBoolean()
|
float |
toFloat()
|
int |
toInt()
|
String |
toString()
a human readable version of toString() |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RVertexArray(int size)
Method Detail |
---|
public RegistryValue klone()
RegistryValue
klone
in interface RegistryValue
public String serialize()
RegistryValue
serialize
in interface RegistryValue
public boolean toBoolean() throws IllegalValueException
toBoolean
in interface RegistryValue
IllegalValueException
public float toFloat() throws IllegalValueException
toFloat
in interface RegistryValue
IllegalValueException
public int toInt() throws IllegalValueException
toInt
in interface RegistryValue
IllegalValueException
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public Vertex getVertex(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public Vertex setVertex(int index, Vertex v) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public int size()
public String toString()
toString
in interface RegistryValue
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |