Class InstrumentKeyToIntegerHashMap.ElementEnumeration

  • All Implemented Interfaces:
    deltix.util.collections.ElementsEnumeration<java.lang.Integer>, deltix.util.collections.generated.IntegerEnumeration, deltix.util.collections.KeyEntry<deltix.qsrv.hf.pub.ConstantInstrumentKey>, java.util.Enumeration<java.lang.Integer>
    Enclosing class:
    InstrumentKeyToIntegerHashMap

    protected final class InstrumentKeyToIntegerHashMap.ElementEnumeration
    extends java.lang.Object
    implements deltix.util.collections.generated.IntegerEnumeration, deltix.util.collections.KeyEntry<deltix.qsrv.hf.pub.ConstantInstrumentKey>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasMoreElements()  
      deltix.qsrv.hf.pub.ConstantInstrumentKey key()  
      java.lang.Integer nextElement()  
      int nextIntElement()  
      void reset()  
      • Methods inherited from class java.lang.Object

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

        asIterator
    • Constructor Detail

      • ElementEnumeration

        public ElementEnumeration()
    • Method Detail

      • hasMoreElements

        public boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration<java.lang.Integer>
      • reset

        public void reset()
        Specified by:
        reset in interface deltix.util.collections.ElementsEnumeration<java.lang.Integer>
      • nextElement

        public java.lang.Integer nextElement()
        Specified by:
        nextElement in interface java.util.Enumeration<java.lang.Integer>
      • nextIntElement

        public int nextIntElement()
        Specified by:
        nextIntElement in interface deltix.util.collections.generated.IntegerEnumeration
      • key

        public deltix.qsrv.hf.pub.ConstantInstrumentKey key()
        Specified by:
        key in interface deltix.util.collections.KeyEntry<deltix.qsrv.hf.pub.ConstantInstrumentKey>