biz.c24.io.api.presentation.swift
Class SwiftPackageIterator
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwiftPackageIterator
public SwiftPackageIterator()
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.