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