Class IByteList.IByteListableFromMult
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromMult
-
- All Implemented Interfaces:
IByteListable
- Enclosing class:
- IByteList
protected static class IByteList.IByteListableFromMult extends java.lang.Object implements IByteListable
Wrapper to treat a repeated element asIByteListable
.
-
-
Constructor Summary
Constructors Constructor Description IByteListableFromMult(int len, byte elem)
-
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
-
-