Solitaire

//Solitaire/de.syntaktischer.zucker.Solitaire/PegType

PegType

[jvm] enum PegType : Enum<PegType>

Entries

Name Summary
EMPTY [jvm] EMPTY()

FULL [jvm] FULL()

BOUNDARY [jvm] BOUNDARY()

Functions

Name Summary
compareTo [jvm]
Content
operator override fun compareTo(other: PegType): Int


equals [jvm]
Content
operator override fun equals(other: Any?): Boolean


finalize [jvm]
Content
fun finalize()


getDeclaringClass [jvm]
Content
fun getDeclaringClass(): Class<PegType>


hashCode [jvm]
Content
override fun hashCode(): Int


toString [jvm]
Content
open override fun toString(): String


Properties

Name Summary
name [jvm] val name: String
ordinal [jvm] val ordinal: Int