Package com.graphdbapi.values.storable
Class CypherStringArray
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherTextArray
-
- com.graphdbapi.values.storable.CypherStringArray
-
- All Implemented Interfaces:
com.graphdbapi.memory.MemoryEstimable
public class CypherStringArray extends CypherTextArray
Driver传输StringArray类型的对象。
-
-
Constructor Summary
Constructors Constructor Description CypherStringArray(java.lang.String[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
asObjectCopy()
int
length()
java.lang.String
stringValue(int offset)
-
Methods inherited from class com.graphdbapi.values.CypherAny
getMemorySize
-
-
-
-
Method Detail
-
length
public int length()
- Specified by:
length
in classCypherTextArray
-
stringValue
public java.lang.String stringValue(int offset)
- Specified by:
stringValue
in classCypherTextArray
-
asObjectCopy
public java.lang.String[] asObjectCopy()
- Specified by:
asObjectCopy
in classCypherValue
-
-