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 ByteBuffer s. |
public static final Composite EMPTY
public static java.util.List<java.nio.ByteBuffer> toByteBuffers(java.util.List<Composite> composites)
Composites
into ByteBuffer
s.composites
- the composites to convert.ByteBuffer
s corresponding to the specified Composites
.Copyright © 2019 The Apache Software Foundation