org.uacalc.util
Interface ArrayIncrementor


public interface ArrayIncrementor

This is for in place incrementing of an array. In place means the array returned is the same array in memory with the elements changed.


Method Summary
 boolean increment()
          Modify the array to be the next one; return false if there is no more.
 

Method Detail

increment

boolean increment()
Modify the array to be the next one; return false if there is no more.



Copyright 2003 Ralph Freese. All Rights Reserved.