Class ReferenceBlockChainImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ReferenceBlockChainImpl​(java.io.File path, java.lang.String name)  
    • Method Summary

      Modifier and Type Method Description
      long add​(int value, long index)  
      long add​(java.util.List<java.lang.Integer> values, long index)  
      long create​(int value)  
      long create​(java.util.List<java.lang.Integer> values)  
      void drop()  
      void flush()  
      ReferenceBlock getBlock​(long index)  
      java.util.PrimitiveIterator.OfInt getReferences​(long index)  
      int getReferencesCount​(long index)  
      long remove​(int deleteValue, long index)  
      long remove​(java.util.Set<java.lang.Integer> deleteValues, long index)  
      void removeAll​(long index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait