intellij-randomness / com.fwdekker.randomness.ui / JEditableList / addEntry

addEntry

fun addEntry(entry: T): Unit

Adds an entry to the list.

If the given entry is already in the list, nothing happens.

Parameters

entry - the entry to add