Class RecordImpl

  • All Implemented Interfaces:
    Record

    public class RecordImpl
    extends java.lang.Object
    implements Record
    RecordImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      <T> T get​(java.lang.Object key, java.lang.Class<T> klass)  
      <T> void set​(java.lang.Object key, java.lang.Class<T> klass, T value)  
      • Methods inherited from class java.lang.Object

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

      • RecordImpl

        public RecordImpl()
    • Method Detail

      • set

        public <T> void set​(java.lang.Object key,
                            java.lang.Class<T> klass,
                            T value)
        Specified by:
        set in interface Record
      • get

        public <T> T get​(java.lang.Object key,
                         java.lang.Class<T> klass)
        Specified by:
        get in interface Record
      • clear

        public void clear()
        Specified by:
        clear in interface Record