Class Lucene90CompoundFormat.SizedFile

  • Enclosing class:
    Lucene90CompoundFormat

    private static class Lucene90CompoundFormat.SizedFile
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long length  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SizedFile​(java.lang.String name, long length)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        private final java.lang.String name
      • length

        private final long length
    • Constructor Detail

      • SizedFile

        private SizedFile​(java.lang.String name,
                          long length)