Iterate.java revision 2
183bea41fa640dc8117f3eb45ff935cd81377a84Timo Sirainen// The MIT License
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// Copyright (c) 2004 Evren Sirin
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// Permission is hereby granted, free of charge, to any person obtaining a copy
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// of this software and associated documentation files (the "Software"), to
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// deal in the Software without restriction, including without limitation the
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// sell copies of the Software, and to permit persons to whom the Software is
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// furnished to do so, subject to the following conditions:
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// The above copyright notice and this permission notice shall be included in
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// all copies or substantial portions of the Software.
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9ddd3d7d8651985e373a6c48e0ddc76b8a4ef1c7Timo Sirainen// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen// IN THE SOFTWARE.
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen * Created on Dec 28, 2003
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen * @author Evren Sirin
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainenpublic interface Iterate extends ControlConstruct {