Class PrimitiveBoxedUtils.PrimitiveBoxed

  • Enclosing class:
    PrimitiveBoxedUtils

    public static class PrimitiveBoxedUtils.PrimitiveBoxed
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PrimitiveBoxed​(java.lang.Class<?> primitive, java.lang.Class<?> boxed)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getBoxed()  
      java.lang.Class<?> getPrimitive()  
      boolean isSameWithBoxing​(java.lang.Class<?> c)
      Returns true if the given Class<?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrimitiveBoxed

        public PrimitiveBoxed​(java.lang.Class<?> primitive,
                              java.lang.Class<?> boxed)
    • Method Detail

      • getPrimitive

        public java.lang.Class<?> getPrimitive()
      • getBoxed

        public java.lang.Class<?> getBoxed()
      • isSameWithBoxing

        public boolean isSameWithBoxing​(java.lang.Class<?> c)
        Returns true if the given Class<?> is the primitive or the boxed one of the current KiePMMLPrimitiveBoxed
        Parameters:
        c -
        Returns: