Package net.handle.hdllib
Class ValueReference
java.lang.Object
net.handle.hdllib.ValueReference
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValueReference
(byte[] handle, int index) ValueReference
(String handleString, int index) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static ValueReference
fromString
(String s) int
hashCode()
boolean
isMatchedBy
(ValueReference other) toString()
-
Field Details
-
handle
public byte[] handle -
index
public int index
-
-
Constructor Details
-
ValueReference
public ValueReference() -
ValueReference
public ValueReference(byte[] handle, int index) -
ValueReference
-
-
Method Details