public interface BinaryList extends EngineCollection, java.util.List
List
collection (ordered, non-unique) of byte
(8-bit signed integer) array elements, each of which is intended to hold a binary value.
To create an instance of BinaryList
, call createList()
on the
Factory.BinaryList
class.isEmpty, iterator
© Copyright IBM Corporation 2006, 2015. All rights reserved.