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 ComplexValueComplexValue. nextMethods in com._1c.g5.v8.xmdb.impl that return ComplexValue Modifier and Type Method Description static ComplexValueComplexValue. deserialize(byte[] bytes)Deserialize whole list of ComplexValuesComplexValueComplexValue. getNext()Get next CV entryComplexValueComplexValue. insert(long key, byte[] value)ComplexValueComplexValue. insert(String key, byte[] value)Insert new value into list and return ComplexValue with next = new listComplexValueComplexValue. remove(String key)Remove key/value pair by exact keyComplexValueComplexValue. 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 voidComplexValue. 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)
-