Class ILongList.ILongListableFromArray

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

protected static class ILongList.ILongListableFromArray extends Object implements ILongListable
Wrapper to treat an array as ILongListable.
  • Field Details

    • array

      long[] array
    • offset

      int offset
    • length

      int length
  • Constructor Details

    • ILongListableFromArray

      ILongListableFromArray(long[] array)
    • ILongListableFromArray

      ILongListableFromArray(long[] array, int offset, int length)
  • Method Details