Package deltix.qsrv.hf.blocks
Class InstrumentKeyToIntegerHashMap.ElementEnumeration
- java.lang.Object
-
- deltix.qsrv.hf.blocks.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>
-
-
Constructor Summary
Constructors Constructor Description ElementEnumeration()
-
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()
-
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfacejava.util.Enumeration<java.lang.Integer>
-
reset
public void reset()
- Specified by:
reset
in interfacedeltix.util.collections.ElementsEnumeration<java.lang.Integer>
-
nextElement
public java.lang.Integer nextElement()
- Specified by:
nextElement
in interfacejava.util.Enumeration<java.lang.Integer>
-
nextIntElement
public int nextIntElement()
- Specified by:
nextIntElement
in interfacedeltix.util.collections.generated.IntegerEnumeration
-
key
public deltix.qsrv.hf.pub.ConstantInstrumentKey key()
- Specified by:
key
in interfacedeltix.util.collections.KeyEntry<deltix.qsrv.hf.pub.ConstantInstrumentKey>
-
-