public class Composite extends AbstractComposite implements Serializable
AbstractComposite.Component<T>, AbstractComposite.ComponentEqualityDEFAULT_ALIAS_TO_COMPARATOR_MAPPING, DEFAULT_SERIALIZER_TO_COMPARATOR_MAPPING, logmodCount| Constructor and Description |
|---|
Composite() |
Composite(List<?> l) |
Composite(Object... o) |
| Modifier and Type | Method and Description |
|---|---|
static Composite |
fromByteBuffer(ByteBuffer byteBuffer) |
static ByteBuffer |
toByteBuffer(List<?> l) |
static ByteBuffer |
toByteBuffer(Object... o) |
add, addAll, addAll, addComponent, addComponent, addComponent, addComponent, addComponent, clear, compareTo, componentsIterator, containsAll, deserialize, get, get, getAliasesToComparatorMapping, getBytes, getComparatorsByPosition, getComponent, getComponents, getEquality, getSerializersByPosition, getSerializerToComparatorMapping, getShortLength, getWithShortLength, isDynamic, remove, removeAll, retainAll, serialize, set, setAliasesToComparatorMapping, setComparatorByPosition, setComparatorsByPosition, setComparatorsByPosition, setComponent, setComponent, setComponent, setComponents, setEquality, setSerializerByPosition, setSerializersByPosition, setSerializersByPosition, setSerializerToComparatorMapping, sizeadd, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListcontains, isEmpty, remove, toArray, toArray, toStringpublic Composite()
public Composite(Object... o)
public Composite(List<?> l)
public static Composite fromByteBuffer(ByteBuffer byteBuffer)
public static ByteBuffer toByteBuffer(Object... o)
public static ByteBuffer toByteBuffer(List<?> l)
Copyright © 2014. All Rights Reserved.