biz.c24.io.api.presentation.swift
Class SwiftPackageIterator

java.lang.Object
  extended by biz.c24.io.api.presentation.swift.SwiftPackageIterator
All Implemented Interfaces:
Iterator

public class SwiftPackageIterator
extends Object
implements Iterator

An implementation of Iterator which iterates over all possible SWIFT versions.


Constructor Summary
SwiftPackageIterator()
           
 
Method Summary
 int getYear()
          Return the year corresponding to the last call to next().
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwiftPackageIterator

public SwiftPackageIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator

getYear

public int getYear()
Return the year corresponding to the last call to next().



C24 Technologies © 2002-2012: All Rights Reserved.