public interface Indexable<K>
A marker interface for PMML elements that specify a primary key-like attribute.
In a collection of Indexable elements, all key values, including the null key value, must be unique.
HasId| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
K getKey()
null.Copyright © 2022. All rights reserved.