public static class GenericList.OfBinary extends GenericList<byte[]>
GenericList.OfBinary, GenericList.OfBoolean, GenericList.OfByte, GenericList.OfChar, GenericList.OfDecimal, GenericList.OfDouble, GenericList.OfFloat, GenericList.OfInt, GenericList.OfInteger, GenericList.OfLong, GenericList.OfShort, GenericList.OfString
Constructor and Description |
---|
OfBinary(java.util.List<byte[]> list) |
OfBinary(ListBase list) |
Modifier and Type | Method and Description |
---|---|
byte[] |
unwrap(java.lang.Object item) |
java.lang.Object |
wrap(byte[] item) |
add, get, remove, set, size, toAnyList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public OfBinary(ListBase list)
public OfBinary(java.util.List<byte[]> list)
public java.lang.Object wrap(byte[] item)
wrap
in class GenericList<byte[]>
public byte[] unwrap(java.lang.Object item)
unwrap
in class GenericList<byte[]>