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 TypeMethodDescriptionbooleanstatic ValueReferencefromString(String s) inthashCode()booleanisMatchedBy(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