Interface RotatingSectionStorage.Value

All Known Implementing Classes:
SectionRenderDispatcher.RenderSection, SectionUpdateTracker.SectionDirtyState
Enclosing class:
RotatingSectionStorage<T extends RotatingSectionStorage.Value>

public static interface RotatingSectionStorage.Value
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setSectionNode(long sectionNode)
     
  • Method Details

    • setSectionNode

      void setSectionNode(long sectionNode)
    • getSectionNode

      long getSectionNode()