- All Implemented Interfaces:
- Iterable<Long>
Allow a long array to be used where an Iterable is expected.
- Since:
- 3.0.8
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
LongArrayIterablepublic LongArrayIterable(long[] array) 
 
-