docs / it.uniroma3.dbtree.spi.impl.keyParsers / Person

Person

class Person : Comparable<Person>, Serializable (source)

The Key type maintained by the PersonParser.

Constructors

<init>

The Key type maintained by the PersonParser.

Person(firstName: String, lastName: String)

Properties

firstName

of the Person.

var firstName: String

lastName

of the Person.

var lastName: String

Functions

compareTo

fun compareTo(other: Person): Int

equals

fun equals(other: Any?): Boolean

toString

fun toString(): String

Companion Object Properties

comparator

val comparator: Comparator<Person>

Companion Object Functions

getMax

fun getMax(): Person

getMin

fun getMin(): Person