Interface MapHolder<V>

    • Method Detail

      • getDataType

        org.dmg.pmml.DataType getDataType()
      • getMap

        Map<?,​V> getMap()
      • get

        default V get​(org.dmg.pmml.DataType dataType,
                      Object key)