koalanlp / kr.bydelta.koala.data / ListProperty

ListProperty

class ListProperty<T : Property> : Property, List<T> (source)

속성의 목록을 저장할, 불변형(immutable) 목록 속성 값

Since
2.0.0

Functions

equals

Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:

fun equals(other: Any?): Boolean

hashCode

Returns a hash code value for the object. The general contract of hashCode is:

fun hashCode(): Int