Class FieldLexiconEntry.Factory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int fieldCount  
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()
      Construct an instance of the class.
      Factory​(int _fieldCount)
      Construct an instance of the class with
      Factory​(java.lang.String _fieldCount)
      Construct an instance of the class with
    • 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
    • Field Detail

      • fieldCount

        protected int fieldCount
    • Constructor Detail

      • Factory

        public Factory()
        Construct an instance of the class.
      • Factory

        public Factory​(int _fieldCount)
        Construct an instance of the class with
        Parameters:
        _fieldCount -
      • Factory

        public Factory​(java.lang.String _fieldCount)
        Construct an instance of the class with
        Parameters:
        _fieldCount -