Class AbstractVertexList
java.lang.Object
com.jozufozu.flywheel.core.vertex.AbstractVertexList
- All Implemented Interfaces:
VertexList,AutoCloseable
- Direct Known Subclasses:
BlockVertexList,BlockVertexListUnsafe,PosTexNormalVertexListUnsafe
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final longprotected final ByteBufferprotected final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
contents
-
base
protected final long base -
vertexCount
protected final int vertexCount
-
-
Constructor Details
-
AbstractVertexList
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
getVertexCount
public int getVertexCount()- Specified by:
getVertexCountin interfaceVertexList
-