public abstract class Composites
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.nio.ByteBuffer> |
toByteBuffers(java.util.List<Composite> composites)
Converts the specified
Composites into ByteBuffers. |
public static final Composite EMPTY
public static java.util.List<java.nio.ByteBuffer> toByteBuffers(java.util.List<Composite> composites)
Composites into ByteBuffers.composites - the composites to convert.ByteBuffers corresponding to the specified Composites.Copyright © 2018 The Apache Software Foundation