Class DataType.AnyType

  • Enclosing class:
    DataType

    public static final class DataType.AnyType
    extends java.lang.Object
    Other type can be found in JDK, such as Integer and String, but AnyType have to be manually created to make it correspond to "Any" name.
    • Constructor Summary

      Constructors 
      Constructor Description
      AnyType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AnyType

        public AnyType()