Class IByteList.IByteListableFromList
java.lang.Object
org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromList
- All Implemented Interfaces:
IByteListable
- Enclosing class:
IByteList
Wrapper to treat a
List
as IByteListable
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
list
-
-
Constructor Details
-
IByteListableFromList
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceIByteListable
-
get
public byte get(int index) - Specified by:
get
in interfaceIByteListable
-