Uses of Class
com._1c.g5.v8.xmdb.impl.ComplexValue
-
Packages that use ComplexValue Package Description com._1c.g5.v8.xmdb.impl -
-
Uses of ComplexValue in com._1c.g5.v8.xmdb.impl
Fields in com._1c.g5.v8.xmdb.impl declared as ComplexValue Modifier and Type Field Description protected ComplexValue
ComplexValue. next
Methods in com._1c.g5.v8.xmdb.impl that return ComplexValue Modifier and Type Method Description static ComplexValue
ComplexValue. deserialize(byte[] bytes)
Deserialize whole list of ComplexValuesComplexValue
ComplexValue. getNext()
Get next CV entryComplexValue
ComplexValue. insert(long key, byte[] value)
ComplexValue
ComplexValue. insert(String key, byte[] value)
Insert new value into list and return ComplexValue with next = new listComplexValue
ComplexValue. remove(String key)
Remove key/value pair by exact keyComplexValue
ComplexValue. updateWithRAW(byte[] raw)
Insert values from raw into current ComplexValuesList.Methods in com._1c.g5.v8.xmdb.impl with parameters of type ComplexValue Modifier and Type Method Description void
ComplexValue. setNext(ComplexValue next)
Set next CV entryConstructors in com._1c.g5.v8.xmdb.impl with parameters of type ComplexValue Constructor Description ComplexValue(String key, byte[] value, ComplexValue next)
-