Class IByteList.IByteListableFromArray
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromArray
-
- All Implemented Interfaces:
IByteListable
- Enclosing class:
- IByteList
protected static class IByteList.IByteListableFromArray extends java.lang.Object implements IByteListable
Wrapper to treat an array asIByteListable
.
-
-
Constructor Summary
Constructors Constructor Description IByteListableFromArray(byte[] array)
IByteListableFromArray(byte[] array, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
get(int index)
int
size()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interfaceIByteListable
-
get
public byte get(int index)
- Specified by:
get
in interfaceIByteListable
-
-