Package | Description |
---|---|
org.joda.primitives.list.impl |
Modifier and Type | Method and Description |
---|---|
static ImmutableArrayByteList |
ImmutableArrayByteList.copyOf(byte[] values)
Creates a list copying the specified array.
|
static ImmutableArrayByteList |
ImmutableArrayByteList.copyOf(Collection<Byte> coll)
Creates a list copying the values from the specified collection.
|
static ImmutableArrayByteList |
ImmutableArrayByteList.empty()
Gets a list that is empty.
|
Copyright © 2005-2012 Joda.org. All Rights Reserved.