Interface RotatingSectionStorage.ValueCreator<T extends RotatingSectionStorage.Value>

Enclosing class:
RotatingSectionStorage<T extends RotatingSectionStorage.Value>

public static interface RotatingSectionStorage.ValueCreator<T extends RotatingSectionStorage.Value>
  • Method Summary

    Modifier and Type
    Method
    Description
    createValue(int index, long sectionNode)
     
  • Method Details

    • createValue

      T createValue(int index, long sectionNode)