@Generated(value={"Immutables.generator","JCGLAsyncBufferPairType"}) public final class JCGLAsyncBufferPair extends Object implements JCGLAsyncBufferPairType
| Modifier and Type | Class and Description |
|---|---|
static class |
JCGLAsyncBufferPair.Builder
Builds instances of type
JCGLAsyncBufferPair. |
| Modifier and Type | Method and Description |
|---|---|
JCGLArrayBufferType |
arrayBuffer() |
static JCGLAsyncBufferPair.Builder |
builder()
Creates a builder for
JCGLAsyncBufferPair. |
boolean |
equals(Object another)
This instance is equal to all instances of
JCGLAsyncBufferPair that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
arrayBuffer, indexBuffer. |
JCGLIndexBufferType |
indexBuffer() |
static JCGLAsyncBufferPair |
of(JCGLArrayBufferType arrayBuffer,
JCGLIndexBufferType indexBuffer)
Construct a new immutable
JCGLAsyncBufferPair instance. |
String |
toString()
Prints the immutable value
JCGLAsyncBufferPair with attribute values. |
public JCGLArrayBufferType arrayBuffer()
arrayBuffer in interface JCGLAsyncBufferPairTypepublic JCGLIndexBufferType indexBuffer()
indexBuffer in interface JCGLAsyncBufferPairTypepublic boolean equals(Object another)
JCGLAsyncBufferPair that have equal attribute values.public int hashCode()
arrayBuffer, indexBuffer.public String toString()
JCGLAsyncBufferPair with attribute values.public static JCGLAsyncBufferPair of(JCGLArrayBufferType arrayBuffer, JCGLIndexBufferType indexBuffer)
JCGLAsyncBufferPair instance.arrayBuffer - The value for the arrayBuffer attributeindexBuffer - The value for the indexBuffer attributepublic static JCGLAsyncBufferPair.Builder builder()
JCGLAsyncBufferPair.Copyright © 2017 <code@io7m.com> http://io7m.com