Package com.surrealdb
Class Array
java.lang.Object
com.surrealdb.Native
com.surrealdb.Array
-
Method Summary
Modifier and TypeMethodDescriptionprotected final boolean
deleteInstance
(long ptr) get
(int idx) iterator()
<T> Iterator
<T> int
len()
<T> Iterator
<T> synchronizedIterator
(Class<T> clazz) toString()
Methods inherited from class com.surrealdb.Native
deleteInstance, finalize, getPtr
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
toString
-
toPrettyString
-
get
-
len
public int len() -
deleteInstance
protected final boolean deleteInstance(long ptr) - Specified by:
deleteInstance
in classNative
-
iterator
-
iterator
-
synchronizedIterator
-
synchronizedIterator
-