Class IShortList.IShortListableFromCollection

java.lang.Object
org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromCollection
All Implemented Interfaces:
IShortListable
Enclosing class:
IShortList

protected static class IShortList.IShortListableFromCollection extends Object implements IShortListable
Wrapper to treat a Collection as IShortListable.

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

  • Field Details

  • Constructor Details

    • IShortListableFromCollection

      IShortListableFromCollection(Collection<Short> coll)
  • Method Details