Class AbstractVertexList

java.lang.Object
com.jozufozu.flywheel.core.vertex.AbstractVertexList
All Implemented Interfaces:
VertexList, AutoCloseable
Direct Known Subclasses:
BlockVertexList, BlockVertexListUnsafe, PosTexNormalVertexListUnsafe

public abstract class AbstractVertexList extends Object implements VertexList, AutoCloseable
  • Field Details

    • contents

      protected final ByteBuffer contents
    • base

      protected final long base
    • vertexCount

      protected final int vertexCount
  • Constructor Details

    • AbstractVertexList

      protected AbstractVertexList(ByteBuffer copyFrom, int vertexCount)
  • Method Details