Class ILongList.ILongListableFromCollection

java.lang.Object
org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromCollection
All Implemented Interfaces:
ILongListable
Enclosing class:
ILongList

protected static class ILongList.ILongListableFromCollection extends Object implements ILongListable
Wrapper to treat a Collection as ILongListable.

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

  • Field Details

  • Constructor Details

    • ILongListableFromCollection

      ILongListableFromCollection(Collection<Long> coll)
  • Method Details