Class ArrayUtilities


  • public class ArrayUtilities
    extends java.lang.Object
    Author:
    J. H. S.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Iterator iterator​(java.lang.Object[] array, int offset, int length)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • iterator

        public static java.util.Iterator iterator​(java.lang.Object[] array,
                                                  int offset,
                                                  int length)