valgolang
/
com.valgolang.runtime.datastructures
/
ScanDir
Scan
Dir
enum
ScanDir
:
Enum
<
ScanDir
>
Content copied to clipboard
Scan dir enum to indicate which direction to scan when looking for space
Entries
Functions
Properties
Entries
UP
Link copied to clipboard
UP
()
Content copied to clipboard
DOWN
Link copied to clipboard
DOWN
()
Content copied to clipboard
LEFT
Link copied to clipboard
LEFT
()
Content copied to clipboard
RIGHT
Link copied to clipboard
RIGHT
()
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
operator override fun
compareTo
(other:
ScanDir
):
Int
Content copied to clipboard
equals
Link copied to clipboard
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
finalize
Link copied to clipboard
fun
finalize
()
Content copied to clipboard
getDeclaringClass
Link copied to clipboard
fun
getDeclaringClass
():
Class
<
ScanDir
>
Content copied to clipboard
hashCode
Link copied to clipboard
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard