Class RecordTypeMap<T>


  • public final class RecordTypeMap<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordTypeMap​(T[] types)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode​(T mtype)  
      T[] getTypes()  
      • Methods inherited from class java.lang.Object

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

      • RecordTypeMap

        public RecordTypeMap​(T[] types)
    • Method Detail

      • getTypes

        public T[] getTypes()
      • getCode

        public final int getCode​(T mtype)