com.ibm.tivoli.maximo.util.mbo

Class IterableMboSet

  • java.lang.Object
    • com.ibm.tivoli.maximo.util.mbo.IterableMboSet
  • All Implemented Interfaces:
    java.lang.Iterable


    public class IterableMboSet
    extends java.lang.Object
    implements java.lang.Iterable
    Enable use of MboSets in Java 5 style (for/in loops). Ideally, MboSet should implement Iterable<MboRemote>.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.util.Iterator iter 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Iterator iterator() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • iter

        protected java.util.Iterator iter
    • Constructor Detail

      • IterableMboSet

        public IterableMboSet(MboSetRemote mboSet)
      • IterableMboSet

        public IterableMboSet(java.util.Iterator iter)
    • Method Detail

      • iterator

        public java.util.Iterator iterator()
        Specified by:
        iterator in interface java.lang.Iterable