Class IShortList.IShortListableFromArray

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

protected static class IShortList.IShortListableFromArray extends Object implements IShortListable
Wrapper to treat an array as IShortListable.
  • Field Details

    • array

      short[] array
    • offset

      int offset
    • length

      int length
  • Constructor Details

    • IShortListableFromArray

      IShortListableFromArray(short[] array)
    • IShortListableFromArray

      IShortListableFromArray(short[] array, int offset, int length)
  • Method Details