Class IByteList.IByteListableFromCollection

java.lang.Object
org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromCollection
Enclosing class:
IByteList

protected static class IByteList.IByteListableFromCollection extends Object
Wrapper to treat a Collection as IByteListable.

Note that the implementation relies on the fact that the elements are only accessed sequentially.

Author:
Thomas Mauch
  • Method Details

    • size

      public int size()
    • get

      public byte get(int index)