Class IByteList.IByteListableFromList
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromList
-
- All Implemented Interfaces:
IByteListable
- Enclosing class:
- IByteList
protected static class IByteList.IByteListableFromList extends java.lang.Object implements IByteListable
Wrapper to treat aList
asIByteListable
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.Byte>
list
-
Constructor Summary
Constructors Constructor Description IByteListableFromList(java.util.List<java.lang.Byte> list)
-
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
-
-