Class BasicLexiconEntry.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()
      Constructs an instance of Factory.
      Factory​(java.lang.String s)
      Constructs an instance of Factory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getSize()
      Returns the size in bytes when T is written to disk by Writable interface methods
      LexiconEntry newInstance()
      Make a new instance of T
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory​(java.lang.String s)
        Constructs an instance of Factory.
        Parameters:
        s -
      • Factory

        public Factory()
        Constructs an instance of Factory.