Class Index


  • public class Index
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Index.Entry  
    • Constructor Summary

      Constructors 
      Constructor Description
      Index()  
      Index​(int version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(Index.Entry entry)  
      java.util.Set<Index.Entry> getEntries()  
      int getVersion()  
      void load​(java.io.InputStream in)  
      void load​(java.io.Reader reader)  
      void store​(java.io.OutputStream out)  
      void store​(java.io.Writer writer)  
      • Methods inherited from class java.lang.Object

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

      • Index

        public Index()
      • Index

        public Index​(int version)
    • Method Detail

      • getVersion

        public int getVersion()
      • getEntries

        public java.util.Set<Index.Entry> getEntries()
      • load

        public void load​(java.io.InputStream in)
      • load

        public void load​(java.io.Reader reader)
      • store

        public void store​(java.io.OutputStream out)
      • store

        public void store​(java.io.Writer writer)